#6835 closed defect (fixed)
invalid rdmsr instructions do not cause a #GP fault in the guest
回報者: | Tracy Camp | 負責人: | |
---|---|---|---|
元件: | VMM | 版本: | VirtualBox 3.1.8 |
關鍵字: | MSR | 副本: | |
Guest type: | Windows | Host type: | Windows |
描述
executing rdmsr with explicitly or implicitly invalid MSR values does not cause a #GP fault to be reflected to the guest. I primarily have noticed this within a device driver running under windows 2008r2, but this seems to be a more fundamental feature of the architecture that should not have an OS dependency.
更動歷史 (2)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
True, but that's not likely to be the cause of any real world problems. Generating a #GP would cause an infinite amount of problems as many different CPU models support even more different MSRs.