]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: fix TCG UCODE_REV access
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 6 Feb 2020 17:10:22 +0000 (18:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 12 Feb 2020 15:29:30 +0000 (16:29 +0100)
commit9028c75c9d08be303ccc425bfe3d3b23d8f4cac7
tree55de5a5123a66d7b7a2ba1100019b722fdc00862
parent4cc600d22906a839719116043dbc3760e02c756e
target/i386: fix TCG UCODE_REV access

This was a very interesting semantic conflict that caused git to move
the MSR_IA32_UCODE_REV read to helper_wrmsr.  Not a big deal, but
still should be fixed...

Fixes: 4e45aff398 ("target/i386: add a ucode-rev property", 2020-01-24)
Message-id: <20200206171022.9289-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/misc_helper.c