]> www.infradead.org Git - users/dwmw2/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>
Thu, 2 Mar 2023 13:52:09 +0000 (13:52 +0000)
commit96c7eb07c393b6fb8ff68c2d941e81f70ed0863b
treef6773fc59690b32132bc58a81100ea92bb3d63c8
parent2d0c82cc9733541c5cc3f9c5ccafb57a52c87dd9
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>
accel/xen/xen-all.c
hw/char/xen_console.c
include/hw/xen/xen.h