summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
* mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan2022-10-311-1/+1
* hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan2022-10-314-4/+0Star
* hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan2022-10-311-2/+3
* Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster2022-10-221-3/+3
* monitor: expose monitor_puts to rest of codeAlex Bennée2022-10-061-1/+1
* hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan2022-09-141-0/+4
* hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell2022-08-082-6/+8
* trivial: Fix duplicated wordsThomas Huth2022-08-011-1/+1
* misc: fix commonly doubled up wordsDaniel P. Berrangé2022-08-012-3/+3
* aspeed: sbc: Allow per-machine settingsJoel Stanley2022-07-141-2/+40
* block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-122-9/+9
* block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-122-3/+3
* block: Make blk_{pread,pwrite}() return 0 on successAlberto Faria2022-07-122-3/+3
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-303-1/+159
* aspeed/hace: Accumulative mode supportedJoel Stanley2022-06-301-3/+3
* aspeed/scu: Add trace events for read opsCédric Le Goater2022-06-302-0/+3
* aspeed/hace: Add missing newlines to unimp messagesJoel Stanley2022-06-221-2/+2
* acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-101-0/+42
* acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AMLIgor Mammedov2022-06-101-0/+29
* lasi: move from hw/hppa to hw/miscMark Cave-Ayland2022-05-084-0/+285
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-05-031-1/+1
|\
| * Use g_unix_set_fd_nonblocking()Marc-André Lureau2022-05-031-1/+1
* | aspeed/hace: Support AST1030 HACESteven Lee2022-05-031-0/+20
* | aspeed/hace: Support AST2600 HACESteven Lee2022-05-021-5/+127
* | aspeed/hace: Support HMAC Key Buffer register.Steven Lee2022-05-021-0/+7
* | aspeed/scu: Add AST1030 supportSteven Lee2022-05-021-0/+63
* | aspeed: sbc: Correct default reset valuesJoel Stanley2022-05-021-2/+5
* | hw: aspeed_scu: Introduce clkin_25Mhz attributeSteven Lee2022-05-021-1/+5
* | hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation functionSteven Lee2022-05-021-1/+38
|/
* Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into stagingRichard Henderson2022-04-211-1/+2
|\
| * compiler.h: replace QEMU_NORETURN with G_NORETURNMarc-André Lureau2022-04-211-1/+2
* | hw/misc: Add a model of the Xilinx Versal CRLEdgar E. Iglesias2022-04-212-0/+422
|/
* Remove qemu-common.h include from most unitsMarc-André Lureau2022-04-061-1/+0Star
* hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé2022-03-241-2/+2
* Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-03-213-4/+4
* hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias2022-03-182-0/+254
* hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias2022-03-182-0/+267
* hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell2022-03-181-2/+2
* kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)2022-03-151-1/+4
* macio/pmu.c: remove redundant codeMark Cave-Ayland2022-03-091-33/+0Star
* mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-092-8/+89
* mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland2022-03-091-1/+16
* mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland2022-03-091-2/+9
* mos6522: add "info via" HMP command for debuggingMark Cave-Ayland2022-03-091-0/+103
* mos6522: add register names to register read/write trace eventsMark Cave-Ayland2022-03-092-5/+12
* mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-094-5/+9
* mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland2022-03-091-9/+0Star
* mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-094-51/+29Star
* hw/misc/pvpanic: Use standard headers insteadzhenwei pi2022-03-063-4/+9
* Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227' int...Peter Maydell2022-02-284-0/+148
|\