Get rid of PCI register size map

This commit is contained in:
2025-11-29 00:08:31 +01:00
parent a52dc89f9f
commit 436f29bec9
5 changed files with 53 additions and 61 deletions

View File

@@ -4,10 +4,7 @@
#include <stdint.h>
#include <stddef.h>
#define QEMU_PCI_SERIAL_MAGIC 0x1234
typedef struct {
uint32_t _magic;
uint16_t iobase;
int lockstate;
} QemuPciSerialDev;