Re: [PATCH v2 1/2] system: Sort QEMU_ARCH_VIRTIO_PCI definition

2024-07-05 Thread Pierrick Bouvier
On 7/5/24 05:45, Philippe Mathieu-Daudé wrote: Sort the QEMU_ARCH_VIRTIO_PCI to simplify adding/removing entries. Signed-off-by: Philippe Mathieu-Daudé --- system/qdev-monitor.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/system/qdev-monitor.c b/sys

[PATCH v2 1/2] system: Sort QEMU_ARCH_VIRTIO_PCI definition

2024-07-05 Thread Philippe Mathieu-Daudé
Sort the QEMU_ARCH_VIRTIO_PCI to simplify adding/removing entries. Signed-off-by: Philippe Mathieu-Daudé --- system/qdev-monitor.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/system/qdev-monitor.c b/system/qdev-monitor.c index 6af6ef7d66..acdc8b73a3 100