summary refs log tree commit diff stats
path: root/scripts/qapi-commands.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-19block: Simplify drive-mirrorEric Blake3-62/+61
2016-07-19block: Simplify block_set_io_throttleEric Blake3-110/+66
2016-07-19qapi: Implement boxed types for commands/eventsEric Blake30-20/+129
2016-07-19qapi: Plumb in 'boxed' to qapi generator lower levelsEric Blake9-49/+70
2016-07-19qapi-event: Simplify visit of non-implicit dataEric Blake1-2/+17
2016-07-19qapi: Drop useless gen_err_check()Eric Blake3-11/+9
2016-07-19qapi: Add type.is_empty() helperEric Blake4-7/+11
2016-07-19qapi: Hide tag_name data member of variantsEric Blake3-6/+15
2016-07-19qapi: Special case c_name() for empty typeEric Blake1-0/+1
2016-07-19qapi: Require all branches of flat union enum to be coveredEric Blake6-0/+20
2016-07-19net: use Netdev instead of NetClientOptions in client initKővágó, Zoltán12-49/+53
2016-07-19qapi: change QmpInputVisitor to QSLISTPaolo Bonzini1-30/+29
2016-07-19qapi: change QmpOutputVisitor to QSLISTPaolo Bonzini1-13/+11
2016-07-19Update OpenBIOS images to e79bca6 built from submodule.Mark Cave-Ayland4-0/+0
2016-07-19target-i386: Remove redundant HF_SOFTMMU_MASKSergey Fedorov3-14/+4
2016-07-19block/iscsi: allow caching of the allocation mapPeter Lieven1-58/+192
2016-07-19block/iscsi: fix rounding in iscsi_allocationmap_setPeter Lieven1-3/+5
2016-07-19Move README to markdownPranith Kumar1-21/+20
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev9-113/+32
2016-07-18tests: in IDE and AHCI tests perform DMA write before flushingEvgeny Yakovlev2-2/+75
2016-07-18ide: set retry_unit for PIO and FLUSH requestsEvgeny Yakovlev1-0/+2
2016-07-18ide: refactor retry_unit set and clear into separate functionEvgeny Yakovlev1-6/+16
2016-07-18trace: Add QAPI/QMP interfaces to query and control per-vCPU tracing stateLluís Vilanova6-43/+203
2016-07-18trace: Allow event name pattern in "info trace-events"Lluís Vilanova3-4/+36
2016-07-18trace: Conditionally trace events based on their per-vCPU stateLluís Vilanova6-29/+57
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova13-10/+210
2016-07-18trace: Cosmetic changes on fast-path tracingLluís Vilanova1-2/+5
2016-07-18disas: Remove unused macro '_'Lluís Vilanova8-47/+46
2016-07-18trace: Identify events with the 'vcpu' propertyLluís Vilanova5-5/+51
2016-07-18trace: [bsd-user] Commandline arguments to control tracingLluís Vilanova1-3/+18
2016-07-18trace: [linux-user] Commandline arguments to control tracingLluís Vilanova1-0/+19
2016-07-18vfio/pci: Hide ARI capabilityAlex Williamson1-0/+1
2016-07-18.travis.yml: Disable IRC build status updates from forksPranith Kumar1-1/+4
2016-07-18MAINTAINERS: Add include/block/aio.h to block I/O path sectionFam Zheng1-0/+1
2016-07-18virtio-blk: dataplane cleanupCao jin1-4/+2
2016-07-18checkpatch: consider git extended headers valid patchesStefan Hajnoczi1-0/+5
2016-07-18aio-posix: remove useless parameterCao jin4-9/+6
2016-07-18linux-aio: prevent submitting more than MAX_EVENTSRoman Pen1-10/+16
2016-07-18aio_ctx_check: follow CODING_STYLECao jin1-1/+1
2016-07-18linux-aio: share one LinuxAioState within an AioContextPaolo Bonzini7-111/+58
2016-07-18spec/parallels: fix a mistakeVladimir Sementsov-Ogievskiy1-1/+1
2016-07-18e1000e: fix building without CONFIG_VMXNET3_PCIJason Wang1-0/+1
2016-07-18MAINTAINERS: release Scott from being a rocker maintainerJiri Pirko1-1/+0
2016-07-18tap: fix memory leak on failure to create a multiqueue tap devicePaolo Bonzini1-6/+16
2016-07-18net: fix incorrect argument to iov_to_bufPaolo Bonzini1-2/+2
2016-07-18net: fix incorrect access to pointerPaolo Bonzini1-1/+1
2016-07-18e1000e: fix incorrect access to pointerPaolo Bonzini1-2/+2
2016-07-18ppc: Yet another fix for the huge page support detection mechanismThomas Huth1-3/+7
2016-07-18target-ppc: fix left shift overflow in hpte_page_shiftPaolo Bonzini1-1/+1
2016-07-18ppc/mmu-hash64: Remove duplicated #include statementThomas Huth1-1/+0