Re: [Qemu-devel] [PATCH v2 09/17] accel: Move Xen registration code to xen-common.c

2014-09-26 Thread Paolo Bonzini
Il 29/08/2014 22:31, Eduardo Habkost ha scritto: > Note that this has an user-visible side-effect: instead of reporting > "Xen is not supported for this target", QEMU binaries not supporting Xen > will report "xen accelerator does not exist". > > As xen_available() always return 1 when CONFIG_XEN

[Qemu-devel] [PATCH v2 09/17] accel: Move Xen registration code to xen-common.c

2014-08-29 Thread Eduardo Habkost
Note that this has an user-visible side-effect: instead of reporting "Xen is not supported for this target", QEMU binaries not supporting Xen will report "xen accelerator does not exist". As xen_available() always return 1 when CONFIG_XEN is enabled, we don't need to set AccelClass.available anymo