]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
qapi: move include files to include/qobject/
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Dec 2012 17:19:43 +0000 (18:19 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 19 Dec 2012 07:31:31 +0000 (08:31 +0100)
commit7b1b5d191385ca52e96caae2a05c64f3a63855d9
tree53b7194e77868d920eddcd41504741fe5bfda337
parentcb9c377f54a756b04ef92c1c2e0453613ee863cf
qapi: move include files to include/qobject/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
142 files changed:
backends/rng-egd.c
backends/rng-random.c
backends/rng.c
balloon.c
block.c
block.h
block/qcow2.c
block/qed.c
block_int.h
blockdev-nbd.c
blockdev.c
blockdev.h
blockjob.c
dump-stub.c
dump.c
error.c
error.h [deleted file]
hmp.h
hw/ivshmem.c
hw/mc146818rtc.c
hw/pci/pci-hotplug.c
hw/pci/pcie_aer.c
hw/qdev-addr.c
hw/qdev-core.h
hw/qdev-properties.c
hw/qdev.c
hw/vga_int.h
hw/watchdog.c
include/net/net.h
include/net/slirp.h
include/qapi/dealloc-visitor.h [new file with mode: 0644]
include/qapi/error.h [new file with mode: 0644]
include/qapi/opts-visitor.h [new file with mode: 0644]
include/qapi/qmp-input-visitor.h [new file with mode: 0644]
include/qapi/qmp-output-visitor.h [new file with mode: 0644]
include/qapi/qmp/dispatch.h [new file with mode: 0644]
include/qapi/qmp/json-lexer.h [new file with mode: 0644]
include/qapi/qmp/json-parser.h [new file with mode: 0644]
include/qapi/qmp/json-streamer.h [new file with mode: 0644]
include/qapi/qmp/qbool.h [new file with mode: 0644]
include/qapi/qmp/qdict.h [new file with mode: 0644]
include/qapi/qmp/qerror.h [new file with mode: 0644]
include/qapi/qmp/qfloat.h [new file with mode: 0644]
include/qapi/qmp/qint.h [new file with mode: 0644]
include/qapi/qmp/qjson.h [new file with mode: 0644]
include/qapi/qmp/qlist.h [new file with mode: 0644]
include/qapi/qmp/qobject.h [new file with mode: 0644]
include/qapi/qmp/qstring.h [new file with mode: 0644]
include/qapi/qmp/types.h [new file with mode: 0644]
include/qapi/string-input-visitor.h [new file with mode: 0644]
include/qapi/string-output-visitor.h [new file with mode: 0644]
include/qapi/visitor-impl.h [new file with mode: 0644]
include/qapi/visitor.h [new file with mode: 0644]
include/qemu/rng.h
include/ui/console.h
json-lexer.c
json-lexer.h [deleted file]
json-parser.c
json-parser.h [deleted file]
json-streamer.c
json-streamer.h [deleted file]
migration.h
monitor.c
monitor.h
net/net.c
pixman
qapi/opts-visitor.c
qapi/opts-visitor.h [deleted file]
qapi/qapi-dealloc-visitor.c
qapi/qapi-dealloc-visitor.h [deleted file]
qapi/qapi-visit-core.c
qapi/qapi-visit-core.h [deleted file]
qapi/qapi-visit-impl.h [deleted file]
qapi/qmp-core.h [deleted file]
qapi/qmp-dispatch.c
qapi/qmp-input-visitor.c
qapi/qmp-input-visitor.h [deleted file]
qapi/qmp-output-visitor.c
qapi/qmp-output-visitor.h [deleted file]
qapi/qmp-registry.c
qapi/string-input-visitor.c
qapi/string-input-visitor.h [deleted file]
qapi/string-output-visitor.c
qapi/string-output-visitor.h [deleted file]
qbool.c
qbool.h [deleted file]
qdict.c
qdict.h [deleted file]
qemu-char.h
qemu-config.c
qemu-config.h
qemu-img.c
qemu-objects.h [deleted file]
qemu-option.c
qemu-option.h
qemu_socket.h
qerror.c
qerror.h [deleted file]
qfloat.c
qfloat.h [deleted file]
qga/commands-posix.c
qga/commands-win32.c
qga/commands.c
qga/guest-agent-core.h
qga/main.c
qint.c
qint.h [deleted file]
qjson.c
qjson.h [deleted file]
qlist.c
qlist.h [deleted file]
qobject.h [deleted file]
qom/object.c
qom/qom-qobject.c
qstring.c
qstring.h [deleted file]
scripts/qapi-commands.py
scripts/qapi-types.py
scripts/qapi-visit.py
stubs/arch-query-cpu-def.c
target-i386/cpu-qom.h
target-i386/cpu.c
target-openrisc/cpu.h
tests/check-qdict.c
tests/check-qfloat.c
tests/check-qint.c
tests/check-qjson.c
tests/check-qlist.c
tests/check-qstring.c
tests/test-qmp-commands.c
tests/test-qmp-input-strict.c
tests/test-qmp-input-visitor.c
tests/test-qmp-output-visitor.c
tests/test-string-input-visitor.c
tests/test-string-output-visitor.c
tests/test-visitor-serialization.c
ui/input.c
ui/spice-core.c
ui/vnc-enc-tight.c
ui/vnc-palette.h
ui/vnc.c
vl.c