From: Paul Durrant Date: Mon, 23 Jan 2023 09:24:18 +0000 (+0000) Subject: Clobber legacy backends X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f8962b7445b83d1f7b12a68ff492311fe4d327fa;p=people%2Fpauldu%2Fqemu.git Clobber legacy backends Signed-off-by: Paul Durrant --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 02a3f0eaf5..a9347be10c 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -178,12 +178,13 @@ static void pc_init1(MachineState *machine, if (xen_mode != XEN_DISABLED) { /* Initialize backend core & drivers */ xen_bus_init(); - +#if 0 if (xen_be_init() != 0) { error_report("xen backend core setup failed"); exit(1); } xen_be_register_common(); +#endif } #endif