You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/io
Markus Armbruster ef834aa2b2 qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
QAPI's 'prefix' feature can make the connection between enumeration
type and its constants less than obvious.  It's best used with
restraint.

QCryptoHashAlgorithm has a 'prefix' that overrides the generated
enumeration constants' prefix to QCRYPTO_HASH_ALG.

We could simply drop 'prefix', but then the prefix becomes
QCRYPTO_HASH_ALGORITHM, which is rather long.

We could additionally rename the type to QCryptoHashAlg, but I think
the abbreviation "alg" is less than clear.

Rename the type to QCryptoHashAlgo instead.  The prefix becomes to
QCRYPTO_HASH_ALGO.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20240904111836.3273842-12-armbru@redhat.com>
[Conflicts with merge commit 7bbadc60b5 resolved]
3 months ago
..
channel-buffer.c io: Add support for MSG_PEEK for socket channel 2 years ago
channel-command.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-file.c io: Stop using qemu_open_old in channel-file 6 months ago
channel-null.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-socket.c qio: add support for SO_PEERCRED for socket channel 4 months ago
channel-tls.c crypto: propagate errors from TLS session I/O callbacks 4 months ago
channel-util.c io: follow coroutine AioContext in qio_channel_yield() 1 year ago
channel-watch.c win32: avoid mixing SOCKET and file descriptor space 2 years ago
channel-websock.c qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix 3 months ago
channel.c qio: add support for SO_PEERCRED for socket channel 4 months ago
dns-resolver.c build-sys: add HAVE_IPPROTO_MPTCP 3 years ago
meson.build Revert "meson: Propagate gnutls dependency" 5 months ago
net-listener.c io: Stop appending -listen to net listeners 1 year ago
task.c io: Fix Lesser GPL version number 4 years ago
trace-events io: add trace event when cancelling TLS handshake 10 months ago
trace.h trace: switch position of headers to what Meson requires 4 years ago