On 02/03/2023 15:34, David Woodhouse wrote:
From: David Woodhouse <d...@amazon.co.uk>
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 <d...@amazon.co.uk>
---
accel/xen/xen-all.c | 61 -------------------------------------------
hw/char/xen_console.c | 45 +++++++++++++++++++++++++++++--
include/hw/xen/xen.h | 2 --
3 files changed, 43 insertions(+), 65 deletions(-)
Reviewed-by: Paul Durrant <p...@xen.org>