qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to


From: Paul Durrant
Subject: Re: [PATCH v2 09/11] hw/xenpv: Restrict Xen Para-virtualized machine to Xen accelerator
Date: Fri, 19 Feb 2021 18:20:17 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 19/02/2021 17:38, Philippe Mathieu-Daudé wrote:
When started with other accelerator than Xen, the XenPV machine
fails with a criptic message:

   $ qemu-system-x86_64 -M xenpv,accel=kvm
   xen be core: can't connect to xenstored
   qemu-system-x86_64: xen_init_pv: xen backend core setup failed

By restricting it to Xen, we display a clearer error message:

   $ qemu-system-x86_64 -M xenpv,accel=kvm
   qemu-system-x86_64: invalid accelerator 'kvm' for machine xenpv

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Acked-by: Paul Durrant <paul@xen.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]