[Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Onkar N Mahajan
ss.qed qemu-img: Image is already committed even before committing the image. after patching - # qemu-img commit -f qed ss.qed Image committed. and image is actually successfully committed. --- Signed-off-by: Onkar N Mahajan/India/IBM --- block

[Qemu-devel] [PATCH] Fix : Enable qemu-img QED image commit support.

2013-01-04 Thread Onkar N Mahajan
ss.qed qemu-img: Image is already committed even before committing the image. after patching - # qemu-img commit -f qed ss.qed Image committed. and image is actually successfully committed. *** Signed-off-by: Onkar N Mahajan/India/IBM --- block/qed.c |2 +- 1 files changed, 1

[Qemu-devel] unable to set security context error ...

2011-11-02 Thread Onkar N Mahajan
I am getting 'system_u:object_r:svirt_image_t:s0:c129,c783' on '/var/lib/libvirt/images/vm01.img': Permission denied' when I try to install using virt-manager. #semanage fcontext -l | grep images /var/lib/libvirt/images(/.*)? all files system_u:object_r:svirt_imag

[Qemu-devel] balloon drivers missing in virtio-win-1.1.16.vfd

2011-09-29 Thread Onkar N Mahajan
virtio_balloon drivers are missing in the virtio-win floppy disk image found at http://alt.fedoraproject.org/pub/alt/virtio-win/latest/images/bin/ whereas they are present in the ISO image , any specific reason for this ? Shouldn't they be ideally present ? Regards, Onkar