]> Git Repo - qemu.git/commit - target-i386/cpu.c
x86: Allow multiple cpu feature matches of lookup_feature
authorJan Kiszka <[email protected]>
Tue, 19 Apr 2011 11:06:06 +0000 (13:06 +0200)
committerMarcelo Tosatti <[email protected]>
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 <[email protected]>
Signed-off-by: Marcelo Tosatti <[email protected]>
target-i386/cpuid.c
This page took 0.024786 seconds and 4 git commands to generate.