summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2018-02-11misc: introduce new mos6522 VIA device and enable it for ppc buildsMark Cave-Ayland3-0/+515
2018-02-11cuda: factor out timebase-derived counter value and load timeMark Cave-Ayland1-9/+16
2018-02-11cuda: set timer 1 frequency property to CUDA_TIMER_FREQMark Cave-Ayland1-5/+5
2018-02-11cuda: don't call cuda_update() when writing to ACR registerMark Cave-Ayland1-1/+0
2018-02-11cuda: minor cosmetic tidy-ups to get_next_irq_time()Mark Cave-Ayland1-11/+12
2018-02-11cuda: rename frequency property to tb_frequencyMark Cave-Ayland2-4/+4
2018-02-11cuda: introduce CUDAState parameter to get_counter()Mark Cave-Ayland1-5/+5
2018-02-10cuda: don't allow writes to port output pinsMark Cave-Ayland1-2/+2
2018-02-10cuda: do not use old_mmio accessesMark Cave-Ayland1-32/+8
2018-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell3-2/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster3-2/+1
2018-02-09i.MX: Add implementation of i.MX7 GPR IP blockAndrey Smirnov3-0/+129
2018-02-09i.MX: Add code to emulate i.MX7 SNVS IP-blockAndrey Smirnov2-0/+84
2018-02-09i.MX: Add code to emulate i.MX2 watchdog IP blockAndrey Smirnov2-0/+90
2018-02-09i.MX: Add code to emulate i.MX7 CCM, PMU and ANALOG IP blocksAndrey Smirnov2-0/+278
2018-02-07ivshmem: Disable irqfd on device resetLadi Prosek1-0/+4
2018-02-07ivshmem: Improve MSI irqfd error handlingLadi Prosek1-13/+24
2018-02-07ivshmem: Always remove irqfd notifiersLadi Prosek1-3/+23
2018-02-07ivshmem: Don't update non-existent MSI routesLadi Prosek1-2/+10
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis7-18/+18
2018-01-16maint: Fix macros with broken 'do/while(0); ' usageEric Blake5-6/+6
2018-01-02dump-guest-memory.py: fix "You can't do that without a process to debug"Marc-André Lureau1-0/+3
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé2-183/+0
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé1-5/+4
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé2-2/+0
2017-12-18hw/misc/pvpanic: remove unused #includePhilippe Mathieu-Daudé1-3/+0
2017-12-18Remove empty statementsLadi Prosek1-1/+1
2017-11-20hw/arm/aspeed: Unlock SCU when running kernelJoel Stanley1-2/+3
2017-11-16build-sys: restrict vmcoreinfo to fw_cfg+dma capable targetsMarc-André Lureau1-1/+1
2017-11-16vmcoreinfo: put it in the 'misc' device categoryMarc-André Lureau1-0/+1
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