aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-11vfio/migration: Add P2P support for VFIO migrationAvihai Horon4-41/+105
2023-09-11vfio/migration: Refactor PRE_COPY and RUNNING state checksJoao Martins3-10/+24
2023-09-11qdev: Add qdev_add_vm_change_state_handler_full()Avihai Horon2-1/+16
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon2-0/+44
2023-09-11vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()Avihai Horon1-6/+13
2023-09-08Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi164-327/+272
2023-09-08Merge tag 'pull-nbd-2023-09-07-v2' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi24-216/+325
2023-09-08qemu-nbd: document -v behavior in respect to --fork in manDenis V. Lunev1-1/+3
2023-09-08qemu-nbd: Restore "qemu-nbd -v --fork" outputDenis V. Lunev1-4/+20
2023-09-08Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi19-6/+4843
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-09-08tests/qtest/usb-hcd: Remove the empty "init" testsThomas Huth2-11/+0
2023-09-08target/ppc: use g_free() in test_opcode_table()Daniel Henrique Barboza1-1/+1
2023-09-08hw/ppc: use g_free() in spapr_tce_table_post_load()Daniel Henrique Barboza1-1/+1
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth9-75/+18
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-09-08tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size testMarkus Armbruster1-1/+1
2023-09-08docs tests: Fix use of migrate_set_parameterMarkus Armbruster4-11/+11
2023-09-08qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom optionsThomas Huth1-8/+12
2023-09-08hw/display/xlnx_dp: update commentsPeter Maydell1-3/+6
2023-09-08block: spelling fixesMichael Tokarev13-18/+18
2023-09-08misc/other: spelling fixesMichael Tokarev11-23/+23
2023-09-08qga/: spelling fixesMichael Tokarev6-8/+8
2023-09-08tests/: spelling fixesMichael Tokarev49-69/+69
2023-09-08scripts/: spelling fixesMichael Tokarev9-12/+12
2023-09-08include/: spelling fixesMichael Tokarev23-29/+29
2023-09-08audio: spelling fixesMichael Tokarev5-10/+10
2023-09-08xen: spelling fixMichael Tokarev1-1/+1
2023-09-08riscv: spelling fixesMichael Tokarev11-21/+21
2023-09-08hexagon: spelling fixesMichael Tokarev10-19/+19
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth4-4/+4
2023-09-07qemu-nbd: invent nbd_client_release_pipe() helperDenis V. Lunev1-11/+12
2023-09-07qemu-nbd: put saddr into into struct NbdClientOptsDenis V. Lunev1-6/+7
2023-09-07qemu-nbd: move srcpath into struct NbdClientOptsDenis V. Lunev1-8/+9
2023-09-07qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not definedDenis V. Lunev1-33/+27
2023-09-07qemu-nbd: improve error message for dup2 errorDenis V. Lunev1-2/+2
2023-09-07util/iov: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi16-126/+226
2023-09-07io: check there are no qio_channel_yield() coroutines during ->finalize()Stefan Hajnoczi1-0/+4
2023-09-07nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi1-8/+3
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi4-9/+6
2023-09-07qemu-iotests/197: use more generic commands for formats other than qcow2Andrey Drobyshev2-14/+12
2023-09-07tests/qtest: Introduce tests for UFSblockJeuk Kim3-0/+589
2023-09-07hw/ufs: Support for UFS logical unitJeuk Kim6-7/+1761
2023-09-07hw/ufs: Support for Query Transfer RequestsJeuk Kim3-2/+1033
2023-09-07hw/ufs: Initial commit for emulated Universal-Flash-StorageJeuk Kim14-0/+1461
2023-09-07iothread: Set the GSource "name" fieldFabiano Rosas1-6/+8
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi64-774/+550
2023-09-07Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi4-63/+163