On Thu, Sep 04, 2014 at 07:08:48PM +0200, Andreas Färber wrote:
> Am 04.09.2014 18:58, schrieb Eduardo Habkost:
> > Move x86_cpu_get_supported_feature_word() prototype outside CONFIG_KVM,
> > to fix build error on linux-user and !CONFIG_KVM.
> >
> > Signed-off-by: Eduardo Habkost
> > ---
> > Can
Am 04.09.2014 18:58, schrieb Eduardo Habkost:
> Move x86_cpu_get_supported_feature_word() prototype outside CONFIG_KVM,
> to fix build error on linux-user and !CONFIG_KVM.
>
> Signed-off-by: Eduardo Habkost
> ---
> Can be squashed into the "target-i386: Reject invalid CPU feature names
> on the c
Move x86_cpu_get_supported_feature_word() prototype outside CONFIG_KVM,
to fix build error on linux-user and !CONFIG_KVM.
Signed-off-by: Eduardo Habkost
---
Can be squashed into the "target-i386: Reject invalid CPU feature names
on the command-line" patch I sent.
---
target-i386/cpu.c | 6 +++---