]> Git Repo - qemu.git/commit - target/i386/translate.c
target/i386: rename HF_SVMI_MASK to HF_GUEST_MASK
authorPaolo Bonzini <[email protected]>
Tue, 21 Aug 2018 07:40:22 +0000 (09:40 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 2 Oct 2018 17:09:12 +0000 (19:09 +0200)
commitf8dc4c645ec2956a6cd97e0ca0fdd4753181f735
tree61d276e98694b11ab37b339b7b8d731437be3585
parent92d5f1a4147c3722b5e9a8bcfb7dc261b7a8b855
target/i386: rename HF_SVMI_MASK to HF_GUEST_MASK

This flag will be used for KVM's nested VMX migration; the HF_GUEST_MASK name
is already used in KVM, adopt it in QEMU as well.

Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/cpu.h
target/i386/excp_helper.c
target/i386/seg_helper.c
target/i386/svm_helper.c
target/i386/translate.c
This page took 0.021687 seconds and 4 git commands to generate.