summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* mmio-interface: Mark as not user creatablePeter Maydell2017-08-151-0/+5
* hw/misc/mmio_interface: Return after error_setg() to avoid crashThomas Huth2017-08-141-0/+2
* trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy2017-08-011-39/+39
* hw/mps2_scc: fix incorrect propertiesPhilippe Mathieu-Daudé2017-07-311-2/+2
* docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé2017-07-311-1/+1
* ivshmem: fix incorrect error handling in ivshmem_recv_msg()Philippe Mathieu-Daudé2017-07-311-1/+4
* configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICEPeter Maydell2017-07-201-1/+1
* hw/misc/mps2_scc: Implement MPS2 Serial Communication ControllerPeter Maydell2017-07-173-0/+319
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-07-142-32/+14Star
|\
| * mips_cmgcr: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-12/+4Star
| * ivshmem: Convert to DEFINE_PROP_LINKFam Zheng2017-07-141-17/+7Star
| * qom: enforce readonly nature of link's check callbackIgor Mammedov2017-07-141-1/+1
| * char: avoid chardevice direct accessAnton Nefedov2017-07-141-2/+2
| * char: add backend hotswap handlerAnton Nefedov2017-07-141-1/+1
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2017-07-13' into...Peter Maydell2017-07-141-4/+4
|\ \ | |/ |/|
| * Convert error_report() to warn_report()Alistair Francis2017-07-131-4/+4
* | hw/misc: Add Exynos4210 Pseudo Random Number GeneratorKrzysztof Kozlowski2017-07-112-1/+278
|/
* hw/misc/edu: Compile the edu device as common objectThomas Huth2017-07-041-1/+1
* vmstate: error hint for failed equal checksHalil Pasic2017-06-281-1/+1
* introduce mmio_interfaceKONRAD Frederic2017-06-272-0/+129
* applesmc: fix port i/o access widthGabriel L. Somlo2017-06-231-2/+2
* applesmc: implement error status portGabriel L. Somlo2017-06-231-26/+115
* applesmc: cosmetic whitespace and indentation cleanupGabriel L. Somlo2017-06-231-48/+50
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-06-09-v2' in...Peter Maydell2017-06-222-2/+2
|\
| * pvpanic: use get_uint() for "ioport" propertyMarc-André Lureau2017-06-201-1/+1
| * auxbus: use get_uint() for "addr" propertyMarc-André Lureau2017-06-201-1/+1
* | ivshmem: use ram_from_fd()Marc-André Lureau2017-06-151-8/+6Star
|/
* hw/misc: add a TMP42{1, 2, 3} device modelCédric Le Goater2017-06-132-0/+403
* hw/misc/exynos4210_pmu: Add support for system poweroffKrzysztof Kozlowski2017-06-131-1/+19
* edu: fix memory leak on msi_broken platformsPaolo Bonzini2017-06-071-6/+6
* Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell2017-06-051-1/+1
|\
| * char: move CharBackend handling in char-fe unitMarc-André Lureau2017-06-021-1/+1
| * chardev: move headers to include/chardevMarc-André Lureau2017-06-021-1/+1
* | hw/misc: QOM'ify slavio_misc.cxiaoqiang zhao2017-06-021-26/+17Star
* | hw/misc: QOM'ify eccmemctl.cxiaoqiang zhao2017-06-021-9/+16
|/
* shutdown: Add source information to SHUTDOWN and RESETEric Blake2017-05-235-10/+10
* Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi2017-05-181-1/+1
|\
| * migration: Create migration/blocker.hJuan Quintela2017-05-171-1/+1
* | unimplemented-device: Remove user_creatable flagEduardo Habkost2017-05-171-5/+0Star
* | sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost2017-05-171-0/+5
* | qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost2017-05-171-1/+1
|/
* hw/misc/exynos4210_pmu: Reorder local variables for readabilityKrzysztof Kozlowski2017-04-201-2/+2
* hw/misc/imx6_src: Don't crash trying to reset missing CPUsPeter Maydell2017-03-141-2/+6
* hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski2017-02-282-1/+165
* bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell2017-02-281-1/+26
* target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki2017-02-282-0/+125
* Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell2017-02-251-9/+49
|\
| * hw/misc/imx6_src: defer clearing of SRC_SCR reset bitsAlex Bennée2017-02-241-9/+49
* | util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster2017-02-231-1/+1
* | util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster2017-02-231-2/+5