qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v4 0/5] ACPI fixes for QEMU 2.1


From: Paolo Bonzini
Subject: [Qemu-devel] [PATCH v4 0/5] ACPI fixes for QEMU 2.1
Date: Mon, 28 Jul 2014 17:34:13 +0200

v3->v4:
        drop all pretense of supporting bridges [me]

v2->v3:
        fix tests/acpi-test-data/pc/DSDT [Peter]
        track down "make check" failure, fix it [patch 4, me]
        split patch 2 in two parts [mst]
        do not make bsel_alloc global [mst]
        include Igor's bridge patch [mst, as discussed on IRC]

Igor Mammedov (1):
  pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is
    disabled

Paolo Bonzini (4):
  acpi-dsdt: procedurally generate _PRT
  pc: hack for migration compatibility from QEMU 2.0
  pc: future-proof migration-compatibility of ACPI tables
  bios-tables-test: fix ASL normalization false positive

 hw/i386/acpi-build.c            |   94 +-
 hw/i386/acpi-dsdt.dsl           |   90 +-
 hw/i386/acpi-dsdt.hex.generated | 1910 +++------------------------------------
 hw/i386/pc_piix.c               |   19 +
 hw/i386/pc_q35.c                |    5 +
 include/hw/i386/pc.h            |    1 +
 tests/acpi-test-data/pc/DSDT    |  Bin 4499 -> 2807 bytes
 tests/bios-tables-test.c        |    6 +-
 8 files changed, 263 insertions(+), 1862 deletions(-)

-- 
1.8.3.1




reply via email to

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