char: move qemu_openpty_raw from util/ to char/
commit3f6c2e8b79504e20bec8628f0f1accf3bc6d85b6
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 23 Mar 2022 15:57:16 +0000 (23 19:57 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 Apr 2022 08:50:37 +0000 (6 10:50 +0200)
tree42121b5df6b2d63eaa12b9259c6d39ee1e0e62f0
parent9d587100ff115c05da188e524d70a6a782a5d80c
char: move qemu_openpty_raw from util/ to char/

It is only needed by char-pty.

Fix the code style while at it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220323155743.1585078-6-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
chardev/char-pty.c
chardev/meson.build
include/qemu-common.h
util/meson.build
util/qemu-openpty.c [deleted file]