Re: [libvirt] [PATCH 4/7] qemu: process: Fix and improve disk data extraction

2016-05-25 Thread Peter Krempa
On Wed, May 25, 2016 at 09:47:59 +0200, Michal Privoznik wrote: > On 24.05.2016 15:17, Peter Krempa wrote: > > Extract information for all disks and update tray state and source only > > for removable drives. Additionally store whether a drive is removable > > and whether it has a tray. > > --- > >

Re: [libvirt] [PATCH 4/7] qemu: process: Fix and improve disk data extraction

2016-05-25 Thread Michal Privoznik
On 24.05.2016 15:17, Peter Krempa wrote: > Extract information for all disks and update tray state and source only > for removable drives. Additionally store whether a drive is removable > and whether it has a tray. > --- > src/qemu/qemu_domain.h | 4 > src/qemu/qemu_monitor.c | 18

[libvirt] [PATCH 4/7] qemu: process: Fix and improve disk data extraction

2016-05-24 Thread Peter Krempa
Extract information for all disks and update tray state and source only for removable drives. Additionally store whether a drive is removable and whether it has a tray. --- src/qemu/qemu_domain.h | 4 src/qemu/qemu_monitor.c | 18 -- src/qemu/qemu_monitor.h | 3 --- src/qem