From: Ian Jackson Date: Mon, 9 Jun 2008 10:43:15 +0000 (+0100) Subject: s3_shutdown_flag needs external linkage X-Git-Tag: xen-3.3.0-rc1~87 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=56de4d63c387722afd6acf65c3558bca2cf35f64;p=qemu-xen-3.4-testing.git s3_shutdown_flag needs external linkage --- diff --git a/hw/piix4acpi.c b/hw/piix4acpi.c index ec3b5153..dfbb4b0e 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)