]> git.ipfire.org Git - thirdparty/qemu.git/commit
ui/vdagent: replace Buffer with GByteArray
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 10 Mar 2025 11:26:25 +0000 (15:26 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 May 2025 14:33:18 +0000 (16:33 +0200)
commitac5e2bc910d350cd0653b8d049518d642ee14a49
treebe90ec9b21e62f32cf0e85f73c5381c5de85b7f4
parentc967ff606b99f5f4ecc16817b9d9604a9c943dd2
ui/vdagent: replace Buffer with GByteArray

Buffer is slightly more advanced than GByteArray, since it has a
cursor/position. But vdagent code doesn't need it. This simplify a bit
the code, and migration state.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ui/vdagent.c