summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-24block: add block-job-completePaolo Bonzini10-1/+99
2012-10-24block: rename block_job_complete to block_job_completedPaolo Bonzini4-6/+6
2012-10-24block: export dirty bitmap information in query-blockPaolo Bonzini2-1/+24
2012-10-24block: introduce new dirty bitmap functionalityPaolo Bonzini2-8/+48
2012-10-24block: add bdrv_open_backing_filePaolo Bonzini2-18/+39
2012-10-24block: add bdrv_query_statsPaolo Bonzini2-12/+7
2012-10-24block: add bdrv_query_infoPaolo Bonzini2-53/+54
2012-10-24qemu-config: Add new -add-fd command line optionCorey Bryant3-0/+152
2012-10-24monitor: Prevent removing fd from set during initCorey Bryant1-2/+3
2012-10-24monitor: Enable adding an inherited fd to an fd setCorey Bryant2-72/+88
2012-10-24monitor: Allow add-fd to any specified fd setCorey Bryant2-18/+38
2012-10-24block: bdrv_create(): don't leak cco.filename on errorLuiz Capitulino1-2/+4
2012-10-24qemu-img: document 'info --backing-chain'Kashyap Chamarthy2-3/+22
2012-10-24qemu-iotests: Add 043 backing file chain infinite loop testStefan Hajnoczi4-0/+172
2012-10-24qemu-img: Add --backing-chain option to info commandStefan Hajnoczi1-14/+153
2012-10-24qemu-iotests: add relative backing file tests for block-commit (040)Jeff Cody2-2/+104
2012-10-24block: in commit, determine base image from the top imageJeff Cody3-21/+13
2012-10-24block: make bdrv_find_backing_image compare canonical filenamesJeff Cody1-6/+54
2012-10-24qemu-img rebase: use empty string to rebase without backing fileAlex Bligh2-11/+22
2012-10-24qmp: fix __accept() in qmp.pyJeff Cody1-0/+1
2012-10-24qemu-iotests: Test qemu-img operation on zero size imageKevin Wolf3-0/+94
2012-10-24qemu-img: Fix division by zero for zero size imagesKevin Wolf1-8/+15
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity383-2240/+2240
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/urgent' into stagingAnthony Liguori2-34/+38
2012-10-22Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20121017.0' int...Anthony Liguori1-3/+8
2012-10-22usb-serial: only expose device in guest when the chardev is openGerd Hoffmann1-2/+17
2012-10-22usb-serial: don't magically zap chardev on umplugGerd Hoffmann1-1/+1
2012-10-22serial: add pci-serial documentationGerd Hoffmann2-0/+36
2012-10-22serial: add 2x + 4x pci variantGerd Hoffmann1-0/+149
2012-10-22serial: add windows inf file for the pci card to docsGerd Hoffmann1-0/+109
2012-10-22serial: add pci variantGerd Hoffmann6-0/+112
2012-10-22serial: split serial.cGerd Hoffmann26-180/+257
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2-0/+6
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori17-272/+319
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori21-471/+484
2012-10-22pci: honor PCI_COMMAND_MASTERAvi Kivity2-2/+12
2012-10-22pci: give each device its own address spaceAvi Kivity2-0/+15
2012-10-22memory: add address_space_destroy()Avi Kivity4-2/+39
2012-10-22dma: make dma access its own address spaceAvi Kivity3-23/+22
2012-10-22memory: per-AddressSpace dispatchAvi Kivity6-71/+194
2012-10-22s390: avoid reaching into memory core internalsAvi Kivity1-2/+1
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity9-23/+25
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity1-2/+6
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity3-24/+7
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity6-39/+27
2012-10-22fix CONFIG_QEMU_HELPERDIR generation againMichael Tokarev1-1/+1
2012-10-20target-sparc: fix FMOVr instructionAurelien Jarno1-1/+1
2012-10-20hw/pl031: Use LOG_GUEST_ERRORPeter Maydell1-6/+10
2012-10-20hw/pl022: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-3/+5
2012-10-20hw/pl011: Use LOG_UNIMP and LOG_GUEST_ERRORPeter Maydell1-4/+7