summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
...
* | | vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-153-30/+184
* | | vhost: Add VhostIOVATreeEugenio Pérez2022-03-153-1/+138
* | | vhost: Shadow virtqueue buffers forwardingEugenio Pérez2022-03-153-11/+522
* | | vdpa: adapt vhost_ops callbacks to svqEugenio Pérez2022-03-151-7/+41
* | | virtio: Add vhost_svq_get_vring_addrEugenio Pérez2022-03-152-0/+38
* | | vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez2022-03-153-0/+61
* | | vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez2022-03-153-2/+71
* | | vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez2022-03-153-2/+211
* | | vhost: Add VhostShadowVirtqueueEugenio Pérez2022-03-153-1/+91
* | | virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
| |/ |/|
* | hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture2022-03-141-1/+6
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...Peter Maydell2022-03-108-129/+389
|\
| * esp: recreate ESPState current_req after migrationMark Cave-Ayland2022-03-091-0/+10
| * esp: include the current PDMA callback in the migration streamMark Cave-Ayland2022-03-091-0/+31
| * esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland2022-03-091-13/+31
| * esp: introduce esp_pdma_cb() functionMark Cave-Ayland2022-03-091-2/+7
| * esp: introduce esp_set_pdma_cb() functionMark Cave-Ayland2022-03-091-7/+12
| * macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland2022-03-091-0/+8
| * macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland2022-03-091-0/+2
| * macfb: increase number of registers saved in MacfbStateMark Cave-Ayland2022-03-091-0/+8
| * macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2022-03-091-8/+7Star
| * macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland2022-03-091-2/+22
| * macio/pmu.c: remove redundant codeMark Cave-Ayland2022-03-091-33/+0Star
| * mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland2022-03-093-12/+94
| * mac_via: make SCSI_DATA (DRQ) bit live rather than latchedMark Cave-Ayland2022-03-091-1/+16
| * mos6522: record last_irq_levels in mos6522_set_irq()Mark Cave-Ayland2022-03-091-2/+9
| * mos6522: add "info via" HMP command for debuggingMark Cave-Ayland2022-03-091-0/+103
| * mos6522: add register names to register read/write trace eventsMark Cave-Ayland2022-03-092-5/+12
| * mos6522: use device_class_set_parent_reset() to propagate reset to parentMark Cave-Ayland2022-03-094-5/+9
| * mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClassMark Cave-Ayland2022-03-091-9/+0Star
| * mos6522: switch over to use qdev gpios for IRQsMark Cave-Ayland2022-03-094-51/+29Star
* | Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into stagingPeter Maydell2022-03-095-13/+384
|\ \
| * | hw/sensor: add Renesas raa228000 deviceTitus Rwantare2022-03-081-0/+50
| * | hw/sensor: add Renesas raa229004 PMBus deviceTitus Rwantare2022-03-081-0/+18
| * | hw/sensor: add Intersil ISL69260 device modelTitus Rwantare2022-03-084-0/+217
| * | hw/i2c: Added linear mode translation for pmbus devicesShengtan Mao2022-03-081-0/+18
| * | hw/i2c: pmbus: refactor uint handlingTitus Rwantare2022-03-081-9/+9
| * | hw/i2c: pmbus: add PEC unsupported warningTitus Rwantare2022-03-081-0/+5
| * | hw/i2c: pmbus: fix error returns and guard against out of range accessesTitus Rwantare2022-03-081-4/+43
| * | hw/i2c: pmbus: add registersTitus Rwantare2022-03-081-0/+24
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...Peter Maydell2022-03-096-47/+113
|\ \ \
| * | | hw: aspeed_gpio: Cleanup stray semicolon after switchAndrew Jeffery2022-03-081-1/+1
| * | | hw/arm/aspeed: add Bletchley machine typePatrick Williams2022-03-081-0/+76
| * | | hw/arm/aspeed: allow missing spi_modelPatrick Williams2022-03-081-1/+5
| * | | hw/block: m25p80: Add support for w25q01jvqPatrick Williams2022-03-081-0/+1
| * | | aspeed/smc: Fix error logCédric Le Goater2022-03-081-1/+1
| * | | aspeed/smc: Let the SSI core layer define the bus nameCédric Le Goater2022-03-081-1/+1
| * | | aspeed/smc: Rename 'max_peripherals' to 'cs_num_max'Cédric Le Goater2022-03-081-21/+21
| * | | aspeed/smc: Remove 'num_cs' fieldCédric Le Goater2022-03-084-13/+0Star
| * | | aspeed: Rework aspeed_board_init_flashes() interfaceCédric Le Goater2022-03-081-6/+5Star