Re: [Qemu-devel] [qom-cpu PATCH] Fix build error on linux-user

2014-09-04 Thread Eduardo Habkost
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

Re: [Qemu-devel] [qom-cpu PATCH] Fix build error on linux-user

2014-09-04 Thread Andreas Färber
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

[Qemu-devel] [qom-cpu PATCH] Fix build error on linux-user

2014-09-04 Thread 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 command-line" patch I sent. --- target-i386/cpu.c | 6 +++---