~pmdj/ubuntu/trusty/qemu/2.9+applesmc+fadtv3

« back to all changes in this revision

Viewing changes to stubs/Makefile.objs

  • Committer: Phil Dennis-Jordan
  • Date: 2017-07-21 08:03:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: phil@philjordan.eu-20170721080343-2yr2vdj7713czahv
New upstream release 2.9.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
stub-obj-y += cpu-get-icount.o
11
11
stub-obj-y += dump.o
12
12
stub-obj-y += error-printf.o
13
 
stub-obj-y += fdset-add-fd.o
14
 
stub-obj-y += fdset-find-fd.o
15
 
stub-obj-y += fdset-get-fd.o
16
 
stub-obj-y += fdset-remove-fd.o
 
13
stub-obj-y += fdset.o
17
14
stub-obj-y += gdbstub.o
18
 
stub-obj-y += get-fd.o
19
 
stub-obj-y += get-next-serial.o
20
15
stub-obj-y += get-vm-name.o
21
16
stub-obj-y += iothread.o
22
17
stub-obj-y += iothread-lock.o
23
18
stub-obj-y += is-daemonized.o
 
19
stub-obj-$(CONFIG_LINUX_AIO) += linux-aio.o
24
20
stub-obj-y += machine-init-done.o
25
21
stub-obj-y += migr-blocker.o
26
 
stub-obj-y += mon-is-qmp.o
27
 
stub-obj-y += monitor-init.o
 
22
stub-obj-y += monitor.o
28
23
stub-obj-y += notify-event.o
29
24
stub-obj-y += qtest.o
30
25
stub-obj-y += replay.o
31
 
stub-obj-y += replay-user.o
32
 
stub-obj-y += reset.o
33
26
stub-obj-y += runstate-check.o
34
27
stub-obj-y += set-fd-handler.o
35
28
stub-obj-y += slirp.o
39
32
stub-obj-y += vm-stop.o
40
33
stub-obj-y += vmstate.o
41
34
stub-obj-$(CONFIG_WIN32) += fd-register.o
42
 
stub-obj-y += cpus.o
43
 
stub-obj-y += kvm.o
44
35
stub-obj-y += qmp_pc_dimm_device_list.o
45
36
stub-obj-y += target-monitor-defs.o
46
37
stub-obj-y += target-get-monitor-def.o
47
 
stub-obj-y += vhost.o
48
 
stub-obj-y += iohandler.o
49
 
stub-obj-y += smbios_type_38.o
50
 
stub-obj-y += ipmi.o
51
38
stub-obj-y += pc_madt_cpu_entry.o
52
 
stub-obj-y += migration-colo.o
 
39
stub-obj-y += vmgenid.o