summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2015-03-19omap: Fix warnings from SparseStefan Weil4-4/+8
2015-03-11stm32f2xx_SYSCFG: Add the stm32f2xx SYSCFGAlistair Francis2-0/+161
2015-03-10milkymist-pfpu: fix GCC 5.0.0 aggressive-loop-optimizations warningRadim Krčmář1-1/+1
2015-03-10macio: fix possible memory leakGonglei1-1/+2
2015-03-09cuda.c: include adb_poll_timer in VMStateDescriptionMark Cave-Ayland1-2/+3
2015-03-09macio.c: include parent PCIDevice state in VMStateDescriptionMark Cave-Ayland1-0/+24
2015-03-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2-7/+4
2015-03-01pc: export applesmc IO port/lenIgor Mammedov1-3/+2
2015-02-27Give ivshmem its own config optionDavid Gibson1-3/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-4/+2
2015-01-26hw: misc, add educational driverJiri Slaby2-0/+409
2015-01-26vmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR*Paolo Bonzini1-1/+1
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