Re: [PATCH v2 01/16] virtio-mem: Prototype

2020-02-12 Thread David Hildenbrand
On 12.02.20 15:15, Eric Blake wrote: > On 2/12/20 7:35 AM, David Hildenbrand wrote: >> Signed-off-by: David Hildenbrand >> --- > > It's at least worth mentioning VirtioMEMDeviceInfo in the commit > message, to make it easier to find which commit introduces a given QAPI > struct when searching t

Re: [PATCH v2 01/16] virtio-mem: Prototype

2020-02-12 Thread Eric Blake
On 2/12/20 7:35 AM, David Hildenbrand wrote: Signed-off-by: David Hildenbrand --- It's at least worth mentioning VirtioMEMDeviceInfo in the commit message, to make it easier to find which commit introduces a given QAPI struct when searching the git log. +++ b/qapi/misc.json @@ -1557,19 +1

[PATCH v2 01/16] virtio-mem: Prototype

2020-02-12 Thread David Hildenbrand
Signed-off-by: David Hildenbrand --- hw/virtio/Kconfig | 11 + hw/virtio/Makefile.objs| 1 + hw/virtio/virtio-mem.c | 805 + include/hw/virtio/virtio-mem.h | 83 qapi/misc.json | 39 +- 5 files changed, 938 ins