mbox series

[0/7] microvm: fix PCIe IRQs in APIC table.

Message ID 20201016113835.17465-1-kraxel@redhat.com (mailing list archive)
Headers show
Series microvm: fix PCIe IRQs in APIC table. | expand

Message

Gerd Hoffmann Oct. 16, 2020, 11:38 a.m. UTC
Gerd Hoffmann (7):
  tests/acpi: allow changes for microvm/APIC.pcie
  tests/acpi: add empty microvm/APIC.pcie
  x86: make pci irqs runtime configurable
  microvm: set pci_irq_mask
  apci: drop has_pci arg for acpi_build_madt
  tests/acpi: update expected data files
  tests/acpi: disallow changes for microvm/APIC.pcie

 hw/i386/acpi-common.h             |   3 +--
 include/hw/i386/x86.h             |   2 ++
 hw/i386/acpi-build.c              |   2 +-
 hw/i386/acpi-common.c             |  26 +++++++++++---------------
 hw/i386/acpi-microvm.c            |   2 +-
 hw/i386/microvm.c                 |   6 ++++++
 hw/i386/x86.c                     |   1 +
 tests/data/acpi/microvm/APIC.pcie | Bin 0 -> 110 bytes
 8 files changed, 23 insertions(+), 19 deletions(-)
 create mode 100644 tests/data/acpi/microvm/APIC.pcie

Comments

Igor Mammedov Oct. 23, 2020, 6:42 p.m. UTC | #1
On Fri, 16 Oct 2020 13:38:28 +0200
Gerd Hoffmann <kraxel@redhat.com> wrote:

> Gerd Hoffmann (7):
>   tests/acpi: allow changes for microvm/APIC.pcie
>   tests/acpi: add empty microvm/APIC.pcie
>   x86: make pci irqs runtime configurable
>   microvm: set pci_irq_mask
>   apci: drop has_pci arg for acpi_build_madt
>   tests/acpi: update expected data files
>   tests/acpi: disallow changes for microvm/APIC.pcie
> 
>  hw/i386/acpi-common.h             |   3 +--
>  include/hw/i386/x86.h             |   2 ++
>  hw/i386/acpi-build.c              |   2 +-
>  hw/i386/acpi-common.c             |  26 +++++++++++---------------
>  hw/i386/acpi-microvm.c            |   2 +-
>  hw/i386/microvm.c                 |   6 ++++++
>  hw/i386/x86.c                     |   1 +
>  tests/data/acpi/microvm/APIC.pcie | Bin 0 -> 110 bytes
>  8 files changed, 23 insertions(+), 19 deletions(-)
>  create mode 100644 tests/data/acpi/microvm/APIC.pcie
> 

for series:

Reviewed-by: Igor Mammedov <imammedo@redhat.com>