Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override(v3)

2009-05-12 Thread Beth Kon
Gleb Natapov wrote: On Mon, May 11, 2009 at 01:29:43PM -0400, Beth Kon wrote: Signed-off-by: Beth Kon diff --git a/kvm/bios/rombios32.c b/kvm/bios/rombios32.c index cbd5f15..53359b8 100755 --- a/kvm/bios/rombios32.c +++ b/kvm/bios/rombios32.c @@ -444,6 +444,9 @@ uint32_t cpuid_features; ui

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override (v3)

2009-05-12 Thread Gleb Natapov
On Mon, May 11, 2009 at 01:29:43PM -0400, Beth Kon wrote: > Signed-off-by: Beth Kon > > diff --git a/kvm/bios/rombios32.c b/kvm/bios/rombios32.c > index cbd5f15..53359b8 100755 > --- a/kvm/bios/rombios32.c > +++ b/kvm/bios/rombios32.c > @@ -444,6 +444,9 @@ uint32_t cpuid_features; > uint32_t cpu

[PATCH 1/4] BIOS changes for configuring irq0->inti2 override (v3)

2009-05-11 Thread Beth Kon
These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. Override and HPET changes are sent as a series because HPET depends on the override. Win2k8 expects the HPET interrupt on inti2, regardless of whether an override exists in the BIOS. And the HPET spec states

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override(v2)

2009-05-07 Thread Beth Kon
Avi Kivity wrote: Beth Kon wrote: These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. They are dependent on Jes Sorensen's recent 0006-qemu-kvm-irq-routing.patch. Override and HPET changes are sent as a series because HPET depends on the override. Win2k8 e

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override (v2)

2009-05-07 Thread Avi Kivity
Beth Kon wrote: These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. They are dependent on Jes Sorensen's recent 0006-qemu-kvm-irq-routing.patch. Override and HPET changes are sent as a series because HPET depends on the override. Win2k8 expects the HPET int

[PATCH 1/4] BIOS changes for configuring irq0->inti2 override (v2)

2009-05-07 Thread Beth Kon
These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. They are dependent on Jes Sorensen's recent 0006-qemu-kvm-irq-routing.patch. Override and HPET changes are sent as a series because HPET depends on the override. Win2k8 expects the HPET interrupt on inti2, re

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override

2009-05-06 Thread Gleb Natapov
On Wed, May 06, 2009 at 06:35:20PM -0400, Beth Kon wrote: > Sebastian Herbszt wrote: >> Beth Kon wrote: >>> @@ -477,6 +480,7 @@ void wrmsr_smp(uint32_t index, uint64_t val) >>> #define QEMU_CFG_SIGNATURE 0x00 >>> #define QEMU_CFG_ID 0x01 >>> #define QEMU_CFG_UUID 0x02 >>> +#define QE

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override

2009-05-06 Thread Beth Kon
Sebastian Herbszt wrote: Beth Kon wrote: @@ -477,6 +480,7 @@ void wrmsr_smp(uint32_t index, uint64_t val) #define QEMU_CFG_SIGNATURE 0x00 #define QEMU_CFG_ID 0x01 #define QEMU_CFG_UUID 0x02 +#define QEMU_CFG_IRQ0_OVERRIDE 0x0e Small thing to consider before you resubmit: In his

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override

2009-05-05 Thread Sebastian Herbszt
Beth Kon wrote: @@ -477,6 +480,7 @@ void wrmsr_smp(uint32_t index, uint64_t val) #define QEMU_CFG_SIGNATURE 0x00 #define QEMU_CFG_ID 0x01 #define QEMU_CFG_UUID 0x02 +#define QEMU_CFG_IRQ0_OVERRIDE 0x0e Small thing to consider before you resubmit: In his patch "read-additional-acp

Re: [PATCH 1/4] BIOS changes for configuring irq0->inti2 override

2009-05-05 Thread Beth Kon
Beth Kon wrote: These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. I've found a problem with these patches. I'll resubmit shortly. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More

[PATCH 1/4] BIOS changes for configuring irq0->inti2 override

2009-05-04 Thread Beth Kon
These patches resolve the irq0->inti2 override issue, and get the hpet working on kvm. Override and HPET changes are sent as a series because HPET depends on the override. Win2k8 expects the HPET interrupt on inti2, regardless of whether an override exists in the BIOS. And the HPET spec states