aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-21target/microblaze: Add gdbstub xmlRichard Henderson9-12/+125
2023-02-21linux-user/microblaze: Handle privileged exceptionIlya Leoshkevich1-2/+8
2023-02-21cpus: Make {start,end}_exclusive() recursiveIlya Leoshkevich2-4/+12
2023-02-21linux-user: Always exit from exclusive state in fork_end()Ilya Leoshkevich2-4/+7
2023-02-21linux-user/sparc: Raise SIGILL for all unhandled software trapsRichard Henderson1-0/+8
2023-02-21accel/tcg: Allow the second page of an instruction to be MMIORichard Henderson1-2/+10
2023-02-21Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell13-61/+272
2023-02-21Merge tag 'pr-2023-02-16' of https://gitlab.com/a1xndr/qemu into stagingPeter Maydell14-404/+71
2023-02-20Merge tag 'vfio-updates-20230216.0' of https://gitlab.com/alex.williamson/qem...Peter Maydell19-596/+612
2023-02-20Merge tag 'pull-virtiofs-20230216b' of https://gitlab.com/dagrh/qemu into sta...Peter Maydell35-13990/+13
2023-02-20Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell25-128/+295
2023-02-17hbitmap: fix hbitmap_status() return value for first dirty bit caseAndrey Zhadchenko2-2/+2
2023-02-17block/file-posix: don't use functions calling AIO_WAIT_WHILE in worker threadsEmanuele Giuseppe Esposito1-1/+1
2023-02-17MAINTAINERS: drop Vladimir from parallels block driverVladimir Sementsov-Ogievskiy1-2/+0
2023-02-17block: temporarily hold the new AioContext of bs_top in bdrv_append()Stefano Garzarella1-0/+23
2023-02-17block: Handle curl 7.55.0, 7.85.0 version changesAnton Johansson1-7/+37
2023-02-17block: Assert non-coroutine context for bdrv_open_inherit()Kevin Wolf1-7/+6
2023-02-17block: Fix bdrv_co_create_opts_simple() to open images with no_co_wrapperKevin Wolf1-2/+2
2023-02-17vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17vmdk: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-10/+12
2023-02-17vhdx: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17vdi: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17qed: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17qcow2: Fix open/create to open images with no_co_wrapperKevin Wolf1-21/+22
2023-02-17qcow: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17parallels: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-5/+5
2023-02-17luks: Fix .bdrv_co_create(_opts) to open images with no_co_wrapperKevin Wolf1-10/+9
2023-02-17block: Create no_co_wrappers for open functionsKevin Wolf3-13/+44
2023-02-17block-coroutine-wrapper: Introduce no_co_wrapperKevin Wolf2-11/+86
2023-02-17curl: Fix error path in curl_open()Hanna Czenczek1-2/+4
2023-02-17configure: Enable -Wthread-safety if presentKevin Wolf1-0/+1
2023-02-17bsd-user/mmap: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2-4/+6
2023-02-17util/qemu-thread-posix: use TSA_NO_TSA to suppress clang TSA warnings in FreeBSDEmanuele Giuseppe Esposito2-6/+10
2023-02-17vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag checkEugenio PĂ©rez1-1/+1
2023-02-17net: stream: add a new option to automatically reconnectLaurent Vivier4-5/+162
2023-02-17vmnet: stop recieving events when VM is stoppedJoelle van Dyne2-13/+37
2023-02-17net: Increase L2TPv3 buffer to fit jumboframesChristian Svensson1-1/+1
2023-02-17hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a valueFiona Ebner1-1/+1
2023-02-17hw/net/lan9118: log [read|write]b when mode_16bit is enabled rather than abortQiang Liu1-9/+8
2023-02-17net: Replace "Supported NIC models" with "Available NIC models"Thomas Huth1-1/+1
2023-02-17net: Restore printing of the help text with "-nic help"Thomas Huth1-2/+12
2023-02-17net: Move the code to collect available NIC models to a separate functionThomas Huth3-28/+49
2023-02-16docs/fuzz: remove mentions of fork-based fuzzingAlexander Bulekov1-20/+2
2023-02-16fuzz: remove fork-fuzzing scaffoldingAlexander Bulekov5-127/+3
2023-02-16fuzz/i440fx: remove fork-based fuzzerAlexander Bulekov1-26/+1
2023-02-16fuzz/virtio-blk: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/virtio-net: remove fork-based fuzzerAlexander Bulekov1-49/+5
2023-02-16fuzz/virtio-scsi: remove fork-based fuzzerAlexander Bulekov1-44/+7
2023-02-16fuzz/generic-fuzz: add a limit on DMA bytes writtenAlexander Bulekov1-0/+5
2023-02-16fuzz/generic-fuzz: use reboots instead of forks to reset stateAlexander Bulekov1-92/+22