Re: [PATCH v2 1/6] qdev: define list of archs with virtio-pci or virtio-ccw

2021-03-19 Thread Cornelia Huck
On Fri, 19 Mar 2021 14:25:32 +0100 Laurent Vivier wrote: > This is used to define virtio-*-pci and virtio-*-ccw aliases > rather than substracting the CCW architecture from all the others. > > Signed-off-by: Laurent Vivier > --- > include/sysemu/arch_init.h | 7 + > softmmu/qdev-monitor.c

[PATCH v2 1/6] qdev: define list of archs with virtio-pci or virtio-ccw

2021-03-19 Thread Laurent Vivier
This is used to define virtio-*-pci and virtio-*-ccw aliases rather than substracting the CCW architecture from all the others. Signed-off-by: Laurent Vivier --- include/sysemu/arch_init.h | 7 + softmmu/qdev-monitor.c | 53 ++ 2 files changed, 32 ins