xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxl: use qemu-xen (upstream QEMU) as device model by default
@ 2012-11-27 15:17 Stefano Stabellini
  2012-11-27 15:23 ` Ian Campbell
  2012-12-03 16:24 ` Roger Pau Monné
  0 siblings, 2 replies; 11+ messages in thread
From: Stefano Stabellini @ 2012-11-27 15:17 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Stefano Stabellini


Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

diff --git a/tools/libxl/libxl_create.c b/tools/libxl/libxl_create.c
index 9d20086..c40f597 100644
--- a/tools/libxl/libxl_create.c
+++ b/tools/libxl/libxl_create.c
@@ -144,7 +144,7 @@ int libxl__domain_build_info_setdefault(libxl__gc *gc,
     if (!b_info->device_model_version) {
         if (b_info->type == LIBXL_DOMAIN_TYPE_HVM)
             b_info->device_model_version =
-                LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN_TRADITIONAL;
+                LIBXL_DEVICE_MODEL_VERSION_QEMU_XEN;
         else {
             const char *dm;
             int rc;

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

end of thread, other threads:[~2012-12-05 16:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-27 15:17 [PATCH] libxl: use qemu-xen (upstream QEMU) as device model by default Stefano Stabellini
2012-11-27 15:23 ` Ian Campbell
2012-11-29 17:17   ` Ian Jackson
2012-12-03 16:24 ` Roger Pau Monné
2012-12-03 18:37   ` Sander Eikelenboom
2012-12-04 12:48     ` Stefano Stabellini
2012-12-04 13:01       ` Sander Eikelenboom
2012-12-04 13:05         ` Stefano Stabellini
2012-12-04 12:45   ` Stefano Stabellini
2012-12-05 15:58   ` Ian Jackson
2012-12-05 16:29     ` Roger Pau Monné

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).