[PATCH v3 0/4] Reinitialize ACPI PM device on reset

Isaku Yamahata posted 4 patches 3 years ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1616532563.git.isaku.yamahata@intel.com
Maintainers: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Michael S. Tsirkin" <mst@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Aurelien Jarno <aurelien@aurel32.net>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
hw/acpi/piix4.c   |  7 +++++++
hw/isa/vt82c686.c | 18 +++++++++++++++++-
hw/pci/pci.c      |  3 +++
3 files changed, 27 insertions(+), 1 deletion(-)
[PATCH v3 0/4] Reinitialize ACPI PM device on reset
Posted by Isaku Yamahata 3 years ago
Reinitialize ACPI PM device on reset to get preper device state.
Oppertunistically add assert on PCI interrupt pin logic to detect device model
issues and workaround for found one.

Changes from v2:
- reorder patches
- split piix4 and v582c686 changes
- drop redundant assert in pcic

Changes from v1:
- bug work around hw/isa/vt82c686.c
- add assert in hw/pci/pci.c when setting/raising PCI interrupt

Isaku Yamahata (4):
  acpi/piix4: reinitialize acpi PM device on reset
  vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup
  isa/v582c686: Reinitialize ACPI PM device on reset
  pci: sprinkle assert in PCI pin number

 hw/acpi/piix4.c   |  7 +++++++
 hw/isa/vt82c686.c | 18 +++++++++++++++++-
 hw/pci/pci.c      |  3 +++
 3 files changed, 27 insertions(+), 1 deletion(-)

-- 
2.25.1