Re: [Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-04-18 Thread Stefan Weil
Hi, Aurelien's patch is still missing in CVS HEAD. I resend it here with a small address fix. Please add this patch to CVS. It is needed for PCI devices like those in eepro100.c. Thank you Stefan Aurelien Jarno schrieb: I don't have such messages in the build log. I am using a 2.6.18

Re: [Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-04-15 Thread Stefan Weil
Hi, here are some more patches for the GT64120 PCI: * Fix the device id (byte order was swapped for mips and mipsel). Now lspci shows the correct device name (for any endianess). * Fix the byte order for GT64120 PCI configuration (was swapped for mips). Now lspci shows the GT64120 device

Re: [Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-04-15 Thread Aurelien Jarno
On Sun, Apr 15, 2007 at 03:07:38PM +0200, Stefan Weil wrote: Hi, here are some more patches for the GT64120 PCI: * Fix the device id (byte order was swapped for mips and mipsel). Now lspci shows the correct device name (for any endianess). * Fix the byte order for GT64120 PCI

Re: [Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-04-15 Thread Stefan Weil
Thanks. Now QEMU/Malta works better than ever :-) Below is a small change which is needed for your patch. Regards Stefan Aurelien Jarno schrieb: Index: hw/mips_malta.c === RCS file: /sources/qemu/qemu/hw/mips_malta.c,v

[Qemu-devel] [PATCH] Fix GT64120 PCI IO mapping update

2007-02-28 Thread Aurelien Jarno
Hi, The patch below fixes a bug when updating the GT64120 PCI IO mapping. The old addresses should be unmapped first before trying to setup a new one. Bye, Aurelien Index: hw/gt64xxx.c === RCS file: