aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-08target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINEAaron Lindsay4-2/+27
2023-09-08target/arm: Inform helpers whether a PAC instruction is 'combined'Aaron Lindsay3-19/+68
2023-09-08target/arm: Implement FEAT_Pauth2Aaron Lindsay3-5/+19
2023-09-08target/arm: Implement FEAT_EPACAaron Lindsay3-6/+13
2023-09-08target/arm: Implement FEAT_PACQARMA3Richard Henderson7-23/+94
2023-09-08target/arm: Don't change pauth features when changing algorithmRichard Henderson2-25/+47
2023-09-08target/arm: Add feature detection for FEAT_Pauth2 and extensionsAaron Lindsay2-9/+40
2023-09-08target/arm: Add ID_AA64ISAR2_EL1Aaron Lindsay4-2/+6
2023-09-08tests/tcg/aarch64: Adjust pauth tests for FEAT_FPACRichard Henderson5-13/+98
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