Am 19.03.2013 um 14:38 hat KONRAD Frédéric geschrieben:
> On 18/03/2013 09:59, Kevin Wolf wrote:
> >Am 15.03.2013 um 19:48 hat fred.kon...@greensocs.com geschrieben:
> >>From: KONRAD Frederic
> >>
> >>The configuration field must not be a pointer as it will be used for
> >>virtio-blk
> >>properti
On 18/03/2013 09:59, Kevin Wolf wrote:
Am 15.03.2013 um 19:48 hat fred.kon...@greensocs.com geschrieben:
From: KONRAD Frederic
The configuration field must not be a pointer as it will be used for virtio-blk
properties. So *blk is replaced by blk in VirtIOBlock structure.
Signed-off-by: KONRAD
Am 15.03.2013 um 19:48 hat fred.kon...@greensocs.com geschrieben:
> From: KONRAD Frederic
>
> The configuration field must not be a pointer as it will be used for
> virtio-blk
> properties. So *blk is replaced by blk in VirtIOBlock structure.
>
> Signed-off-by: KONRAD Frederic
> Reviewed-by: P
From: KONRAD Frederic
The configuration field must not be a pointer as it will be used for virtio-blk
properties. So *blk is replaced by blk in VirtIOBlock structure.
Signed-off-by: KONRAD Frederic
Reviewed-by: Peter Maydell
---
hw/virtio-blk.c | 8
hw/virtio-blk.h | 2 +-
2 files ch