aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-3/+11
2022-03-15Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell5-124/+24
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)3-3/+11
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez1-4/+35
2022-03-15vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez1-1/+2
2022-03-15vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez1-0/+17
2022-03-15vdpa: Add custom IOTLB translations to SVQEugenio Pérez3-30/+184
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez3-1/+138
2022-03-15vhost: Shadow virtqueue buffers forwardingEugenio Pérez3-11/+522
2022-03-15vdpa: adapt vhost_ops callbacks to svqEugenio Pérez1-7/+41
2022-03-15virtio: Add vhost_svq_get_vring_addrEugenio Pérez2-0/+38
2022-03-15vhost: Add vhost_svq_valid_features to shadow vqEugenio Pérez3-0/+61
2022-03-15vhost: Add Shadow VirtQueue call forwarding capabilitiesEugenio Pérez3-2/+71
2022-03-15vhost: Add Shadow VirtQueue kick forwarding capabilitiesEugenio Pérez3-2/+211
2022-03-15vhost: Add VhostShadowVirtqueueEugenio Pérez3-1/+91
2022-03-15virtio-net: fix map leaking on error during receiveJason Wang1-0/+1
2022-03-14ppc/pnv: Remove user-created PHB{3,4,5} devicesCédric Le Goater4-117/+10
2022-03-14ppc/pnv: Always create the PHB5 PEC devicesFrederic Barrat1-3/+1
2022-03-14ppc/pnv: Introduce a pnv-phb5 device to match root portFrederic Barrat2-4/+12
2022-03-14ppc/xive2: Make type Xive2EndSource not user creatableCédric Le Goater1-0/+1
2022-03-14hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture1-1/+6
2022-03-10Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...Peter Maydell8-129/+389
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into stagingPeter Maydell5-13/+384
2022-03-09Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...Peter Maydell6-47/+113
2022-03-09esp: recreate ESPState current_req after migrationMark Cave-Ayland1-0/+10
2022-03-09esp: include the current PDMA callback in the migration streamMark Cave-Ayland1-0/+31
2022-03-09esp: convert ESPState pdma_cb from a function pointer to an integerMark Cave-Ayland1-13/+31
2022-03-09esp: introduce esp_pdma_cb() functionMark Cave-Ayland1-2/+7
2022-03-09esp: introduce esp_set_pdma_cb() functionMark Cave-Ayland1-7/+12
2022-03-09macfb: set initial value of mode control registers in macfb_common_realize()Mark Cave-Ayland1-0/+8
2022-03-09macfb: add VMStateDescription fields for display type and VBL timerMark Cave-Ayland1-0/+2
2022-03-09macfb: increase number of registers saved in MacfbStateMark Cave-Ayland1-0/+8
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland1-8/+7
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland1-2/+22
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-Ayland3-12/+94
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-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell18-137/+113
2022-03-08Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell31-153/+719
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow15-22/+16
2022-03-08hw/isa: Drop unused attributes from ISADeviceBernhard Beschow1-13/+0
2022-03-08hw/isa/isa-bus: Remove isabus_dev_print()Bernhard Beschow1-16/+0
2022-03-08hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow1-4/+22
2022-03-08hw/rtc/m48t59-isa: QOM'ify IRQ numberBernhard Beschow1-1/+8