Re: [Qemu-devel] [PATCH v3] block: add block driver read only whitelist

2013-05-29 Thread Fam Zheng
On Wed, 05/29 13:56, Kevin Wolf wrote: > Am 29.05.2013 um 13:35 hat Fam Zheng geschrieben: > > We may want to include a driver in the whitelist for read only tasks > > such as diagnosing or exporting guest data (with libguestfs as a good > > example). This patch introduces a readonly whitelist opti

Re: [Qemu-devel] [PATCH v3] block: add block driver read only whitelist

2013-05-29 Thread Kevin Wolf
Am 29.05.2013 um 13:35 hat Fam Zheng geschrieben: > We may want to include a driver in the whitelist for read only tasks > such as diagnosing or exporting guest data (with libguestfs as a good > example). This patch introduces a readonly whitelist option, and for > backward compatibility, the old c

[Qemu-devel] [PATCH v3] block: add block driver read only whitelist

2013-05-29 Thread Fam Zheng
We may want to include a driver in the whitelist for read only tasks such as diagnosing or exporting guest data (with libguestfs as a good example). This patch introduces a readonly whitelist option, and for backward compatibility, the old configure option --block-drv-whitelist is now an alias to r