summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2016-03-16i.MX: Rename CCM NOCLK to CLK_NONE for naming consistency.Jean-Christophe Dubois2-2/+2
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng1-3/+6
2016-03-04bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2-22/+22
2016-02-28dbdma: warn when using unassigned channelHervé Poussineau1-2/+23
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau1-23/+0
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau1-3/+0
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau1-6/+18
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau1-8/+21
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau1-3/+16
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau1-1/+16
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau1-4/+13
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau1-4/+13
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau1-2/+16
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau1-6/+30
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau1-15/+25
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau1-14/+16
2016-02-17cuda: add a framework to handle commandsHervé Poussineau1-0/+34
2016-02-16all: Clean up includesPeter Maydell2-0/+2
2016-02-11bcm2835_property: implement "get board revision" queryStephen Warren1-2/+2
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake2-6/+6
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake2-3/+3
2016-02-08qom: Use typedef for VisitorEric Blake1-2/+2
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann2-0/+288
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann2-0/+334
2016-02-02ivshmem: use a single eventfd callback, get rid of CharDriverMarc-André Lureau1-37/+18
2016-02-02ivshmem: generalize ivshmem_setup_interruptsMarc-André Lureau1-11/+12
2016-02-02ivshmem: remove redundant assignment, fix crash with msi=offMarc-André Lureau1-3/+0
2016-02-02ivshmem: no need for opaque argumentMarc-André Lureau1-2/+2
2016-01-30cuda.c: return error for unknown commandsAlyssa Milburn1-0/+5
2016-01-30cuda: add missing fields to VMStateDescriptionMark Cave-Ayland1-2/+5
2016-01-30mac_dbdma: add DBDMA controller state to VMStateDescriptionMark Cave-Ayland1-4/+36
2016-01-29hw/misc: Clean up includesPeter Maydell22-2/+22
2016-01-29pci: Clean up includesPeter Maydell1-1/+1
2016-01-29arm: Clean up includesPeter Maydell7-0/+7
2016-01-29x86: Clean up includesPeter Maydell3-1/+3
2016-01-29unicore: Clean up includesPeter Maydell1-0/+1
2016-01-29ppc: Clean up includesPeter Maydell3-0/+3
2016-01-29lm32: Clean up includesPeter Maydell2-0/+2
2016-01-22fpu: Replace uint32 typedef with uint32_tPeter Maydell2-2/+2
2016-01-21misc: zynq-xadc: Fix off-by-onePeter Crosthwaite1-1/+1
2016-01-21ssi: Move ssi.h into a separate directoryAlistair Francis1-1/+1
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS1-103/+85
2016-01-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-01-1...Peter Maydell1-4/+2
2016-01-11hw/misc/edu: Convert to realize()Cao jin1-4/+2
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa1-2/+7
2015-12-17hw/misc: Hyper-V test device 'hyperv-testdev'Andrey Smetanin2-0/+168
2015-12-17i.MX: Add an i.MX25 specific CCM class/instanceJean-Christophe Dubois2-0/+342
2015-12-17i.MX: Split the CCM class into an abstract base class and a concrete classJean-Christophe Dubois3-209/+415
2015-12-17i.MX: rename i.MX CCM get_clock() function and CLK ID enum namesJean-Christophe Dubois1-4/+4
2015-12-17i.MX: Fix i.MX31 default/reset configurationJean-Christophe Dubois1-1/+1