diff options
author | Paolo Bonzini | 2016-10-24 11:13:49 +0200 |
---|---|---|
committer | Paolo Bonzini | 2017-01-16 17:52:35 +0100 |
commit | a0f80010b37afc18030d43f2b96cc1e0b7588b73 (patch) | |
tree | c61bd5cf429ec11524f97ae895644e223b4d4a44 /stubs/Makefile.objs | |
parent | stubs: group all monitor_fdset_* functions in a single file (diff) | |
download | qemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.tar.gz qemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.tar.xz qemu-a0f80010b37afc18030d43f2b96cc1e0b7588b73.zip |
stubs: move vhost stubs to stubs/vhost.o
No need to include them in libqemustub.a, since only system emulators
need them.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'stubs/Makefile.objs')
-rw-r--r-- | stubs/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/Makefile.objs b/stubs/Makefile.objs index 40b4e15564..0b642d7893 100644 --- a/stubs/Makefile.objs +++ b/stubs/Makefile.objs @@ -35,7 +35,6 @@ stub-obj-y += kvm.o stub-obj-y += qmp_pc_dimm_device_list.o stub-obj-y += target-monitor-defs.o stub-obj-y += target-get-monitor-def.o -stub-obj-y += vhost.o stub-obj-y += iohandler.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += migration-colo.o |