Age | Commit message (Expand) | Author |
2022-10-27 | crypto: check that LUKS PBKDF2 iterations count is non-zero | Daniel P. Berrangé |
2022-10-27 | crypto: strengthen the check for key slots overlapping with LUKS header | Daniel P. Berrangé |
2022-10-27 | crypto: validate that LUKS payload doesn't overlap with header | Daniel P. Berrangé |
2022-10-27 | crypto: enforce that key material doesn't overlap with LUKS header | Daniel P. Berrangé |
2022-10-27 | crypto: enforce that LUKS stripes is always a fixed value | Daniel P. Berrangé |
2022-10-27 | crypto: sanity check that LUKS header strings are NUL-terminated | Daniel P. Berrangé |
2022-10-27 | tests: avoid DOS line endings in PSK file | Daniel P. Berrangé |
2022-10-27 | crypto: check for and report errors setting PSK credentials | Daniel P. Berrangé |
2022-10-27 | scripts: check if .git exists before checking submodule status | Daniel P. Berrangé |
2022-10-26 | seccomp: Get actual errno value from failed seccomp functions | Michal Privoznik |
2022-10-26 | io/channel-watch: Fix socket watch on Windows | Bin Meng |
2022-10-26 | io/channel-watch: Drop the unnecessary cast | Bin Meng |
2022-10-26 | io/channel-watch: Drop a superfluous '#ifdef WIN32' | Bin Meng |
2022-10-26 | util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files | Bin Meng |
2022-10-26 | crypto/luks: Support creating LUKS image on Darwin | Jungmin Park |
2022-10-24 | Merge tag 'pull-9p-20221024' of https://github.com/cschoenebeck/qemu into sta... | Stefan Hajnoczi |
2022-10-24 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2022-10-24 | Merge tag 'm68k-for-7.2-pull-request' of https://github.com/vivier/qemu-m68k ... | Stefan Hajnoczi |
2022-10-24 | tests/9p: remove unnecessary g_strdup() calls | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tunlinkat() and do_unlinkat() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tlink() and do_hardlink() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tsymlink() and do_symlink() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tlcreate() and do_lcreate() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tmkdir() and do_mkdir() | Christian Schoenebeck |
2022-10-24 | tests/9p: convert v9fs_tflush() to declarative arguments | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of twrite() | Christian Schoenebeck |
2022-10-24 | tests/9p: convert v9fs_twrite() to declarative arguments | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of tlopen() | Christian Schoenebeck |
2022-10-24 | tests/9p: convert v9fs_tlopen() to declarative arguments | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of treaddir() | Christian Schoenebeck |
2022-10-24 | tests/9p: convert v9fs_treaddir() to declarative arguments | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of tgetattr() | Christian Schoenebeck |
2022-10-24 | tests/9p: convert v9fs_tgetattr() to declarative arguments | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of tattach() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tattach(), do_attach(), do_attach_rqid() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge v9fs_tversion() and do_version() | Christian Schoenebeck |
2022-10-24 | tests/9p: simplify callers of twalk() | Christian Schoenebeck |
2022-10-24 | tests/9p: merge *walk*() functions | Christian Schoenebeck |
2022-10-24 | 9pfs: use GHashTable for fid table | Linus Heckemann |
2022-10-24 | tests/9p: split virtio-9p-test.c into tests and 9p client part | Christian Schoenebeck |
2022-10-24 | fsdev/virtfs-proxy-helper: Use g_mkdir() | Bin Meng |
2022-10-24 | m68k: write bootinfo as rom section and re-randomize on reboot | Jason A. Donenfeld |
2022-10-22 | target/i386: implement FMA instructions | Paolo Bonzini |
2022-10-21 | m68k: rework BI_VIRT_RNG_SEED as BI_RNG_SEED | Jason A. Donenfeld |
2022-10-20 | Merge tag 'pull-target-arm-20221020' of https://git.linaro.org/people/pmaydel... | Stefan Hajnoczi |
2022-10-20 | target/i386: implement F16C instructions | Paolo Bonzini |
2022-10-20 | target/i386: introduce function to set rounding mode from FPCW or MXCSR bits | Paolo Bonzini |
2022-10-20 | target/i386: decode-new: avoid out-of-bounds access to xmm_regs[-1] | Paolo Bonzini |
2022-10-20 | hw/ide/microdrive: Use device_cold_reset() for self-resets | Peter Maydell |
2022-10-20 | target/arm: Enable TARGET_TB_PCREL | Richard Henderson |