Re: [PATCH v6 01/10] hw/virtio: Factorize virtio-mmio headers

2019-10-04 Thread Philippe Mathieu-Daudé
Hi Sergio, On 10/4/19 11:37 AM, Sergio Lopez wrote: Put QOM and main struct definition in a separate header file, so it can be accessed from other components. Signed-off-by: Sergio Lopez Please collect/keep reviewer tags between iterations, this will save them time. Only reset (remove) them

[PATCH v6 01/10] hw/virtio: Factorize virtio-mmio headers

2019-10-04 Thread Sergio Lopez
Put QOM and main struct definition in a separate header file, so it can be accessed from other components. Signed-off-by: Sergio Lopez --- include/hw/virtio/virtio-mmio.h | 73 + hw/virtio/virtio-mmio.c | 48 +- 2 files changed, 74 inse