diff mbox

Provide correct value for QEMU_CFG_IRQ0_OVERRIDE

Message ID 20091012153708.GG3026@redhat.com
State New
Headers show

Commit Message

Gleb Natapov Oct. 12, 2009, 3:37 p.m. UTC
Signed-off-by: Gleb Natapov <gleb@redhat.com>
--
			Gleb.

Comments

Kevin O'Connor Oct. 12, 2009, 4:03 p.m. UTC | #1
On Mon, Oct 12, 2009 at 05:37:08PM +0200, Gleb Natapov wrote:
> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> 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)

commit 812654ab214069e44ddda18d38158006651f2f51

-Kevin
diff mbox

Patch

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;