Age | Commit message (Expand) | Author | Files | Lines |
2015-01-13 | coroutine: try harder not to delete coroutines | Peter Lieven | 1 | -1/+8 |
2015-01-13 | coroutine: drop qemu_coroutine_adjust_pool_size | Paolo Bonzini | 3 | -18/+0 |
2015-01-13 | coroutine: rewrite pool to avoid mutex | Paolo Bonzini | 1 | -51/+41 |
2015-01-13 | QSLIST: add lock-free operations | Paolo Bonzini | 1 | -2/+13 |
2015-01-13 | test-coroutine: avoid overflow on 32-bit systems | Paolo Bonzini | 1 | -1/+1 |
2015-01-13 | qemu-thread: add per-thread atexit functions | Paolo Bonzini | 3 | -11/+78 |
2015-01-13 | coroutine-ucontext: use __thread | Paolo Bonzini | 1 | -50/+19 |
2015-01-13 | qemu-iotests: Add supported os parameter for python tests | Fam Zheng | 1 | -1/+4 |
2015-01-13 | qemu-iotests: Add "_supported_os Linux" to 058 | Fam Zheng | 1 | -0/+1 |
2015-01-13 | qemu-iotests: Replace "/bin/true" with "true" | Fam Zheng | 3 | -3/+3 |
2015-01-13 | .gitignore: Ignore generated "common.env" | Fam Zheng | 1 | -0/+1 |
2015-01-13 | xen-pt: Fix PCI devices re-attach failed | Liang Li | 1 | -1/+1 |
2015-01-13 | libqos: Convert malloc-pc allocator to a generic allocator | Marc MarĂ | 5 | -299/+309 |
2015-01-13 | migration/block: fix pending() return value | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2015-01-13 | iotests: Filter out "I/O thread spun..." warning | Max Reitz | 8 | -10/+12 |
2015-01-13 | qemu-iotests: Test blockdev-backup in 055 | Fam Zheng | 2 | -39/+176 |
2015-01-13 | block: Add blockdev-backup to transaction | Fam Zheng | 2 | -0/+81 |
2015-01-13 | qmp: Add command 'blockdev-backup' | Fam Zheng | 4 | -0/+178 |
2015-01-13 | qapi: Comment version info in TransactionAction | Fam Zheng | 1 | -0/+6 |
2015-01-13 | block: fix spoiling all dirty bitmaps by mirror and migration | Vladimir Sementsov-Ogievskiy | 4 | -11/+34 |
2015-01-13 | qapi: Fix document for BlockStats.node-name | Fam Zheng | 1 | -1/+1 |
2015-01-13 | iotests: Add test for relative backing file names | Max Reitz | 3 | -0/+114 |
2015-01-13 | block/vmdk: Relative backing file for creation | Max Reitz | 1 | -1/+12 |
2015-01-13 | block: Relative backing file for image creation | Max Reitz | 1 | -1/+11 |
2015-01-13 | block: JSON filenames and relative backing files | Max Reitz | 3 | -9/+31 |
2015-01-13 | block: Get full backing filename from string | Max Reitz | 2 | -4/+15 |
2015-01-13 | checkpatch: Brace handling on multi-line condition | Max Reitz | 1 | -2/+11 |
2015-01-13 | block: replace g_new0 with g_new for bottom half allocation. | Paolo Bonzini | 1 | -4/+6 |
2015-01-13 | block: do not allocate an iovec per read of a growable/zero_after_eof BDS | Paolo Bonzini | 1 | -7/+5 |
2015-01-13 | block: mark AioContext as recursive | Paolo Bonzini | 1 | -0/+1 |
2015-01-13 | qemu-iotests: Speed up make check-block | Fam Zheng | 2 | -1/+2 |
2015-01-13 | qemu-iotests: Remove 091 from quick group | Fam Zheng | 1 | -1/+1 |
2015-01-12 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 28 | -216/+11 |
2015-01-12 | hw/net/xen_nic.c: Set 'netdev->mac' to NULL after free it | Chen Gang | 1 | -0/+1 |
2015-01-12 | hw/net/xen_nic.c: Need free 'netdev->nic' in net_free() instead of net_discon... | Chen Gang | 1 | -4/+4 |
2015-01-12 | hw/net/xen_nic.c: Free 'netdev->txs' when map 'netdev->rxs' fails | Chen Gang | 1 | -1/+6 |
2015-01-12 | net: remove all cleanup methods from NIC NetClientInfos | Paolo Bonzini | 27 | -211/+0 |
2015-01-12 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150112-v3' into sta... | Peter Maydell | 22 | -115/+2305 |
2015-01-12 | kvm: extend kvm_irqchip_add_msi_route to work on s390 | Frank Blaschka | 7 | -0/+61 |
2015-01-12 | s390: implement pci instructions | Frank Blaschka | 4 | -1/+1253 |
2015-01-12 | s390: Add PCI bus support | Frank Blaschka | 12 | -1/+929 |
2015-01-12 | s390x/kvm: avoid syscalls by syncing registers with kvm_run | David Hildenbrand | 1 | -22/+50 |
2015-01-12 | s390x/kvm: sync register support helper function | David Hildenbrand | 1 | -10/+12 |
2015-01-12 | s390x/css: Clean up unnecessary CONFIG_USER_ONLY wrappers | Thomas Huth | 1 | -81/+0 |
2015-01-12 | s390x/ccw: fix oddity in machine class init | Cornelia Huck | 1 | -1/+1 |
2015-01-10 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150109.0' i... | Peter Maydell | 1 | -11/+14 |
2015-01-10 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 10 | -60/+249 |
2015-01-10 | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int... | Peter Maydell | 20 | -155/+537 |
2015-01-10 | Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20150105' into ... | Peter Maydell | 2 | -2/+3 |
2015-01-09 | vl: Don't silently change topology when all -smp options were set | Eduardo Habkost | 1 | -1/+7 |