[Qemu-devel] Build failure on OS X - dynticks

2007-08-25 Thread Andreas Färber
Hello, One of the recent patches (dynticks) has broken compilation on Mac OS X v10.4. Should this work on OS X or should this have been limited to Linux? ... Documentation yes gcc-3.3 -DQEMU_TOOL -Wall -O2 -g -fno-strict-aliasing -I. - D_GNU_SOURCE -D_FILE_OFFSET_BITS=64

[Qemu-devel] qemu Makefile.target monitor.c vl.h vnc.c

2007-08-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:37:05 Modified files: . : Makefile.target monitor.c vl.h vnc.c Log message: VNC password authentication, by Daniel P. Berrange. CVSWeb URLs:

Re: [kvm-devel] [Qemu-devel] [PATCH 3/4] Add support for HPET periodic timer.

2007-08-25 Thread Dan Kenigsberg
On Fri, Aug 24, 2007 at 10:18:47PM +0200, Luca wrote: On 8/23/07, Dan Kenigsberg [EMAIL PROTECTED] wrote: On Thu, Aug 23, 2007 at 12:09:47AM +0200, Andi Kleen wrote: $ dmesg |grep -i hpet ACPI: HPET 7D5B6AE0, 0038 (r1 A M I OEMHPET 5000708 MSFT 97) ACPI: HPET id: 0x8086a301

[Qemu-devel] qemu monitor.c vnc.c

2007-08-25 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/25 01:36:20 Modified files: . : monitor.c vnc.c Log message: Extend monitor 'change' command for VNC, by Daniel P. Berrange. CVSWeb URLs:

Re: [Qemu-devel] [PATCH][RFC] SVM support

2007-08-25 Thread Alexey Eremenko
Alexander Graf: Excuse me, but it is a bit unclear what you did. Several questions arise: a. Qemu now is able to emulate SVM on non-SVM old 32-bit processors ? -or- b. Qemu now is able to emulate SVM on SVM processors ? c. Qemu now is able to emulate SVM on VT processors ? d. How fast it works ?

[Qemu-devel] qemu-system-arm runs wince?

2007-08-25 Thread Geraldo Netto
Hi Folks, How are you doing? I would like to know if any of you got a wince running on qemu-arm? if so, could you please, show me how to do it? Kind Regards and Best Wishes, Geraldo -- site: http://extremedev.sf.net msn: [EMAIL PROTECTED] skype: geraldo-netto icq: 145-061-456

Re: [Qemu-devel] [PATCH][RFC] SVM support

2007-08-25 Thread Alexander Graf
On Aug 25, 2007, at 11:57 AM, Alexey Eremenko wrote: Alexander Graf: Excuse me, but it is a bit unclear what you did. Several questions arise: a. Qemu now is able to emulate SVM on non-SVM old 32-bit processors ? -or- b. Qemu now is able to emulate SVM on SVM processors ? c. Qemu now is able

Re: [Qemu-devel] arm-linux-user infinite SIGSEGV looping

2007-08-25 Thread Thayne Harbaugh
On Fri, 2007-08-24 at 15:16 -0600, Thayne Harbaugh wrote: I've encountered what appears to be a race condition in arm-linux-user: sometimes the program qemu is running will hang forever and sometimes it will complete. After digging about there appears to be at least two problems: After

[Qemu-devel] [optional patch] in order to compile qemu-0.9.0 for uclibc-0.9.29

2007-08-25 Thread Christian MICHON
Hi lists, for those who would optionally need qemu-0.9.0 (not the CVS current, the official release) compiled versus uclibc-0.9.29 on x86, please find attached a patch which allows it. i've not tested other architectures like arm/sparc. it's basically a removal of aio (not present in uclibc) and

[Qemu-devel] e1000 emulation

2007-08-25 Thread Dan Aloni
Hello, Is anyone interested in a patch for an unstable, though working e1000 emulation for QEMU? It is aimed for this chip-set version: 0e:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller I originally created it very recently to provide a virtual NIC that

Re: [Qemu-devel] [PATCH][RFC] SVM support

2007-08-25 Thread Mulyadi Santosa
Hello... I implemented SVM in the qemu emulator (not kqemu, not kvm, but the real emulator), so you can use SVM in qemu on _any_ platform qemu runs on - even on PowerPC. basically, I wanna say thanks for your effort on implementing SVM support for Qemu. It helps user who doesn't have