Age | Commit message (Expand) | Author | Files | Lines |
2022-03-24 | hw: Fix misleading hexadecimal format | Philippe Mathieu-Daudé | 1 | -2/+2 |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster | 3 | -4/+4 |
2022-03-18 | hw/misc: Add a model of the Xilinx ZynqMP APU Control | Edgar E. Iglesias | 2 | -0/+254 |
2022-03-18 | hw/misc: Add a model of the Xilinx ZynqMP CRF | Edgar E. Iglesias | 2 | -0/+267 |
2022-03-18 | hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init() | Peter Maydell | 1 | -2/+2 |
2022-03-15 | kvm/msi: do explicit commit when adding msi routes | Longpeng(Mike) | 1 | -1/+4 |
2022-03-09 | macio/pmu.c: remove redundant code | Mark Cave-Ayland | 1 | -33/+0 |
2022-03-09 | mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs | Mark Cave-Ayland | 2 | -8/+89 |
2022-03-09 | mac_via: make SCSI_DATA (DRQ) bit live rather than latched | Mark Cave-Ayland | 1 | -1/+16 |
2022-03-09 | mos6522: record last_irq_levels in mos6522_set_irq() | Mark Cave-Ayland | 1 | -2/+9 |
2022-03-09 | mos6522: add "info via" HMP command for debugging | Mark Cave-Ayland | 1 | -0/+103 |
2022-03-09 | mos6522: add register names to register read/write trace events | Mark Cave-Ayland | 2 | -5/+12 |
2022-03-09 | mos6522: use device_class_set_parent_reset() to propagate reset to parent | Mark Cave-Ayland | 4 | -5/+9 |
2022-03-09 | mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass | Mark Cave-Ayland | 1 | -9/+0 |
2022-03-09 | mos6522: switch over to use qdev gpios for IRQs | Mark Cave-Ayland | 4 | -51/+29 |
2022-03-06 | hw/misc/pvpanic: Use standard headers instead | zhenwei pi | 3 | -4/+9 |
2022-02-28 | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227' int... | Peter Maydell | 4 | -0/+148 |
2022-02-26 | aspeed/sdmc: Add trace events | Cédric Le Goater | 2 | -0/+6 |
2022-02-26 | ast2600: Add Secure Boot Controller model | Joel Stanley | 2 | -0/+142 |
2022-02-21 | Mark remaining global TypeInfo instances as const | Bernhard Beschow | 6 | -6/+6 |
2022-01-29 | Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128... | Peter Maydell | 1 | -1/+0 |
2022-01-28 | Remove unnecessary minimum_version_id_old fields | Peter Maydell | 1 | -1/+0 |
2022-01-28 | hw/misc: Add a model of Versal's PMC SLCR | Francisco Iglesias | 2 | -1/+1450 |
2022-01-28 | rtc: Move RTC function prototypes to their own header | Peter Maydell | 3 | -3/+3 |
2022-01-20 | hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model. | Troy Lee | 3 | -0/+391 |
2021-12-30 | dma: Let dma_memory_read/write() take MemTxAttrs argument | Philippe Mathieu-Daudé | 2 | -5/+8 |
2021-12-17 | Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into staging | Richard Henderson | 1 | -1/+1 |
2021-12-17 | ivshmem.c: change endianness to LITTLE_ENDIAN | Daniel Henrique Barboza | 1 | -1/+1 |
2021-12-15 | hw: Replace trivial drive_get_next() by drive_get() | Markus Armbruster | 1 | -2/+2 |
2021-11-22 | hw/misc/sifive_u_otp: Do not reset OTP content on hardware reset | Philippe Mathieu-Daudé | 1 | -8/+5 |
2021-11-22 | hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONE | Thomas Huth | 1 | -1/+8 |
2021-11-17 | pmu: fix pmu vmstate subsection list | Laurent Vivier | 1 | -0/+1 |
2021-11-09 | hw/m68k: Fix typo in SPDX tag | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-11-02 | hw/misc: deprecate the 'sga' device | Daniel P. Berrangé | 1 | -0/+2 |
2021-10-20 | mac_via: add GPIO for A/UX mode | Mark Cave-Ayland | 2 | -0/+20 |
2021-10-20 | mac_via: update comment for VIA1B_vMystery bit | Mark Cave-Ayland | 1 | -0/+4 |
2021-10-13 | Revert "hw/misc: applesmc: use host osk as default on macs" | Paolo Bonzini | 1 | -191/+1 |
2021-10-05 | hw/misc: applesmc: use host osk as default on macs | Pedro Tôrres | 1 | -1/+191 |
2021-09-30 | qbus: Rename qbus_create() to qbus_new() | Peter Maydell | 1 | -1/+1 |
2021-09-30 | qbus: Rename qbus_create_inplace() to qbus_init() | Peter Maydell | 4 | -8/+8 |
2021-09-20 | hw/arm/aspeed: Initialize AST2600 UART clock selection registers | Peter Delevoryas | 1 | -0/+4 |
2021-09-20 | aspeed: Emulate the AST2600A3 | Joel Stanley | 1 | -7/+29 |
2021-09-20 | misc/pca9552: Fix LED status register indexing in pca955x_get_led() | Andrew Jeffery | 1 | -1/+1 |
2021-09-13 | hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phase | Bin Meng | 1 | -13/+18 |
2021-09-08 | mac_via: add qdev gpios for nubus slot interrupts to VIA2 | Mark Cave-Ayland | 1 | -0/+23 |
2021-09-08 | mac_via: remove explicit viaN prefix from VIA IRQ gpios | Mark Cave-Ayland | 1 | -6/+3 |
2021-09-08 | mac_via: remove mac_via device | Mark Cave-Ayland | 1 | -65/+13 |
2021-09-08 | mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_... | Mark Cave-Ayland | 1 | -42/+44 |
2021-09-08 | mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset() | Mark Cave-Ayland | 1 | -14/+8 |
2021-09-08 | mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescription | Mark Cave-Ayland | 1 | -15/+5 |