aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne3-9/+31
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne1-1/+7
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne4-100/+157
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi36-1425/+7069
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi15-173/+248
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi10-46/+85
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau3-5/+15
2022-09-02tests/unit: Update test-io-channel-socket.c for WindowsBin Meng3-14/+48
2022-09-02chardev/char-socket: Update AF_UNIX for WindowsBin Meng1-2/+2
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng3-25/+20
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma1-2/+2
2022-09-02net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen3-10/+18
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez3-18/+0
2022-09-02vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez1-0/+40
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez2-0/+9
2022-09-02vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez1-21/+38
2022-09-02vdpa: Move command buffers map to start of net deviceEugenio Pérez1-65/+58
2022-09-02vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez1-1/+11
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez2-0/+5
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez2-0/+9
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez1-4/+7
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez1-3/+0
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez1-1/+2
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez1-6/+4
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez1-9/+8
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez1-2/+2
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez1-22/+10
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez1-0/+6
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez7-13/+13
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez1-7/+13
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez1-0/+4
2022-09-01Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi2-30/+65
2022-09-01target/i386: AVX+AES helpers prepPaul Brook1-19/+22
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook1-7/+22
2022-09-01target/i386: Rewrite blendv helpersPaul Brook1-62/+24
2022-09-01target/i386: Misc AVX helper prepPaul Brook1-49/+94
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook1-58/+43
2022-09-01target/i386: Dot product AVX helper prepPaul Brook1-35/+45
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook3-69/+78
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook1-41/+87
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook1-301/+269
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook1-86/+82
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook1-54/+27
2022-09-01target/i386: Rewrite vector shift helperPaul Brook1-131/+108
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini1-16/+16
2022-09-01target/i386: Add CHECK_NO_VEXPaul Brook1-0/+26
2022-09-01target/i386: do not cast gen_helper_* function pointersPaolo Bonzini1-38/+37
2022-09-01target/i386: Add size suffix to vector FP helpersPaolo Bonzini3-66/+67
2022-09-01target/i386: isolate MMX code morePaolo Bonzini1-18/+32
2022-09-01target/i386: check SSE table flags instead of hardcoding opcodesPaolo Bonzini1-44/+31