On Fri, Sep 26, 2014 at 05:06:43PM +0200, Paolo Bonzini wrote:
> Il 29/08/2014 22:31, Eduardo Habkost ha scritto:
> > As qtest_availble() returns 1 only when CONFIG_POSIX is set, keep
> > setting AccelClass.available to keep current behavior (this is different
> > from what we did for KVM and Xen).
Il 29/08/2014 22:31, Eduardo Habkost ha scritto:
> As qtest_availble() returns 1 only when CONFIG_POSIX is set, keep
> setting AccelClass.available to keep current behavior (this is different
> from what we did for KVM and Xen).
Hmm... as extra patches, could we only register the type on CONFIG_PO
Il 29/08/2014 22:31, Eduardo Habkost ha scritto:
> As qtest_availble() returns 1 only when CONFIG_POSIX is set, keep
> setting AccelClass.available to keep current behavior (this is different
> from what we did for KVM and Xen).
>
> This also allows us to make qtest_init_accel() static.
>
> Signe
As qtest_availble() returns 1 only when CONFIG_POSIX is set, keep
setting AccelClass.available to keep current behavior (this is different
from what we did for KVM and Xen).
This also allows us to make qtest_init_accel() static.
Signed-off-by: Eduardo Habkost
---
hw/core/accel.c| 18 ---