From 56de4d63c387722afd6acf65c3558bca2cf35f64 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 9 Jun 2008 11:43:15 +0100 Subject: [PATCH] s3_shutdown_flag needs external linkage --- hw/piix4acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/piix4acpi.c b/hw/piix4acpi.c index ec3b5153c..dfbb4b0ed 100644 --- a/hw/piix4acpi.c +++ b/hw/piix4acpi.c @@ -82,7 +82,7 @@ typedef struct PHPSlots { } PHPSlots; PHPSlots php_slots; -static int s3_shutdown_flag; +int s3_shutdown_flag; static qemu_irq sci_irq; static void piix4acpi_save(QEMUFile *f, void *opaque) -- 2.39.5