summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2016-04-19cuda: fix off-by-one error in SET_TIME commandAurelien Jarno1-2/+2
2016-04-13ivshmem: fix ivshmem-{plain,doorbell} crash without argMarc-André Lureau1-0/+30
2016-04-08Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into stagingPeter Maydell1-8/+3
2016-04-08hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae1-8/+3
2016-04-07pci-testdev: fast mmio supportMichael S. Tsirkin1-1/+6
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae1-0/+27
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae1-0/+68
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae1-0/+113
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae1-0/+104
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae2-0/+215
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae1-0/+53
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae2-0/+178
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim2-0/+108
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-11/+19
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa2-0/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah3-10/+11
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster1-1/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster5-0/+5
2016-03-21ivshmem: Require master to have ID zeroMarkus Armbruster1-0/+6
2016-03-21ivshmem: Drop ivshmem property x-memdevMarkus Armbruster1-20/+3
2016-03-21ivshmem: Clean up after the previous commitMarkus Armbruster1-197/+203
2016-03-21ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmemMarkus Armbruster1-86/+243
2016-03-21ivshmem: Replace int role_val by OnOffAuto masterMarkus Armbruster1-12/+19
2016-03-21ivshmem: Inline check_shm_size() into its only callerMarkus Armbruster1-26/+11
2016-03-21ivshmem: Simplify memory regions for BAR 2 (shared memory)Markus Armbruster1-30/+17
2016-03-21ivshmem: Implement shm=... with a memory backendMarkus Armbruster1-56/+23
2016-03-21ivshmem: Tighten check of property "size"Markus Armbruster1-3/+4
2016-03-21ivshmem: Simplify how we cope with short reads from serverMarkus Armbruster1-59/+16
2016-03-21ivshmem: Drop the hackish test for UNIX domain chardevMarkus Armbruster1-9/+0
2016-03-21ivshmem: Rely on server sending the ID right after the versionMarkus Armbruster1-3/+24
2016-03-21ivshmem: Propagate errors through ivshmem_recv_setup()Markus Armbruster1-46/+83
2016-03-21ivshmem: Receive shared memory synchronously in realize()Markus Armbruster1-20/+48
2016-03-21ivshmem: Plug leaks on unplug, fix peer disconnectMarkus Armbruster1-12/+12
2016-03-21ivshmem: Disentangle ivshmem_read()Markus Armbruster1-79/+80
2016-03-21ivshmem: Simplify rejection of invalid peer ID from serverMarkus Armbruster1-39/+22
2016-03-21ivshmem: Assert interrupts are set up onceMarkus Armbruster1-5/+2
2016-03-21ivshmem: Leave INTx alone when using MSI-XMarkus Armbruster1-0/+9
2016-03-21ivshmem: Clean up MSI-X conditionsMarkus Armbruster1-12/+10
2016-03-21ivshmem: Clean up register callbacksMarkus Armbruster1-9/+2
2016-03-21ivshmem: Failed realize() can leave migration blocker behindMarkus Armbruster1-9/+14
2016-03-21ivshmem: Fix harmless misuse of ErrorMarkus Armbruster1-3/+4
2016-03-21ivshmem: Don't destroy the chardev on version mismatchMarkus Armbruster1-2/+1
2016-03-21ivshmem: Drop ivshmem_event() stubMarkus Armbruster1-7/+2
2016-03-21ivshmem: Clean up after commit 9940c32Markus Armbruster1-12/+0
2016-03-21ivshmem: Compile debug prints unconditionally to prevent bit-rotMarkus Armbruster1-7/+7
2016-03-21ivshmem: Add missing newlines to debug printfsMarkus Armbruster1-3/+3
2016-03-16bcm2835_property: implement framebuffer control/configuration propertiesGrégory ESTRADE1-2/+137
2016-03-16i.MX: Add i.MX6 CCM and ANALOG device.Jean-Christophe Dubois2-0/+775
2016-03-16i.MX: Add the CLK_IPG_HIGH clockJean-Christophe Dubois2-0/+2
2016-03-16i.MX: Remove CCM useless clock computation handling.Jean-Christophe Dubois2-58/+0