aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-15vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez2-4/+36
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érez4-30/+187
2022-03-15vhost: Add VhostIOVATreeEugenio Pérez3-1/+138
2022-03-15util: add iova_tree_find_iovaEugenio Pérez2-1/+53
2022-03-15util: Add iova_tree_alloc_mapEugenio Pérez2-0/+154
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érez4-2/+215
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-14Merge tag 'i2c-20220314' of https://github.com/philmd/qemu into stagingPeter Maydell1-1/+6
2022-03-14hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture1-1/+6
2022-03-13Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20220312-1' into sta...Peter Maydell13-83/+1474
2022-03-12target/hexagon: remove unused variableZongyuan Li1-5/+1
2022-03-12Hexagon (target/hexagon) assignment to c4 should wait until packet commitTaylor Simpson2-5/+47
2022-03-12Hexagon (target/hexagon) fix bug in conv_df2uw_chopTaylor Simpson2-1/+5
2022-03-12Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.cTaylor Simpson1-24/+22
2022-03-12Hexagon (tests/tcg/hexagon) update overflow testTaylor Simpson1-1/+60
2022-03-12Hexagon (tests/tcg/hexagon) add floating point instructions to usr.cTaylor Simpson1-0/+339
2022-03-12Hexagon (tests/tcg/hexagon) test instructions that might set bits in USRTaylor Simpson2-1/+805
2022-03-12Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmaxTaylor Simpson2-27/+66
2022-03-12Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_commonTaylor Simpson3-7/+49
2022-03-12Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uoTaylor Simpson1-4/+2
2022-03-12Hexagon HVX (target/hexagon) fix bug in HVX saturate instructionsTaylor Simpson2-3/+72
2022-03-12Hexagon (target/hexagon) fix bug in circular addressingMichael Lambert2-5/+6
2022-03-10Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...Peter Maydell15-170/+474
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/pmbus-20220308' into stagingPeter Maydell10-14/+948
2022-03-09Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/linux-user-for-7.0-...Peter Maydell3-7/+6
2022-03-09Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20220308' int...Peter Maydell7-49/+114
2022-03-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20220308' i...Peter Maydell4-0/+0
2022-03-09Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2022-03-07' into st...Peter Maydell17-69/+268
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-Ayland2-14/+41
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-Ayland2-1/+10
2022-03-09macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2-10/+7
2022-03-09macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusStateMark Cave-Ayland1-2/+22
2022-03-09macio/pmu.c: remove redundant codeMark Cave-Ayland2-35/+0
2022-03-09mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQsMark Cave-Ayland4-12/+109
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-Ayland2-2/+10