Re: [Qemu-devel] [PATCH 46/54] hmp: Request permissions in qemu-io

2017-02-25 Thread Max Reitz
On 21.02.2017 15:58, Kevin Wolf wrote: > The HMP command 'qemu-io' is a bit tricky because it wants to work on > the original BlockBackend, but additional permissions could be required. > The details are explained in a comment in the code, but in summary, just > request whatever permissions the

[Qemu-devel] [PATCH 46/54] hmp: Request permissions in qemu-io

2017-02-21 Thread Kevin Wolf
The HMP command 'qemu-io' is a bit tricky because it wants to work on the original BlockBackend, but additional permissions could be required. The details are explained in a comment in the code, but in summary, just request whatever permissions the current qemu-io command needs. Signed-off-by: