On 31/1/26 03:00, Pierrick Bouvier wrote:
All compile time conditionals have no impact at runtime, since they are
representing only possible features for devices present at runtime.
In case they are not present, associated features table will never be
used. In case they are present but some features are not, matching bits
will never be enabled, so those entries will be unused.
Thus, simply expose everything and call it a day.
Signed-off-by: Pierrick Bouvier <[email protected]>
---
hw/virtio/virtio-qmp.c | 70 ------------------------------------------
hw/virtio/meson.build | 2 +-
2 files changed, 1 insertion(+), 71 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>