qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Provide correct value for QEMU_CFG_IRQ0_OVERRIDE
@ 2009-10-12 15:37 Gleb Natapov
  2009-10-12 16:03 ` [Qemu-devel] " Kevin O'Connor
  0 siblings, 1 reply; 2+ messages in thread
From: Gleb Natapov @ 2009-10-12 15:37 UTC (permalink / raw)
  To: Kevin O'Connor; +Cc: qemu-devel

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)
 
 extern int qemu_cfg_present;
 
--
			Gleb.

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: Provide correct value for QEMU_CFG_IRQ0_OVERRIDE
  2009-10-12 15:37 [Qemu-devel] Provide correct value for QEMU_CFG_IRQ0_OVERRIDE Gleb Natapov
@ 2009-10-12 16:03 ` Kevin O'Connor
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin O'Connor @ 2009-10-12 16:03 UTC (permalink / raw)
  To: Gleb Natapov; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-10-12 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 15:37 [Qemu-devel] Provide correct value for QEMU_CFG_IRQ0_OVERRIDE Gleb Natapov
2009-10-12 16:03 ` [Qemu-devel] " Kevin O'Connor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).