summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-02qapi: Reserve 'u' member nameEric Blake6-1/+11
2015-11-02qapi: Finish converting to new qapi union layoutEric Blake1-22/+6
2015-11-02tpm: Convert to new qapi union layoutEric Blake2-5/+5
2015-11-02memory: Convert to new qapi union layoutEric Blake3-10/+10
2015-11-02input: Convert to new qapi union layoutEric Blake9-123/+125
2015-11-02char: Convert to new qapi union layoutEric Blake2-88/+88
2015-11-02net: Convert to new qapi union layoutEric Blake10-32/+32
2015-11-02sockets: Convert to new qapi union layoutEric Blake3-61/+61
2015-11-02block: Convert to new qapi union layoutEric Blake4-41/+40
2015-11-02tests: Convert to new qapi union layoutEric Blake3-62/+62
2015-11-02qapi-visit: Convert to new qapi union layoutEric Blake1-15/+9
2015-11-02qapi: Start converting to new qapi union layoutEric Blake2-8/+21
2015-11-02qapi-visit: Remove redundant functions for flat union baseEric Blake1-17/+15
2015-11-02qapi: Unbox base membersEric Blake15-87/+54
2015-11-02qapi: Prefer typesafe upcasts to qapi base classesEric Blake2-0/+21
2015-11-02qapi-types: Refactor base fields outputEric Blake1-10/+14
2015-11-02qapi-visit: Split off visit_type_FOO_fields forward declEric Blake1-6/+16
2015-11-02vnc: Hoist allocation of VncBasicInfo to callersEric Blake1-23/+34
2015-11-02qapi: Reserve 'q_*' and 'has_*' member namesEric Blake14-35/+27
2015-11-02qapi: Reserve '*List' type names for list typesEric Blake6-14/+11
2015-11-02qapi: More robust conditions for when labels are neededEric Blake2-2/+5
2015-11-02qapi: More idiomatic string operationsEric Blake1-3/+3
2015-11-02tests/qapi-schema: Test for reserved names, empty structEric Blake24-4/+59
2015-11-02qapi-schema: mark InetSocketAddress as mandatory againDaniel P. Berrange1-4/+2
2015-10-30target-mips: fix updating XContext on mmu exceptionYongbok Kim1-3/+4
2015-10-30target-mips: add SIGRIE instructionYongbok Kim1-1/+11
2015-10-30target-mips: Set Config5.XNP for R6 coresYongbok Kim1-2/+2
2015-10-30target-mips: add PC, XNP reg numbers to RDHWRYongbok Kim4-32/+63
2015-10-30hw/mips_malta: Fix KVM PC initialisationJames Hogan1-1/+1
2015-10-30docs: Document QMP event rate limitingMarkus Armbruster2-0/+17
2015-10-30monitor: Throttle event VSERPORT_CHANGE separately by "id"Markus Armbruster1-4/+23
2015-10-30monitor: Turn monitor_qapi_event_state[] into a hash tableMarkus Armbruster1-16/+37
2015-10-30glib: add compatibility interface for g_hash_table_add()Markus Armbruster1-0/+8
2015-10-29block: Consider all child nodes in bdrv_requests_pending()Kevin Wolf1-5/+8
2015-10-29target-arm: xlnx-zynqmp: Add sdhci support.Sai Pavan Boddu2-0/+31
2015-10-29sdhci: Split sdhci.h for public and internal device usageSai Pavan Boddu3-71/+99
2015-10-29sd.h: Move sd.h to include/hw/sd/Sai Pavan Boddu8-7/+7
2015-10-29virtio: sync the dataplane vring state to the virtqueue before virtio_savePavel Butsykin2-0/+10
2015-10-29gdb command: qemu handlersDr. David Alan Gilbert2-1/+60
2015-10-29virtio-blk: switch off scsi-passthrough by defaultCornelia Huck2-2/+6
2015-10-29ppc/spapr: add 2.4 compat propsCornelia Huck1-0/+9
2015-10-29s390x: include HW_COMPAT_* propsCornelia Huck1-0/+2
2015-10-29qemu-gdb: add $qemu_coroutine_sp and $qemu_coroutine_pcPaolo Bonzini2-0/+19
2015-10-29qemu-gdb: extract parts of "qemu coroutine" implementationPaolo Bonzini1-29/+27
2015-10-29qemu-gdb: allow using glibc_pointer_guard() on core dumpsPaolo Bonzini1-2/+16
2015-10-29target-mips: Add enum for BREAK32Yongbok Kim1-1/+2
2015-10-29target-mips: update writing to CP0.Status.KX/SX/UX in MIPS Release R6Leon Alrae1-1/+6
2015-10-29target-mips: implement the CPU wake-up on non-enabled interrupts in R6Leon Alrae1-3/+4
2015-10-29target-mips: move the test for enabled interrupts to a separate functionLeon Alrae3-16/+20
2015-10-29monitor: Split MonitorQAPIEventConf off MonitorQAPIEventStateMarkus Armbruster1-41/+37