Re: [Qemu-devel] [PATCH v2 0/2] block: fix BDRV_O_SNAPSHOT with protocols

2013-03-19 Thread Stefan Hajnoczi
On Tue, Mar 19, 2013 at 10:16:41AM +0400, Michael Tokarev wrote: > 18.03.2013 20:58, Stefan Hajnoczi wrote: > > Richard Jones reported that BDRV_O_SNAPSHOT does not > > work > > with NBD: > > Heh. http://permalink.gmane.org/gmane.comp.emulators.qemu/148390 > > (nothing's wrong with the patchse

Re: [Qemu-devel] [PATCH v2 0/2] block: fix BDRV_O_SNAPSHOT with protocols

2013-03-18 Thread Michael Tokarev
18.03.2013 20:58, Stefan Hajnoczi wrote: > Richard Jones reported that BDRV_O_SNAPSHOT does not work > with NBD: Heh. http://permalink.gmane.org/gmane.comp.emulators.qemu/148390 (nothing's wrong with the patchset, just saying ;) /mjt

[Qemu-devel] [PATCH v2 0/2] block: fix BDRV_O_SNAPSHOT with protocols

2013-03-18 Thread Stefan Hajnoczi
Richard Jones reported that BDRV_O_SNAPSHOT does not work with NBD: /usr/bin/qemu-system-x86_64 \ [...] -device virtio-scsi-pci,id=scsi \ -drive file=nbd:localhost:61930,snapshot=on,format=raw,id=hd0,if=none \ -device scsi-hd,drive=hd0 \ [...] gives the error: qemu-s

Re: [Qemu-devel] [PATCH v2 0/2] block: fix BDRV_O_SNAPSHOT with protocols

2013-03-18 Thread Kevin Wolf
Am 18.03.2013 um 17:58 hat Stefan Hajnoczi geschrieben: > Richard Jones reported that BDRV_O_SNAPSHOT does not work > with NBD: > > /usr/bin/qemu-system-x86_64 \ > [...] > -device virtio-scsi-pci,id=scsi \ > -drive file=nbd:localhost:61930,snapshot=on,format=raw,id=hd0,if=none \ >