summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng2015-01-134-6/+12
* block: limited request size in write zeroes unsupported pathPeter Lieven2015-01-131-1/+4
* coroutine: try harder not to delete coroutinesPeter Lieven2015-01-131-1/+8
* coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini2015-01-133-18/+0
* coroutine: rewrite pool to avoid mutexPaolo Bonzini2015-01-131-51/+41
* QSLIST: add lock-free operationsPaolo Bonzini2015-01-131-2/+13
* test-coroutine: avoid overflow on 32-bit systemsPaolo Bonzini2015-01-131-1/+1
* qemu-thread: add per-thread atexit functionsPaolo Bonzini2015-01-133-11/+78
* coroutine-ucontext: use __threadPaolo Bonzini2015-01-131-50/+19
* qemu-iotests: Add supported os parameter for python testsFam Zheng2015-01-131-1/+4
* qemu-iotests: Add "_supported_os Linux" to 058Fam Zheng2015-01-131-0/+1
* qemu-iotests: Replace "/bin/true" with "true"Fam Zheng2015-01-133-3/+3
* .gitignore: Ignore generated "common.env"Fam Zheng2015-01-131-0/+1
* libqos: Convert malloc-pc allocator to a generic allocatorMarc MarĂ­2015-01-135-299/+309
* migration/block: fix pending() return valueVladimir Sementsov-Ogievskiy2015-01-131-2/+2
* iotests: Filter out "I/O thread spun..." warningMax Reitz2015-01-138-10/+12
* qemu-iotests: Test blockdev-backup in 055Fam Zheng2015-01-132-39/+176
* block: Add blockdev-backup to transactionFam Zheng2015-01-132-0/+81
* qmp: Add command 'blockdev-backup'Fam Zheng2015-01-134-0/+178
* qapi: Comment version info in TransactionActionFam Zheng2015-01-131-0/+6
* block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy2015-01-134-11/+34
* qapi: Fix document for BlockStats.node-nameFam Zheng2015-01-131-1/+1
* iotests: Add test for relative backing file namesMax Reitz2015-01-133-0/+114
* block/vmdk: Relative backing file for creationMax Reitz2015-01-131-1/+12
* block: Relative backing file for image creationMax Reitz2015-01-131-1/+11
* block: JSON filenames and relative backing filesMax Reitz2015-01-133-9/+31
* block: Get full backing filename from stringMax Reitz2015-01-132-4/+15
* checkpatch: Brace handling on multi-line conditionMax Reitz2015-01-131-2/+11
* block: replace g_new0 with g_new for bottom half allocation.Paolo Bonzini2015-01-131-4/+6
* block: do not allocate an iovec per read of a growable/zero_after_eof BDSPaolo Bonzini2015-01-131-7/+5
* block: mark AioContext as recursivePaolo Bonzini2015-01-131-0/+1
* qemu-iotests: Speed up make check-blockFam Zheng2015-01-132-1/+2
* qemu-iotests: Remove 091 from quick groupFam Zheng2015-01-131-1/+1
* Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2015-01-1228-216/+11
|\
| * hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang2015-01-121-0/+1
| * hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang2015-01-121-4/+4
| * hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang2015-01-121-1/+6
| * net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini2015-01-1227-211/+0
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150112-v3' into sta...Peter Maydell2015-01-1222-115/+2305
|\ \ | |/ |/|
| * kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka2015-01-127-0/+61
| * s390: implement pci instructionsFrank Blaschka2015-01-124-1/+1253
| * s390: Add PCI bus supportFrank Blaschka2015-01-1212-1/+929
| * s390x/kvm: avoid syscalls by syncing registers with kvm_runDavid Hildenbrand2015-01-121-22/+50
| * s390x/kvm: sync register support helper functionDavid Hildenbrand2015-01-121-10/+12
| * s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappersThomas Huth2015-01-121-81/+0
| * s390x/ccw: fix oddity in machine class initCornelia Huck2015-01-121-1/+1
|/
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' i...Peter Maydell2015-01-101-11/+14
|\
| * vfio-pci: Fix interrupt disablingAlex Williamson2015-01-091-9/+12
| * vfio-pci: Fix BAR size overflowAlex Williamson2015-01-091-2/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-1010-60/+249
|\ \
OpenPOWER on IntegriCloud