qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Reinitialize ACPI PM device on reset
@ 2021-03-23 20:52 Isaku Yamahata
  2021-03-23 20:52 ` [PATCH v3 1/4] acpi/piix4: reinitialize acpi " Isaku Yamahata
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Isaku Yamahata @ 2021-03-23 20:52 UTC (permalink / raw)
  To: qemu-devel, mst, peter.maydell, imammedo, f4bug
  Cc: isaku.yamahata, isaku.yamahata

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-23 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 20:52 [PATCH v3 0/4] Reinitialize ACPI PM device on reset Isaku Yamahata
2021-03-23 20:52 ` [PATCH v3 1/4] acpi/piix4: reinitialize acpi " Isaku Yamahata
2021-03-23 20:52 ` [PATCH v3 2/4] vt82c686.c: don't raise SCI when PCI_INTERRUPT_PIN isn't setup Isaku Yamahata
2021-03-23 20:52 ` [PATCH v3 3/4] isa/v582c686: Reinitialize ACPI PM device on reset Isaku Yamahata
2021-03-23 20:52 ` [PATCH v3 4/4] pci: sprinkle assert in PCI pin number Isaku Yamahata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).