summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sockets: Convert to new qapi union layoutEric Blake2015-11-023-61/+61
* block: Convert to new qapi union layoutEric Blake2015-11-024-41/+40
* tests: Convert to new qapi union layoutEric Blake2015-11-023-62/+62
* qapi-visit: Convert to new qapi union layoutEric Blake2015-11-021-15/+9
* qapi: Start converting to new qapi union layoutEric Blake2015-11-022-8/+21
* qapi-visit: Remove redundant functions for flat union baseEric Blake2015-11-021-17/+15
* qapi: Unbox base membersEric Blake2015-11-0215-87/+54
* qapi: Prefer typesafe upcasts to qapi base classesEric Blake2015-11-022-0/+21
* qapi-types: Refactor base fields outputEric Blake2015-11-021-10/+14
* qapi-visit: Split off visit_type_FOO_fields forward declEric Blake2015-11-021-6/+16
* vnc: Hoist allocation of VncBasicInfo to callersEric Blake2015-11-021-23/+34
* qapi: Reserve 'q_*' and 'has_*' member namesEric Blake2015-11-0214-35/+27
* qapi: Reserve '*List' type names for list typesEric Blake2015-11-026-14/+11
* qapi: More robust conditions for when labels are neededEric Blake2015-11-022-2/+5
* qapi: More idiomatic string operationsEric Blake2015-11-021-3/+3
* tests/qapi-schema: Test for reserved names, empty structEric Blake2015-11-0224-4/+59
* qapi-schema: mark InetSocketAddress as mandatory againDaniel P. Berrange2015-11-021-4/+2
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-10-3021-116/+293
|\
| * block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf2015-10-291-5/+8
| * target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu2015-10-292-0/+31
| * sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu2015-10-293-71/+99
| * sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu2015-10-298-7/+7
| * virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin2015-10-292-0/+10
| * gdb command: qemu handlersDr. David Alan Gilbert2015-10-292-1/+60
| * virtio-blk: switch off scsi-passthrough by defaultCornelia Huck2015-10-292-2/+6
| * ppc/spapr: add 2.4 compat propsCornelia Huck2015-10-291-0/+9
| * s390x: include HW_COMPAT_* propsCornelia Huck2015-10-291-0/+2
| * qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pcPaolo Bonzini2015-10-292-0/+19
| * qemu-gdb: extract parts of "qemu coroutine" implementationPaolo Bonzini2015-10-291-29/+27
| * qemu-gdb: allow using glibc_pointer_guard() on core dumpsPaolo Bonzini2015-10-291-2/+16
* | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20151030' into stagingPeter Maydell2015-10-308-59/+112
|\ \
| * | target-mips: fix updating XContext on mmu exceptionYongbok Kim2015-10-301-3/+4
| * | target-mips: add SIGRIE instructionYongbok Kim2015-10-301-1/+11
| * | target-mips: Set Config5.XNP for R6 coresYongbok Kim2015-10-301-2/+2
| * | target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim2015-10-304-32/+63
| * | hw/mips_malta: Fix KVM PC initialisationJames Hogan2015-10-301-1/+1
| * | target-mips: Add enum for BREAK32Yongbok Kim2015-10-291-1/+2
| * | target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6Leon Alrae2015-10-291-1/+6
| * | target-mips: implement the CPU wake-up on non-enabled interrupts in R6Leon Alrae2015-10-291-3/+4
| * | target-mips: move the test for enabled interrupts to a separate functionLeon Alrae2015-10-293-16/+20
| |/
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-10-30' in...Peter Maydell2015-10-3020-153/+189
|\ \ | |/ |/|
| * docs: Document QMP event rate limitingMarkus Armbruster2015-10-302-0/+17
| * monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster2015-10-301-4/+23
| * monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster2015-10-301-16/+37
| * glib: add compatibility interface for g_hash_table_add()Markus Armbruster2015-10-301-0/+8
| * monitor: Split MonitorQAPIEventConf off MonitorQAPIEventStateMarkus Armbruster2015-10-291-41/+37
| * monitor: Switch from timer_new() to timer_new_ns()Markus Armbruster2015-10-291-4/+3
| * monitor: Simplify event throttlingMarkus Armbruster2015-10-292-35/+32
| * monitor: Reduce casting of QAPI event QDictMarkus Armbruster2015-10-291-19/+19
| * qstring: Make conversion from QObject * accept nullMarkus Armbruster2015-10-293-13/+8
OpenPOWER on IntegriCloud