On 2/25/26 15:19, Philippe Mathieu-Daudé wrote:
From: Pierrick Bouvier<[email protected]>

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]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
  hw/virtio/virtio-qmp.c | 70 ------------------------------------------
  hw/virtio/meson.build  |  2 +-
  2 files changed, 1 insertion(+), 71 deletions(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to