summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2017-07-13Convert error_report() to warn_report()Alistair Francis1-4/+4
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
2017-05-17sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICEEduardo Habkost1-0/+5
2017-05-17qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatableEduardo Habkost1-1/+1
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-04-20hw/misc/exynos4210_pmu: Reorder local variables for readabilityKrzysztof Kozlowski1-2/+2
2017-03-14hw/misc/imx6_src: Don't crash trying to reset missing CPUsPeter Maydell1-2/+6
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski2-1/+165
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki2-0/+125
2017-02-25Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...Peter Maydell1-9/+49
2017-02-24hw/misc/imx6_src: defer clearing of SRC_SCR reset bitsAlex Bennée1-9/+49
2017-02-23util/cutils: Change qemu_strtosz*() from int64_t to uint64_tMarkus Armbruster1-1/+1
2017-02-23util/cutils: Return qemu_strtosz*() error and value separatelyMarkus Armbruster1-2/+5
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster1-4/+2
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster1-1/+1
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton1-0/+17
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov1-1/+1
2017-02-07hw/misc: New "unimplemented" sysbus devicePeter Maydell2-0/+109
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-4/+4
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau2-2/+2
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya1-4/+10
2017-01-19kvm: move cpu synchronization codeVincent Palatin1-1/+1
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard1-1/+2
2016-12-27aspeed/scu: fix SCU region sizeCédric Le Goater1-1/+1
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater2-0/+5
2016-12-20Move target-* CPU file into a target/ folderThomas Huth1-1/+1
2016-11-17ivshmem: Fix 64 bit memory bar configurationZhuang Yanying1-1/+3
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1