Re: [Qemu-devel] FW: [kvm-devel] CPU consumption for SMP windows guests.

2007-08-26 Thread Andreas Färber
Hi, Am 26.08.2007 um 11:10 schrieb Igor Lvovsky: Does anybody know what's going on? Is SMP support working at the moment? SMP works fine on Sparc32. Performance isn't great because the CPUs are not halted in SMP mode but they busy loop when idle. I sent this patch before, but probably

[Qemu-devel] [PATCH] arm_gic.c error message fix

2007-08-26 Thread Adam Lackorzynski
Hello, this patch fixes two typos in the gic_cpu_write and gic_cpu_read functions of arm_gic.c. Index: hw/arm_gic.c === RCS file: /sources/qemu/qemu/hw/arm_gic.c,v retrieving revision 1.5 diff -u -r1.5 arm_gic.c --- hw/arm_gic.c

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

2007-08-26 Thread Andreas Färber
Am 25.08.2007 um 09:37 schrieb Andreas Färber: 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? Getting no answer on this I have prepared a quickfix which wraps all dynticks in conditional

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-08-26 Thread Fabrice Bellard
Paul Brook wrote: pci_gdma.diff: Convert PCI devices and targets Any comments? The patches are a bit intrusive and I can't test the targets except that they compile. Shouldn't the PCI DMA object be a property of the PCI bus? ie. we don't want/need to pass it round as a separate parameter. It

[Qemu-devel] Re: e1000 emulation

2007-08-26 Thread Triggered
Dan Aloni schreef: 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

Re: [Qemu-devel] e1000 emulation

2007-08-26 Thread Anthony Liguori
On Sun, 2007-08-26 at 00:18 +0300, Dan Aloni wrote: Hello, Is anyone interested in a patch for an unstable, though working e1000 emulation for QEMU? It is aimed for this chip-set version: Yes! The e1000 has a lot of interesting features that should make it emulation friendly. 0e:00.0

[Qemu-devel] qemu vl.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:29:15 Modified files: . : vl.c Log message: Make dynticks conditional on __linux__. Spotted by Andreas Faerber. CVSWeb URLs:

[Qemu-devel] qemu vl.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:31:30 Modified files: . : vl.c Log message: Fix typo in comment, by Andreas Faerber. CVSWeb URLs:

[Qemu-devel] qemu/hw apic.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:33:08 Modified files: hw : apic.c Log message: Set apic instance number for savevm, by Ari Kivity. CVSWeb URLs:

[Qemu-devel] qemu readline.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:33:53 Modified files: . : readline.c Log message: Reset buffer pointers after CR/LF, by Jim Paris. CVSWeb URLs:

[Qemu-devel] qemu/target-mips helper.c op.c translate.c tran...

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:37:23 Modified files: target-mips: helper.c op.c translate.c translate_init.c Log message: Disable 64-bit instructions on 32-bit CPU, by Aurelien Jarno. CVSWeb URLs:

[Qemu-devel] qemu/hw ide.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:42:20 Modified files: hw : ide.c Log message: Last AIO patch, by Vladimir N. Oleynik. CVSWeb URLs:

[Qemu-devel] qemu/hw vmmouse.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:45:23 Modified files: hw : vmmouse.c Log message: Replace tabs by 8 spaces. No code change, by Herve Poussineau. CVSWeb URLs:

[Qemu-devel] qemu Makefile.target vl.h

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:46:00 Modified files: . : Makefile.target vl.h Log message: Add a generic framework for VMware communication port, by Herve Poussineau. CVSWeb URLs:

[Qemu-devel] qemu/hw pc.c vmmouse.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:46:38 Modified files: hw : pc.c vmmouse.c Log message: Use the framework for the VMware mouse emulation, by Herve Poussineau. CVSWeb URLs:

[Qemu-devel] qemu/hw vmport.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:48:14 Added files: hw : vmport.c Log message: Add file missed in last commit. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/vmport.c?cvsroot=qemurev=1.1

[Qemu-devel] qemu/target-sh4 translate.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:48:48 Modified files: target-sh4 : translate.c Log message: SH4 mov.b fix, by Vince Weaver. CVSWeb URLs:

[Qemu-devel] qemu/hw arm_gic.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:50:07 Modified files: hw : arm_gic.c Log message: arm_gic.c error message fix, by Adam Lackorzynski. CVSWeb URLs:

[Qemu-devel] qemu vl.c hw/pc.c

2007-08-26 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/08/26 17:51:40 Modified files: . : vl.c hw : pc.c Log message: Let qemu work with latest bochsbios, by Bernhard Kauer. CVSWeb URLs:

Re: [Qemu-devel] Re: PATCH, RFC: Generic DMA framework

2007-08-26 Thread Blue Swirl
On 8/26/07, Fabrice Bellard [EMAIL PROTECTED] wrote: Paul Brook wrote: pci_gdma.diff: Convert PCI devices and targets Any comments? The patches are a bit intrusive and I can't test the targets except that they compile. Shouldn't the PCI DMA object be a property of the PCI bus? ie. we

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

2007-08-26 Thread Christian MICHON
DetaolB is a small size x86/uclibc distro, aimed mostly for emulators/virtualizers. With this iso's size around 40Mb, you've a small yet functional desktop distro which can help developping C software or compiling the linux kernel. It can then self emulate with included qemu-0.9.0 ;-) DetaolB

Re: [Qemu-devel] [Patch] AltGr on vnc and adding extra keys with no compiling

2007-08-26 Thread Thiemo Seufer
Ricardo wrote: Hi On my keyboard Alt Gr is mapped to ISO_Level3_Shift. Using sdl it worked fine without any modification, but using vnc I was unable to use Alt Gr. I added a line on /usr/share/keymaps/modifiers refering to my key: ISO_Level3_Shift 0xb8 But, unfortunately it didn't