aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-27crypto: strengthen the check for key slots overlapping with LUKS headerDaniel P. Berrangé1-1/+1
2022-10-27crypto: validate that LUKS payload doesn't overlap with headerDaniel P. Berrangé1-0/+7
2022-10-27crypto: enforce that key material doesn't overlap with LUKS headerDaniel P. Berrangé1-0/+8
2022-10-27crypto: enforce that LUKS stripes is always a fixed valueDaniel P. Berrangé1-2/+3
2022-10-27crypto: sanity check that LUKS header strings are NUL-terminatedDaniel P. Berrangé1-0/+18
2022-10-27tests: avoid DOS line endings in PSK fileDaniel P. Berrangé1-6/+5
2022-10-27crypto: check for and report errors setting PSK credentialsDaniel P. Berrangé1-3/+13
2022-10-27scripts: check if .git exists before checking submodule statusDaniel P. Berrangé1-6/+6
2022-10-26seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik2-0/+22
2022-10-26io/channel-watch: Fix socket watch on WindowsBin Meng1-4/+0
2022-10-26io/channel-watch: Drop the unnecessary castBin Meng1-3/+3
2022-10-26io/channel-watch: Drop a superfluous '#ifdef WIN32'Bin Meng1-2/+0
2022-10-26util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary filesBin Meng1-3/+2
2022-10-26crypto/luks: Support creating LUKS image on DarwinJungmin Park1-0/+23
2022-10-24Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta...Stefan Hajnoczi7-1177/+1867
2022-10-24Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi11-102/+247
2022-10-24Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ...Stefan Hajnoczi5-63/+130
2022-10-24tests/9p: remove unnecessary g_strdup() callsChristian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tunlinkat() and do_unlinkat()Christian Schoenebeck3-28/+64
2022-10-24tests/9p: merge v9fs_tlink() and do_hardlink()Christian Schoenebeck3-27/+73
2022-10-24tests/9p: merge v9fs_tsymlink() and do_symlink()Christian Schoenebeck3-26/+73
2022-10-24tests/9p: merge v9fs_tlcreate() and do_lcreate()Christian Schoenebeck3-35/+79
2022-10-24tests/9p: merge v9fs_tmkdir() and do_mkdir()Christian Schoenebeck3-30/+78
2022-10-24tests/9p: convert v9fs_tflush() to declarative argumentsChristian Schoenebeck3-7/+47
2022-10-24tests/9p: simplify callers of twrite()Christian Schoenebeck1-6/+3
2022-10-24tests/9p: convert v9fs_twrite() to declarative argumentsChristian Schoenebeck3-15/+72
2022-10-24tests/9p: simplify callers of tlopen()Christian Schoenebeck1-33/+10
2022-10-24tests/9p: convert v9fs_tlopen() to declarative argumentsChristian Schoenebeck3-14/+69
2022-10-24tests/9p: simplify callers of treaddir()Christian Schoenebeck1-10/+11
2022-10-24tests/9p: convert v9fs_treaddir() to declarative argumentsChristian Schoenebeck3-11/+65
2022-10-24tests/9p: simplify callers of tgetattr()Christian Schoenebeck1-15/+7
2022-10-24tests/9p: convert v9fs_tgetattr() to declarative argumentsChristian Schoenebeck3-10/+63
2022-10-24tests/9p: simplify callers of tattach()Christian Schoenebeck1-11/+8
2022-10-24tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid()Christian Schoenebeck3-44/+88
2022-10-24tests/9p: merge v9fs_tversion() and do_version()Christian Schoenebeck3-27/+68
2022-10-24tests/9p: simplify callers of twalk()Christian Schoenebeck1-60/+32
2022-10-24tests/9p: merge *walk*() functionsChristian Schoenebeck3-140/+198
2022-10-249pfs: use GHashTable for fid tableLinus Heckemann2-84/+112
2022-10-24tests/9p: split virtio-9p-test.c into tests and 9p client partChristian Schoenebeck4-744/+849
2022-10-24fsdev/virtfs-proxy-helper: Use g_mkdir()Bin Meng1-1/+2
2022-10-24m68k: write bootinfo as rom section and re-randomize on rebootJason A. Donenfeld3-59/+111
2022-10-22target/i386: implement FMA instructionsPaolo Bonzini8-3/+135
2022-10-21m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld4-6/+21
2022-10-20Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi20-603/+914
2022-10-20target/i386: implement F16C instructionsPaolo Bonzini9-6/+89
2022-10-20target/i386: introduce function to set rounding mode from FPCW or MXCSR bitsPaolo Bonzini2-95/+25
2022-10-20target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1]Paolo Bonzini1-1/+1
2022-10-20hw/ide/microdrive: Use device_cold_reset() for self-resetsPeter Maydell1-4/+4
2022-10-20target/arm: Enable TARGET_TB_PCRELRichard Henderson6-71/+178
2022-10-20target/arm: Introduce gen_pc_plus_diff for aarch32Richard Henderson1-17/+21