summaryrefslogtreecommitdiffstats
path: root/scripts/make-release
diff options
context:
space:
mode:
authorPaolo Bonzini2014-05-15 18:19:17 +0200
committerPaolo Bonzini2014-05-21 18:02:08 +0200
commitd3b5491897456739c6dc21c604ef8bc28e294bfc (patch)
tree143de4951c8921d12ebfb076028356313a83c064 /scripts/make-release
parenttarget-i386: fix segment flags for SMM and VM86 mode (diff)
downloadqemu-d3b5491897456739c6dc21c604ef8bc28e294bfc.tar.gz
qemu-d3b5491897456739c6dc21c604ef8bc28e294bfc.tar.xz
qemu-d3b5491897456739c6dc21c604ef8bc28e294bfc.zip
target-i386: rework CPL checks during task switch, preparing for next patch
During task switch, all of CS.DPL, CS.RPL, SS.DPL must match (in addition to all the other requirements) and will be the new CPL. So far this worked by carefully setting the CS selector and flags before doing the task switch; but this will not work once we get the CPL from SS.DPL. Temporarily assume that the CPL comes from CS.RPL during task switch to a protected-mode task, until the descriptor of SS is loaded. Tested-by: Kevin O'Connor <kevin@koconnor.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/make-release')
0 files changed, 0 insertions, 0 deletions