summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2014-12-19vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfioKim Phillips2-4480/+0
2014-12-19vfio: fix adding memory listener to the right address spaceFrank Blaschka1-1/+1
2014-12-19vfio: migration to trace pointsEric Auger1-197/+206
2014-12-15vfio: use kvm_resamplefds_enabled()Eric Auger1-3/+2
2014-10-31ivshmem: use error_reportAndrew Jones1-27/+25
2014-10-31ivshmem: Fix fd leak on errorAndreas Färber1-0/+1
2014-10-31ivshmem: Fix potential OOB r/w accessSebastian Krahmer1-4/+23
2014-10-31ivshmem: validate incoming_posn value from serverStefan Hajnoczi1-0/+8
2014-10-31ivshmem: Check ivshmem_read() size argumentStefan Hajnoczi1-2/+28
2014-10-31Add skip_dump flag to ignore memory region during dumpNikunj A Dadhania1-0/+1
2014-10-24omap_gpmc.c: Remove duplicate assignmentDr. David Alan Gilbert1-2/+0
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-1/+0
2014-10-15vfio: remove bootindex property from qdev to qomGonglei1-1/+11
2014-09-22vfio: make rom read endian sensitiveNikunj A Dadhania1-3/+24
2014-09-22Revert "vfio: Make BARs native endian"Alexey Kardashevskiy1-31/+10
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf2-3/+30
2014-09-08PPC: mac99: Fix core99 timer frequencyAlexander Graf1-2/+7
2014-08-25vfio: Enable NVIDIA 88000 region quirk regardless of VGAAlex Williamson1-2/+6
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-15/+3
2014-08-18memory: remove memory_region_destroyPaolo Bonzini3-12/+0
2014-08-18memory: convert memory_region_destroy to object_unparentPaolo Bonzini2-3/+3
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell1-1/+5
2014-08-15ivshmem: check the value returned by fstat()zhanghailiang1-1/+5
2014-08-14ivshmem: fix building when debug mode is enabledLevente Kurusa1-2/+2
2014-08-05vfio: Don't cache MSIMessageAlex Williamson1-6/+2
2014-08-05vfio: Fix MSI-X vector expansionAlex Williamson1-9/+29
2014-07-22hw/misc/imx_ccm.c: Add missing VMState list terminatorPeter Maydell1-0/+1
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