summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* ppc: Clean up includesPeter Maydell2019-11-293-0/+3
* lm32: Clean up includesPeter Maydell2019-11-292-0/+2
* fpu: Replace uint32 typedef with uint32_tPeter Maydell2019-11-292-2/+2
* misc: zynq-xadc: Fix off-by-onePeter Crosthwaite2019-11-291-1/+1
* ssi: Move ssi.h into a separate directoryAlistair Francis2019-11-291-1/+1
* i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS2019-11-291-103/+85
* hw/misc/edu: Convert to realize()Cao jin2019-11-291-4/+2
* ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa2019-11-291-2/+7
* hw/misc: Hyper-V test device 'hyperv-testdev'Andrey Smetanin2019-11-292-0/+168
* i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2019-11-292-0/+342
* i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois2019-11-293-209/+415
* i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois2019-11-291-4/+4
* i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois2019-11-291-1/+1
* mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau2015-11-301-1/+1
* ivshmem: Rename property memdev to x-memdev for 2.5Markus Armbruster2015-11-251-5/+3
* ivshmem: Mark questionable socket type test FIXMEMarkus Armbruster2015-11-251-0/+1
* hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck2015-11-122-0/+303
* cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland2015-11-121-11/+33
* cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland2015-11-121-9/+24
* cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland2015-11-121-9/+9
* cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland2015-11-121-5/+6
* cuda.c: add defines for CUDA registersMark Cave-Ayland2015-11-121-34/+53
* cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland2015-11-121-1/+3
* cuda.c: implement dummy IIC access commandsMark Cave-Ayland2015-11-121-0/+18
* cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland2015-11-121-0/+3
* cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland2015-11-121-19/+5
* cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland2015-11-121-2/+4
* i.MX: Standardize i.MX CCM debugJean-Christophe Dubois2015-10-271-12/+22
* ivshmem: use little-endian int64_t for the protocolMarc-André Lureau2015-10-261-14/+24
* ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau2015-10-261-6/+174
* ivshmem: rename MSI eventfd_tableMarc-André Lureau2015-10-261-9/+9
* ivshmem: remove EventfdEntry.vectorMarc-André Lureau2015-10-261-4/+4
* ivshmem: add hostmem backendMarc-André Lureau2015-10-261-18/+66
* ivshmem: use qemu_strtosz()Marc-André Lureau2015-10-261-31/+5
* ivshmem: do not keep shm_fd openMarc-André Lureau2015-10-261-11/+5
* ivshmem: add check on protocol version in QEMUDavid Marchand2015-10-241-2/+29
* ivshmem: reset mask on device resetMarc-André Lureau2015-10-241-0/+1
* ivshmem: error on too many eventfd receivedMarc-André Lureau2015-10-241-0/+7
* ivshmem: replace 'guest' for 'peer' appropriatelyMarc-André Lureau2015-10-241-14/+14
* ivshmem: fix pci_ivshmem_exit()Marc-André Lureau2015-10-241-3/+35
* ivshmem: add device descriptionMarc-André Lureau2015-10-241-0/+1
* ivshmem: check shm isn't already initializedMarc-André Lureau2015-10-241-0/+6
* ivshmem: shmfd can be 0Marc-André Lureau2015-10-241-3/+3
* ivshmem: migrate with VMStateDescriptionMarc-André Lureau2015-10-241-53/+89
* ivshmem: use common is_power_of_2()Marc-André Lureau2015-10-241-5/+1
* ivshmem: use common returnMarc-André Lureau2015-10-241-2/+1
* ivshmem: simplify a bit the codeMarc-André Lureau2015-10-241-14/+14
* ivshmem: print error on invalid peer idMarc-André Lureau2015-10-241-0/+1
* ivshmem: improve error handlingMarc-André Lureau2015-10-241-3/+7
* ivshmem: improve debug messagesMarc-André Lureau2015-10-241-3/+7
OpenPOWER on IntegriCloud