[Qemu-devel] [PATCH] Let ESP SCSI adapter to be usable outside sun4m (v2)

2008-03-01 Thread Hervé Poussineau
Hi, At the moment, ESP SCSI adapter can only be used inside sun4m machines. Attached patch moves the declaration outside sun4m.h, so other machines can also use it. Declaration has been added to a new file scsi.h. As Blue Swirl suggested, DMA access functions are sent to the init function. He

[Qemu-devel] qemu configure tests/Makefile tests/test-mmap.c

2008-03-01 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/01 22:23:17 Modified files: . : configure tests : Makefile Added files: tests : test-mmap.c Log message: Add a tests for user-mode mmap

RE: [kvm-devel] [Qemu-devel] [PATCH] USB 2.0 EHCI emulation

2008-03-01 Thread Arnon Gilboa
Can you give me some details about the device? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerb Stralko Sent: Friday, February 29, 2008 4:17 PM To: Arnon Gilboa Cc: [EMAIL PROTECTED]; qemu-devel@nongnu.org Subject: Re: [kvm-devel] [Qemu-devel] [PATCH]

[Qemu-devel] qemu/tests/cris check_btst.s

2008-03-01 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/01 18:50:55 Modified files: tests/cris : check_btst.s Log message: Add test-case for btst CCS flags updates. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/tests/cris/check_b

[Qemu-devel] qemu hw/etraxfs_ser.c hw/etraxfs_timer.c target...

2008-03-01 Thread Edgar E. Iglesias
CVSROOT:/sources/qemu Module name:qemu Changes by: Edgar E. Iglesias08/03/01 17:25:33 Modified files: hw : etraxfs_ser.c etraxfs_timer.c target-cris: helper.c op.c Log message: * target-cris/op.c: Make sure the bit-test insn only updat

[Qemu-devel] Re: Re: Atheros Wireless Device Emulation

2008-03-01 Thread Clemens Kolbitsch
On Friday 29 February 2008 19:22:53 Sylvain Petreolle wrote: > Look at pci.c.rej. > Because of the lines of the recent e1000 pci card inclusion, > patch refuses to apply it. > > Its just a matter of resynch... Now I got it ;-) This one (http://stud4.tuwien.ac.at/~e0126605/qemu_atheros/atheros_wla

[Qemu-devel] TCG: register survival outside basic block

2008-03-01 Thread Blue Swirl
Hi, I'd like to use TCG for the remaining Sparc ops, the attached patch converts addcc for Sparc32. But I have a problem with register handling. I'd like to use some registers across basic blocks, but currently they get eliminated like tmp0 and tmp3 below. Is it possible to add some kind of regist