Re: [Qemu-devel] [PATCH] virtio-blk: Turn drive serial into a qdev property

2011-07-04 Thread Kevin Wolf
Am 04.07.2011 13:29, schrieb Markus Armbruster: > Kevin Wolf writes: > >> Am 20.06.2011 11:35, schrieb Markus Armbruster: >>> It needs to be a qdev property, because it belongs to the drive's >>> guest part. Precedence: commit a0fef654 and 6ced55a5. >>> >>> Bonus: info qtree now shows the serial

Re: [Qemu-devel] [PATCH] virtio-blk: Turn drive serial into a qdev property

2011-07-04 Thread Markus Armbruster
Kevin Wolf writes: > Am 20.06.2011 11:35, schrieb Markus Armbruster: >> It needs to be a qdev property, because it belongs to the drive's >> guest part. Precedence: commit a0fef654 and 6ced55a5. >> >> Bonus: info qtree now shows the serial number. >> >> Signed-off-by: Markus Armbruster >> ---

Re: [Qemu-devel] [PATCH] virtio-blk: Turn drive serial into a qdev property

2011-07-01 Thread Kevin Wolf
Am 20.06.2011 11:35, schrieb Markus Armbruster: > It needs to be a qdev property, because it belongs to the drive's > guest part. Precedence: commit a0fef654 and 6ced55a5. > > Bonus: info qtree now shows the serial number. > > Signed-off-by: Markus Armbruster > --- > hw/s390-virtio-bus.c |

Re: [Qemu-devel] [PATCH] virtio-blk: Turn drive serial into a qdev property

2011-06-28 Thread Markus Armbruster
Markus Armbruster writes: > It needs to be a qdev property, because it belongs to the drive's > guest part. Precedence: commit a0fef654 and 6ced55a5. > > Bonus: info qtree now shows the serial number. Ping?

[Qemu-devel] [PATCH] virtio-blk: Turn drive serial into a qdev property

2011-06-20 Thread Markus Armbruster
It needs to be a qdev property, because it belongs to the drive's guest part. Precedence: commit a0fef654 and 6ced55a5. Bonus: info qtree now shows the serial number. Signed-off-by: Markus Armbruster --- hw/s390-virtio-bus.c |4 +++- hw/s390-virtio-bus.h |1 + hw/virtio-blk.c |