Re: [Qemu-devel] Booting Solaris 9 install CD under qemu-system-sparc

2007-01-04 Thread Paul Sheer
> Booting Solaris_sparc inside qemu?? > --->> Unfortunately not (speaking of SunOS4.x/Solaris1.x and Solaris2.x 32 > bit > kernel): Good news is, that it successfully starts booting (a physical > CD, a CD.iso or physical hdd) now. > That is, it can read the vtoc now and starts executing bootblk.

Re: [Qemu-devel] qemu Makefile configure

2007-01-04 Thread Thiemo Seufer
Thiemo Seufer wrote: > 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 dyngen are

[Qemu-devel] qemu Makefile Makefile.target configure

2007-01-04 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/05 01:00:47 Modified files: . : Makefile Makefile.target configure Log message: Untangle the various CFLAGS/LDFLAGS flavours. Allow overriding the optional flags at ma

Re: [Qemu-devel] Booting Solaris 9 install CD under qemu-system-sparc

2007-01-04 Thread Martin Bochnig
Paul Sheer wrote: >Hi. i need to perform software builds on solaris-sparc and i'm trying >to avoid buying a real sparc for this. So qemu would be really helpful. > >Be happy to buy something cool for whoever get's this working! > >When booting the solaris 9 install CD - > >qemu-0.8.2# uname -a >Li

[Qemu-devel] Booting Solaris 9 install CD under qemu-system-sparc

2007-01-04 Thread Paul Sheer
Hi. i need to perform software builds on solaris-sparc and i'm trying to avoid buying a real sparc for this. So qemu would be really helpful. Be happy to buy something cool for whoever get's this working! When booting the solaris 9 install CD - qemu-0.8.2# uname -a Linux sheerp-laptop 2.6.18 #2

Re: [Qemu-devel] [PATCH] Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64

2007-01-04 Thread Kirill A. Shutemov
On [Thu, 04.01.2007 17:44], Kirill A. Shutemov wrote: > On [Thu, 04.01.2007 17:12], Kirill A. Shutemov wrote: > > In the attachment patch to support three new fcntl. Tested on host x86_64, > > target arm. > > Attached, sorry. Any comments? signature.asc Description: Digital signature __

RE: [Qemu-devel] USB EHCI development nearing completion

2007-01-04 Thread Mark B
Apologies for the missed semi-colon - I edited the vendor id after the fact. Looks like I chopped the call to init as well. You'll need this: --- qemu-0.8.2/hw/pc.c 2006-07-22 17:23:34.0 +0100 +++ qemu-dev/hw/pc.c2007-12-04 20:17:16.0 + @@ -842,6 +842,8 @@ usb_u

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 --enable-alsa was given but the user forgot to inst

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

2007-01-04 Thread Paul Brook
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 --enable-alsa was given but the user forgot to install > the alsa libs proper, the build failed later on due to eventu

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_to_pc_keycode LUT from sdl.c into >> >>an x_keycode.c. T

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

2007-01-04 Thread Thiemo Seufer
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_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

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 ¹). >> >>Comments? >> >How it is do

Re: [Qemu-devel] [PATCH] qemu-dm monitor doesn't support the quit command.

2007-01-04 Thread Thiemo Seufer
Kasai Takanori wrote: > Hi All, > > It is natural that there is quit command in original QEMU. > However, I don't think that the HVM domain on Xen is necessary. > Because there is a possibility of shutting down GuestOS due to the mistake. > I think that I should prohibit the quit command of qemu

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

2007-01-04 Thread Jonathan Phenix
luding a C file as well. Please apply. ¹) http://members.aon.at/berny_f/qemu/qemu-HEAD.ggi-2.2.x-04c-20070104.diff ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/

[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&#x

Re: [Qemu-devel] boot a preinstalled winxp on linux/x86: writing a patch...

2007-01-04 Thread Roberto Polli
Alle 07:48, sabato 30 dicembre 2006, Dirk Behme ha scritto: > I think parts of this are already in Wiki: > http://kidsquid.com/cgi-bin/moin.cgi/FrequentlyAskedQuestions#head-a1fc78523d7c7d256a29bac4577cd728be70eedd interesting enough but still not working - yes, my win skill are not excellent. >

Re: [Qemu-devel] [PATCH] Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64

2007-01-04 Thread Kirill A. Shutemov
On [Thu, 04.01.2007 17:12], Kirill A. Shutemov wrote: > In the attachment patch to support three new fcntl. Tested on host x86_64, > target arm. Attached, sorry. --- qemu-0.8.2.orig/linux-user/syscall.c2006-12-15 16:47:53 +0200 +++ qemu-0.8.2/linux-user/syscall.c 2006-12-15 19:18:10 +0

[Qemu-devel] [PATCH] Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64

2007-01-04 Thread Kirill A. Shutemov
In the attachment patch to support three new fcntl. Tested on host x86_64, target arm. signature.asc Description: Digital signature ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[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-04 Thread Thiemo Seufer
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 dyngen are not > > modified. > > That's

Re: [Qemu-devel] USB EHCI development nearing completion

2007-01-04 Thread Christian MICHON
I tested it on win32 host. Apparently a typo mistake (see updated patch) how to use it ? diff -Nur ehci.patch ehci-xian.patch --- ehci.patch Thu Jan 4 09:50:17 2007 +++ ehci-xian.patch Thu Jan 4 10:40:26 2007 @@ -1722,7 +1722,7 @@ +printf ("buffer is %p (+%d)\n", s->buffer, (uint8_t*)

RE: [Qemu-devel] USB EHCI development nearing completion

2007-01-04 Thread Mark B
Paul, I don't see anything to do with EHCI in Chromium. I was just referring to the 3D patch as an example - maybe this is causing confusion. Did anyone else get a chance to look at the EHCI emulation patch? Thanks, Mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTE