summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hvf: Make hvf_get_segments() / hvf_put_segments() localPhilippe Mathieu-Daudé2022-03-152-4/+2Star
* hvf: Use standard CR0 and CR4 register definitionsCameron Esfahani2022-03-155-47/+15Star
* tests/fp/berkeley-testfloat-3: Ignore ignored #pragma directivesPhilippe Mathieu-Daudé2022-03-151-0/+5
* configure: Allow passing extra Objective C compiler flagsPhilippe Mathieu-Daudé2022-03-152-0/+13
* Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2022-03-1510-17/+1584
|\
| * vdpa: Expose VHOST_F_LOG_ALL on SVQEugenio Pérez2022-03-152-4/+36
| * vdpa: Never set log_base addr if SVQ is enabledEugenio Pérez2022-03-151-1/+2
| * vdpa: Adapt vhost_vdpa_get_vring_base to SVQEugenio Pérez2022-03-151-0/+17
| * vdpa: Add custom IOTLB translations to SVQEugenio Pérez2022-03-154-30/+187
| * vhost: Add VhostIOVATreeEugenio Pérez2022-03-153-1/+138
| * util: add iova_tree_find_iovaEugenio Pérez2022-03-152-1/+53
| * util: Add iova_tree_alloc_mapEugenio Pérez2022-03-152-0/+154
| * 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-154-2/+215
| * vhost: Add VhostShadowVirtqueueEugenio Pérez2022-03-153-1/+91
| * virtio-net: fix map leaking on error during receiveJason Wang2022-03-151-0/+1
* | Merge tag 'pull-tcg-20220314' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell2022-03-142-5/+19
|\ \ | |/ |/|
| * tcg/arm: Don't emit UNPREDICTABLE LDRD with Rm == Rt or Rt+1Richard Henderson2022-03-141-2/+15
| * tcg/s390x: Fix tcg_out_dup_vec vs general registersRichard Henderson2022-03-141-0/+1
| * tcg/s390x: Fix INDEX_op_bitsel_vec vs VSELRichard Henderson2022-03-141-1/+1
| * tcg/s390x: Fix tcg_out_dupi_vec vs VGMRichard Henderson2022-03-141-2/+2
* | Merge tag 'i2c-20220314' of https://github.com/philmd/qemu into stagingPeter Maydell2022-03-141-1/+6
|\ \ | |/ |/|
| * hw/nvram: at24 return 0xff if 1 byte addressPatrick Venture2022-03-141-1/+6
|/
* Merge remote-tracking branch 'remotes/quic/tags/pull-hex-20220312-1' into sta...Peter Maydell2022-03-1313-83/+1474
|\
| * target/hexagon: remove unused variableZongyuan Li2022-03-121-5/+1Star
| * Hexagon (target/hexagon) assignment to c4 should wait until packet commitTaylor Simpson2022-03-122-5/+47
| * Hexagon (target/hexagon) fix bug in conv_df2uw_chopTaylor Simpson2022-03-122-1/+5
| * Hexagon (tests/tcg/hexagon) fix inline asm in preg_alias.cTaylor Simpson2022-03-121-24/+22Star
| * Hexagon (tests/tcg/hexagon) update overflow testTaylor Simpson2022-03-121-1/+60
| * Hexagon (tests/tcg/hexagon) add floating point instructions to usr.cTaylor Simpson2022-03-121-0/+339
| * Hexagon (tests/tcg/hexagon) test instructions that might set bits in USRTaylor Simpson2022-03-122-1/+805
| * Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmaxTaylor Simpson2022-03-122-27/+66
| * Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_commonTaylor Simpson2022-03-123-7/+49
| * Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uoTaylor Simpson2022-03-121-4/+2Star
| * Hexagon HVX (target/hexagon) fix bug in HVX saturate instructionsTaylor Simpson2022-03-122-3/+72
| * Hexagon (target/hexagon) fix bug in circular addressingMichael Lambert2022-03-122-5/+6
|/
* Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-2022...Peter Maydell2022-03-1015-170/+474
|\
| * 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-092-14/+41
| * 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-092-1/+10
| * macfb: don't use special irq_state and irq_mask variables in MacfbStateMark Cave-Ayland2022-03-092-10/+7Star