Re: [Qemu-devel] Removal of some target CPU macros

2007-11-07 Thread Bernhard Fischer
On Wed, Nov 07, 2007 at 11:55:26PM +0100, Fabrice Bellard wrote: >Why not adding a new CPU type such as "PPC970 with hypervisor" and keep >the current PPC970 implementation as it is without the hypervisor mode. >I don't see the problem in replacing the ifdefs with a new CPU model ! >You cannot rea

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 03:09:41PM -0500, Anthony Liguori wrote: > Bernhard Fischer wrote: >> On Tue, Oct 02, 2007 at 01:45:39PM -0500, Anthony Liguori wrote: >> >>> What does one gain with GGI support? I've never seen a good answer to >>> this. >>&

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 09:29:51PM +0200, Bernhard Fischer wrote: >On Tue, Oct 02, 2007 at 07:36:47PM +0100, Thiemo Seufer wrote: >>- What is the deal with the GGI license mentioned? > >I don't really know. The current patch has >+/* #include license.bsd */ >But if thi

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 07:36:47PM +0100, Thiemo Seufer wrote: >Bernhard Fischer wrote: >> If i need to make changes to get it accepted, please let me know. > >- The have_gcc3_options addition to configure looks suspicious. Looks like a leftover, yes. Removed. >- The so

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 01:45:39PM -0500, Anthony Liguori wrote: > What does one gain with GGI support? I've never seen a good answer to > this. GGI supports a number of display-targets: http://www.ggi-project.org/targets.html umong them X11, quartz, directx, fbdev, vgl, vnc, wsfb, libaa, termin

Re: merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 06:32:20PM +0100, Johannes Schindelin wrote: >Hi, >FWIW I would have preferred you following my simple instructions to set up >a fork, but what the heck. ermz, sorry. Thanks :) > >Anybody who fetches the "ggi" branch from my repository on repo.or.cz: >this branch will be

merge GGI support? [was: Re: [Qemu-devel] [RFC] CRIS target port]

2007-10-02 Thread Bernhard Fischer
On Tue, Oct 02, 2007 at 01:02:23PM +0100, Johannes Schindelin wrote: >Hi, > >On Tue, 2 Oct 2007, Edgar E. Iglesias wrote: > >> If someone prefers patches in another form or access to my git >> repository, let me know and I'll be happy to provide that. > >Why not add a fork on http://repo.or.cz/w/q

Re: [Qemu-devel] ANN: DetaolB v0.4 is released

2007-07-10 Thread Bernhard Fischer
On Wed, Jul 04, 2007 at 09:54:48PM +0200, Cedric Hombourger wrote: >The busybox link failure has an existing entry in mantis: >http://www.uclibc.org/bugs/bug_view_advanced_page.php?bug_id=1356 Just to expand on this one last time, here is the help-text of taskset: config TASKSET bool "task

Re: [Qemu-devel] [PATCH] Fix two typos

2007-06-26 Thread Bernhard Fischer
On Tue, Jun 26, 2007 at 07:19:53PM +0200, Stefan Weil wrote: >Hi, > >here is another patch which changes additionnal -> additional. >Please apply this new patch and my last one to CVS HEAD. A few others, fwiw: s/recieve/receive/g s/seperat/separat/g /[[:space:]]teh[[:space:]]/ the /g cheers,

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-16 Thread Bernhard Fischer
On Sun, Jan 14, 2007 at 05:58:52PM -0500, Rob Landley wrote: >On Thursday 04 January 2007 12:29 pm, Bernhard Fischer wrote: >> Hi, >> >> The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >> an x_keycode.c. This struct is also used by the GGI

