Re: [PATCH-for-8.0 v2 6/6] hw/virtio: Extract QMP related code virtio-qmp.c

2022-12-21 Thread Philippe Mathieu-Daudé
On 19/12/22 14:31, Jonah Palmer wrote: On 12/13/22 06:17, Philippe Mathieu-Daudé wrote: The monitor decoders are the only functions using the CONFIG_xxx definitions declared in the target specific CONFIG_DEVICES header. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/meson.build | 2 +

Re: [PATCH-for-8.0 v2 6/6] hw/virtio: Extract QMP related code virtio-qmp.c

2022-12-19 Thread Jonah Palmer
On 12/13/22 06:17, Philippe Mathieu-Daudé wrote: The monitor decoders are the only functions using the CONFIG_xxx definitions declared in the target specific CONFIG_DEVICES header. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/meson.build | 2 +- hw/virtio/virtio-qmp.c | 659 +++

[PATCH-for-8.0 v2 6/6] hw/virtio: Extract QMP related code virtio-qmp.c

2022-12-13 Thread Philippe Mathieu-Daudé
The monitor decoders are the only functions using the CONFIG_xxx definitions declared in the target specific CONFIG_DEVICES header. Signed-off-by: Philippe Mathieu-Daudé --- hw/virtio/meson.build | 2 +- hw/virtio/virtio-qmp.c | 659 + hw/virtio/virtio-