summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini2-3/+3
2014-07-15sPAPR/IOMMU: Fix TCE entry permissionGavin Shan1-1/+1
2014-06-30hw: Fix qemu_allocate_irqs() leaksAndreas Färber1-3/+3
2014-06-30vfio: use correct runstatePaolo Bonzini1-1/+1
2014-06-30vfio: Make BARs native endianAlexey Kardashevskiy1-10/+31
2014-06-30vfio-pci: Fix MSI-X masking performanceAlex Williamson1-102/+131
2014-06-30vfio-pci: Fix MSI/X debug codeAlex Williamson1-2/+2
2014-06-27vfio: Enable for SPAPRAlexey Kardashevskiy1-0/+36
2014-06-27vfio: Add vfio_container_ioctl()Alexey Kardashevskiy1-0/+42
2014-06-23qapi event: convert GUEST_PANICKEDWenchao Xia1-11/+2
2014-06-16macio: Fix timer endiannessAlexander Graf1-1/+1
2014-06-16macio ide: Do remainder access asynchronouslyAlexander Graf1-0/+6
2014-05-30vfio: Add guest side IOMMU supportDavid Gibson1-5/+134
2014-05-30vfio: Create VFIOAddressSpace objects as neededDavid Gibson1-16/+41
2014-05-30vfio: Introduce VFIO address spacesDavid Gibson1-13/+38
2014-05-30vfio: Rework to have error pathsAlexey Kardashevskiy1-26/+32
2014-05-30vfio: Fix 128 bit handlingAlexey Kardashevskiy1-3/+6
2014-05-30vfio-pci: Quirk RTL8168 NICAlex Williamson1-0/+144
2014-05-24lm32: remove lm32_sysMichael Walle2-180/+0
2014-05-15Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell7-18/+9
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela7-18/+9
2014-05-13hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOPeter Maydell1-0/+4
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela6-14/+9
2014-05-05qom: Clean up fragile use of error_is_set() in set() methodsMarkus Armbruster1-2/+4
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+2
2014-04-17misc: zynq_slcr: Make DB_PRINTs always compilePeter Crosthwaite1-6/+8
2014-04-17misc: zynq_slcr: Convert SBD::init to object initPeter Crosthwaite1-8/+5
2014-04-17misc: zynq-slcr: RewritePeter Crosthwaite1-378/+294
2014-03-31tmp105: Read temperature in milli-celsiusPaolo Bonzini1-3/+5
2014-03-25vfio: Cosmetic error reporting fixesAlex Williamson1-14/+14
2014-03-25vfio: Correction in vfio_rom_read when attempting rom loadingBandan Das1-4/+1
2014-03-12misc/max111x: QOM casting sweepPeter Crosthwaite1-5/+9
2014-03-12misc/max111x: Create abstract max111x typePeter Crosthwaite1-8/+25
2014-03-12ssi: Convert legacy SSI_SLAVE -> DEVICE castsPeter Crosthwaite1-4/+5
2014-02-27Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014022...Peter Maydell1-3/+76
2014-02-26vfio: blacklist loading of unstable romsBandan Das1-0/+73
2014-02-26vfio: Fix overrun after readlink() fills buffer completelyMarkus Armbruster1-3/+3
2014-02-26hw/misc/arm_sysctl: Fix bad boundary check on mb clock accessesPeter Maydell1-2/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini3-4/+4
2014-02-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'...Peter Maydell1-0/+5
2014-02-08arm/zynq: Add software system reset via SCLRSebastian Huber1-0/+5
2014-02-04lm32_sys: dump cpu state if test case failsMichael Walle1-0/+3
2014-02-04lm32_sys: print test result on stderrMichael Walle1-1/+1
2014-02-04lm32_sys: increase test case name length limitMichael Walle1-2/+3
2014-02-01Merge remote-tracking branch 'remotes/awilliam/tags/vfio-pci-for-qemu-2014012...Peter Maydell1-11/+67
2014-01-28vfio: correct debug macro typoBandan Das1-1/+1
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo1-1/+0
2014-01-17vfio: fix mapping of MSIX barAlexey Kardashevskiy1-3/+3
2014-01-16vfio-pci: Fail initfn on DMA mapping errorsAlex Williamson1-6/+38
2014-01-16vfio: Filter out bogus mappingsAlex Williamson1-1/+8