aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27tests/qtest: libqtest: Exclude the *_fds APIs for win32Bin Meng2-1/+17
2022-09-27tests/qtest: libqtest: Adapt global_qtest declaration for win32Xuzhou Cheng1-0/+4
2022-09-27tests/qtest: qmp-test: Skip running test_qmp_oob for win32Bin Meng1-0/+7
2022-09-27tests/qtest: Build test-filter-{mirror, redirector} cases for posix onlyBin Meng1-20/+16
2022-09-27tests/qtest: Skip running virtio-net-test cases that require socketpair() for...Bin Meng1-7/+6
2022-09-27tests: vhost-user-bridge: Avoid using hardcoded /tmpBin Meng1-2/+1
2022-09-27tests/unit: test-qga: Avoid using hardcoded /tmpBin Meng1-1/+1
2022-09-27tests/unit: test-image-locking: Avoid using hardcoded /tmpBin Meng1-4/+4
2022-09-27tests/qtest: libqtest: Avoid using hardcoded /tmpBin Meng1-4/+8
2022-09-27tests/qtest: virtio-scsi-test: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-27tests/qtest: virtio-blk-test: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-27tests/qtest: vhost-user-blk-test: Avoid using hardcoded /tmpBin Meng1-1/+2
2022-09-27tests/qtest: ide-test: Avoid using hardcoded /tmpBin Meng1-4/+6
2022-09-27tests/qtest: virtio_blk_fuzz: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-27tests/qtest: generic_fuzz: Avoid using hardcoded /tmpBin Meng1-2/+2
2022-09-27tests/qtest: fdc-test: Avoid using hardcoded /tmpBin Meng1-2/+3
2022-09-27tests/qtest: cxl-test: Avoid using hardcoded /tmpBin Meng1-9/+6
2022-09-27tests/qtest: boot-serial-test: Avoid using hardcoded /tmpBin Meng1-4/+4
2022-09-27tests/qtest: aspeed_smc-test: Avoid using hardcoded /tmpBin Meng1-3/+2
2022-09-27tests/qtest: ahci-test: Avoid using hardcoded /tmpBin Meng1-8/+11
2022-09-27tests/qtest: i440fx-test: Rewrite create_blob_file() to be portableBin Meng1-40/+14
2022-09-27Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi4-50/+157
2022-09-27Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi4-10/+19
2022-09-27Merge tag 'pull-request-2022-09-26' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi53-269/+1287
2022-09-27Merge tag 'kraxel-20220927-pull-request' of https://gitlab.com/kraxel/qemu in...Stefan Hajnoczi31-205/+903
2022-09-27Merge tag 'pull-riscv-to-apply-20220927' of https://github.com/alistair23/qem...Stefan Hajnoczi22-282/+531
2022-09-27virtio: del net client if net_init_tap_one failedlu zhipeng1-6/+12
2022-09-27vdpa: Allow MQ feature in SVQEugenio Pérez1-0/+1
2022-09-27virtio-net: Update virtio-net curr_queue_pairs in vdpa backendsEugenio Pérez1-11/+6
2022-09-27vdpa: validate MQ CVQ commandsEugenio Pérez1-0/+9
2022-09-27vdpa: Add vhost_vdpa_net_load_mqEugenio Pérez1-0/+26
2022-09-27vdpa: extract vhost_vdpa_net_load_mac from vhost_vdpa_net_loadEugenio Pérez1-22/+40
2022-09-27vdpa: Make VhostVDPAState cvq_cmd_in_buffer control ack typeEugenio Pérez1-11/+12
2022-09-27e1000e: set RX desc status with DD flag in a separate operationDing Hui1-1/+52
2022-09-27virtio-gpu: update scanout if there is any area covered by the rectDongwon Kim1-3/+4
2022-09-27hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)Philippe Mathieu-Daudé1-3/+3
2022-09-27audio: remove abort() in audio_bug()Volker Rümelin1-1/+0
2022-09-27Revert "audio: Log context for audio bug"Volker Rümelin2-24/+28
2022-09-27audio: Add sndio backendAlexandre Ratchov10-5/+632
2022-09-27usbnet: Report link-up via interrupt endpoint in CDC-ECM modeMichael Brown1-6/+21
2022-09-27usbnet: Detect short packets as sent by the xHCI controllerMichael Brown1-1/+1
2022-09-27usbnet: Accept mandatory USB_CDC_SET_ETHERNET_PACKET_FILTER requestMichael Brown1-0/+6
2022-09-27usbnet: Add missing usb_wakeup() call in usbnet_receive()Michael Brown1-0/+3
2022-09-27hcd-xhci: drop operation with secondary stream arrays enabledQiang Liu1-1/+3
2022-09-27usb/msd: add usb_msd_fatal_error() and fix guest-triggerable assertGerd Hoffmann3-1/+31
2022-09-27usb/msd: move usb_msd_packet_complete()Gerd Hoffmann1-12/+14
2022-09-27target/riscv: rvv-1.0: vf[w]redsum distinguish between ordered/unorderedYang Liu4-15/+31
2022-09-27target/riscv: rvv-1.0: Simplify vfwredsum codeYang Liu1-46/+10
2022-09-27target/riscv: debug: Add initial support of type 6 triggerFrank Chang2-4/+188
2022-09-27target/riscv: debug: Check VU/VS modes for type 2 triggerFrank Chang1-0/+10