Add -bootp option for slirp, by Anthony Liguori.
[qemu] / vl.h
diff --git a/vl.h b/vl.h
index 005ff13..c6d305c 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -159,6 +159,7 @@ extern int smp_cpus;
 extern int no_quit;
 extern int semihosting_enabled;
 extern int autostart;
+extern const char *bootp_filename;
 
 #define MAX_OPTION_ROMS 16
 extern const char *option_rom[MAX_OPTION_ROMS];