From: Philippe Mathieu-Daudé Date: Wed, 28 Feb 2024 11:09:07 +0000 (+0100) Subject: hw/i386/pc: Use generated NotifyVmexitOption_str() X-Git-Tag: v9.0.0-rc0~25^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=07df0c3951a77b86027c2f6bd5b7a9273902d41f;p=thirdparty%2Fqemu.git hw/i386/pc: Use generated NotifyVmexitOption_str() NotifyVmexitOption_str() is QAPI-generated in "qapi/qapi-types-run-state.h", which "sysemu/runstate.h" already includes. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Message-Id: <20240301185936.95175-3-philmd@linaro.org> --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index e123458bbcd..ed777e3d619 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -61,6 +61,7 @@ #include "hw/xen/xen.h" #include "migration/global_state.h" #include "migration/misc.h" +#include "sysemu/runstate.h" #include "sysemu/numa.h" #include "hw/hyperv/vmbus-bridge.h" #include "hw/mem/nvdimm.h" @@ -383,9 +384,6 @@ static const QEnumLookup PCSouthBridgeOption_lookup = { .size = PC_SOUTH_BRIDGE_OPTION_MAX }; -#define NotifyVmexitOption_str(val) \ - qapi_enum_lookup(&NotifyVmexitOption_lookup, (val)) - static int pc_get_south_bridge(Object *obj, Error **errp) { PCMachineState *pcms = PC_MACHINE(obj);