]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commit
pxe: Don't look for PXE ROMs when running as a DM
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 18 Sep 2009 15:32:58 +0000 (16:32 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 18 Sep 2009 15:32:58 +0000 (16:32 +0100)
commite084d4f0f1202f82db360c03c068433144d308b8
treec06ac7fbeb0073f38b04d7c3ca2eed040fc2c1f6
parentee56e4afc1cadb41ccce3c0b01531bfb018f979a
pxe: Don't look for PXE ROMs when running as a DM

Searching for PXE ROMs in attached NICs is unnecessary as the ROM
that is used is included in the hvmloader binary. In the case where
there are only pass-through NICs it will cause the boot to fail
as the NICs are not known to qemu-xen at the time that this check is made.
In other words, without this change PXE boot from a pass-through
device will fail.

This has likely been broken since I changed around the pass-through
code so that devices passed-through at boot-time are handled by hot-plug.

Signed-off-by: Simon Horman <horms@verge.net.au>
vl.c