aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-04target/openrisc: Enable MTTCGStafford Horne
2022-09-04target/openrisc: Add interrupted CPU to logStafford Horne
2022-09-04hw/openrisc: Initialize timer time at startupStafford Horne
2022-09-04hw/openrisc: Add PCI bus support to virtStafford Horne
2022-09-04hw/openrisc: Add the OpenRISC virtual machineStafford Horne
2022-09-04goldfish_rtc: Add big-endian propertyStafford Horne
2022-09-04target/openrisc: Fix memory reading in debuggerStafford Horne
2022-09-04hw/openrisc: Split re-usable boot time apis out to boot.cStafford Horne
2022-09-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-09-02Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau
2022-09-02tests/unit: Update test-io-channel-socket.c for WindowsBin Meng
2022-09-02chardev/char-socket: Update AF_UNIX for WindowsBin Meng
2022-09-02util/qemu-sockets: Enable unix socket support on WindowsBin Meng
2022-09-02net: tulip: Restrict DMA engine to memoriesZheyu Ma
2022-09-02net/colo.c: Fix the pointer issue reported by Coverity.Zhang Chen
2022-09-02vdpa: Delete CVQ migration blockerEugenio Pérez
2022-09-02vdpa: Add virtio-net mac address via CVQ at startEugenio Pérez
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez
2022-09-02vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez
2022-09-02vdpa: Move command buffers map to start of net deviceEugenio Pérez
2022-09-02vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez
2022-09-02vhost: Do not depend on !NULL VirtQueueElement on vhost_svq_flushEugenio Pérez
2022-09-02vhost: Delete useless read memory barrierEugenio Pérez
2022-09-02vhost: use SVQ element ndescs instead of opaque data for desc validationEugenio Pérez
2022-09-02vhost: stop transfer elem ownership in vhost_handle_guest_kickEugenio Pérez
2022-09-02vdpa: Use ring hwaddr at vhost_vdpa_svq_unmap_ringEugenio Pérez
2022-09-02vhost: Always store new kick fd on vhost_svq_set_svq_kick_fdEugenio Pérez
2022-09-02vdpa: Make SVQ vring unmapping return voidEugenio Pérez
2022-09-02vdpa: Remove SVQ vring from iova_tree at shutdownEugenio Pérez
2022-09-02util: accept iova_tree_remove_parameter by valueEugenio Pérez
2022-09-02vdpa: do not save failed dma maps in SVQ iova treeEugenio Pérez
2022-09-02vdpa: Skip the maps not in the iova treeEugenio Pérez
2022-09-01Merge tag 'pull-avr-20220901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi
2022-09-01target/i386: AVX+AES helpers prepPaul Brook
2022-09-01target/i386: AVX pclmulqdq prepPaul Brook
2022-09-01target/i386: Rewrite blendv helpersPaul Brook
2022-09-01target/i386: Misc AVX helper prepPaul Brook
2022-09-01target/i386: Destructive FP helpers for AVXPaul Brook
2022-09-01target/i386: Dot product AVX helper prepPaul Brook
2022-09-01target/i386: reimplement AVX comparison helpersPaul Brook
2022-09-01target/i386: Floating point arithmetic helper AVX prepPaul Brook
2022-09-01target/i386: Destructive vector helpers for AVXPaul Brook
2022-09-01target/i386: Misc integer AVX helper prepPaul Brook
2022-09-01target/i386: Rewrite simple integer vector helpersPaul Brook
2022-09-01target/i386: Rewrite vector shift helperPaul Brook
2022-09-01target/i386: rewrite destructive 3DNow operationsPaolo Bonzini