summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* memory: Drop MemoryRegion.ram_addrFam Zheng2019-11-291-3/+6
* bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2019-11-292-22/+22
* dbdma: warn when using unassigned channelHervé Poussineau2019-11-291-2/+23
* cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau2019-11-291-23/+0
* cuda: remove GET_6805_ADDR commandHervé Poussineau2019-11-291-3/+0
* cuda: port SET_TIME command to new frameworkHervé Poussineau2019-11-291-6/+18
* cuda: port GET_TIME command to new frameworkHervé Poussineau2019-11-291-8/+21
* cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau2019-11-291-3/+16
* cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau2019-11-291-1/+16
* cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port POWERDOWN command to new frameworkHervé Poussineau2019-11-291-4/+13
* cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau2019-11-291-2/+16
* cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau2019-11-291-6/+30
* cuda: port AUTOPOLL command to new frameworkHervé Poussineau2019-11-291-15/+25
* cuda: move unknown commands reject out of switchHervé Poussineau2019-11-291-14/+16
* cuda: add a framework to handle commandsHervé Poussineau2019-11-291-0/+34
* all: Clean up includesPeter Maydell2019-11-292-0/+2
* bcm2835_property: implement "get board revision" queryStephen Warren2019-11-291-2/+2
* qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2019-11-292-6/+6
* qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2019-11-292-3/+3
* qom: Use typedef for VisitorEric Blake2019-11-291-2/+2
* bcm2835_property: add bcm2835 property channelAndrew Baumann2019-11-292-0/+288
* bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2019-11-292-0/+334
* ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau2019-11-291-37/+18
* ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau2019-11-291-11/+12
* ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau2019-11-291-3/+0
* ivshmem: no need for opaque argumentMarc-André Lureau2019-11-291-2/+2
* cuda.c: return error for unknown commandsAlyssa Milburn2019-11-291-0/+5
* cuda: add missing fields to VMStateDescriptionMark Cave-Ayland2019-11-291-2/+5
* mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland2019-11-291-4/+36
* hw/misc: Clean up includesPeter Maydell2019-11-2922-2/+22
* pci: Clean up includesPeter Maydell2019-11-291-1/+1
* arm: Clean up includesPeter Maydell2019-11-297-0/+7
* x86: Clean up includesPeter Maydell2019-11-293-1/+3
* unicore: Clean up includesPeter Maydell2019-11-291-0/+1
* 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
OpenPOWER on IntegriCloud