]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Move xenstore_store_pv_console_info to xen_console.c
authorDavid Woodhouse <dwmw@amazon.co.uk>
Sat, 7 Jan 2023 16:17:51 +0000 (16:17 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 7 Mar 2023 17:04:30 +0000 (17:04 +0000)
commit7a8a749da7d30b420291fa0b11e3eda7f72d9b83
tree3eb799232ebfbb5fe82780b9840e26e669ac86ac
parentba2a92db1ff682c16730b1d7f156bac61928f04d
hw/xen: Move xenstore_store_pv_console_info to xen_console.c

There's no need for this to be in the Xen accel code, and as we want to
use the Xen console support with KVM-emulated Xen we'll want to have a
platform-agnostic version of it. Make it use GString to build up the
path while we're at it.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
accel/xen/xen-all.c
hw/char/xen_console.c
include/hw/xen/xen.h