mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
msix: Switch msix_uninit to return void
It can't fail. Signed-off-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
5a2c202981
commit
572992eefa
2 changed files with 5 additions and 5 deletions
|
@ -13,8 +13,8 @@ int msix_init_exclusive_bar(PCIDevice *dev, unsigned short nentries,
|
|||
|
||||
void msix_write_config(PCIDevice *dev, uint32_t address, uint32_t val, int len);
|
||||
|
||||
int msix_uninit(PCIDevice *dev, MemoryRegion *table_bar,
|
||||
MemoryRegion *pba_bar);
|
||||
void msix_uninit(PCIDevice *dev, MemoryRegion *table_bar,
|
||||
MemoryRegion *pba_bar);
|
||||
void msix_uninit_exclusive_bar(PCIDevice *dev);
|
||||
|
||||
unsigned int msix_nr_vectors_allocated(const PCIDevice *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue