tests: machine-none-test: Enable MicroBlaze testing
[qemu/ar7.git] / stubs / Makefile.objs
blobc1e43ac68f87d32db69d6982e0c6bf49b808a416
1 stub-obj-y += blk-commit-all.o
2 stub-obj-y += cpu-get-clock.o
3 stub-obj-y += cpu-get-icount.o
4 stub-obj-y += dump.o
5 stub-obj-y += error-printf.o
6 stub-obj-y += fdset.o
7 stub-obj-y += gdbstub.o
8 stub-obj-y += iothread-lock.o
9 stub-obj-y += is-daemonized.o
10 stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
11 stub-obj-$(CONFIG_LINUX_IO_URING) += io_uring.o
12 stub-obj-y += monitor-core.o
13 stub-obj-y += notify-event.o
14 stub-obj-y += qmp_memory_device.o
15 stub-obj-y += qtest.o
16 stub-obj-y += ramfb.o
17 stub-obj-y += replay.o
18 stub-obj-y += runstate-check.o
19 stub-obj-$(CONFIG_SOFTMMU) += semihost.o
20 stub-obj-y += set-fd-handler.o
21 stub-obj-y += vmgenid.o
22 stub-obj-y += sysbus.o
23 stub-obj-y += tpm.o
24 stub-obj-y += trace-control.o
25 stub-obj-y += vmstate.o
26 stub-obj-$(CONFIG_SOFTMMU) += win32-kbd-hook.o
28 #######################################################################
29 # code used by both qemu system emulation and qemu-img
31 ifeq ($(call lor,$(CONFIG_SOFTMMU),$(CONFIG_TOOLS)),y)
33 stub-obj-y += arch_type.o
34 stub-obj-y += bdrv-next-monitor-owned.o
35 stub-obj-y += blockdev-close-all-bdrv-states.o
36 stub-obj-y += change-state-handler.o
37 stub-obj-y += clock-warp.o
38 stub-obj-y += fd-register.o
39 stub-obj-y += fw_cfg.o
40 stub-obj-y += get-vm-name.o
41 stub-obj-y += iothread.o
42 stub-obj-y += machine-init-done.o
43 stub-obj-y += migr-blocker.o
44 stub-obj-y += monitor.o
45 stub-obj-y += pci-host-piix.o
46 stub-obj-y += ram-block.o
47 stub-obj-y += replay-user.o
48 stub-obj-y += target-get-monitor-def.o
49 stub-obj-y += target-monitor-defs.o
50 stub-obj-y += uuid.o
51 stub-obj-y += vm-stop.o
52 stub-obj-y += xen-common.o
53 stub-obj-y += xen-hvm.o
55 endif # CONFIG_SOFTMMU || CONFIG_TOOLS