diff options
author | 2015-08-28 09:58:54 +0800 | |
---|---|---|
committer | 2015-09-01 12:44:00 +0800 | |
commit | e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb (patch) | |
tree | 66b09f592c55df2878107a468a91d21506104d3f /qemu/stubs/Makefile.objs | |
parent | 9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00 (diff) |
Add qemu 2.4.0
Change-Id: Ic99cbad4b61f8b127b7dc74d04576c0bcbaaf4f5
Signed-off-by: Yang Zhang <yang.z.zhang@intel.com>
Diffstat (limited to 'qemu/stubs/Makefile.objs')
-rw-r--r-- | qemu/stubs/Makefile.objs | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/qemu/stubs/Makefile.objs b/qemu/stubs/Makefile.objs new file mode 100644 index 000000000..9937a1295 --- /dev/null +++ b/qemu/stubs/Makefile.objs @@ -0,0 +1,40 @@ +stub-obj-y += arch-query-cpu-def.o +stub-obj-y += bdrv-commit-all.o +stub-obj-y += chr-baum-init.o +stub-obj-y += chr-msmouse.o +stub-obj-y += chr-testdev.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 += fdset-add-fd.o +stub-obj-y += fdset-find-fd.o +stub-obj-y += fdset-get-fd.o +stub-obj-y += fdset-remove-fd.o +stub-obj-y += gdbstub.o +stub-obj-y += get-fd.o +stub-obj-y += get-next-serial.o +stub-obj-y += get-vm-name.o +stub-obj-y += iothread-lock.o +stub-obj-y += is-daemonized.o +stub-obj-y += machine-init-done.o +stub-obj-y += migr-blocker.o +stub-obj-y += mon-is-qmp.o +stub-obj-y += mon-printf.o +stub-obj-y += monitor-init.o +stub-obj-y += notify-event.o +stub-obj-$(CONFIG_SPICE) += qemu-chr-open-spice.o +stub-obj-y += qtest.o +stub-obj-y += reset.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 += uuid.o +stub-obj-y += vc-init.o +stub-obj-y += vm-stop.o +stub-obj-y += vmstate.o +stub-obj-$(CONFIG_WIN32) += fd-register.o +stub-obj-y += cpus.o +stub-obj-y += kvm.o +stub-obj-y += qmp_pc_dimm_device_list.o |