summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: split off helpers for converting LUKS header endianessDaniel P. Berrangé2022-10-272-32/+53
| * | | crypto: split LUKS header definitions off into fileDaniel P. Berrangé2022-10-272-93/+138
| * | | crypto: check that LUKS PBKDF2 iterations count is non-zeroDaniel P. Berrangé2022-10-271-0/+11
| * | | crypto: strengthen the check for key slots overlapping with LUKS headerDaniel P. Berrangé2022-10-271-1/+1
| * | | crypto: validate that LUKS payload doesn't overlap with headerDaniel P. Berrangé2022-10-271-0/+7
| * | | crypto: enforce that key material doesn't overlap with LUKS headerDaniel P. Berrangé2022-10-271-0/+8
| * | | crypto: enforce that LUKS stripes is always a fixed valueDaniel P. Berrangé2022-10-271-2/+3
| * | | crypto: sanity check that LUKS header strings are NUL-terminatedDaniel P. Berrangé2022-10-271-0/+18
| * | | tests: avoid DOS line endings in PSK fileDaniel P. Berrangé2022-10-271-6/+5Star
| * | | crypto: check for and report errors setting PSK credentialsDaniel P. Berrangé2022-10-271-3/+13
| * | | scripts: check if .git exists before checking submodule statusDaniel P. Berrangé2022-10-271-6/+6
| * | | seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik2022-10-262-0/+22
| * | | io/channel-watch: Fix socket watch on WindowsBin Meng2022-10-261-4/+0Star
| * | | io/channel-watch: Drop the unnecessary castBin Meng2022-10-261-3/+3
| * | | io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng2022-10-261-2/+0Star
| * | | util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng2022-10-261-3/+2Star
| * | | crypto/luks: Support creating LUKS image on DarwinJungmin Park2022-10-261-0/+23
* | | | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-3042-96/+1435
|\ \ \ \
| * | | | virtio-blk: use BDRV_REQ_REGISTERED_BUF optimization hintStefan Hajnoczi2022-10-262-14/+27
| * | | | blkio: implement BDRV_REQ_REGISTERED_BUF optimizationStefan Hajnoczi2022-10-261-3/+180
| * | | | stubs: add qemu_ram_block_from_host() and qemu_ram_get_fd()Stefan Hajnoczi2022-10-262-0/+14
| * | | | exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-262-0/+6
| * | | | block: add BlockRAMRegistrarStefan Hajnoczi2022-10-264-0/+97
| * | | | numa: use QLIST_FOREACH_SAFE() for RAM block notifiersStefan Hajnoczi2022-10-261-3/+6
| * | | | block: return errors from bdrv_register_buf()Stefan Hajnoczi2022-10-267-18/+52
| * | | | block: add BDRV_REQ_REGISTERED_BUF request flagStefan Hajnoczi2022-10-2616-37/+69
| * | | | block: use BdrvRequestFlags type for supported flag fieldsStefan Hajnoczi2022-10-261-4/+4
| * | | | block: pass size to bdrv_unregister_buf()Stefan Hajnoczi2022-10-267-11/+14
| * | | | numa: call ->ram_block_removed() in ram_block_notifer_remove()Stefan Hajnoczi2022-10-262-1/+21
| * | | | blkio: add libblkio block driverStefan Hajnoczi2022-10-268-4/+928
| * | | | coroutine: add flag to re-queue at front of CoQueueStefan Hajnoczi2022-10-262-4/+20
* | | | | Merge tag 'qga-pull-2022-10-26' of https://github.com/kostyanf14/qemu into st...Stefan Hajnoczi2022-10-308-440/+780
|\ \ \ \ \
| * | | | | qga: add channel path to error messagesBjørn Forsman2022-10-261-2/+2
| * | | | | qga: Add HW address getting for FreeBSDAlexander Ivanov2022-10-261-0/+15
| * | | | | qga: Move HW address getting to a separate functionAlexander Ivanov2022-10-263-42/+78
| * | | | | qga: Add support for user password setting in FreeBSDAlexander Ivanov2022-10-261-10/+25
| * | | | | qga: Add shutdown/halt/reboot support for FreeBSDAlexander Ivanov2022-10-261-0/+7
| * | | | | qga: Add UFS freeze/thaw support for FreeBSDAlexander Ivanov2022-10-265-164/+334
| * | | | | qga: Move Linux-specific FS freeze/thaw code to a separate fileAlexander Ivanov2022-10-264-272/+338
| * | | | | qga: Add initial FreeBSD supportAlexander Ivanov2022-10-264-2/+33
| |/ / / /
* | | | | Merge tag 'pull-target-arm-20221027' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2022-10-2738-255/+592
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mips/malta: pass RNG seed via env var and re-randomize on rebootJason A. Donenfeld2022-10-271-0/+27
| * | | | rx: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
| * | | | openrisc: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
| * | | | mips/boston: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
| * | | | m68k/q800: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-20/+13Star
| * | | | m68k/virt: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-9/+11
| * | | | riscv: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+3
| * | | | arm: re-randomize rng-seed on rebootJason A. Donenfeld2022-10-271-0/+2
| * | | | x86: do not re-randomize RNG seed on snapshot loadJason A. Donenfeld2022-10-271-1/+1