aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-10Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell20-155/+537
2015-01-10Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20150105' into ...Peter Maydell2-2/+3
2015-01-09Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.3' into ...Peter Maydell1-1/+1
2015-01-09Merge remote-tracking branch 'remotes/amit/tags/for-2.3' into stagingPeter Maydell2-29/+18
2015-01-09Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell29-224/+253
2015-01-09vfio-pci: Fix interrupt disablingAlex Williamson1-9/+12
2015-01-09vfio-pci: Fix BAR size overflowAlex Williamson1-2/+2
2015-01-09Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20141229' into s...Peter Maydell2-8/+17
2015-01-08hw/ppc/mac_newworld: simplify usb controller creation logicMarcel Apfelbaum1-2/+2
2015-01-08hw/ppc/spapr: simplify usb controller creation logicMarcel Apfelbaum1-1/+2
2015-01-08hw/ppc/mac_newworld: QOMified mac99 machinesMarcel Apfelbaum1-10/+19
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum12-18/+17
2015-01-08hw/machine: added machine_usb wrapperMarcel Apfelbaum2-0/+7
2015-01-08hw/ppc: modified the condition for usb controllers to be created for some ppc...Marcel Apfelbaum4-3/+10
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin4-12/+32
2015-01-08memory: API to allocate resizeable RAM MRMichael S. Tsirkin2-0/+41
2015-01-08arch_init: support resizing on incoming migrationMichael S. Tsirkin1-5/+8
2015-01-08exec: qemu_ram_alloc_resizeable, qemu_ram_resizeMichael S. Tsirkin3-7/+91
2015-01-08exec: split length -> used_length/max_lengthMichael S. Tsirkin3-34/+40
2015-01-08exec: cpu_physical_memory_set/clear_dirty_rangeMichael S. Tsirkin2-4/+13