summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-05-10Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-minor-fixes-...Peter Maydell1-4/+8
2018-05-09riscv: htif: increase the priority of the htif subregionKONRAD Frederic1-2/+3
2018-05-09riscv: spike: allow base == 0KONRAD Frederic1-2/+5
2018-05-08Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell8-306/+429
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180507-pull-request' ...Peter Maydell1-1/+2
2018-05-08Merge remote-tracking branch 'remotes/riscv/tags/riscv-qemu-2.13-pull-2018050...Peter Maydell6-224/+125
2018-05-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180507-pull-request' ...Peter Maydell2-7/+15
2018-05-08ppc: e500: use g_strdup_printf() instead of snprintf()Greg Kurz1-16/+23
2018-05-07spapr: rename "hotplug memory" terminology to "device memory"David Hildenbrand1-13/+13
2018-05-07pc: rename "hotplug memory" terminology to "device memory"David Hildenbrand2-14/+13
2018-05-07machine: rename MemoryHotplugState to DeviceMemoryStateDavid Hildenbrand2-6/+5
2018-05-07pc-dimm: move actual plug/unplug of a memory region to MemoryDeviceDavid Hildenbrand2-3/+20
2018-05-07pc-dimm: factor out capacity and slot checks into MemoryDeviceDavid Hildenbrand2-60/+51
2018-05-07pc-dimm: factor out address search into MemoryDevice codeDavid Hildenbrand2-107/+88
2018-05-07pc-dimm: pass in the machine and to the MemoryHotplugStateDavid Hildenbrand3-9/+9
2018-05-07pc-dimm: no need to pass the memory regionDavid Hildenbrand3-20/+14
2018-05-07machine: make MemoryHotplugState accessible via the machineDavid Hildenbrand5-37/+47
2018-05-07pc-dimm: factor out MemoryDevice interfaceDavid Hildenbrand6-58/+190
2018-05-07qxl: fix local renderer crashGerd Hoffmann1-1/+2
2018-05-07usb-host: skip open on pending postload bhGerd Hoffmann1-0/+7
2018-05-07usb-mtp: Unconditionally check for the readonly bitBandan Das1-4/+5
2018-05-07usb-mtp: Add some NULL checks for issues pointed out by coverityBandan Das1-3/+3
2018-05-06RISC-V: Mark ROM read-only after copying in codeMichael Clark4-82/+101
2018-05-06RISC-V: Remove EM_RISCV ELF_MACHINE indirectionMichael Clark4-4/+4
2018-05-06RISC-V: Remove unused class definitionsMichael Clark5-101/+0
2018-05-06RISC-V: Remove identity_translate from load_elfMichael Clark4-24/+4
2018-05-06RISC-V: Use ROM base address and size from memmapMichael Clark1-2/+2
2018-05-06RISC-V: Make virt board description match spikeMichael Clark1-1/+1
2018-05-06RISC-V: Replace hardcoded constants with enum valuesMichael Clark4-12/+15
2018-05-04hw/arm/virt: Introduce the iommu optionEric Auger1-0/+36
2018-05-04hw/arm/virt-acpi-build: Add smmuv3 node in IORT tablePrem Mallappa1-7/+48
2018-05-04hw/arm/virt: Add SMMUv3 to the virt boardPrem Mallappa1-1/+63
2018-05-04hw/arm/smmuv3: Abort on vfio or vhost caseEric Auger1-0/+11
2018-05-04hw/arm/smmuv3: Implement translate callbackEric Auger3-0/+527
2018-05-04hw/arm/smmuv3: Event queue recording helperEric Auger3-6/+247
2018-05-04hw/arm/smmuv3: Implement MMIO write operationsEric Auger3-10/+174
2018-05-04hw/arm/smmuv3: Queue helpersEric Auger3-0/+304
2018-05-04hw/arm/smmuv3: Wired IRQ and GERROR helpersEric Auger3-0/+81
2018-05-04hw/arm/smmuv3: SkeletonPrem Mallappa4-1/+512
2018-05-04hw/arm/smmu-common: VMSAv8-64 page table walkEric Auger3-1/+329
2018-05-04hw/arm/smmu-common: IOMMU memory region and address space setupEric Auger2-0/+72
2018-05-04hw/arm/smmu-common: smmu base device and datatypesEric Auger2-0/+82
2018-05-04hw/arm: Don't fail qtest due to missing SD card in -nodefaults modeThomas Huth3-16/+15
2018-05-04arm: boot: set boot_info starting from first_cpuIgor Mammedov1-1/+1
2018-05-04hw/net/smc91c111: Convert away from old_mmioPeter Maydell1-29/+25
2018-05-04hw/usb/tusb6010: Convert away from old_mmioPeter Maydell1-4/+36
2018-05-04hw/char/cmsdk-apb-uart.c: Accept more input after character readPatrick Oppenlander1-0/+1
2018-05-04hw/arm/virt: Add linux,pci-domain propertyJan Kiszka1-0/+1
2018-05-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-05-04' into ...Peter Maydell3-9/+9
2018-05-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180504' into stagingPeter Maydell5-40/+128