[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/2] hw/char/serial: Convert to three-phase reset
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 0/2] hw/char/serial: Convert to three-phase reset |
Date: |
Fri, 10 Jan 2025 19:27:57 +0100 |
v2:
- Addressed Paolo's comments from v1 (except &error_abort).
Note, this fixes a bug where serial_realize() was calling
serial_reset() -> qemu_irq_lower() while the IRQ was not
yet created.
Philippe Mathieu-Daudé (2):
hw/char/serial: Ensure SerialState::irq is set when realizing
hw/char/serial: Convert to three-phase reset
hw/char/serial-pci-multi.c | 2 +-
hw/char/serial-pci.c | 2 +-
hw/char/serial.c | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
--
2.47.1
- [PATCH v2 0/2] hw/char/serial: Convert to three-phase reset,
Philippe Mathieu-Daudé <=