* [PATCH][VT]make device model can work with no ide or floop disk
@ 2005-09-05 4:35 Xiaofeng Ling
0 siblings, 0 replies; only message in thread
From: Xiaofeng Ling @ 2005-09-05 4:35 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser, xen-devel
This patch make device model can work with no ide disk or floop disk.
So that unmodified guest can boot with vbd.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
diff -r 93d56fca5840 -r 94b8cdd147fd tools/ioemu/vl.c
--- a/tools/ioemu/vl.c Mon Sep 5 04:00:27 2005
+++ b/tools/ioemu/vl.c Mon Sep 5 04:01:42 2005
@@ -2730,7 +2730,7 @@
if (!linux_boot && hd_filename[0] == '\0' && hd_filename[2] == '\0' &&
fd_filename[0] == '\0')
- help();
+ printf("warning: no disk configured!\n");
/* boot to cd by default if no hard disk */
if (hd_filename[0] == '\0' && boot_device == 'c') {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-09-05 4:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-05 4:35 [PATCH][VT]make device model can work with no ide or floop disk Xiaofeng Ling
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.