aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-21Makefile: pass include directives to dtc via CPPFLAGS, not CFLAGSPeter Maydell
2013-06-21qapi: lack of two commas in dictAmos Kong
2013-06-21sd: pass bool parameter for sd_initliguang
2013-06-21qemu-char: use bool in qemu_chr_open_socket and simplify code a bitliguang
2013-06-21vnc: use booleans for vnc_connect, vnc_listen_read and vnc_display_add_clientMichael Tokarev
2013-06-21block/nand: Formatting sweepPeter Crosthwaite
2013-06-21qxl: Fix QXLRam initialisation.Anthony PERARD
2013-06-21acl: acl_add can't insert before last list element, fixMarkus Armbruster
2013-06-21configure: Fix "ERROR: ERROR: " for missing/incompatible DTCAndreas Färber
2013-06-21audio: Replace static functions in header file by macros, remove GCC_ATTRStefan Weil
2013-06-21libcacard: Fix cppcheck warning and remove unneeded codeStefan Weil
2013-06-21savevm: Fix potential memory leakStefan Weil
2013-06-21kvm: Fix potential resource leak (missing fclose)Stefan Weil
2013-06-21qemu-img: Add missing GCC_FMT_ATTRStefan Weil
2013-06-21qemu-options: trivial fix for -mon args helpMichael Tokarev
2013-06-21vl: reformat SDL ifdeffery a bitMichael Tokarev
2013-06-20Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-06-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori
2013-06-20memory: render_memory_region: factor out fr constant settersPeter Crosthwaite
2013-06-20memory: as_update_topology_pass: Improve commentsPeter Crosthwaite
2013-06-20memory: Fix comment typoPeter Crosthwaite
2013-06-20memory: give name to every AddressSpaceAlexey Kardashevskiy
2013-06-20dma: eliminate DMAContextPaolo Bonzini
2013-06-20spapr_vio: take care of creating our own AddressSpace/DMAContextPaolo Bonzini
2013-06-20pci: use memory core for iommu supportAvi Kivity
2013-06-20dma: eliminate old-style IOMMU supportPaolo Bonzini
2013-06-20spapr: use memory core for iommu supportPaolo Bonzini
2013-06-20spapr: make IOMMU translation go through IOMMUTLBEntryPaolo Bonzini
2013-06-20spapr: convert TCE API to use an opaque typePaolo Bonzini
2013-06-20vfio: abort if an emulated iommu is usedAvi Kivity
2013-06-20memory: Add iommu map/unmap notifiersDavid Gibson
2013-06-20memory: iommu supportAvi Kivity
2013-06-20memory: make section size a 128-bit integerPaolo Bonzini
2013-06-20exec: reorganize mem_add to match Int128 versionPaolo Bonzini
2013-06-20Revert "s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62"Paolo Bonzini
2013-06-20Revert "memory: limit sections in the radix tree to the actual address space ...Paolo Bonzini
2013-06-20exec: return MemoryRegion from address_space_translatePaolo Bonzini
2013-06-20exec: Implement subpage_read/write via address_space_rwJan Kiszka
2013-06-20exec: Resolve subpages in one step except for IOTLB fillsJan Kiszka
2013-06-20exec: Allow unaligned address_space_rwJan Kiszka
2013-06-20memory: move private types to exec.cPaolo Bonzini
2013-06-20memory: Introduce address_space_lookup_regionJan Kiszka
2013-06-20exec.c: address_space_translate: handle access to addr 0 of 2^64 sized regionPeter Maydell
2013-06-19doc: Drop ref to Bochs from -no-fd-bootchk documentationMarkus Armbruster
2013-06-19pc: Make -no-fd-bootchk stick across boot order changesMarkus Armbruster
2013-06-19vl: Rename *boot_devices to *boot_order, for consistencyMarkus Armbruster
2013-06-19vl: Fix -boot order and once regressions, and related bugsMarkus Armbruster
2013-06-19qemu-option: check_params() is now unused, drop itMarkus Armbruster
2013-06-19vl: Clean up parsing of -boot option argumentMarkus Armbruster
2013-06-19make user networking hostfwd work with restrict=yGertjan Halkes