Debian host, Debian guest: rdtsc goes backwards -> fixed in SVN/3.0.6
On Debian Lenny on a real PC, the attached program (rdtsc.cpp) works as expected. On Debian Lenny in VirtualBox 2.1.0 on Debian Lenny, the same program aborts after a few hundred thousand iterations, showing that rdtsc occasionally goes backwards. I've attached some sample output in output.txt.
If we ignore wrapping, rdtsc should only increase; it should never decrease.
Change History
(9)
Component: |
VMM → VMM/HWACCM
|
Summary: |
Debian host, Debian guest: rdtsc goes backwards → Debian host, Debian guest: rdtsc goes backwards -> fixed in SVN/3.0.6
|
Version: |
VirtualBox 2.1.0 → VirtualBox 3.0.4
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Demonstration program, to be compiled with G++