Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250522102923.309452-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Eric Blake <eblake@redhat.com>, Markus Armbruster <armbru@redhat.com>
crypto/cipher-builtin.c.inc | 303 ------------------------
crypto/cipher-stub.c.inc | 30 +++
crypto/cipher.c | 2 +-
include/ui/qemu-pixman.h | 4 +-
io/dns-resolver.c | 21 +-
meson.build | 30 +++
qapi/sockets.json | 23 +-
scripts/checkpatch.pl | 392 +++++++++++++++++++++-----------
tests/unit/test-crypto-block.c | 7 +
tests/unit/test-crypto-cipher.c | 13 +-
tests/unit/test-crypto-secret.c | 28 ++-
tests/unit/test-util-sockets.c | 235 +++++++++++++++++++
ui/qemu-pixman.c | 15 +-
ui/vnc-enc-tight.c | 20 +-
ui/vnc-enc-zrle.c | 2 +-
ui/vnc-jobs.c | 2 +-
ui/vnc.c | 9 +-
ui/vnc.h | 2 +-
util/qemu-sockets.c | 327 ++++++++++++++++----------
19 files changed, 843 insertions(+), 622 deletions(-)
delete mode 100644 crypto/cipher-builtin.c.inc
create mode 100644 crypto/cipher-stub.c.inc