[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-10-13 Thread Launchpad Bug Tracker
[Expired for QEMU because there has been no activity for 60 days.] ** Changed in: qemu Status: Incomplete => Expired -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1785308 Title: 0x8 excepti

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-14 Thread Peter Maydell
More generally, I think that if you care about getting this test case to work under QEMU emulation you're going to have to be prepared to dig into QEMU's internals to debug where we diverge from what the real CPU does. Our x86 emulation is not very actively maintained and this isn't a "real world"

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-07 Thread Dr. David Alan Gilbert
I think I'd start by seeing if it fails in both or if they're different. If they're different then you'd follow the series of exceptions that they each get and see where they diverge. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. h

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-07 Thread Ra Cohen
What would be useful information to narrow down the problem? Any specific kind of logs from running it in TCG and KVM? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1785308 Title: 0x8 exception enc

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-06 Thread Dr. David Alan Gilbert
OK, that's just a cruel test :-) It'll be interesting to see the difference between TCG and KVM, but with such a weird test case as that you'll probably need to narrow the problem down more. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-06 Thread Ra Cohen
Hi David, The OS is hitting something undefined. It's built on exploiting the x86 architecture to run computations of the MMU rather than the CPU: https://github.com/jbangert/trapcc I've tried it on the 3 most recent versions of QEMU for Windows. I'll give it a go with KVM and tcg and get ba

[Qemu-devel] [Bug 1785308] Re: 0x8 exception encountered but not handled

2018-08-06 Thread Dr. David Alan Gilbert
Hi Ra, We'll need a bit more detail to be able to help here. The fact something works in Bochs but doesn't work in qemu doesn't necessarily mean it's a qemu bug - for example the OS might be hitting something undefined or a timing issue; so we'd need some information on how the double page faul