[COMMIT master] Update source link

2009-05-10 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/linux-2.6 b/linux-2.6 index 66b0aed..545c64b 16 --- a/linux-2.6 +++ b/linux-2.6 @@ -1 +1 @@ -Subproject commit 66b0aed4a9e15a2ea3a00763f362b6ee0b28d538 +Subproject commit

[COMMIT master] bios: dynamically track available rsdt entries

2009-05-10 Thread Avi Kivity
From: Avi Kivity a...@redhat.com Instead of using hardcoded offsets into the rsdt table, keep a count of used entries. Signed-off-by: Avi Kivity a...@redhat.com diff --git a/kvm/bios/rombios32.c b/kvm/bios/rombios32.c index f4c58b9..cbd5f15 100755 --- a/kvm/bios/rombios32.c +++

[COMMIT master] Regenerate bios for latest merge

2009-05-10 Thread Avi Kivity
From: Avi Kivity a...@redhat.com - dynamic acpi tables - dynamic SMBIOS tables - SRAT (NUMA) - make rsdt entry tracking saner Signed-off-by: Avi Kivity a...@redhat.com diff --git a/pc-bios/bios.bin b/pc-bios/bios.bin index d5d42f3..70bd7ad 100644 Binary files a/pc-bios/bios.bin and

[COMMIT master] bios: Load SMBIOS entries and files from qemu (Alex Williamson)

2009-05-10 Thread Avi Kivity
From: Alex Williamson alex.william...@hp.com Allow SMBIOS fields to be overridden and entries replaced by those read from qemu. Signed-off-by: Alex Williamson alex.william...@hp.com Signed-off-by: Anthony Liguori aligu...@us.ibm.com Signed-off-by: Avi Kivity a...@redhat.com diff --git

[COMMIT master] KVM: use smp_send_reschedule in kvm_vcpu_kick

2009-05-10 Thread Avi Kivity
From: Marcelo Tosatti mtosa...@redhat.com KVM uses a function call IPI to cause the exit of a guest running on a physical cpu. For virtual interrupt notification there is no need to wait on IPI receival, or to execute any function. This is exactly what the reschedule IPI does, without the

[COMMIT master] nr_cpu_ids compat

2009-05-10 Thread Avi Kivity
From: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi Kivity a...@redhat.com diff --git a/external-module-compat-comm.h b/external-module-compat-comm.h index 8cb5440..d7fec25 100644 --- a/external-module-compat-comm.h +++

[COMMIT master] smp_send_reschedule compat

2009-05-10 Thread Avi Kivity
From: Marcelo Tosatti mtosa...@redhat.com smp_send_reschedule was exported (via smp_ops) in v2.6.24. Create a compat function which schedules the IPI to keventd context, in case interrupts are disabled, for kernels 2.6.24. Signed-off-by: Marcelo Tosatti mtosa...@redhat.com Signed-off-by: Avi