diff options
author | Bernhard Beschow <shentey@gmail.com> | 2023-01-21 16:19:35 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2023-01-27 11:47:02 -0500 |
commit | 1f1b30af753288c176ddff2bc62b6d3d37aa8a6d (patch) | |
tree | 6dfa77131f0e79d9ca2f02102132df4bc947b820 /hw/i386 | |
parent | 9ce75d4d5eaf30333797fd6f8b5c6ee7f917951f (diff) | |
download | qemu-1f1b30af753288c176ddff2bc62b6d3d37aa8a6d.zip qemu-1f1b30af753288c176ddff2bc62b6d3d37aa8a6d.tar.gz qemu-1f1b30af753288c176ddff2bc62b6d3d37aa8a6d.tar.bz2 |
hw/i386/acpi-build: Remove unused attributes
Ammends commit 3db119da7915 'pc: acpi: switch to AML API composed DSDT'.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20230121151941.24120-2-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/i386')
-rw-r--r-- | hw/i386/acpi-build.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/i386/acpi-build.c b/hw/i386/acpi-build.c index 127c4e2..8c33397 100644 --- a/hw/i386/acpi-build.c +++ b/hw/i386/acpi-build.c @@ -117,8 +117,6 @@ typedef struct AcpiMiscInfo { #ifdef CONFIG_TPM TPMVersion tpm_version; #endif - const unsigned char *dsdt_code; - unsigned dsdt_size; } AcpiMiscInfo; typedef struct FwCfgTPMConfig { |