From: Avi Kivity <a...@redhat.com>

This reverts commit b496fe34317ead61cf5ae019506fadc8f9ad6556.  Seabios
fixes/workarounds now allow gpxe to work.

Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/hw/loader.c b/hw/loader.c
index b1827a7..2d7a2c4 100644
--- a/hw/loader.c
+++ b/hw/loader.c
@@ -628,10 +628,6 @@ int rom_add_vga(const char *file)
 
 int rom_add_option(const char *file)
 {
-    /* temporarily avoid pxe roms */
-    if (strncmp(file, "pxe", 3) == 0)
-        return 0;
-
     if (!rom_enable_driver_roms)
         return 0;
     return rom_add_file(file, PC_ROM_MIN_OPTION, PC_ROM_MAX, PC_ROM_ALIGN);
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to