qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] Allow xen guests to plug disks of 1 TiB or more


From: Felipe Franciosi
Subject: [Qemu-devel] [PATCH 0/2] Allow xen guests to plug disks of 1 TiB or more
Date: Wed, 3 Apr 2013 15:01:10 +0100

This series fixes an issue where disks of 1 TiB or more cannot be added
to a xen guest. The problem lies in the xen backend driver using a 32 bit
integer xenstore interface to write the number of sectors corresponding
to the file or device that represents the virtual disk.

The first patch adds 64 bit integer write functions to the xenstore
interface. The second patch fixes the xen backend driver to use this new
function, allowing for more than 2147483647 sectors.

Thanks,
Felipe

Felipe Franciosi (2):
  Introduce 64 bit integer write interface to xenstore
  Allow xen guests to plug disks of 1 TiB or more

 hw/xen_backend.c |   15 ++++++++++++++-
 hw/xen_backend.h |    2 ++
 hw/xen_disk.c    |    4 ++--
 3 files changed, 18 insertions(+), 3 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]