]> git.proxmox.com Git - mirror_qemu.git/commit
i386: hvf: implement hvf_get_supported_cpuid
authorSergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
Wed, 13 Sep 2017 09:05:18 +0000 (04:05 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 22 Dec 2017 14:01:48 +0000 (15:01 +0100)
commitdb5cb9a0320d74b817d3e58f54206cea36529572
tree12e99a4919a2fe4a4703c300843a247071e09b2d
parentf585195ec07fd2a6af5fc04c92caf1b71f34e16c
i386: hvf: implement hvf_get_supported_cpuid

This patch implements hvf_get_supported_cpuid, which returns the set of
features supported by both the host processor and the hypervisor.

Signed-off-by: Sergio Andres Gomez Del Real <Sergio.G.DelReal@gmail.com>
Message-Id: <20170913090522.4022-11-Sergio.G.DelReal@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/hvf-utils/x86_cpuid.c [new file with mode: 0644]