From: "andrzej zaborowski" <balrog@zabor.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] don't require a disk image for network boot
Date: Tue, 13 Feb 2007 15:58:13 +0100 [thread overview]
Message-ID: <fb249edb0702130658i75e418e3h2a222520adaaf42e@mail.gmail.com> (raw)
In-Reply-To: <87bqjyxg10.fsf@tac.ki.iif.hu>
---------- Forwarded message ----------
From: Ferenc Wagner <wferi@niif.hu>
To: qemu-devel@nongnu.org
Date: Thu, 08 Feb 2007 18:02:23 +0100
Subject: don't require a disk image for network boot
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')
next parent reply other threads:[~2007-02-13 14:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87bqjyxg10.fsf@tac.ki.iif.hu>
2007-02-13 14:58 ` andrzej zaborowski [this message]
2007-02-13 15:08 ` [Qemu-devel] [PATCH] don't require a disk image for network boot Stuart Brady
2007-02-15 9:17 ` Thomas Petazzoni
2007-02-15 15:45 ` Ed Swierk
2007-02-15 16:27 ` Paul Brook
2007-02-17 0:57 ` Rob Landley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fb249edb0702130658i75e418e3h2a222520adaaf42e@mail.gmail.com \
--to=balrog@zabor.org \
--cc=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).