summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* macio: Convert to realize()Markus Armbruster2015-06-031-33/+38
* misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
* sun4m: fix slavio sysctrl and led register sizesMark Cave-Ayland2015-04-271-2/+3
* omap: Fix warnings from SparseStefan Weil2015-03-194-4/+8
* stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2015-03-112-0/+161
* milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warningRadim Krčmář2015-03-101-1/+1
* macio: fix possible memory leakGonglei2015-03-101-1/+2
* cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland2015-03-091-2/+3
* macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland2015-03-091-0/+24
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-03-092-7/+4
|\
| * pc: export applesmc IO port/lenIgor Mammedov2015-03-011-3/+2
| * pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
* | Give ivshmem its own config optionDavid Gibson2015-02-271-3/+1
|/
* hw: misc, add educational driverJiri Slaby2015-01-262-0/+409
* vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini2015-01-261-1/+1
* vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2014-12-192-4480/+0
* vfio: fix adding memory listener to the right address spaceFrank Blaschka2014-12-191-1/+1
* vfio: migration to trace pointsEric Auger2014-12-191-197/+206
* vfio: use kvm_resamplefds_enabled()Eric Auger2014-12-151-3/+2
* ivshmem: use error_reportAndrew Jones2014-10-311-27/+25
* ivshmem: Fix fd leak on errorAndreas Färber2014-10-311-0/+1
* ivshmem: Fix potential OOB r/w accessSebastian Krahmer2014-10-311-4/+23
* ivshmem: validate incoming_posn value from serverStefan Hajnoczi2014-10-311-0/+8
* ivshmem: Check ivshmem_read() size argumentStefan Hajnoczi2014-10-311-2/+28
* Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania2014-10-311-0/+1
* omap_gpmc.c: Remove duplicate assignmentDr. David Alan Gilbert2014-10-241-2/+0
* bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-1/+0
* vfio: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* vfio: make rom read endian sensitiveNikunj A Dadhania2014-09-221-3/+24
* Revert "vfio: Make BARs native endian"Alexey Kardashevskiy2014-09-221-31/+10
* PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2014-09-082-3/+30
* PPC: mac99: Fix core99 timer frequencyAlexander Graf2014-09-081-2/+7
* vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson2014-08-251-2/+6
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-194-15/+3
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-183-12/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-182-3/+3
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell2014-08-151-1/+5
|\ \
| * | ivshmem: check the value returned by fstat()zhanghailiang2014-08-151-1/+5
* | | ivshmem: fix building when debug mode is enabledLevente Kurusa2014-08-141-2/+2
|/ /
* | vfio: Don't cache MSIMessageAlex Williamson2014-08-051-6/+2
* | vfio: Fix MSI-X vector expansionAlex Williamson2014-08-051-9/+29
* | hw/misc/imx_ccm.c: Add missing VMState list terminatorPeter Maydell2014-07-221-0/+1
|/
* sPAPR/IOMMU: Fix TCE entry permissionGavin Shan2014-07-151-1/+1
* hw: Fix qemu_allocate_irqs() leaksAndreas Färber2014-06-301-3/+3
* vfio: use correct runstatePaolo Bonzini2014-06-301-1/+1
* vfio: Make BARs native endianAlexey Kardashevskiy2014-06-301-10/+31
* vfio-pci: Fix MSI-X masking performanceAlex Williamson2014-06-301-102/+131
* vfio-pci: Fix MSI/X debug codeAlex Williamson2014-06-301-2/+2
* vfio: Enable for SPAPRAlexey Kardashevskiy2014-06-271-0/+36
* vfio: Add vfio_container_ioctl()Alexey Kardashevskiy2014-06-271-0/+42
OpenPOWER on IntegriCloud