mbox series

[0/2] hw/pci: catch a few error cases

Message ID 20250117172842.406338-1-npiggin@gmail.com (mailing list archive)
Headers show
Series hw/pci: catch a few error cases | expand

Message

Nicholas Piggin Jan. 17, 2025, 5:28 p.m. UTC
Hi,

These would have helped to catch a few bugs I ran into / created
recently, so they might be worth upstreaming.

Thanks,
Nick

Nicholas Piggin (2):
  hw/pci/msix: Warn on PBA writes
  hw/pci: Assert a bar is not registered multiple times

 hw/pci/msix.c | 9 +++++++++
 hw/pci/pci.c  | 1 +
 2 files changed, 10 insertions(+)