Re: [Qemu-devel] [PATCH 1/1] block/gluster: add support for multiple gluster backup volfile servers

2015-09-09 Thread Deepak C Shetty
On 09/09/2015 03:16 PM, Stefan Hajnoczi wrote: On Tue, Sep 08, 2015 at 08:40:58PM +0530, Deepak Shetty wrote: On Tue, Sep 8, 2015 at 8:32 PM, Daniel P. Berrange wrote: On Tue, Sep 08, 2015 at 06:34:09PM +0530, Prasanna Kumar Kalever wrote: This patch adds a way to specify multiple backup v

Re: [Qemu-devel] [PATCH 1/1] block/gluster: add support for multiple gluster backup volfile servers

2015-09-09 Thread Deepak C Shetty
On 09/08/2015 08:40 PM, Deepak Shetty wrote: On Tue, Sep 8, 2015 at 8:32 PM, Daniel P. Berrange mailto:berra...@redhat.com>>wrote: On Tue, Sep 08, 2015 at 06:34:09PM +0530, Prasanna Kumar Kalever wrote: > This patch adds a way to specify multiple backup volfile servers to t

[Qemu-devel] Fwd: [libvirt] virDomainAttachDevice error during disk hotplug

2013-08-16 Thread Deepak C Shetty
e some response thanx, deepak Original Message Subject:[libvirt] virDomainAttachDevice error during disk hotplug Date: Sat, 10 Aug 2013 17:38:20 +0530 From: Deepak C Shetty Organization: IBM India Pvt. Ltd. To: libvir-l...@redhat.com Hi All, I am trying to

[Qemu-devel] [Bug 1192780] Re: qemu-kvm with snapshot option always fails with Permission denied Could not open disk image

2013-07-25 Thread Deepak C Shetty
Eric, Thanks for the quick reply. I saw the desc. in formatdomain.html and thought its supported. So does that mean its supported for other hypervisors but not QEMU/KVM ? If not supported at all, why does it show up in the doc... its misleading. I had a recent need to start exploiting this

[Qemu-devel] [Bug 1192780] Re: qemu-kvm with snapshot option always fails with Permission denied Could not open disk image

2013-07-25 Thread Deepak C Shetty
Hi, quick question, I thought that using the xml tag of element is the right way to do in libvirt ? Why is method being used ? Also with -snapshot, iiuc the temp. file is created by QEMU internally, so which temp. file and its selinux perms is being referenced above ? -- You received t

[Qemu-devel] Few Qs related to using qemu-nbd for exporting snapshot

2013-05-07 Thread Deepak C Shetty
Hi Anthony & the List, I am looking at using qemu-nbd to export an existing snapshot to a Backup virtual appliance (VA) and had the following Qs in that context... 1) Exporting an image using unix socket (-k option) Vs using --connect=/dev/nbd0, which one is better / preferred ? The idea

Re: [Qemu-devel] [PATCH V3 42/44] virtio-9p-pci: switch to the new API.

2013-01-18 Thread Deepak C Shetty
Tested-by: Deepak C Shetty

Re: [Qemu-devel] [PATCH V3 43/44] virtio-9p: cleanup: init function.

2013-01-18 Thread Deepak C Shetty
On 01/15/2013 07:39 PM, fred.kon...@greensocs.com wrote: From: KONRAD Frederic This remove old init function as it is no longer needed. Signed-off-by: KONRAD Frederic Tested-by: Deepak C Shetty

Re: [Qemu-devel] [PATCH V3 44/44] virtio-9p: cleanup: QOM casts.

2013-01-18 Thread Deepak C Shetty
On 01/15/2013 07:39 PM, fred.kon...@greensocs.com wrote: From: KONRAD Frederic As the virtio-9p-pci is switched to the new API, we can use QOM casts. Signed-off-by: KONRAD Frederic Tested-by: Deepak C Shetty

Re: [Qemu-devel] [PATCH V3 41/44] virtio-9p: add the virtio-9p device.

2013-01-18 Thread Deepak C Shetty
On 01/15/2013 07:39 PM, fred.kon...@greensocs.com wrote: From: KONRAD Frederic Create virtio-9p which extends virtio-device, so it can be connected on virtio-bus. Signed-off-by: KONRAD Frederic Tested-by: Deepak C Shetty

[Qemu-devel] [PATCH 2/2] hw/9pfs: Reset server state during TVERSION

2011-11-24 Thread Deepak C Shetty
this ensures that we always start from a clean state. Signed-off-by: Deepak C Shetty --- hw/9pfs/virtio-9p.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index ee83d81..b354f52 100644 --- a/hw/9pfs/virtio-9p.c +++ b/hw/9pfs

[Qemu-devel] [PATCH 1/2] hw/9pfs: Add 9P2000.L detach operation

2011-11-24 Thread Deepak C Shetty
. Signed-off-by: Deepak C Shetty --- hw/9pfs/virtio-9p.c | 43 +++ hw/9pfs/virtio-9p.h |2 ++ trace-events|2 ++ 3 files changed, 47 insertions(+), 0 deletions(-) diff --git a/hw/9pfs/virtio-9p.c b/hw/9pfs/virtio-9p.c index 177c0ee..ee83d81