summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost4-0/+17
2017-10-15hw/misc: add vmcoreinfo deviceMarc-André Lureau2-0/+97
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-1/+2
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-1/+3
2017-09-27mac_dbdma: remove DBDMA_init() functionMark Cave-Ayland2-18/+12
2017-09-27mac_dbdma: QOMifyMark Cave-Ayland1-10/+49
2017-09-27mac_dbdma: remove unused IO fields from DBDMAStateMark Cave-Ayland1-2/+0
2017-09-27ppc/mac: More rework of the DBDMA emulationBenjamin Herrenschmidt1-52/+139
2017-09-26aux-to-i2c-bridge: don't allow user to create oneKONRAD Frederic1-0/+11
2017-09-21msf2: Microsemi Smartfusion2 System Register blockSubbaraya Sundeep3-0/+166
2017-09-19hw/misc/ivshmem: Fix ivshmem_recv_msg() to also work on big endian systemsThomas Huth1-1/+1
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-08-15mmio-interface: Mark as not user creatablePeter Maydell1-0/+5
2017-08-14hw/misc/mmio_interface: Return after error_setg() to avoid crashThomas Huth1-0/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-39/+39
2017-07-31hw/mps2_scc: fix incorrect propertiesPhilippe Mathieu-Daudé1-2/+2
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-31ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé1-1/+4
2017-07-20configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell1-1/+1
2017-07-17hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell3-0/+319
2017-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-32/+14
2017-07-14mips_cmgcr: Convert to DEFINE_PROP_LINKFam Zheng1-12/+4
2017-07-14ivshmem: Convert to DEFINE_PROP_LINKFam Zheng1-17/+7
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-14char: avoid chardevice direct accessAnton Nefedov1-2/+2
2017-07-14char: add backend hotswap handlerAnton Nefedov1-1/+1
2017-07-14Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell1-4/+4
2017-07-13Convert error_report() to warn_report()Alistair Francis1-4/+4
2017-07-11hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski2-1/+278
2017-07-04hw/misc/edu: Compile the edu device as common objectThomas Huth1-1/+1
2017-06-28vmstate: error hint for failed equal checksHalil Pasic1-1/+1
2017-06-27introduce mmio_interfaceKONRAD Frederic2-0/+129
2017-06-23applesmc: fix port i/o access widthGabriel L. Somlo1-2/+2
2017-06-23applesmc: implement error status portGabriel L. Somlo1-26/+115
2017-06-23applesmc: cosmetic whitespace and indentation cleanupGabriel L. Somlo1-48/+50
2017-06-22Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2-2/+2
2017-06-20pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau1-1/+1
2017-06-20auxbus: use get_uint() for "addr" propertyMarc-André Lureau1-1/+1
2017-06-15ivshmem: use ram_from_fd()Marc-André Lureau1-8/+6
2017-06-13hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater2-0/+403
2017-06-13hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski1-1/+19
2017-06-07edu: fix memory leak on msi_broken platformsPaolo Bonzini1-6/+6
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-06-02hw/misc: QOM'ify slavio_misc.cxiaoqiang zhao1-26/+17
2017-06-02hw/misc: QOM'ify eccmemctl.cxiaoqiang zhao1-9/+16
2017-05-23shutdown: Add source information to SHUTDOWN and RESETEric Blake5-10/+10
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-1/+1
2017-05-17unimplemented-device: Remove user_creatable flagEduardo Habkost1-5/+0