Re: [PATCH] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo (addtl)

2024-10-23 Thread Cal Peake
hat.com> > > https://lore.kernel.org/qemu-devel/20241022152415.1632556-8-berra...@redhat.com/ > > Thanks! > Ah, thank you! -- Cal Peake

[PATCH] qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo (addtl)

2024-10-22 Thread Cal Peake
Hello, This is a follow up to commit 8f525028bc6f52e4af3f737928d16c3f39a6ea54 to take care of a few remaining QCryptoAFAlg -> QCryptoAFAlgo renames. Signed-off-by: Cal Peake diff --git a/crypto/hash-afalg.c b/crypto/hash-afalg.c index 06e1e4699c..8c0ce5b520 100644 --- a/crypto/hash-afal

Re: [PATCH] ui/console: Get tab completion working again in the SDL monitor vc

2022-08-29 Thread Cal Peake
Hi Gerd, Can you take a look at this and let me know what you think? Thanks, -Cal On Thu, 11 Aug 2022, Cal Peake wrote: > Define a QEMU special key constant for the tab key and add an entry for > it in the qcode_to_keysym table. This allows tab completion to work again > in the SD

[PATCH] ui/console: Get tab completion working again in the SDL monitor vc

2022-08-11 Thread Cal Peake
Define a QEMU special key constant for the tab key and add an entry for it in the qcode_to_keysym table. This allows tab completion to work again in the SDL monitor virtual console, which has been broken ever since the migration from SDL1 to SDL2. Signed-off-by: Cal Peake --- include/ui