]> git.ipfire.org Git - thirdparty/qemu.git/history - qapi
runstate: introduce suspended state
[thirdparty/qemu.git] / qapi /
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'agraf/s390-for-upstream...
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'agraf/ppc-for-upstream...
2012-05-01  Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-4-27...
2012-04-30  Michael Rothqemu-ga: add a whitelist for fsfreeze-safe commands
2012-04-26  Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-23  Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-23  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-23  NODA, Kaiqapi: g_hash_table_find() instead of GHashTableIter.
2012-04-10  Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-08  Blue SwirlMerge branch 'memory/core' of git://git.kernel.org...
2012-04-02  Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-04-02  Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2012-03-31  Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-03-31  Blue SwirlMerge branch 'qom-cpu-unicore32.v3' of git://github...
2012-03-31  Blue SwirlMerge branch 'target-arm.for-upstream' of git://git...
2012-03-29  Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-03-28  Anthony LiguoriMerge remote-tracking branch 'sstabellini/disk_io'...
2012-03-28  Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen-fixes...
2012-03-28  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-03-27  Paolo Bonziniqapi: add strict mode to input visitor
2012-03-27  Paolo Bonziniqapi: place outermost object on qiv stack
2012-03-27  Paolo Bonziniqapi: untangle next_list
2012-03-27  Paolo Bonziniqapi: fix memory leak on error
2012-03-27  Paolo Bonziniqapi: fail hard on stack imbalance
2012-03-27  Laszlo Ersekqapi: fix double free in qmp_output_visitor_cleanup()
2012-03-03  Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-01  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-02-24  Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio-scsi'...
2012-02-23  Kevin WolfMerge qemu-iotests into for-anthony
2012-02-22  Anthony LiguoriMerge remote-tracking branch 'bonzini/qdev-props-for...
2012-02-21  Paolo Bonziniqapi: add string-based visitors
2012-02-21  Paolo Bonziniqapi: drop qmp_input_end_optional
2012-02-21  Paolo Bonziniqapi: allow sharing enum implementation across visitors
2011-12-19  Paolo Bonziniqapi: protect against NULL QObject in qmp_input_get_object
2011-12-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-14  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-12  Michael Rothguest agent: add supported command list to guest-info RPC
2011-12-12  Michael Rothguest agent: add RPC blacklist command-line option
2011-11-21  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.31' into staging
2011-11-21  Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-11-18  Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-18  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp-1.0' into...
2011-11-17  Luiz Capitulinoqapi: Check for negative enum values
2011-10-14  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/batch...
2011-10-10  Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-10-04  Michael Rothqapi: modify visitor code generation for list iteration
2011-10-04  Michael Rothqapi: dealloc visitor, support freeing of nested lists
2011-10-04  Michael Rothqapi: dealloc visitor, fix premature free and iteration...
2011-10-04  Anthony Liguoriqapi: add code generation support for middle mode
2011-08-21  Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21  Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21  Anthony LiguoriUse glib memory allocation and free functions
2011-08-04  Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-07-29  Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard.afe...
2011-07-29  Anthony LiguoriMerge remote-tracking branch 'kraxel/migration.2' into...
2011-07-22  malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-22  Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2011-07-22  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v39' into...
2011-07-22  Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-07-21  Michael Rothqapi: add QMP dispatch functions
2011-07-21  Michael Rothqapi: add QMP command registration/lookup functions
2011-07-21  Michael Rothqapi: add QAPI dealloc visitor
2011-07-21  Michael Rothqapi: add QMP output visitor
2011-07-21  Michael Rothqapi: add QMP input visitor
2011-07-21  Michael Rothqapi: add QAPI visitor core