qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 00/21] Bring seabios and qemu pcbios closer together


From: Gleb Natapov
Subject: [Qemu-devel] [PATCH 00/21] Bring seabios and qemu pcbios closer together
Date: Thu, 8 Oct 2009 17:59:05 +0200

That is for now.

Gleb Natapov (21):
  Add support for passing additional acpi tables from qemu.
  Load SMBIOS entries and files from qemu
  Always create PCI interrupt override acpi tables.
  Correct default pci irq links
  irq0override provided by qemu.
  Check at runtime if VM is KVM.
  Remove CONFIG_KVM compile option.
  Add rule to compile DSDT to make file.
  Use preprocessor for pci link routing.
  Advertise pci irqs as active high in DSDT
  Restrict pci interrupts to irq 5/9/10/11
  Use extended interrupt descriptor for pci irqs.
  Remove irq 9 from the pci interrupt link resources.
  Provide gpe _L0x methods.
  Pci hotplug support.
  HPET support.
  Add 26 pci slots, bringing the total to 32.
  Add SRAT ACPI table support.
  Read max number of cpus from VM.
  Move qemu cfg init before smp init.
  Use MaxCountCPUs during building of per cpu tables.

 Makefile          |    7 ++
 src/acpi-dsdt.dsl |  311 +++++++++++++++++++++++++++++++++++++++++------------
 src/acpi.c        |  245 ++++++++++++++++++++++++++++++++++++++----
 src/config.h      |    6 +-
 src/mptable.c     |   27 ++---
 src/paravirt.c    |  221 +++++++++++++++++++++++++++++++++++++
 src/paravirt.h    |   12 ++
 src/pciinit.c     |    4 -
 src/post.c        |    6 +-
 src/smbios.c      |  188 +++++++++++++++++++-------------
 src/smp.c         |    9 ++-
 src/util.h        |    4 +-
 12 files changed, 846 insertions(+), 194 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]