aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-08mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland1-15/+5
2021-09-08mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland1-86/+83
2021-09-08mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland1-68/+67
2021-09-08mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland1-29/+30
2021-09-08mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland1-1/+1
2021-09-08mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland1-4/+24
2021-09-01arm: Move M-profile RAS register block into its own devicePeter Maydell2-0/+95
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell9-1678/+52
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé1-6/+6
2021-07-08hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé1-24/+11
2021-07-08hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé1-17/+11
2021-07-08hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé1-0/+53
2021-07-08hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé1-3/+3
2021-07-02hw/arm: Add basic power management to raspi.Nolan Leake2-0/+161
2021-06-17sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard6-1115/+0
2021-06-17adc: Move the max111x driver to the adc directoryCorey Minyard3-240/+0
2021-06-17adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2-306/+1
2021-06-15softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand1-3/+2
2021-06-03arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell1-1/+1
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella2-2/+2
2021-05-12Drop the deprecated unicore32 targetMarkus Armbruster2-162/+0
2021-05-12Drop the deprecated lm32 targetMarkus Armbruster4-731/+0
2021-05-10hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell1-3/+10
2021-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell15-15/+1
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth1-1/+0
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth5-5/+0
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth2-2/+0
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth5-5/+0
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé1-1/+1
2021-05-01hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater1-23/+101
2021-05-01hw: Model ASPEED's Hash and Crypto EngineJoel Stanley2-0/+390
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-18Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' ...Peter Maydell2-121/+77
2021-03-16mac_via: remove VIA1 timer optimisationsMark Cave-Ayland1-39/+4