summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-15vfio: Do not reattempt a failed rom readBandan Das1-0/+6
2014-01-15vfio: warn if host device rom can't be readBandan Das1-0/+7
2014-01-15vfio: Destroy memory regionsAlex Williamson1-0/+4
2014-01-09Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into sta...Anthony Liguori2-2/+2
2013-12-23exynos4210: Use macro ARRAY_SIZE where possibleStefan Weil1-2/+1
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+2
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2-2/+2
2013-12-06vfio-pci: Release all MSI-X vectors when disabledAlex Williamson1-0/+12
2013-12-06vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson1-4/+20
2013-12-06vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson1-1/+29
2013-12-06vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson1-0/+67
2013-11-21vfio-pci: Fix multifunction=onAlex Williamson1-0/+7
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini1-5/+0
2013-11-05pcmcia: QOM'ify PCMCIACardState and MicroDriveStateAndreas Färber2-208/+0
2013-11-05pxa: Fix typo "dettach"Andreas Färber1-1/+1
2013-11-05arm11mpcore: Split off SCU deviceAndreas Färber2-0/+101
2013-11-05a9scu: Build only onceAndreas Färber1-1/+1
2013-11-05a9mpcore: Embed A9SCUStateAndreas Färber1-17/+1
2013-11-05a9scu: QOM cleanupsAndreas Färber1-6/+9
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori3-7/+19
2013-10-31integrator: fix Linux boot failure by emulating dbg regionAlex Bennée2-0/+100
2013-10-14pvpanic: add API to access io portMichael S. Tsirkin1-1/+12
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-10-14hw/vfio: set interrupts using pci irq wrappersMarcel Apfelbaum1-5/+6
2013-10-04vfio-pci: Fix endian issues in vfio_pci_size_rom()Alex Williamson1-2/+2
2013-10-04vfio-pci: Add dummy PCI ROM write accessorAlex Williamson1-0/+6
2013-10-03vfio: Fix debug output for int128 valuesAlexey Kardashevskiy1-2/+4
2013-10-02vfio-pci: Implement PCI hot resetAlex Williamson1-38/+300
2013-10-02vfio-pci: Cleanup error_reportsAlex Williamson1-12/+12
2013-10-02vfio-pci: Lazy PCI option ROM loadingAlex Williamson1-62/+122