Re: [PATCH v2 0/8] Miscellaneous x86 emulator fixes

2010-03-22 Thread Alexander Graf
On 10.02.2010, at 13:21, Gleb Natapov wrote: X86 emulator fails to do permission/correctness checking like real CPU does for some instruction. This patch series fixes some of those discrepancies. Changelog: v1-v2 - move IOPL permission checking functions into emulate.c - rename them

Re: [PATCH v2 0/8] Miscellaneous x86 emulator fixes

2010-03-22 Thread Alexander Graf
On 22.03.2010, at 16:48, Alexander Graf wrote: On 10.02.2010, at 13:21, Gleb Natapov wrote: X86 emulator fails to do permission/correctness checking like real CPU does for some instruction. This patch series fixes some of those discrepancies. Changelog: v1-v2 - move IOPL permission

[PATCH v2 0/8] Miscellaneous x86 emulator fixes

2010-02-10 Thread Gleb Natapov
X86 emulator fails to do permission/correctness checking like real CPU does for some instruction. This patch series fixes some of those discrepancies. Changelog: v1-v2 - move IOPL permission checking functions into emulate.c - rename them to more intuitive names - fix tr segment limit

Re: [PATCH v2 0/8] Miscellaneous x86 emulator fixes

2010-02-10 Thread Avi Kivity
On 02/10/2010 02:21 PM, Gleb Natapov wrote: X86 emulator fails to do permission/correctness checking like real CPU does for some instruction. This patch series fixes some of those discrepancies. Applied all, thanks. -- error compiling committee.c: too many arguments to function -- To