WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] libxl: return "tap" as backend type for P

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] libxl: return "tap" as backend type for PHYSTYPE_QCOW2
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 23 Dec 2010 05:34:22 -0800
Delivery-date: Thu, 23 Dec 2010 05:41:27 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
# Date 1292354905 0
# Node ID 197c0b40423aabf6bb71822566f2a831d3d9c704
# Parent  a2713356ad24b94b5e2fb1d141e2041a2699fd23
libxl: return "tap" as backend type for PHYSTYPE_QCOW2

Return "tap" as backend type for PHYSTYPE_QCOW2.  This arranges that
qcow2 disks should work in xl.

Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 tools/libxl/libxl_device.c |    1 +
 1 files changed, 1 insertion(+)

diff -r a2713356ad24 -r 197c0b40423a tools/libxl/libxl_device.c
--- a/tools/libxl/libxl_device.c        Tue Dec 14 19:04:03 2010 +0000
+++ b/tools/libxl/libxl_device.c        Tue Dec 14 19:28:25 2010 +0000
@@ -138,6 +138,7 @@ char *libxl__device_disk_backend_type_of
 {
     switch (phystype) {
         case PHYSTYPE_QCOW: return "tap";
+        case PHYSTYPE_QCOW2: return "tap";
         case PHYSTYPE_VHD: return "tap";
         case PHYSTYPE_AIO: return "tap";
         /* let's pretend file is tap:aio */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] libxl: return "tap" as backend type for PHYSTYPE_QCOW2, Xen patchbot-unstable <=