aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-09exec: move memory access declarations to a common header, inline *_phys funct...Paolo Bonzini
2018-05-09memdev: remove "id" propertyPaolo Bonzini
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-05-09checkpatch.pl: add common glib defines to typelistPeter Xu
2018-05-09cpus: tcg: fix never exiting loop on unplugCédric Le Goater
2018-05-09cpus: Fix event order on resume of stopped guestMarkus Armbruster
2018-05-09configure: recognize more rpmbuild macrosOlaf Hering
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz
2018-05-07scripts/device-crash-test: Removed fixed CAN entriesThomas Huth
2018-05-07vl: allow 'maxmem' without 'slot'David Hildenbrand
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand
2018-05-07qxl: fix local renderer crashGerd Hoffmann
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark
2018-05-06RISC-V: No traps on writes to misa,minstret,mcycleMichael Clark
2018-05-06RISC-V: Make mtvec/stvec ignore vectored trapsMichael Clark
2018-05-06RISC-V: Add mcycle/minstret support for -icount autoMichael Clark
2018-05-06RISC-V: Use [ms]counteren CSRs when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Allow S-mode mxr access when priv ISA >= v1.10Michael Clark
2018-05-06RISC-V: Clear mtval/stval on exceptions without infoMichael Clark
2018-05-06RISC-V: Hardwire satp to 0 for no-mmu caseMichael Clark
2018-05-06RISC-V: Update E and I extension orderMichael Clark
2018-05-06RISC-V: Remove erroneous comment from translate.cMichael Clark
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark
2018-05-06RISC-V: Make virt header comment title consistentMichael Clark
2018-05-06RISC-V: Make some header guards more specificMichael Clark
2018-05-06RISC-V: Fix missing break statement in disassemblerMichael Clark
2018-05-06RISC-V: Include instruction hex in disassemblyMichael Clark
2018-05-06RISC-V: Remove unused class definitionsMichael Clark
2018-05-06RISC-V: Remove identity_translate from load_elfMichael Clark
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark
2018-05-06RISC-V: Make virt board description match spikeMichael Clark
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark
2018-05-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180504-...Peter Maydell
2018-05-04hw/arm/virt: Introduce the iommu optionEric Auger