Re: [Qemu-devel] [PATCH for-2.5] virtio-blk/dataplane: parentize compat iothread

2015-12-07 Thread Cornelia Huck
On Mon, 7 Dec 2015 16:33:11 + Peter Maydell wrote: > On 7 December 2015 at 16:27, Cornelia Huck wrote: > > On Mon, 7 Dec 2015 16:50:01 +0100 > > Cornelia Huck wrote: > > > >> For x-data-plane=true, we create an iothread automatically for > >> compatibility. Commit d21e877 ("iothread: inclu

Re: [Qemu-devel] [PATCH for-2.5] virtio-blk/dataplane: parentize compat iothread

2015-12-07 Thread Peter Maydell
On 7 December 2015 at 16:27, Cornelia Huck wrote: > On Mon, 7 Dec 2015 16:50:01 +0100 > Cornelia Huck wrote: > >> For x-data-plane=true, we create an iothread automatically for >> compatibility. Commit d21e877 ("iothread: include id in thread name") >> exposed that this iothread missed correct p

Re: [Qemu-devel] [PATCH for-2.5] virtio-blk/dataplane: parentize compat iothread

2015-12-07 Thread Cornelia Huck
On Mon, 7 Dec 2015 16:50:01 +0100 Cornelia Huck wrote: > For x-data-plane=true, we create an iothread automatically for > compatibility. Commit d21e877 ("iothread: include id in thread name") > exposed that this iothread missed correct parenthood: fix this. > > Signed-off-by: Cornelia Huck > -

[Qemu-devel] [PATCH for-2.5] virtio-blk/dataplane: parentize compat iothread

2015-12-07 Thread Cornelia Huck
For x-data-plane=true, we create an iothread automatically for compatibility. Commit d21e877 ("iothread: include id in thread name") exposed that this iothread missed correct parenthood: fix this. Signed-off-by: Cornelia Huck --- hw/block/dataplane/virtio-blk.c | 3 +++ 1 file changed, 3 inserti