Move target-specific code out of /monitor.c to /target-*/monitor.c, this will avoid code cluttering and using random ifdeffery. The solution is quite simple, but solves the issue of the separation of target-specific code from monitor. Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com> Signed-off-by: Denis V. Lunev <den@openvz.org> CC: Paolo Bonzini <pbonzini@redhat.com> CC: Peter Maydell <peter.maydell@linaro.org> Message-Id: <1441899541-1856-3-git-send-email-den@openvz.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |
||
|---|---|---|
| .. | ||
| Makefile.objs | ||
| arch-query-cpu-def.c | ||
| bdrv-commit-all.c | ||
| chr-baum-init.c | ||
| chr-msmouse.c | ||
| chr-testdev.c | ||
| clock-warp.c | ||
| cpu-get-clock.c | ||
| cpu-get-icount.c | ||
| cpus.c | ||
| dump.c | ||
| fd-register.c | ||
| fdset-add-fd.c | ||
| fdset-find-fd.c | ||
| fdset-get-fd.c | ||
| fdset-remove-fd.c | ||
| gdbstub.c | ||
| get-fd.c | ||
| get-next-serial.c | ||
| get-vm-name.c | ||
| iothread-lock.c | ||
| is-daemonized.c | ||
| kvm.c | ||
| machine-init-done.c | ||
| migr-blocker.c | ||
| mon-is-qmp.c | ||
| mon-printf.c | ||
| monitor-init.c | ||
| notify-event.c | ||
| qemu-chr-open-spice.c | ||
| qmp_pc_dimm_device_list.c | ||
| qtest.c | ||
| reset.c | ||
| runstate-check.c | ||
| set-fd-handler.c | ||
| slirp.c | ||
| sysbus.c | ||
| target-monitor-defs.c | ||
| uuid.c | ||
| vc-init.c | ||
| vm-stop.c | ||
| vmstate.c | ||