summaryrefslogtreecommitdiffstats
path: root/hw/misc/edu.c
Commit message (Expand)AuthorAgeFilesLines
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-8/+8
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+2
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster2020-05-151-2/+1Star
* qom/object: Use common get/set uint helpersFelipe Franciosi2020-03-161-10/+3Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* edu: uses uint64_t in dma operationLi Qiang2019-06-031-8/+9
* edu: mmio: allow 64-bit access in read dispatchLi Qiang2019-06-031-1/+5
* edu: mmio: allow 64-bit accessLi Qiang2019-06-031-0/+9
* hw: edu: set category of the edu devicekumar sourav2019-01-301-0/+2
* hw/misc/edu: add msi_uninit() for pci_edu_uninit()Fei Li2019-01-181-0/+1
* hw: edu: drop DO_UPCASTLi Qiang2018-10-191-2/+2
* hw: edu: replace device name with macroLi Qiang2018-10-021-2/+3
* hw/misc: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé2018-07-021-1/+2
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+5
* edu: fix memory leak on msi_broken platformsPaolo Bonzini2017-06-071-6/+6
* hw/misc/edu: support MSI interruptPeter Xu2016-10-041-2/+16
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2016-02-081-2/+2
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2016-02-081-1/+1
* qom: Use typedef for VisitorEric Blake2016-02-081-2/+2
* hw/misc: Clean up includesPeter Maydell2016-01-291-0/+1
* hw/misc/edu: Convert to realize()Cao jin2016-01-111-4/+2Star
* misc: Fix new collection of typosStefan Weil2015-04-301-1/+1
* hw: misc, add educational driverJiri Slaby2015-01-261-0/+408