Re: [libvirt] [PATCH 23/23] qemu: block: Add code to detect node names when necessary

2017-03-24 Thread Peter Krempa
On Fri, Mar 24, 2017 at 09:03:28 -0500, Eric Blake wrote: > On 03/15/2017 11:37 AM, Peter Krempa wrote: > > Detect the node names when setting block threshold and when reconnecting > > or when they are cleared when a block job finishes. This operation will > > become a no-op once we fully support n

Re: [libvirt] [PATCH 23/23] qemu: block: Add code to detect node names when necessary

2017-03-24 Thread Eric Blake
On 03/15/2017 11:37 AM, Peter Krempa wrote: > Detect the node names when setting block threshold and when reconnecting > or when they are cleared when a block job finishes. This operation will > become a no-op once we fully support node names. > --- > src/qemu/qemu_block.c| 98 > +

Re: [libvirt] [PATCH 23/23] qemu: block: Add code to detect node names when necessary

2017-03-15 Thread Peter Krempa
On Wed, Mar 15, 2017 at 17:37:35 +0100, Peter Krempa wrote: > Detect the node names when setting block threshold and when reconnecting > or when they are cleared when a block job finishes. This operation will > become a no-op once we fully support node names. > --- > src/qemu/qemu_block.c| 98

[libvirt] [PATCH 23/23] qemu: block: Add code to detect node names when necessary

2017-03-15 Thread Peter Krempa
Detect the node names when setting block threshold and when reconnecting or when they are cleared when a block job finishes. This operation will become a no-op once we fully support node names. --- src/qemu/qemu_block.c| 98 src/qemu/qemu_block.