[Qemu-devel] adding a new PCI device support in QEMU

2008-01-01 Thread Vinod E
Hi, I have a special kind of PCI device on my system. I want QEMU to emulate that device and have Guest VM see that. Can someone point me to any documentation available on how I/O device handling is done in QEMU? Thanks, Vinod

Re: [Qemu-devel] adding a new PCI device support in QEMU

2008-01-01 Thread Paul Brook
On Tuesday 01 January 2008, Vinod E wrote: Hi, I have a special kind of PCI device on my system. I want QEMU to emulate that device and have Guest VM see that. Can someone point me to any documentation available on how I/O device handling is done in QEMU? Read the source. There are

[Qemu-devel] qemu/hw iommu.c sun4m.c sun4m.h

2008-01-01 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/01/01 17:04:45 Modified files: hw : iommu.c sun4m.c sun4m.h Log message: DVMA translation errors raise a module error irq (NMI) CVSWeb URLs:

[Qemu-devel] qemu/hw eccmemctl.c esp.c fdc.c iommu.c pcnet.c...

2008-01-01 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/01/01 17:06:39 Modified files: hw : eccmemctl.c esp.c fdc.c iommu.c pcnet.c sbi.c slavio_intctl.c slavio_misc.c slavio_serial.c

[Qemu-devel] [PATCH] (resend) Allow setting the vendor and model_id strings with x86's -cpu option

2008-01-01 Thread Dan Kenigsberg
Would you consider the following patch, that allows users to set two important x86 cpu options from the command line? (the vendor and model_id strings) Regards, Dan. commit 04433bad959a7a4c1b8a0c22bd50eab9bf181b32 Author: Dan Kenigsberg [EMAIL PROTECTED] Date: Thu Dec 20 15:43:15 2007

Re: [Qemu-devel] qemu/hw slavio_intctl.c slavio_timer.c sun4m.c

2008-01-01 Thread Blue Swirl
On 1/1/08, Aurelien Jarno [EMAIL PROTECTED] wrote: On Sat, Dec 29, 2007 at 08:09:57PM +, Blue Swirl wrote: CVSROOT: /cvsroot/qemu Module name: qemu Changes by: Blue Swirl blueswir1 07/12/29 20:09:57 Modified files: hw : slavio_intctl.c slavio_timer.c

Re: [Qemu-devel] qemu/hw slavio_intctl.c slavio_timer.c sun4m.c

2008-01-01 Thread Andreas Färber
Am 01.01.2008 um 20:25 schrieb Aurelien Jarno: On Sat, Dec 29, 2007 at 08:09:57PM +, Blue Swirl wrote: CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir107/12/29 20:09:57 Modified files: hw : slavio_intctl.c slavio_timer.c

[Qemu-devel] qemu/hw slavio_intctl.c sun4m.c

2008-01-01 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir1 08/01/01 20:57:25 Modified files: hw : slavio_intctl.c sun4m.c Log message: Fix Debian serial console boot problem reported by Aurelien Jarno CVSWeb URLs:

Re: [Qemu-devel] qemu/hw slavio_intctl.c slavio_timer.c sun4m.c

2008-01-01 Thread Blue Swirl
On 1/1/08, Aurelien Jarno [EMAIL PROTECTED] wrote: On Sat, Dec 29, 2007 at 08:09:57PM +, Blue Swirl wrote: CVSROOT: /cvsroot/qemu Module name: qemu Changes by: Blue Swirl blueswir1 07/12/29 20:09:57 Modified files: hw : slavio_intctl.c slavio_timer.c

Re: [Qemu-devel] qemu/hw slavio_intctl.c slavio_timer.c sun4m.c

2008-01-01 Thread Aurelien Jarno
On Tue, Jan 01, 2008 at 11:00:46PM +0200, Blue Swirl wrote: On 1/1/08, Aurelien Jarno [EMAIL PROTECTED] wrote: On Sat, Dec 29, 2007 at 08:09:57PM +, Blue Swirl wrote: CVSROOT: /cvsroot/qemu Module name: qemu Changes by: Blue Swirl blueswir1 07/12/29 20:09:57 Modified

Re: [Qemu-devel] qemu cpu-all.h exec.c

2008-01-01 Thread Fabrice Bellard
Blue Swirl wrote: CVSROOT: /cvsroot/qemu Module name: qemu Changes by: Blue Swirl blueswir1 08/01/01 16:57:19 Modified files: . : cpu-all.h exec.c Log message: Support for registering address space only for some access widths CVSWeb URLs:

[Qemu-devel] bug in qemu last win32 snapshot (12132007)

2008-01-01 Thread Sebastien WILLEMIJNS
(cc to the windows dev port) hello, happy new year C:\qemu4windows\qemu-0.9.0-windowsif exist ..\qemusave\kqemu-1.3.0pre11.tar.gz qemu -kernel-kqemu -soundhw all -m 256 -L \qemu4windows\qemu-0.9.0-windows -cdro m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139 -net use

[Qemu-devel] bug in qemu last win32 snapshot (12132007)

2008-01-01 Thread Sebastien WILLEMIJNS
(cc to the windows dev port) hello, happy new year C:\qemu4windows\qemu-0.9.0-windowsif exist ..\qemusave\kqemu-1.3.0pre11.tar.gz qemu -kernel-kqemu -soundhw all -m 256 -L \qemu4windows\qemu-0.9.0-windows -cdro m e:\knoppix.iso -boot d -hda ..\toto.img -net nic,vlan=0,model=rtl8139 -net use

[Qemu-devel] [PATCH] Rearm timer more often

2008-01-01 Thread Anders
The timer must be rearmed if a new timeout is added at the start of the timeout list (or the new timeout will be expired too late.) However, as the rearming always happens after servicing expired timers, do not rearm in that case. Also, move the setting of the dirty flag outside conditional in

Re: [Qemu-devel] bug in qemu last win32 snapshot (12132007)

2008-01-01 Thread Sebastien WILLEMIJNS
i complete my last message to write qemu-0.9.0-windows directory contains of course latest build ;) --- Sébastien WILLEMIJNS