aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2016-02-02ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau
2016-02-02ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau
2016-02-02ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau
2016-02-02ivshmem: no need for opaque argumentMarc-André Lureau
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn
2016-01-30cuda: add missing fields to VMStateDescriptionMark Cave-Ayland
2016-01-30mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland
2016-01-29hw/misc: Clean up includesPeter Maydell
2016-01-29pci: Clean up includesPeter Maydell
2016-01-29arm: Clean up includesPeter Maydell
2016-01-29x86: Clean up includesPeter Maydell
2016-01-29unicore: Clean up includesPeter Maydell
2016-01-29ppc: Clean up includesPeter Maydell
2016-01-29lm32: Clean up includesPeter Maydell
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell
2016-01-21misc: zynq-xadc: Fix off-by-onePeter Crosthwaite
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell
2016-01-11hw/misc/edu: Convert to realize()Cao jin
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa
2015-12-17hw/misc: Hyper-V test device 'hyperv-testdev'Andrey Smetanin
2015-12-17i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois
2015-12-17i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois
2015-11-30mac_dbdma: always initialize channel field in DBDMA_channelHervé Poussineau
2015-11-25ivshmem: Rename property memdev to x-memdev for 2.5Markus Armbruster
2015-11-25ivshmem: Mark questionable socket type test FIXMEMarkus Armbruster
2015-11-12hw/misc: Add support for ADC controller in Xilinx Zynq 7000Guenter Roeck
2015-11-12cuda.c: add delay to setting of SR_INT bitMark Cave-Ayland
2015-11-12cuda.c: fix T2 timer and enable its interruptMark Cave-Ayland
2015-11-12cuda.c: rename get_counter() state variable from s to ti for consistencyMark Cave-Ayland
2015-11-12cuda.c: refactor get_tb() so that the time can be passed inMark Cave-Ayland
2015-11-12cuda.c: add defines for CUDA registersMark Cave-Ayland
2015-11-12cuda.c: fix CUDA SR interrupt clearingMark Cave-Ayland
2015-11-12cuda.c: implement dummy IIC access commandsMark Cave-Ayland
2015-11-12cuda.c: implement simple CUDA_GET_6805_ADDR commandMark Cave-Ayland
2015-11-12cuda.c: fix CUDA_PACKET response packet formatMark Cave-Ayland
2015-11-12cuda.c: fix CUDA ADB error packet formatMark Cave-Ayland
2015-10-27i.MX: Standardize i.MX CCM debugJean-Christophe Dubois
2015-10-26ivshmem: use little-endian int64_t for the protocolMarc-André Lureau
2015-10-26ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau
2015-10-26ivshmem: rename MSI eventfd_tableMarc-André Lureau
2015-10-26ivshmem: remove EventfdEntry.vectorMarc-André Lureau
2015-10-26ivshmem: add hostmem backendMarc-André Lureau
2015-10-26ivshmem: use qemu_strtosz()Marc-André Lureau
2015-10-26ivshmem: do not keep shm_fd openMarc-André Lureau
2015-10-24ivshmem: add check on protocol version in QEMUDavid Marchand
2015-10-24ivshmem: reset mask on device resetMarc-André Lureau