]> git.proxmox.com Git - qemu.git/commit
x86: Allow multiple cpu feature matches of lookup_feature
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 19 Apr 2011 11:06:06 +0000 (13:06 +0200)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 2 May 2011 12:38:35 +0000 (09:38 -0300)
commite41e0fc61ae776b9235380fe9570af31ea7bbc86
tree5f0b79d045b40305932220b44e4f60a7beac315f
parent0c31b744f606d1c19b698041480eb195b8801747
x86: Allow multiple cpu feature matches of lookup_feature

kvmclock is represented by two feature bits. Therefore, lookup_feature
needs to continue its search even after the first match. Enhance it
accordingly and switch to a bool return type at this chance.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/cpuid.c