All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/libxl: Disable useless empty floppy drive with qemu-xen
@ 2013-02-05 16:15 Fabio Fantoni
  2013-02-05 16:21 ` Ian Campbell
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabio Fantoni @ 2013-02-05 16:15 UTC (permalink / raw)
  To: xen-devel, Stefano.Stabellini, Ian.Campbell

tools/libxl: Disable useless empty floppy drive with
  qemu-xen

Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it>
---
  tools/libxl/libxl_dm.c |    3 +++
  1 file changed, 3 insertions(+)

diff --git a/tools/libxl/libxl_dm.c b/tools/libxl/libxl_dm.c
index 51f9914..c265618 100644
--- a/tools/libxl/libxl_dm.c
+++ b/tools/libxl/libxl_dm.c
@@ -406,6 +406,9 @@ static char ** 
libxl__build_device_model_args_new(libxl__gc *gc,
      if (b_info->type == LIBXL_DOMAIN_TYPE_HVM) {
          int ioemu_nics = 0;

+        /* Disable useless empty floppy drive */
+        flexarray_vappend(dm_args, "-global", "isa-fdc.driveA=", NULL);
+
          if (b_info->u.hvm.serial) {
              flexarray_vappend(dm_args, "-serial", 
b_info->u.hvm.serial, NULL);
          }
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-15 13:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-05 16:15 [PATCH] tools/libxl: Disable useless empty floppy drive with qemu-xen Fabio Fantoni
2013-02-05 16:21 ` Ian Campbell
2013-02-08 12:39 ` Stefano Stabellini
2013-02-15 12:18 ` Ian Campbell
2013-02-15 13:14   ` Fabio Fantoni

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.