aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau1-1/+0
2022-03-24hw: Fix misleading hexadecimal formatPhilippe Mathieu-Daudé1-2/+2
2022-03-21Use g_new() & friends where that makes obvious senseMarkus Armbruster3-4/+4
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP APU ControlEdgar E. Iglesias2-0/+254
2022-03-18hw/misc: Add a model of the Xilinx ZynqMP CRFEdgar E. Iglesias2-0/+267
2022-03-18hw/misc/npcm7xx_clk: Don't leak string in npcm7xx_clk_sel_init()Peter Maydell1-2/+2
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+4
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland1-33/+0
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2-8/+89
2022-03-09mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland1-1/+16
2022-03-09mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland1-2/+9
2022-03-09mos6522: add "info via" HMP command for debuggingMark Cave-Ayland1-0/+103
2022-03-09mos6522: add register names to register read/write trace eventsMark Cave-Ayland2-5/+12
2022-03-09mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland4-5/+9
2022-03-09mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland1-9/+0
2022-03-09mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland4-51/+29
2022-03-06hw/misc/pvpanic: Use standard headers insteadzhenwei pi3-4/+9
2022-02-28Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220227' int...Peter Maydell4-0/+148
2022-02-26aspeed/sdmc: Add trace eventsCédric Le Goater2-0/+6
2022-02-26ast2600: Add Secure Boot Controller modelJoel Stanley2-0/+142
2022-02-21Mark remaining global TypeInfo instances as constBernhard Beschow6-6/+6
2022-01-29Merge remote-tracking branch 'remotes/quintela-gitlab/tags/migration-20220128...Peter Maydell1-1/+0
2022-01-28Remove unnecessary minimum_version_id_old fieldsPeter Maydell1-1/+0
2022-01-28hw/misc: Add a model of Versal's PMC SLCRFrancisco Iglesias2-1/+1450
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell3-3/+3
2022-01-20hw/misc/aspeed_i3c.c: Introduce a dummy AST2600 I3C model.Troy Lee3-0/+391
2021-12-30dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2-5/+8
2021-12-17Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson1-1/+1
2021-12-17ivshmem.c: change endianness to LITTLE_ENDIANDaniel Henrique Barboza1-1/+1
2021-12-15hw: Replace trivial drive_get_next() by drive_get()Markus Armbruster1-2/+2
2021-11-22hw/misc/sifive_u_otp: Do not reset OTP content on hardware resetPhilippe Mathieu-Daudé1-8/+5
2021-11-22hw/misc/sifive_u_otp: Use IF_PFLASH for the OTP device instead of IF_NONEThomas Huth1-1/+8
2021-11-17pmu: fix pmu vmstate subsection listLaurent Vivier1-0/+1
2021-11-09hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé1-1/+1
2021-11-02hw/misc: deprecate the 'sga' deviceDaniel P. Berrangé1-0/+2
2021-10-20mac_via: add GPIO for A/UX modeMark Cave-Ayland2-0/+20
2021-10-20mac_via: update comment for VIA1B_vMystery bitMark Cave-Ayland1-0/+4
2021-10-13Revert "hw/misc: applesmc: use host osk as default on macs"Paolo Bonzini1-191/+1
2021-10-05hw/misc: applesmc: use host osk as default on macsPedro Tôrres1-1/+191
2021-09-30qbus: Rename qbus_create() to qbus_new()Peter Maydell1-1/+1
2021-09-30qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell4-8/+8
2021-09-20hw/arm/aspeed: Initialize AST2600 UART clock selection registersPeter Delevoryas1-0/+4
2021-09-20aspeed: Emulate the AST2600A3Joel Stanley1-7/+29
2021-09-20misc/pca9552: Fix LED status register indexing in pca955x_get_led()Andrew Jeffery1-1/+1
2021-09-13hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phaseBin Meng1-13/+18
2021-09-08mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland1-0/+23
2021-09-08mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland1-6/+3
2021-09-08mac_via: remove mac_via deviceMark Cave-Ayland1-65/+13
2021-09-08mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland1-42/+44
2021-09-08mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland1-14/+8