mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw/remote: move stub vfu_object_set_bus_irq out of stubs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
adfa939e73
commit
1725253647
3 changed files with 3 additions and 2 deletions
|
@ -65,4 +65,3 @@ else
|
|||
stub_ss.add(files('qdev.c'))
|
||||
endif
|
||||
stub_ss.add(files('semihost-all.c'))
|
||||
stub_ss.add(when: 'CONFIG_VFIO_USER_SERVER', if_false: files('vfio-user-obj.c'))
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
#include "qemu/osdep.h"
|
||||
#include "hw/remote/vfio-user-obj.h"
|
||||
|
||||
void vfu_object_set_bus_irq(PCIBus *pci_bus)
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue