mirror of
https://github.com/qemu/qemu.git
synced 2025-07-28 04:52:49 +00:00

No need to include them in libqemustub.a, since only system emulators need them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
8 lines
106 B
C
8 lines
106 B
C
#include "qemu/osdep.h"
|
|
#include "hw/virtio/vhost.h"
|
|
|
|
bool vhost_has_free_slot(void)
|
|
{
|
|
return true;
|
|
}
|