Re: [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use of ID input in snapshot operations

2019-02-15 Thread Kevin Wolf
Am 15.02.2019 um 17:21 hat Eric Blake geschrieben: > On 11/7/18 7:09 AM, Daniel Henrique Barboza wrote: > > At this moment, QEMU attempts to create/load/delete snapshots > > by using either an ID (id_str) or a name. The problem is that the code > > isn't consistent of whether the entered argument

Re: [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use of ID input in snapshot operations

2019-02-15 Thread Eric Blake
On 11/7/18 7:09 AM, Daniel Henrique Barboza wrote: > At this moment, QEMU attempts to create/load/delete snapshots > by using either an ID (id_str) or a name. The problem is that the code > isn't consistent of whether the entered argument is an ID or a name, > causing unexpected behaviors. > >

Re: [Qemu-devel] [PATCH for-3.2 v3 1/3] block/snapshot.c: eliminate use of ID input in snapshot operations

2018-12-14 Thread Dr. David Alan Gilbert
* Daniel Henrique Barboza (danielhb...@gmail.com) wrote: > At this moment, QEMU attempts to create/load/delete snapshots > by using either an ID (id_str) or a name. The problem is that the code > isn't consistent of whether the entered argument is an ID or a name, > causing unexpected behaviors. >