aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-06tests/tcg/i386: Move smc_code2 to an executable sectionRichard Henderson1-1/+1
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich1-2/+4
2022-09-06linux-user: Honor PT_GNU_STACKRichard Henderson3-1/+20
2022-09-06linux-user/x86_64: Allocate vsyscall page as a commpageRichard Henderson1-0/+23
2022-09-06linux-user/hppa: Allocate page zero as a commpageRichard Henderson1-3/+31
2022-09-06linux-user/arm: Mark the commpage executableRichard Henderson2-3/+7
2022-09-05Merge tag 'pull-or1k-20220904' of https://github.com/stffrdhrn/qemu into stagingStefan Hajnoczi23-114/+1017
2022-09-04docs/system: openrisc: Add OpenRISC documentationStafford Horne6-0/+197
2022-09-04hw/openrisc: virt: pass random seed to fdtJason A. Donenfeld1-0/+6
2022-09-04target/openrisc: Interrupt handling fixesStafford Horne2-1/+7
2022-09-04target/openrisc: Enable MTTCGStafford Horne3-1/+9
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne1-1/+3
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne1-1/+21
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne2-6/+157
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne4-0/+428
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