All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] don't require a disk image for network boot
@ 2007-02-08 17:03 Ferenc Wagner
  0 siblings, 0 replies; only message in thread
From: Ferenc Wagner @ 2007-02-08 17:03 UTC (permalink / raw)
  To: qemu-devel

Hi,

What do you think about the following patch?  As a side note, I'd
really prefer option roms with serial output enabled (check
CONSOLE_DUAL on rom-o-matic).  Maybe even uncheck ASK_BOOT...  Hmm,
maybe that's already done, I couldn't see... :)

Anyway, thanks for the nice work!

Regards,
Feri.
(please Cc: me, I'm not subscribed)


diff -Nru qemu-0.9.0/vl.c qemu/vl.c
--- qemu-0.9.0/vl.c     2007-02-06 00:01:54.000000000 +0100
+++ qemu/vl.c   2007-02-08 17:54:00.723622909 +0100
@@ -7017,6 +7017,7 @@
     linux_boot = (kernel_filename != NULL);
 
     if (!linux_boot &&
+        boot_device != 'n' &&
         hd_filename[0] == '\0' && 
         (cdrom_index >= 0 && hd_filename[cdrom_index] == '\0') &&
         fd_filename[0] == '\0')

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-08 17:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 17:03 [Qemu-devel] don't require a disk image for network boot Ferenc Wagner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.