]> git.proxmox.com Git - mirror_qemu.git/commit
ui/vc: pass VCCharDev to VC-specific functions
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 30 Aug 2023 09:37:49 +0000 (13:37 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Mon, 4 Sep 2023 09:37:11 +0000 (13:37 +0400)
commit4c946b7f97e09e625d8c359f06f6b3e1ce937e89
tree21f4d0f8802b437d7581ea6d470afcf06d58bf86
parentd7c634aadf83e029b70b5d508fbfda4671e206d6
ui/vc: pass VCCharDev to VC-specific functions

Even though they actually use more of QemuConsole at this point, it
makes it clearer those functions are only used from the chardev
implementation.

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