Re: [Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-13 Thread Bernhard Fischer
On Sat, Jan 13, 2007 at 12:28:26PM +0100, Johannes Schindelin wrote: >Hi, > >On Sat, 13 Jan 2007, Bernhard Fischer wrote: > >> On Fri, Jan 12, 2007 at 11:36:06AM -0800, alex wrote: >> >> > >> >--- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 >> >+++ vl

Re: [Qemu-devel] [PATCH] -parallel and -serial on Windows host - second try

2007-01-13 Thread Bernhard Fischer
On Fri, Jan 12, 2007 at 11:36:06AM -0800, alex wrote: >This is a second attempt to post, first one did not get through. > >This patch fixes -parallel and -serial options work with TCP targets on >Windows host. > >Alex. > >--- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 >+++ vl.c Fri Jan 12 10:49:37 2007

Re: [Qemu-devel] [patch] add configure check for working alsa

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 07:21:40PM +, Paul Brook wrote: >On Thursday 04 January 2007 15:02, Bernhard Fischer wrote: >> Hi, >> >> This patchlet adds a check to configure that makes sure that we have a >> working alsa setup. >> >> Previously, if --enabl

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 06:10:30PM +, Thiemo Seufer wrote: >Bernhard Fischer wrote: >> On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: >> >Bernhard Fischer wrote: >> >>Hi, >> >> >> >>The attached patch moves the x_keycode

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: >Bernhard Fischer wrote: >>Hi, >> >>The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into >>an x_keycode.c. This struct is also used by the GGI backend (that is not >>yet merged ¹

[Qemu-devel] [patch] factor out commonly used scancode translation table

2007-01-04 Thread Bernhard Fischer
Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from sdl.c into an x_keycode.c. This struct is also used by the GGI backend (that is not yet merged ¹). Comments? Please apply. ¹) http://members.aon.at/berny_f/qemu/qemu-HEAD.ggi-2.2.x-04c-20070104.diff diff --exclude='*.diff' -rduNp

[Qemu-devel] [patch] add configure check for working alsa

2007-01-04 Thread Bernhard Fischer
Hi, This patchlet adds a check to configure that makes sure that we have a working alsa setup. Previously, if --enable-alsa was given but the user forgot to install the alsa libs proper, the build failed later on due to eventually missing libs. The patch makes sure that the user can spot that als

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Bernhard Fischer
On Wed, Jan 03, 2007 at 04:16:53PM +, Thiemo Seufer wrote: >Fabrice Bellard wrote: >> IMHO, CFLAGS and LDFLAGS overriding should not be allowed for QEMU as it >> is almost sure to break the dyngen stuff. If ever it is allowed, it >> should be done so that the CFLAGS for the files used by dyng

Re: [Qemu-devel] qemu Makefile configure

2007-01-03 Thread Bernhard Fischer
On Wed, Jan 03, 2007 at 01:59:50PM +, Thiemo Seufer wrote: >All of this works fine for me, but patches of this sort are likely to >break things, so please test and comment. > > >Thiemo > >Index: Makefile.target >=== >RCS file: /s

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Bernhard Fischer
On Fri, Feb 10, 2006 at 09:59:55AM +0100, Michael Renzmann wrote: >Hi. > >On Fri, 2006-02-10 at 09:54 +0100, Bernhard Fischer wrote: >> What about just doing this >> -install -m 644 qemu-doc.html qemu-tech.html "$(docdir)" > >That would work, but the u

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Bernhard Fischer
On Fri, Feb 10, 2006 at 08:48:39AM +0100, Michael Renzmann wrote: >Hi again. > >On Fri, 2006-02-10 at 08:43 +0100, Michael Renzmann wrote: >> The attached patch ... > >... contained some stuff that should have been ignored by diff. Sorry, >revised patch attached to this mail. >diff -urN qemu-cvs/M

Re: [Qemu-devel] [patch] qemu-ggi support

2005-12-10 Thread Bernhard Fischer
On Sat, Dec 10, 2005 at 03:53:56PM +0100, Oliver Gerlich wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >Bernhard Fischer schrieb: >> On Mon, Sep 05, 2005 at 03:30:59PM +0200, Bernhard Fischer wrote: >> >>>Hi, >>> >>>Attached patch

[Qemu-devel] [patch] qemu-ggi support

2005-12-10 Thread Bernhard Fischer
On Mon, Sep 05, 2005 at 03:30:59PM +0200, Bernhard Fischer wrote: >Hi, > >Attached patch adds support to qemu to display via GGI >(www.ggi-project.org). > >GGI has several so called display-targets, i.e. you can render your >application's output to one of >X11 >

[Qemu-devel] [PATCH] misc. typos

2005-12-01 Thread Bernhard Fischer
Hi, Attached three patchlets do: 1) qemu-helptext_typo.diff s/sound cars/sound cards/ 2) qemu-configure_help.diff add --help and -h to the normal option parsing. This allows to give -h anywhere in the arguments to configure (not only as first argument). correct the configure help text for --hos

[Qemu-devel] [CFT][patch] qemu-ggi support

2005-09-05 Thread Bernhard Fischer
targe echo "CONFIG_SOFTFLOAT=yes" >> $config_mak echo "#define CONFIG_SOFTFLOAT 1" >> $config_h fi + +# GGI +if test "$ggi" = "yes" ; then + echo "#define CONFIG_GGI 1" >> $config_h + echo "CONFIG_GGI=yes"

Re: [Qemu-devel] [RFC] check VGA BIOS size

