aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2023-05-02hw/arm/bcm2835_property: Implement "get command line" messageDaniel Bertalan1-1/+12
2023-04-28bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov1-0/+7
2023-04-28hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov2-3/+5
2023-04-20lasi: fix RTC migrationPaolo Bonzini1-2/+2
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell2-11/+21
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé1-8/+18
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé2-3/+3
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+5
2023-03-07edu: add smp_mb__after_rmw()Paolo Bonzini1-0/+5
2023-03-02hw/misc: add a toy i2c echo deviceKlaus Jensen2-0/+158
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé1-0/+1
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster1-1/+0
2023-02-14Do not include "qemu/error-report.h" in headers that do not need itThomas Huth1-0/+1
2023-02-14hw/misc/sga: Remove the deprecated "sga" deviceThomas Huth3-76/+0
2023-02-08Drop duplicate #includeMarkus Armbruster2-2/+0
2023-02-07Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into sta...Peter Maydell2-7/+15
2023-02-07aspeed/sdmc: Drop unnecessary scu includeJoel Stanley1-1/+0
2023-02-07hw/misc/aspeed_hace: Do not crash if address_space_map() failedPhilippe Mathieu-Daudé1-6/+15
2023-02-06hw/misc/macio: Return bool from functions taking errpBALATON Zoltan1-37/+25
2023-02-06hw/misc/macio: Remove some single use local variablesBALATON Zoltan1-8/+5
2023-02-06hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevityBALATON Zoltan1-43/+35
2023-02-06hw/misc/macio: Avoid some QOM castsBALATON Zoltan1-7/+7
2023-02-06input/adb: Only include header where neededBALATON Zoltan3-6/+0
2023-01-26hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none'Thomas Huth1-7/+0
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé4-8/+8
2023-01-12hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()Philippe Mathieu-Daudé1-2/+1
2023-01-12hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_ECPhilippe Mathieu-Daudé1-6/+7
2023-01-12hw/arm/omap: Drop useless casts from void * to pointerPhilippe Mathieu-Daudé4-17/+14
2023-01-12hw/misc: AXP209 PMU EmulationStrahinja Jankovic4-0/+248
2023-01-12hw/misc: Allwinner A10 DRAM Controller EmulationStrahinja Jankovic3-0/+183
2023-01-12hw/misc: Allwinner-A10 Clock Controller Module EmulationStrahinja Jankovic3-0/+228
2023-01-08include/hw/pci: Split pci_device.h off pci.hMarkus Armbruster2-2/+2
2023-01-06Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qem...Peter Maydell2-6/+90
2023-01-06hw/{misc, riscv}: pfsoc: add system controller as unimplementedConor Dooley2-6/+84
2023-01-06hw/misc: pfsoc: add fabric clocks to ioscbConor Dooley1-0/+6
2023-01-05i.MX6UL: Add a specific GPT timer instance for the i.MX6ULJean-Christophe Dubois1-6/+0
2023-01-05i.MX7D: Compute clock frequency for the fixed frequency clocks.Jean-Christophe Dubois1-9/+40
2022-12-16hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase resetPeter Maydell3-22/+32
2022-12-16hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase resetPeter Maydell1-3/+4
2022-12-15hw/misc: Move some arm-related files from specific_ss into softmmu_ssThomas Huth3-8/+6
2022-10-31mac_nvram: Use NVRAM_SIZE constantBALATON Zoltan1-1/+1
2022-10-31hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.hBALATON Zoltan4-4/+0
2022-10-31hw/ppc/mac.h: Move macio specific parts out from shared headerBALATON Zoltan1-2/+3
2022-10-22Drop useless casts from g_malloc() & friends to pointerMarkus Armbruster1-3/+3
2022-10-06monitor: expose monitor_puts to rest of codeAlex Bennée1-1/+1
2022-09-14hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DIS...Enrik Berkhan1-0/+4
2022-08-08hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accessesPeter Maydell2-6/+8
2022-08-01trivial: Fix duplicated wordsThomas Huth1-1/+1
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé2-3/+3
2022-07-14aspeed: sbc: Allow per-machine settingsJoel Stanley1-2/+40