Re: [PATCH 2/2] Document VIRTIO_BLK_T_GET_ID

2013-01-01 Thread Rusty Russell
Alexey Zaytsev alexey.zayt...@gmail.com writes: Signed-off-by: Alexey Zaytsev alexey.zayt...@gmail.com Reviewed-by: Stefan Hajnoczi stefa...@redhat.com Thanks, applied. Cheers, Rusty. ___ Virtualization mailing list

Re: [PATCH] virtio-blk: Don't free ida when disk is in use

2013-01-01 Thread Rusty Russell
Alexander Graf ag...@suse.de writes: On 20.12.2012, at 09:46, Asias He as...@redhat.com wrote: On 12/20/2012 12:15 PM, Rusty Russell wrote: Alexander Graf ag...@suse.de writes: When a file system is mounted on a virtio-blk disk, we then remove it and then reattach it, the reattached disk

Re: [PATCH v2 1/5] virtio: add functions for piecewise addition of buffers

2013-01-01 Thread Rusty Russell
Paolo Bonzini pbonz...@redhat.com writes: The virtqueue_add_buf function has two limitations: 1) it requires the caller to provide all the buffers in a single call; 2) it does not support chained scatterlists: the buffers must be provided as an array of struct scatterlist; Chained