qemu_pci_serial device locking/sync

This commit is contained in:
2025-11-24 22:29:32 +01:00
parent 80a29d8ff6
commit cc2b96f37a
3 changed files with 83 additions and 2 deletions

View File

@ -9,6 +9,7 @@
typedef struct {
uint32_t _magic;
uint16_t iobase;
int lockstate;
} QemuPciSerialDev;
void pci_qemu_pci_serial_init(void);