Re: [Qemu-devel] Patch: let qemu work with latest bochsbios

2007-08-17 Thread Bernhard Kauer
Has somebody besides me tested the patch? Bernhard Kauer On Wed, Aug 01, 2007 at 05:42:17PM +0200, Bernhard Kauer wrote: > The boot_device is not communicated to the bochsbios > through the CMOS. The following patch allows to boot > via network on the newest bochsbios.

Re: [Qemu-devel] Patch: let qemu work with latest bochsbios

2007-08-04 Thread Bernhard Kauer
On Wed, Aug 01, 2007 at 11:02:58AM -0500, Anthony Liguori wrote: > Bernhard Kauer wrote: >> -boot_device = 'c'; /* to prevent confusion by the BIOS */ >> +//boot_device = 'c'; /* to prevent confusion by the BIOS */ >> } >> > > Please don't comment out code. Just delete it. You are

Re: [Qemu-devel] Patch: let qemu work with latest bochsbios

2007-08-01 Thread Anthony Liguori
Bernhard Kauer wrote: The boot_device is not communicated to the bochsbios through the CMOS. The following patch allows to boot via network on the newest bochsbios. Bernhard Kauer Index: vl.c ===

[Qemu-devel] Patch: let qemu work with latest bochsbios

2007-08-01 Thread Bernhard Kauer
The boot_device is not communicated to the bochsbios through the CMOS. The following patch allows to boot via network on the newest bochsbios. Bernhard Kauer Index: vl.c === RCS file: /sources/qemu/qemu/vl.c,v retrieving rev

[Qemu-devel] Patch: let qemu work with latest bochsbios

2007-08-01 Thread Bernhard Kauer
The boot_device is not communicated to the bochsbios through the CMOS. The following patch allows to boot via network on the newest bochsbios. Bernhard Kauer