Show patches with: Submitter = Daniel P. Berrangé       |    Archived = No       |   59 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests - - - --- 2024-06-14 Daniel P. Berrangé New
[v2,22/22] qga: centralize logic for disabling/enabling commands qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,21/22] qga: allow configuration file path via the cli qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,20/22] qga: remove pointless 'blockrpcs_key' variable qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,19/22] qga: move declare of QGAConfig struct to top of file qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,18/22] qga: don't disable fsfreeze commands if vss_init fails qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,17/22] qga: conditionalize schema for commands not supported on other UNIX qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,16/22] qga: conditionalize schema for commands requiring utmpx qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,15/22] qga: conditionalize schema for commands requiring libudev qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,14/22] qga: conditionalize schema for commands requiring fstrim qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,13/22] qga: conditionalize schema for commands requiring fsfreeze qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,12/22] qga: conditionalize schema for commands only supported on Windows qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,11/22] qga: conditionalize schema for commands requiring linux/win32 qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,10/22] qga: conditionalize schema for commands requiring getifaddrs qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,09/22] qga: conditionalize schema for commands unsupported on non-Linux POSIX qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,08/22] qga: conditionalize schema for commands unsupported on Windows qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,07/22] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,06/22] qga: move linux memory block command impls to commands-linux.c qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,05/22] qga: move linux disk/cpu stats command impls to commands-linux.c qga: clean up command source locations and conditionals - - - --- 2024-06-13 Daniel P. Berrangé New
[v2,04/22] qga: move linux fs/disk command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-13 Daniel P. Berrangé New
[v2,03/22] qga: move linux suspend command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-13 Daniel P. Berrangé New
[v2,02/22] qga: move linux vcpu command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-13 Daniel P. Berrangé New
[v2,01/22] qga: drop blocking of guest-get-memory-block-size command qga: clean up command source locations and conditionals - 1 - --- 2024-06-13 Daniel P. Berrangé New
[2/2] crypto: use consistent error reporting pattern for unsupported cipher modes crypto: two minor fixes - - - --- 2024-06-10 Daniel P. Berrangé New
[1/2] crypto: avoid leak of ctx when bad cipher mode is given crypto: two minor fixes - 2 - --- 2024-06-10 Daniel P. Berrangé New
[14/14] qga: mark guest-ssh-* / guest-*-password commands with 'unrestricted' flag Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[13/14] qga: add command line to block user authentication commands Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[12/14] qga: mark guest-exec-* commands with 'unrestricted' flag Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[11/14] qga: mark guest-file-* commands with 'unrestricted' flag Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[10/14] qga: add command line to block unrestricted command/file access Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[09/14] qga: define commands which can be run in confidential mode Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[08/14] qga: add command line to limit commands for confidential guests Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[07/14] qga: use special feature to mark those that can run when FS are frozen Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[06/14] qapi: define enum for custom special features on commands Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[05/14] qapi: stop hardcoding list of special features Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[04/14] qapi: add a 'command-features' pragma Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[03/14] qapi: cope with special feature names containing a '-' Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[02/14] qapi: add helper for checking if a command feature is set Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[01/14] qapi: use "QAPI_FEATURE" as namespace for special features Improve mechanism for configuring allowed commands - - - --- 2024-06-04 Daniel P. Berrangé New
[20/20] qga: centralize logic for disabling/enabling commands qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[19/20] qga: move declare of QGAConfig struct to top of file qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[18/20] qga: add note about where to disable commands for a platform qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[17/20] qga: conditionalize schema for commands not supported on other UNIX qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[16/20] qga: conditionalize schema for commands requiring utmpx qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[15/20] qga: conditionalize schema for commands requiring libudev qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[14/20] qga: conditionalize schema for commands requiring fstrim qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[13/20] qga: conditionalize schema for commands requiring fsfreeze qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[12/20] qga: conditionalize schema for commands only supported on Windows qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[11/20] qga: conditionalize schema for commands requiring linux/win32 qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[10/20] qga: conditionalize schema for commands requiring getifaddrs qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[09/20] qga: conditionalize schema for commands unsupported on non-Linux POSIX qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[08/20] qga: conditionalize schema for commands unsupported on Windows qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[07/20] qga: move CONFIG_FSFREEZE/TRIM to be meson defined options qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[06/20] qga: move linux memory block command impls to commands-linux.c qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[05/20] qga: move linux disk/cpu stats command impls to commands-linux.c qga: clean up command source locations and conditionals - - - --- 2024-06-04 Daniel P. Berrangé New
[04/20] qga: move linux fs/disk command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-04 Daniel P. Berrangé New
[03/20] qga: move linux suspend command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-04 Daniel P. Berrangé New
[02/20] qga: move linux vcpu command impls to commands-linux.c qga: clean up command source locations and conditionals - 1 - --- 2024-06-04 Daniel P. Berrangé New
[01/20] qga: drop blocking of guest-get-memory-block-size command qga: clean up command source locations and conditionals - 1 - --- 2024-06-04 Daniel P. Berrangé New