summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* qapi event: convert GUEST_PANICKEDWenchao Xia2014-06-231-11/+2
* macio: Fix timer endiannessAlexander Graf2014-06-161-1/+1
* macio ide: Do remainder access asynchronouslyAlexander Graf2014-06-161-0/+6
* vfio: Add guest side IOMMU supportDavid Gibson2014-05-301-5/+134
* vfio: Create VFIOAddressSpace objects as neededDavid Gibson2014-05-301-16/+41
* vfio: Introduce VFIO address spacesDavid Gibson2014-05-301-13/+38
* vfio: Rework to have error pathsAlexey Kardashevskiy2014-05-301-26/+32
* vfio: Fix 128 bit handlingAlexey Kardashevskiy2014-05-301-3/+6
* vfio-pci: Quirk RTL8168 NICAlex Williamson2014-05-301-0/+144
* lm32: remove lm32_sysMichael Walle2014-05-242-180/+0
* Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...Peter Maydell2014-05-157-18/+9
|\
| * savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela2014-05-147-18/+9
* | hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOPeter Maydell2014-05-131-0/+4
OpenPOWER on IntegriCloud