aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-02qapi-visit: Split off visit_type_FOO_fields forward declEric Blake
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake
2015-11-02qapi: More robust conditions for when labels are neededEric Blake
2015-11-02qapi: More idiomatic string operationsEric Blake
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake
2015-11-02qapi-schema: mark InetSocketAddress as mandatory againDaniel P. Berrange
2015-10-30Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2015-10-30Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151030' into stagingPeter Maydell
2015-10-30target-mips: fix updating XContext on mmu exceptionYongbok Kim
2015-10-30target-mips: add SIGRIE instructionYongbok Kim
2015-10-30target-mips: Set Config5.XNP for R6 coresYongbok Kim
2015-10-30target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan
2015-10-30Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-30' in...Peter Maydell
2015-10-30docs: Document QMP event rate limitingMarkus Armbruster
2015-10-30monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster
2015-10-30monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster
2015-10-30glib: add compatibility interface for g_hash_table_add()Markus Armbruster
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin
2015-10-29gdb command: qemu handlersDr. David Alan Gilbert
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck
2015-10-29ppc/spapr: add 2.4 compat propsCornelia Huck
2015-10-29s390x: include HW_COMPAT_* propsCornelia Huck
2015-10-29qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pcPaolo Bonzini
2015-10-29qemu-gdb: extract parts of "qemu coroutine" implementationPaolo Bonzini
2015-10-29qemu-gdb: allow using glibc_pointer_guard() on core dumpsPaolo Bonzini
2015-10-29target-mips: Add enum for BREAK32Yongbok Kim
2015-10-29target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6Leon Alrae
2015-10-29target-mips: implement the CPU wake-up on non-enabled interrupts in R6Leon Alrae
2015-10-29target-mips: move the test for enabled interrupts to a separate functionLeon Alrae
2015-10-29monitor: Split MonitorQAPIEventConf off MonitorQAPIEventStateMarkus Armbruster
2015-10-29monitor: Switch from timer_new() to timer_new_ns()Markus Armbruster
2015-10-29monitor: Simplify event throttlingMarkus Armbruster
2015-10-29monitor: Reduce casting of QAPI event QDictMarkus Armbruster
2015-10-29qstring: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-29qlist: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-29qfloat qint: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-29qdict: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-29qbool: Make conversion from QObject * accept nullMarkus Armbruster
2015-10-29qobject: Drop QObject_HEADMarkus Armbruster
2015-10-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2015-10-29enable multi-function hot-addCao jin
2015-10-29remove function during multi-function hot-addCao jin
2015-10-29tests/vhost-user-bridge: add vhost-user bridge applicationVictor Kaplansky