2005-08-27 Thread Bernhard Fischer
Fabrice, Will you accept such a check? kind regards, On Sun, Jul 31, 2005 at 01:53:20PM +0200, Bernhard Fischer wrote: >Hi, > >What do you think about checking if a VGA bios was found (and if so, if >it has a valid size)? > >Reasoning is that on pristine machines (i.e. with

[Qemu-devel] [patch] fix a few comments in exec.c

2005-08-27 Thread Bernhard Fischer
Hi, * exec.c: (cpu_physical_memory_rw): fix comments and trim some whitespace while at it. Please apply. thank you, Bernhard diff -X excl -rduNp qemu.oorig/exec.c qemu/exec.c --- qemu.oorig/exec.c 2005-08-23 19:58:48.0 +0200 +++ qemu/exec.c 2005-08-27 14:18:31.0

[Qemu-devel] [RFC] check VGA BIOS size

2005-07-31 Thread Bernhard Fischer
Hi, What do you think about checking if a VGA bios was found (and if so, if it has a valid size)? Reasoning is that on pristine machines (i.e. without a VGA bios ROM available) starting qemu fails without giving any helpful error message. I'm attaching a simple patch which adds such a check. Co

[Qemu-devel] [PATCH] exec.c commentary typos

2005-07-31 Thread Bernhard Fischer
Hi, - fix some commentary typos in exec.c. Thank you, Bernhard diff -X excl -rduNp qemu.oorig/exec.c qemu/exec.c --- qemu.oorig/exec.c 2005-07-28 17:54:37.0 +0200 +++ qemu/exec.c 2005-07-31 13:30:30.0 +0200 @@ -2168,7 +2168,7 @@ void cpu_physical_memory_rw(target_phys_ targ

[Qemu-devel] [patchlet] typo in documentation

2005-05-01 Thread Bernhard Fischer
Hi, Typo in the documentation: s/peripherial/peripheral/g diff -X excl -rduNp qemu.oorig/qemu-doc.texi qemu/qemu-doc.texi --- qemu.oorig/qemu-doc.texi2005-03-13 10:43:05.0 +0100 +++ qemu/qemu-doc.texi 2005-04-30 14:46:24.762300960 +0200 @@ -22,7 +22,7 @@ QEMU has two operating modes:

[Qemu-devel] [patch] configure cosmetics

2005-04-26 Thread Bernhard Fischer
Hi, * configure: remove unused --extra-libs, only print the line about $sdl_static if SDL is to be used. please apply ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [patch] remove S3VGA

2005-04-18 Thread Bernhard Fischer
hw/vga.c: S3 VGA is deprecated, remove it. diff -X excl -rduNp qemu.oorig/hw/vga.c qemu/hw/vga.c --- qemu.oorig/hw/vga.c 2005-02-10 23:00:27.0 +0100 +++ qemu/hw/vga.c 2005-04-18 10:21:45.113278016 +0200 @@ -28,12 +28,8 @@ //#define DEBUG_VGA_MEM //#define DEBUG_VGA_REG -//#define

[Qemu-devel] [patch] fix compilation of sdlaudio debugging

2005-04-18 Thread Bernhard Fischer
audio/sdlaudio.c (sdl_hw_fini, sdl_hw_init): audio_conf was renamed to audio_state. Change the debug prints accordingly. diff -X excl -rduNp qemu.oorig/audio/sdlaudio.c qemu/audio/sdlaudio.c --- qemu.oorig/audio/sdlaudio.c 2004-11-14 19:59:52.0 +0100 +++ qemu/audio/sdlaudio.

Re: [Qemu-devel] compiler error in CONFIG_S3VGA

2005-04-17 Thread Bernhard Fischer
On Sun, Apr 17, 2005 at 09:31:32PM +0200, Fabrice Bellard wrote: >In fact the real fix is to delete the S3VGA stuff - it has never worked >and I have no plan to support it. Moveover, a correct implementation >would be made in another driver as the cirrus_vga driver. Also remove the DEBUG_TB_CHEC

[Qemu-devel] compiler error in CONFIG_S3VGA

2005-04-17 Thread Bernhard Fischer
Hi, qemu/hw/vga.c: typo: s/uinr32_t/uint32_t/ Thank you, diff -X excl -rduNp qemu.oorig/hw/vga.c qemu/hw/vga.c --- qemu.oorig/hw/vga.c 2005-02-10 23:00:27.0 +0100 +++ qemu/hw/vga.c 2005-04-17 02:47:10.0 +0200 @@ -956,7 +956,7 @@ static void vga_get_offsets(VGAState *s,