c2b38b277a
AioContext is fairly self contained, the only dependency is QEMUTimer but that in turn doesn't need anything else. So move them out of block-obj-y to avoid introducing a dependency from io/ to block-obj-y. main-loop and its dependency iohandler also need to be moved, because later in this series io/ will call iohandler_get_aio_context. [Changed copyright "the QEMU team" to "other QEMU contributors" as suggested by Daniel Berrange and agreed by Paolo. --Stefan] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Fam Zheng <famz@redhat.com> Message-id: 20170213135235.12274-2-pbonzini@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
39 lines
1.2 KiB
Makefile
39 lines
1.2 KiB
Makefile
stub-obj-y += arch-query-cpu-def.o
|
|
stub-obj-y += arch-query-cpu-model-expansion.o
|
|
stub-obj-y += arch-query-cpu-model-comparison.o
|
|
stub-obj-y += arch-query-cpu-model-baseline.o
|
|
stub-obj-y += bdrv-next-monitor-owned.o
|
|
stub-obj-y += blk-commit-all.o
|
|
stub-obj-y += blockdev-close-all-bdrv-states.o
|
|
stub-obj-y += clock-warp.o
|
|
stub-obj-y += cpu-get-clock.o
|
|
stub-obj-y += cpu-get-icount.o
|
|
stub-obj-y += dump.o
|
|
stub-obj-y += error-printf.o
|
|
stub-obj-y += fdset.o
|
|
stub-obj-y += gdbstub.o
|
|
stub-obj-y += get-vm-name.o
|
|
stub-obj-y += iothread.o
|
|
stub-obj-y += iothread-lock.o
|
|
stub-obj-y += is-daemonized.o
|
|
stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
|
|
stub-obj-y += machine-init-done.o
|
|
stub-obj-y += migr-blocker.o
|
|
stub-obj-y += monitor.o
|
|
stub-obj-y += notify-event.o
|
|
stub-obj-y += qtest.o
|
|
stub-obj-y += replay.o
|
|
stub-obj-y += runstate-check.o
|
|
stub-obj-y += set-fd-handler.o
|
|
stub-obj-y += slirp.o
|
|
stub-obj-y += sysbus.o
|
|
stub-obj-y += trace-control.o
|
|
stub-obj-y += uuid.o
|
|
stub-obj-y += vm-stop.o
|
|
stub-obj-y += vmstate.o
|
|
stub-obj-$(CONFIG_WIN32) += fd-register.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 += pc_madt_cpu_entry.o
|