From patchwork Mon Oct 12 15:37:08 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Provide correct value for QEMU_CFG_IRQ0_OVERRIDE Date: Mon, 12 Oct 2009 05:37:08 -0000 From: Gleb Natapov X-Patchwork-Id: 35770 Message-Id: <20091012153708.GG3026@redhat.com> To: "Kevin O'Connor" Cc: qemu-devel@nongnu.org Signed-off-by: Gleb Natapov --- Gleb. diff --git a/src/paravirt.h b/src/paravirt.h index a3f9be4..29a2c04 100644 --- a/src/paravirt.h +++ b/src/paravirt.h @@ -34,7 +34,7 @@ static inline int kvm_para_available(void) #define QEMU_CFG_ARCH_LOCAL 0x8000 #define QEMU_CFG_ACPI_TABLES (QEMU_CFG_ARCH_LOCAL + 0) #define QEMU_CFG_SMBIOS_ENTRIES (QEMU_CFG_ARCH_LOCAL + 1) -#define QEMU_CFG_IRQ0_OVERRIDE (QEMU_CFG_ARCH_LOCAL + 1) +#define QEMU_CFG_IRQ0_OVERRIDE (QEMU_CFG_ARCH_LOCAL + 2) extern int qemu_cfg_present;