Re: [Qemu-devel] loadvm and tap problem (perhaps a bug?!)

2006-11-27 Thread Lonnie Mendez
On Tue, 2006-11-21 at 02:17 +0100, The Moon Seeker wrote: phase 1 (first boot) brctl addbr link1 qemu -hda PC1.cow -hdb fat:qemuconfigs/pc1 -net nic,macaddr=00:ab:cd:7a:91:8c -net tap,script=pc1.eth1.sh,ifname=pc1.eth1 -net nic,macaddr=00:ab:cd:28:14:c1 -net

[Qemu-devel] PS3 - XP

2006-11-27 Thread Laurent Desnogues
This looks real and funny :) http://www.ps3scene.com/news/static/WindowsXPonPS3viaQemuonLinux-1164389620.php Laurent ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] [PATCH 3/6] A cumulative MIPS patchset

2006-11-27 Thread Fabrice Bellard
Dirk Behme wrote: Thiemo Seufer wrote: Aurelien Jarno wrote: I suggest to use the patch below instead. It is based on the patch I posted [1] on the mailing list a few days ago. it moves the initialisation of the RTC date/time into hw/mc146818rtc.c, to avoid duplication of code. I guess all

Re: [Qemu-devel] [PATCH 3/6] A cumulative MIPS patchset

2006-11-27 Thread Aurelien Jarno
On Mon, Nov 27, 2006 at 10:45:04PM +0100, Fabrice Bellard wrote: Dirk Behme wrote: Thiemo Seufer wrote: Aurelien Jarno wrote: I suggest to use the patch below instead. It is based on the patch I posted [1] on the mailing list a few days ago. it moves the initialisation of the RTC

[Qemu-devel] qemu/pci: Unaligned config read/write overflow

2006-11-27 Thread Herbert Xu
Hi: [QEMU] pci: Unaligned config read/write overflow The default config read/write handlers allows a 4-byte read/write at address 255. This can clobber the field after the config area. This happens to be the PCIBus pointer in the PCIDevice structure. This patch stops this from reducing the