summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
...
* hw/misc: applesmc: use host osk as default on macsPedro Tôrres2021-10-051-1/+191
* qbus: Rename qbus_create() to qbus_new()Peter Maydell2021-09-301-1/+1
* qbus: Rename qbus_create_inplace() to qbus_init()Peter Maydell2021-09-304-8/+8
* hw/arm/aspeed: Initialize AST2600 UART clock selection registersPeter Delevoryas2021-09-201-0/+4
* aspeed: Emulate the AST2600A3Joel Stanley2021-09-201-7/+29
* misc/pca9552: Fix LED status register indexing in pca955x_get_led()Andrew Jeffery2021-09-201-1/+1
* hw/misc: zynq_slcr: Correctly compute output clocks in the reset exit phaseBin Meng2021-09-131-13/+18
* mac_via: add qdev gpios for nubus slot interrupts to VIA2Mark Cave-Ayland2021-09-081-0/+23
* mac_via: remove explicit viaN prefix from VIA IRQ gpiosMark Cave-Ayland2021-09-081-6/+3Star
* mac_via: remove mac_via deviceMark Cave-Ayland2021-09-081-65/+13Star
* mac_via: move VIA1 realize logic from mac_via_realize() to mos6522_q800_via1_...Mark Cave-Ayland2021-09-081-42/+44
* mac_via: move VIA1 reset logic from mac_via_reset() to mos6522_q800_via1_reset()Mark Cave-Ayland2021-09-081-14/+8Star
* mac_via: move q800 VIA1 timer variables to q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-15/+5Star
* mac_via: move ADB variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-86/+83Star
* mac_via: move PRAM/RTC variables to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-68/+67Star
* mac_via: move PRAM contents and block backend to MOS6522Q800VIA1StateMark Cave-Ayland2021-09-081-29/+30
* mac_via: move last_b variable into q800 VIA1 VMStateDescriptionMark Cave-Ayland2021-09-081-1/+1
* mac_via: introduce new VMStateDescription for q800 VIA1 and VIA2Mark Cave-Ayland2021-09-081-4/+24
* arm: Move M-profile RAS register block into its own devicePeter Maydell2021-09-012-0/+95
* Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell2021-07-119-1678/+52Star
|\
| * hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé2021-07-081-6/+6
| * hw/misc/auxbus: Replace i2c_send_recv() by i2c_recv() & i2c_send()Philippe Mathieu-Daudé2021-07-081-24/+11Star
| * hw/misc/auxbus: Replace 'is_write' boolean by its valuePhilippe Mathieu-Daudé2021-07-081-17/+11Star
| * hw/misc/auxbus: Explode READ_I2C / WRITE_I2C_MOT casesPhilippe Mathieu-Daudé2021-07-081-0/+53
| * hw/misc/auxbus: Fix MOT/classic I2C modePhilippe Mathieu-Daudé2021-07-081-3/+3
| * sensor: Move hardware sensors from misc to a sensor directoryCorey Minyard2021-06-176-1115/+0Star
| * adc: Move the max111x driver to the adc directoryCorey Minyard2021-06-173-240/+0Star
| * adc: Move the zynq-xadc file to the adc directoriesCorey Minyard2021-06-172-306/+1Star
* | hw/arm: Add basic power management to raspi.Nolan Leake2021-07-022-0/+161
* | softmmu/memory: Pass ram_flags to qemu_ram_alloc_from_fd()David Hildenbrand2021-06-151-3/+2Star
|/
* arm: Consistently use "Cortex-Axx", not "Cortex Axx"Peter Maydell2021-06-031-1/+1
* docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-022-2/+2
* Drop the deprecated unicore32 targetMarkus Armbruster2021-05-122-162/+0Star
* Drop the deprecated lm32 targetMarkus Armbruster2021-05-124-731/+0Star
* hw/misc/mps2-scc: Support using CFG0 bit 0 for remappingPeter Maydell2021-05-101-3/+10
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell2021-05-0515-15/+1Star
|\
| * Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
| * hw: Do not include qemu/log.h if it is not necessaryThomas Huth2021-05-025-5/+0Star
| * hw: Do not include hw/irq.h if it is not necessaryThomas Huth2021-05-022-2/+0Star
| * hw: Remove superfluous includes of hw/hw.hThomas Huth2021-05-025-5/+0Star
| * hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé2021-05-021-1/+1
* | hw/misc/aspeed_xdma: Add AST2600 supportCédric Le Goater2021-05-011-23/+101
* | hw: Model ASPEED's Hash and Crypto EngineJoel Stanley2021-05-012-0/+390
|/
* hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* Merge remote-tracking branch 'remotes/vivier/tags/q800-for-6.0-pull-request' ...Peter Maydell2021-03-182-121/+77Star
|\
| * mac_via: remove VIA1 timer optimisationsMark Cave-Ayland2021-03-161-39/+4Star
| * mac_via: fix 60Hz VIA1 timer intervalMark Cave-Ayland2021-03-161-2/+9
| * mac_via: rename VBL timer to 60Hz timerMark Cave-Ayland2021-03-161-20/+21
| * mac_via: don't re-inject ADB response when switching to IDLE stateMark Cave-Ayland2021-03-161-51/+27Star