2012-11-16 18:35:27 +01:00
|
|
|
stub-obj-y += arch-query-cpu-def.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += bdrv-commit-all.o
|
2014-06-19 17:07:40 +02:00
|
|
|
stub-obj-y += chr-baum-init.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += chr-msmouse.o
|
backends: Introduce chr-testdev
From: Paolo Bonzini <pbonzini@redhat.com>
chr-testdev enables a virtio serial channel to be used for guest
initiated qemu exits. hw/misc/debugexit already enables guest
initiated qemu exits, but only for PC targets. chr-testdev supports
any virtio-capable target. kvm-unit-tests/arm is already making use
of this backend.
Currently there is a single command implemented, "q". It takes a
(prefix) argument for the exit code, thus an exit is implemented by
writing, e.g. "1q", to the virtio-serial port.
It can be used as:
$QEMU ... \
-device virtio-serial-device \
-device virtserialport,chardev=ctd -chardev testdev,id=ctd
or, use:
$QEMU ... \
-device virtio-serial-device \
-device virtconsole,chardev=ctd -chardev testdev,id=ctd
to bind it to virtio-serial port0.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2014-07-11 09:44:26 +02:00
|
|
|
stub-obj-y += chr-testdev.o
|
2012-11-26 15:36:40 +01:00
|
|
|
stub-obj-y += clock-warp.o
|
|
|
|
stub-obj-y += cpu-get-clock.o
|
|
|
|
stub-obj-y += cpu-get-icount.o
|
2013-05-17 10:41:20 +02:00
|
|
|
stub-obj-y += dump.o
|
2012-11-16 18:35:27 +01:00
|
|
|
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
|
2013-07-07 15:08:22 +02:00
|
|
|
stub-obj-y += gdbstub.o
|
2012-11-16 18:35:27 +01:00
|
|
|
stub-obj-y += get-fd.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += get-next-serial.o
|
2012-11-26 15:36:40 +01:00
|
|
|
stub-obj-y += get-vm-name.o
|
|
|
|
stub-obj-y += iothread-lock.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += is-daemonized.o
|
|
|
|
stub-obj-y += machine-init-done.o
|
2012-11-26 15:36:40 +01:00
|
|
|
stub-obj-y += migr-blocker.o
|
|
|
|
stub-obj-y += mon-is-qmp.o
|
|
|
|
stub-obj-y += mon-printf.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += monitor-init.o
|
|
|
|
stub-obj-y += notify-event.o
|
2014-06-19 17:07:40 +02:00
|
|
|
stub-obj-$(CONFIG_SPICE) += qemu-chr-open-spice.o
|
2014-03-13 15:17:29 +01:00
|
|
|
stub-obj-y += qtest.o
|
2012-12-05 17:49:07 +01:00
|
|
|
stub-obj-y += reset.o
|
2014-03-14 09:22:48 +01:00
|
|
|
stub-obj-y += runstate-check.o
|
2012-11-26 15:36:40 +01:00
|
|
|
stub-obj-y += set-fd-handler.o
|
|
|
|
stub-obj-y += slirp.o
|
2012-12-05 17:49:09 +01:00
|
|
|
stub-obj-y += sysbus.o
|
2013-08-02 17:02:01 +02:00
|
|
|
stub-obj-y += uuid.o
|
2014-05-27 14:07:10 +02:00
|
|
|
stub-obj-y += vc-init.o
|
2012-11-26 15:36:40 +01:00
|
|
|
stub-obj-y += vm-stop.o
|
|
|
|
stub-obj-y += vmstate.o
|
2012-11-16 18:35:27 +01:00
|
|
|
stub-obj-$(CONFIG_WIN32) += fd-register.o
|
2013-04-23 10:29:37 +02:00
|
|
|
stub-obj-y += cpus.o
|
2014-02-26 18:20:00 +01:00
|
|
|
stub-obj-y += kvm.o
|
2014-06-16 19:12:25 +02:00
|
|
|
stub-obj-y += qmp_pc_dimm_device_list.o
|
2015-09-10 17:38:59 +02:00
|
|
|
stub-obj-y += target-monitor-defs.o
|