summary refs log tree commit diff stats
path: root/results/scraper/launchpad/996798
blob: 69facf99c8c53978d79593912ea3c0c2cd50b43a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Incorrect order of task switching

In Intel  specifications (http://download.intel.com/design/processor/manuals/253668.pdf 7.3), we can see:

    8. Saves the state of the current (old) task in the current task’s TSS. 

…

   11. Loads the task register with the segment selector and descriptor for the new  task's TSS.

But, in QEMU code (https://raw.github.com/qemu/QEMU/v1.0/target-i386/op_helper.c :375), the order is reversed: TSS registers & segments loads BEFORE save old task state.

Some bug in VirtualBox: https://www.virtualbox.org/ticket/10532

Is problem still reproducable with the latest version of QEMU, or has it been fixed nowadays?

[Expired for QEMU because there has been no activity for 60 days.]