aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-04bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann
2016-02-28dbdma: warn when using unassigned channelHervé Poussineau
2016-02-17cuda: remove CUDA_GET_SET_IIC/CUDA_COMBINED_FORMAT_IIC commandsHervé Poussineau
2016-02-17cuda: remove GET_6805_ADDR commandHervé Poussineau
2016-02-17cuda: port SET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port GET_TIME command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_POWER_MESSAGES command to new frameworkHervé Poussineau
2016-02-17cuda: port FILE_SERVER_FLAG command to new frameworkHervé Poussineau
2016-02-17cuda: port RESET_SYSTEM command to new frameworkHervé Poussineau
2016-02-17cuda: port POWERDOWN command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_DEVICE_LIST command to new frameworkHervé Poussineau
2016-02-17cuda: port SET_AUTO_RATE command to new frameworkHervé Poussineau
2016-02-17cuda: port AUTOPOLL command to new frameworkHervé Poussineau
2016-02-17cuda: move unknown commands reject out of switchHervé Poussineau
2016-02-17cuda: add a framework to handle commandsHervé Poussineau
2016-02-16all: Clean up includesPeter Maydell
2016-02-11bcm2835_property: implement "get board revision" querypull-target-arm-20160211Stephen Warren
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-03bcm2835_property: add bcm2835 property channelAndrew Baumann
2016-02-03bcm2835_mbox: add BCM2835 mailboxesAndrew Baumann
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/instancepull-target-arm-20151217-1Jean-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