]> git.proxmox.com Git - qemu.git/commit - stubs/mon-is-qmp.c
stubs: fully replace qemu-tool.c and qemu-user.c
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Nov 2012 14:36:40 +0000 (15:36 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 12 Jan 2013 16:19:08 +0000 (17:19 +0100)
commit5708fc665524c5218076388504d078441fb3940c
treec6d12ab197b28bd9bd5ddc22810cb89d6c9d45f8
parent4d4545743f55b37d37535f7b32456b82c97efeb8
stubs: fully replace qemu-tool.c and qemu-user.c

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
20 files changed:
Makefile
Makefile.objs
exec.c
qemu-tool.c [deleted file]
qemu-user.c [deleted file]
stubs/Makefile.objs
stubs/clock-warp.c [new file with mode: 0644]
stubs/cpu-get-clock.c [new file with mode: 0644]
stubs/cpu-get-icount.c [new file with mode: 0644]
stubs/get-vm-name.c [new file with mode: 0644]
stubs/iothread-lock.c [new file with mode: 0644]
stubs/migr-blocker.c [new file with mode: 0644]
stubs/mon-is-qmp.c [new file with mode: 0644]
stubs/mon-print-filename.c [new file with mode: 0644]
stubs/mon-printf.c [new file with mode: 0644]
stubs/mon-protocol-event.c [new file with mode: 0644]
stubs/mon-set-error.c [new file with mode: 0644]
stubs/slirp.c [new file with mode: 0644]
stubs/vm-stop.c [new file with mode: 0644]
tests/Makefile