OSDN Git Service

target/i386: add a ucode-rev property
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 20 Jan 2020 18:21:43 +0000 (19:21 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2020 19:59:09 +0000 (20:59 +0100)
commit4e45aff398cd1542c2a384a2a3b8600f23337d86
tree1f17078d6deb971b2bfea955985a1cc39d1a2bc9
parent420ae1fc51c99abfd03b1c590f55617edd2a2bed
target/i386: add a ucode-rev property

Add the property and plumb it in TCG and HVF (the latter of which
tried to support returning a constant value but used the wrong MSR).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-Id: <1579544504-3616-3-git-send-email-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/cpu.h
target/i386/hvf/x86_emu.c
target/i386/misc_helper.c