[Bug 1503031] Re: 32-to-64-bit call gate unsupported in IA32e mode

2020-08-08 Thread Thomas Huth
That looks like the corresponding fix, indeed. Let's close this ticket. ** Changed in: qemu Status: Incomplete => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1503031 Title: 3

[Bug 1503031] Re: 32-to-64-bit call gate unsupported in IA32e mode

2020-08-07 Thread Peter Maydell
Looking at the commit log it looks like Andrew fixed this in commit 0aca060526d3ff9632aaed in 2018 ? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1503031 Title: 32-to-64-bit call gate unsupported

[Bug 1503031] Re: 32-to-64-bit call gate unsupported in IA32e mode

2020-08-07 Thread Thomas Huth
Looking through old bug tickets... is this still an issue with the latest version of QEMU? Or could we close this ticket nowadays? ** Changed in: qemu Status: New => Incomplete -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. h

[Qemu-devel] [Bug 1503031] Re: 32-to-64-bit call gate unsupported in IA32e mode

2015-10-06 Thread Andrew Oates
I also suspect that qemu will incorrectly allow calls through 32-bit call gates in compatibility mode (rather than raising a GP fault --- see Intel manuals volume 3A 5-21). And I doubt 64-to-64-bit call gates work either. I haven't actually tested either of those scenarios, though, this is just f