Re: [kvm-devel] [PATCH 2/2] Add QEMU support for extboot (v2)

2008-01-03 Thread Avi Kivity
Anthony Liguori wrote: > This patch adds support to QEMU for extboot. It requires that an extboot.bin > binary be copied into the pc-bios directory or else make install will not > function properly. > > To use extboot to boot from an arbitrary block device, simply append a > ",boot=on" to the bloc

Re: [kvm-devel] [PATCH 2/2] Add QEMU support for extboot

2008-01-03 Thread Anthony Liguori
Avi Kivity wrote: > Anthony Liguori wrote: >> This patch adds support to QEMU for extboot. It requires that an >> extboot.bin >> binary be copied into the pc-bios directory or else make install will >> not >> function properly. >> >> To use extboot to boot from an arbitrary block device, simply

[kvm-devel] [PATCH 2/2] Add QEMU support for extboot (v2)

2008-01-03 Thread Anthony Liguori
This patch adds support to QEMU for extboot. It requires that an extboot.bin binary be copied into the pc-bios directory or else make install will not function properly. To use extboot to boot from an arbitrary block device, simply append a ",boot=on" to the block device to boot from. For instan

Re: [kvm-devel] [PATCH 2/2] Add QEMU support for extboot

2008-01-03 Thread Avi Kivity
Anthony Liguori wrote: > This patch adds support to QEMU for extboot. It requires that an extboot.bin > binary be copied into the pc-bios directory or else make install will not > function properly. > > To use extboot to boot from an arbitrary block device, simply append a > ",boot=on" to the bloc

[kvm-devel] [PATCH 2/2] Add QEMU support for extboot

2008-01-02 Thread Anthony Liguori
This patch adds support to QEMU for extboot. It requires that an extboot.bin binary be copied into the pc-bios directory or else make install will not function properly. To use extboot to boot from an arbitrary block device, simply append a ",boot=on" to the block device to boot from. For instan