summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-13ide: Implement VPD response for ATAPIJohn Snow2-12/+100
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng4-6/+12
2015-01-13block: limited request size in write zeroes unsupported pathPeter Lieven1-1/+4
2015-01-13coroutine: try harder not to delete coroutinesPeter Lieven1-1/+8
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini3-18/+0
2015-01-13coroutine: rewrite pool to avoid mutexPaolo Bonzini1-51/+41
2015-01-13QSLIST: add lock-free operationsPaolo Bonzini1-2/+13
2015-01-13test-coroutine: avoid overflow on 32-bit systemsPaolo Bonzini1-1/+1
2015-01-13qemu-thread: add per-thread atexit functionsPaolo Bonzini3-11/+78
2015-01-13coroutine-ucontext: use __threadPaolo Bonzini1-50/+19
2015-01-13qemu-iotests: Add supported os parameter for python testsFam Zheng1-1/+4
2015-01-13qemu-iotests: Add "_supported_os Linux" to 058Fam Zheng1-0/+1
2015-01-13qemu-iotests: Replace "/bin/true" with "true"Fam Zheng3-3/+3
2015-01-13.gitignore: Ignore generated "common.env"Fam Zheng1-0/+1
2015-01-13xen-pt: Fix PCI devices re-attach failedLiang Li1-1/+1
2015-01-13libqos: Convert malloc-pc allocator to a generic allocatorMarc MarĂ­5-299/+309
2015-01-13migration/block: fix pending() return valueVladimir Sementsov-Ogievskiy1-2/+2
2015-01-13iotests: Filter out "I/O thread spun..." warningMax Reitz8-10/+12
2015-01-13qemu-iotests: Test blockdev-backup in 055Fam Zheng2-39/+176
2015-01-13block: Add blockdev-backup to transactionFam Zheng2-0/+81
2015-01-13qmp: Add command 'blockdev-backup'Fam Zheng4-0/+178
2015-01-13qapi: Comment version info in TransactionActionFam Zheng1-0/+6
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy4-11/+34
2015-01-13qapi: Fix document for BlockStats.node-nameFam Zheng1-1/+1
2015-01-13iotests: Add test for relative backing file namesMax Reitz3-0/+114
2015-01-13block/vmdk: Relative backing file for creationMax Reitz1-1/+12
2015-01-13block: Relative backing file for image creationMax Reitz1-1/+11
2015-01-13block: JSON filenames and relative backing filesMax Reitz3-9/+31
2015-01-13block: Get full backing filename from stringMax Reitz2-4/+15
2015-01-13checkpatch: Brace handling on multi-line conditionMax Reitz1-2/+11
2015-01-13block: replace g_new0 with g_new for bottom half allocation.Paolo Bonzini1-4/+6
2015-01-13block: do not allocate an iovec per read of a growable/zero_after_eof BDSPaolo Bonzini1-7/+5
2015-01-13block: mark AioContext as recursivePaolo Bonzini1-0/+1
2015-01-13qemu-iotests: Speed up make check-blockFam Zheng2-1/+2
2015-01-13qemu-iotests: Remove 091 from quick groupFam Zheng1-1/+1
2015-01-12Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell28-216/+11
2015-01-12hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free itChen Gang1-0/+1
2015-01-12hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon...Chen Gang1-4/+4
2015-01-12hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' failsChen Gang1-1/+6
2015-01-12net: remove all cleanup methods from NIC NetClientInfosPaolo Bonzini27-211/+0
2015-01-12Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150112-v3' into sta...Peter Maydell22-115/+2305
2015-01-12kvm: extend kvm_irqchip_add_msi_route to work on s390Frank Blaschka7-0/+61
2015-01-12s390: implement pci instructionsFrank Blaschka4-1/+1253
2015-01-12s390: Add PCI bus supportFrank Blaschka12-1/+929
2015-01-12s390x/kvm: avoid syscalls by syncing registers with kvm_runDavid Hildenbrand1-22/+50
2015-01-12s390x/kvm: sync register support helper functionDavid Hildenbrand1-10/+12
2015-01-12s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappersThomas Huth1-81/+0
2015-01-12s390x/ccw: fix oddity in machine class initCornelia Huck1-1/+1
2015-01-10Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' i...Peter Maydell1-11/+14
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-60/+249