2012-11-16 21:35:27 +04:00
|
|
|
stub-obj-y += arch-query-cpu-def.o
|
2014-05-27 16:07:10 +04:00
|
|
|
stub-obj-y += bdrv-commit-all.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 11:44:26 +04:00
|
|
|
stub-obj-y += chr-testdev.o
|
2012-11-26 18:36:40 +04:00
|
|
|
stub-obj-y += clock-warp.o
|
|
|
|
stub-obj-y += cpu-get-clock.o
|
|
|
|
stub-obj-y += cpu-get-icount.o
|
2013-05-17 12:41:20 +04:00
|
|
|
stub-obj-y += dump.o
|
2012-11-16 21:35:27 +04: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 17:08:22 +04:00
|
|
|
stub-obj-y += gdbstub.o
|
2012-11-16 21:35:27 +04:00
|
|
|
stub-obj-y += get-fd.o
|
2014-05-27 16:07:10 +04:00
|
|
|
stub-obj-y += get-next-serial.o
|
2012-11-26 18:36:40 +04:00
|
|
|
stub-obj-y += get-vm-name.o
|
|
|
|
stub-obj-y += iothread-lock.o
|
2014-05-27 16:07:10 +04:00
|
|
|
stub-obj-y += is-daemonized.o
|
|
|
|
stub-obj-y += machine-init-done.o
|
2012-11-26 18:36:40 +04:00
|
|
|
stub-obj-y += migr-blocker.o
|
|
|
|
stub-obj-y += mon-is-qmp.o
|
|
|
|
stub-obj-y += mon-printf.o
|
2014-05-27 16:07:10 +04:00
|
|
|
stub-obj-y += monitor-init.o
|
|
|
|
stub-obj-y += notify-event.o
|
2014-06-19 19:07:40 +04:00
|
|
|
stub-obj-$(CONFIG_SPICE) += qemu-chr-open-spice.o
|
2014-03-13 18:17:29 +04:00
|
|
|
stub-obj-y += qtest.o
|
2012-12-05 20:49:07 +04:00
|
|
|
stub-obj-y += reset.o
|
2014-03-14 12:22:48 +04:00
|
|
|
stub-obj-y += runstate-check.o
|
2012-11-26 18:36:40 +04:00
|
|
|
stub-obj-y += set-fd-handler.o
|
|
|
|
stub-obj-y += slirp.o
|
2012-12-05 20:49:09 +04:00
|
|
|
stub-obj-y += sysbus.o
|
2013-08-02 19:02:01 +04:00
|
|
|
stub-obj-y += uuid.o
|
2014-05-27 16:07:10 +04:00
|
|
|
stub-obj-y += vc-init.o
|
2012-11-26 18:36:40 +04:00
|
|
|
stub-obj-y += vm-stop.o
|
|
|
|
stub-obj-y += vmstate.o
|
2012-11-16 21:35:27 +04:00
|
|
|
stub-obj-$(CONFIG_WIN32) += fd-register.o
|
2013-04-23 12:29:37 +04:00
|
|
|
stub-obj-y += cpus.o
|
2014-02-26 21:20:00 +04:00
|
|
|
stub-obj-y += kvm.o
|
2014-06-16 21:12:25 +04:00
|
|
|
stub-obj-y += qmp_pc_dimm_device_list.o
|
2015-09-10 18:38:59 +03:00
|
|
|
stub-obj-y += target-monitor-defs.o
|