aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-21block/nand: Formatting sweepPeter Crosthwaite1-15/+18
2013-06-21qxl: Fix QXLRam initialisation.Anthony PERARD1-0/+1
2013-06-21acl: acl_add can't insert before last list element, fixMarkus Armbruster1-2/+2
2013-06-21configure: Fix "ERROR: ERROR: " for missing/incompatible DTCAndreas Färber1-1/+1
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil2-31/+3
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil1-16/+6
2013-06-21savevm: Fix potential memory leakStefan Weil1-1/+2
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil1-0/+1
2013-06-21qemu-img: Add missing GCC_FMT_ATTRStefan Weil1-1/+1
2013-06-21qemu-options: trivial fix for -mon args helpMichael Tokarev1-2/+2
2013-06-21vl: reformat SDL ifdeffery a bitMichael Tokarev1-2/+1
2013-06-20Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori47-773/+697
2013-06-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori2-16/+22
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite1-8/+5
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite1-2/+2
2013-06-20memory: Fix comment typoPeter Crosthwaite1-1/+1
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy6-14/+15
2013-06-20dma: eliminate DMAContextPaolo Bonzini23-148/+117
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini4-23/+13
2013-06-20pci: use memory core for iommu supportAvi Kivity5-28/+28
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini5-239/+26
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini2-21/+28
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini1-25/+35
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini6-48/+42
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity1-0/+2
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson2-0/+50
2013-06-20memory: iommu supportAvi Kivity3-6/+111
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini15-52/+85
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini1-23/+16
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini1-4/+1
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini2-15/+1
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini3-84/+84
2013-06-20exec: Implement subpage_read/write via address_space_rwJan Kiszka1-78/+47
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka3-15/+42
2013-06-20exec: Allow unaligned address_space_rwJan Kiszka1-6/+6
2013-06-20memory: move private types to exec.cPaolo Bonzini2-15/+16
2013-06-20memory: Introduce address_space_lookup_regionJan Kiszka1-1/+7
2013-06-20exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell1-1/+1
2013-06-19doc: Drop ref to Bochs from -no-fd-bootchk documentationMarkus Armbruster1-2/+1
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster1-4/+3
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster2-10/+10
2013-06-19vl: Fix -boot order and once regressions, and related bugsMarkus Armbruster1-29/+30
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster2-32/+0
2013-06-19vl: Clean up parsing of -boot option argumentMarkus Armbruster1-62/+22
2013-06-19make user networking hostfwd work with restrict=yGertjan Halkes1-10/+16
2013-06-19fix -net user checks by reordering checksBas van Sisseren1-6/+6
2013-06-18wdt_i6300esb: fix vmstate versioningMichael Roth1-3/+16
2013-06-18Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori4-79/+77
2013-06-18Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori2-10/+14
2013-06-18virtio-rng: Fix crash with non-default backendCole Robinson3-3/+3