[Qemu-devel] [PATCH] Interrupt controller changes

2006-12-24 Thread Blue Swirl
Hi, These patches convert the callers of pic_set_irq to better function pic_set_irq_new (for all Sunm4 hardware). This also simplifies some levels of indirection. _ Express yourself instantly with MSN Messenger! Download today it

[Qemu-devel] Re: [PATCH] Fix Sparc booting

2006-12-24 Thread Blue Swirl
Apparently you work against an altered tree, the patch didn't apply. Sorry, I have some pending patches and this was on top of those. I fixed that and applied the result. I haven't tested it for sparc since I have no openbios image around. Please take a look at pc-bios/openbios-sparc32, it's

[Qemu-devel] Re: [PATCH] Fix Sparc booting

2006-12-24 Thread Thiemo Seufer
Blue Swirl wrote: > Hi, > > The attached patch allows Sparc32 to boot like before with the old -cdrom > cd.iso syntax or the new -disk scsi,img=cd.iso,sdx=a,type=cdrom,id=2 > syntax. Please apply. Apparently you work against an altered tree, the patch didn't apply. I fixed that and applied the

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

2006-12-24 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 06/12/24 17:12:43 Modified files: . : vl.c vl.h hw : esp.c sun4m.c Log message: Fix SCSI cdrom boot, thanks Blue Swirl. CVSWeb URLs: http://cvs.savannah.gnu.or

Re: [Qemu-devel] time for 0.8.3/0.9?

2006-12-24 Thread Werner Dittmann
Well, I'm not a Qemu developer and have no right to vote or make suggestions here. Thus I can only express my humble opinion here (a somewhat selfisch opinion though:-) ): I would love to see that a new release would solve the problems with 64bit (x86-64) emulation. In particular if Qemu was compil

[Qemu-devel] [PATCH] Fix Sparc booting

2006-12-24 Thread Blue Swirl
Hi, The attached patch allows Sparc32 to boot like before with the old -cdrom cd.iso syntax or the new -disk scsi,img=cd.iso,sdx=a,type=cdrom,id=2 syntax. Please apply. _ FREE pop-up blocking with the new MSN Toolbar - get it now

[Qemu-devel] time for 0.8.3/0.9?

2006-12-24 Thread Hetz Ben Hamo
Hi, The last release of QEMU was 0.8.2 from 6 months ago, Since then, quite a lot of features has been added to CVS and lots of things were fixed.. So I was wondering, isn't it time to start prepare for a new release? (I think it should be called 0.9.0, fabrice will probably disagree :) ). Than

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

2006-12-24 Thread Hetz Ben Hamo
Hi Mark, Well, there aren't any "written rules" but most people who contribute sends some "proof of concept" diff'ed patch (appliable to QEMU CVS for example) (you can look at the experimental 3D patch few weeks ago), and then the talks begins, while others would look how portable your code to ot

[Qemu-devel] Sparc can't boot

2006-12-24 Thread Blue Swirl
Hi, The recent changes to SCSI handling have created a regression: Sparc emulator can't boot anymore. The syntax -cdrom foo.iso specifies an IDE CDROM, but there is no IDE in Sparc32. I didn't have success with the new syntax -disk scsi,img=foo.iso,type=cdrom either. The attached patch allo

[Qemu-devel] Re: [PATCH] dynamic handling of guest mice

2006-12-24 Thread Lonnie Mendez
Attached is a revised patch. This code allows qemu to manage several guest mice. It solves the problem of removing a usb mouse/tablet removable mouse device and losing all guest input from the ps/2 or other emulated mouse device. It also allows the user to choose which guest mouse will receiv

[Qemu-devel] USB EHCI development nearing completion

2006-12-24 Thread Mark B
Dear list, Just a quick note to let you know I have almost finished an implementation of an EHCI host controller for USB (usb-ehci.c) for qemu.  I am testing with an XP guest and so far I have a mass storage flash key, a mouse and a tablet working.  I haven’t yet implemented isochronous or split t