- b14037f hw/misc: add a toy i2c echo device by Klaus Jensen · 2 years ago
- da9f117 hw/ide: Un-inline ide_set_irq() by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 6f1e91f error: Drop superfluous #include "qapi/qmp/qerror.h" by Markus Armbruster · 2 years, 1 month ago
- 5feed38 Do not include "qemu/error-report.h" in headers that do not need it by Thomas Huth · 2 years, 1 month ago
- b482fb4 hw/misc/sga: Remove the deprecated "sga" device by Thomas Huth · 2 years, 1 month ago
- a67dfa6 Drop duplicate #include by Markus Armbruster · 2 years, 1 month ago
- 969d09c Merge tag 'pull-aspeed-20230207' of https://github.com/legoater/qemu into staging by Peter Maydell · 2 years, 1 month ago
- bf81b8f aspeed/sdmc: Drop unnecessary scu include by Joel Stanley · 2 years, 1 month ago
- ed5d977 hw/misc/aspeed_hace: Do not crash if address_space_map() failed by Philippe Mathieu-Daudé · 2 years, 1 month ago
- 1d0c537 hw/misc/macio: Return bool from functions taking errp by BALATON Zoltan · 2 years, 2 months ago
- af36fca hw/misc/macio: Remove some single use local variables by BALATON Zoltan · 2 years, 2 months ago
- 740ce28 hw/misc/macio: Rename sysbus_dev to sbd for consistency and brevity by BALATON Zoltan · 2 years, 2 months ago
- ea361fc hw/misc/macio: Avoid some QOM casts by BALATON Zoltan · 2 years, 2 months ago
- 588c5b0 input/adb: Only include header where needed by BALATON Zoltan · 2 years, 2 months ago
- e803a7f hw/misc/sifive_u_otp: Remove the deprecated OTP config with '-drive if=none' by Thomas Huth · 2 years, 2 months ago
- 883f2c5 bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 9570046 hw/misc/sbsa_ec: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE() by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 97b49d3 hw/misc/sbsa_ec: Rename TYPE_SBSA_EC -> TYPE_SBSA_SECURE_EC by Philippe Mathieu-Daudé · 2 years, 2 months ago
- a75ed3c hw/arm/omap: Drop useless casts from void * to pointer by Philippe Mathieu-Daudé · 2 years, 2 months ago
- 632dfea hw/misc: AXP209 PMU Emulation by Strahinja Jankovic · 2 years, 2 months ago
- edd3a59 hw/misc: Allwinner A10 DRAM Controller Emulation by Strahinja Jankovic · 2 years, 2 months ago
- 423ec28 hw/misc: Allwinner-A10 Clock Controller Module Emulation by Strahinja Jankovic · 2 years, 2 months ago
- edf5ca5 include/hw/pci: Split pci_device.h off pci.h by Markus Armbruster · 2 years, 3 months ago
- 052e653 Merge tag 'pull-riscv-to-apply-20230106' of https://github.com/alistair23/qemu into staging by Peter Maydell · 2 years, 2 months ago
- 592f0a9 hw/{misc, riscv}: pfsoc: add system controller as unimplemented by Conor Dooley · 2 years, 4 months ago
- 13cd1d6 hw/misc: pfsoc: add fabric clocks to ioscb by Conor Dooley · 2 years, 4 months ago
- a1e0395 i.MX6UL: Add a specific GPT timer instance for the i.MX6UL by Jean-Christophe Dubois · 2 years, 3 months ago
- 111c4c4 i.MX7D: Compute clock frequency for the fixed frequency clocks. by Jean-Christophe Dubois · 2 years, 3 months ago
- ed053e8 hw/misc: Convert TYPE_MOS6522 subclasses to 3-phase reset by Peter Maydell · 2 years, 4 months ago
- 8bdaed0 hw/misc/mos6522: Convert TYPE_MOS6522 to 3-phase reset by Peter Maydell · 2 years, 4 months ago
- 3d81e8c hw/misc: Move some arm-related files from specific_ss into softmmu_ss by Thomas Huth · 2 years, 3 months ago
- 458586f mac_nvram: Use NVRAM_SIZE constant by BALATON Zoltan · 2 years, 4 months ago
- 443f07b hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h by BALATON Zoltan · 2 years, 4 months ago
- 55078ea hw/ppc/mac.h: Move macio specific parts out from shared header by BALATON Zoltan · 2 years, 4 months ago
- 0a553c1 Drop useless casts from g_malloc() & friends to pointer by Markus Armbruster · 2 years, 6 months ago
- bf0c50d monitor: expose monitor_puts to rest of code by Alex Bennée · 2 years, 5 months ago
- 3b9a030 hw/arm/bcm2835_property: Add support for RPI_FIRMWARE_FRAMEBUFFER_GET_NUM_DISPLAYS by Enrik Berkhan · 2 years, 7 months ago
- 09d12c8 hw/misc/grlib_ahb_apb_pnp: Support 8 and 16 bit accesses by Peter Maydell · 2 years, 7 months ago
- a07d9df trivial: Fix duplicated words by Thomas Huth · 2 years, 8 months ago
- 7a21bee misc: fix commonly doubled up words by Daniel P. Berrangé · 2 years, 8 months ago
- 54ee564 aspeed: sbc: Allow per-machine settings by Joel Stanley · 2 years, 8 months ago
- a9262f5 block: Change blk_{pread,pwrite}() param order by Alberto Faria · 2 years, 8 months ago
- 3b35d45 block: Add a 'flags' param to blk_pread() by Alberto Faria · 2 years, 8 months ago
- bf5b16f block: Make blk_{pread,pwrite}() return 0 on success by Alberto Faria · 2 years, 8 months ago
- 55c5702 hw/misc/aspeed: Add PECI controller by Peter Delevoryas · 2 years, 8 months ago
- 0dbf6dc aspeed/hace: Accumulative mode supported by Joel Stanley · 2 years, 8 months ago
- 673a6d1 aspeed/scu: Add trace events for read ops by Cédric Le Goater · 2 years, 8 months ago
- 87893cb aspeed/hace: Add missing newlines to unimp messages by Joel Stanley · 2 years, 9 months ago
- ff36e90 acpi: pvpanic-isa: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML by Igor Mammedov · 2 years, 9 months ago
- 1d7ea91 acpi: applesmc: use AcpiDevAmlIfClass:build_dev_aml to provide device's AML by Igor Mammedov · 2 years, 9 months ago
- 45f569a lasi: move from hw/hppa to hw/misc by Mark Cave-Ayland · 2 years, 10 months ago
- 2e3408b Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging by Richard Henderson · 2 years, 10 months ago
- 4d14cb0 Use g_unix_set_fd_nonblocking() by Marc-André Lureau · 3 years ago
- e056c52 aspeed/hace: Support AST1030 HACE by Steven Lee · 2 years, 10 months ago
- 5cd7d85 aspeed/hace: Support AST2600 HACE by Steven Lee · 2 years, 10 months ago
- 1877069 aspeed/hace: Support HMAC Key Buffer register. by Steven Lee · 2 years, 10 months ago
- fa541a6 aspeed/scu: Add AST1030 support by Steven Lee · 2 years, 10 months ago
- c2651cf aspeed: sbc: Correct default reset values by Joel Stanley · 2 years, 10 months ago
- bad23bb hw: aspeed_scu: Introduce clkin_25Mhz attribute by Steven Lee · 2 years, 10 months ago
- dd7f19a hw: aspeed_scu: Add AST2600 apb_freq and hpll calculation function by Steven Lee · 2 years, 10 months ago
- 2829806 Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging by Richard Henderson · 2 years, 11 months ago
- 8905770 compiler.h: replace QEMU_NORETURN with G_NORETURN by Marc-André Lureau · 2 years, 11 months ago
- 369e5cb hw/misc: Add a model of the Xilinx Versal CRL by Edgar E. Iglesias · 3 years ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- 2539ead hw: Fix misleading hexadecimal format by Philippe Mathieu-Daudé · 3 years ago
- b21e238 Use g_new() & friends where that makes obvious sense by Markus Armbruster · 3 years ago
- b4ecda2 hw/misc: Add a model of the Xilinx ZynqMP APU Control by Edgar E. Iglesias · 3 years ago
- 152f0bf hw/misc: Add a model of the Xilinx ZynqMP CRF by Edgar E. Iglesias · 3 years ago
- 75f7ba1 hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() by Peter Maydell · 3 years ago
- def4c55 kvm/msi: do explicit commit when adding msi routes by Longpeng(Mike) · 3 years ago
- a4c7be3 macio/pmu.c: remove redundant code by Mark Cave-Ayland · 3 years ago
- b793b4e mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs by Mark Cave-Ayland · 3 years ago
- 677a472 mac_via: make SCSI_DATA (DRQ) bit live rather than latched by Mark Cave-Ayland · 3 years ago
- d4454e4 mos6522: record last_irq_levels in mos6522_set_irq() by Mark Cave-Ayland · 3 years ago
- 409e9f7 mos6522: add "info via" HMP command for debugging by Mark Cave-Ayland · 3 years ago
- 6c72669 mos6522: add register names to register read/write trace events by Mark Cave-Ayland · 3 years ago
- c697fc8 mos6522: use device_class_set_parent_reset() to propagate reset to parent by Mark Cave-Ayland · 3 years ago
- 9d9f4ea mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass by Mark Cave-Ayland · 3 years ago
- ebe5bca mos6522: switch over to use qdev gpios for IRQs by Mark Cave-Ayland · 3 years ago
- 45d8c05 hw/misc/pvpanic: Use standard headers instead by zhenwei pi · 3 years, 1 month ago
- a8d39f5 Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227' into staging by Peter Maydell · 3 years ago
- 3671342 aspeed/sdmc: Add trace events by Cédric Le Goater · 3 years, 1 month ago
- e1acf58 ast2600: Add Secure Boot Controller model by Joel Stanley · 3 years, 1 month ago
- 5e78c98 Mark remaining global TypeInfo instances as const by Bernhard Beschow · 3 years, 2 months ago
- d90e6f6 Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128-pull-request' into staging by Peter Maydell · 3 years, 1 month ago
- 17e3134 Remove unnecessary minimum_version_id_old fields by Peter Maydell · 3 years, 2 months ago
- 8c1c0a1 hw/misc: Add a model of Versal's PMC SLCR by Francisco Iglesias · 3 years, 2 months ago
- 2f93d8b rtc: Move RTC function prototypes to their own header by Peter Maydell · 3 years, 3 months ago
- 119df56 hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model. by Troy Lee · 3 years, 2 months ago
- ba06fe8 dma: Let dma_memory_read/write() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 6 months ago
- 93dc314 Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into staging by Richard Henderson · 3 years, 3 months ago
- ef80a70 ivshmem.c: change endianness to LITTLE_ENDIAN by Daniel Henrique Barboza · 3 years, 3 months ago
- 64eaa82 hw: Replace trivial drive_get_next() by drive_get() by Markus Armbruster · 3 years, 4 months ago
- 526e744 hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 6b717a8 hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE by Thomas Huth · 3 years, 4 months ago
- 14554b3 pmu: fix pmu vmstate subsection list by Laurent Vivier · 3 years, 4 months ago
- 65b4c8c hw/m68k: Fix typo in SPDX tag by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 7c8d295 hw/misc: deprecate the 'sga' device by Daniel P. Berrangé · 3 years, 6 months ago
- 291bc18 mac_via: add GPIO for A/UX mode by Mark Cave-Ayland · 3 years, 5 months ago
- e976459 mac_via: update comment for VIA1B_vMystery bit by Mark Cave-Ayland · 3 years, 5 months ago