]> xenbits.xensource.com Git - people/pauldu/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>
Sun, 29 Jan 2023 21:54:00 +0000 (22:54 +0100)
commit9df5a607e81c905e6f6f373d8d186647e59f195d
tree100c5589e2cfdbeeaa8478fdaeb466faf1ba7cc3
parent156fba1b17ae6187479723fc1396a5dcaa04fa16
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