Re: [Qemu-devel] Accessing guest kernel thread_info struct
Thanks for the useful info! (Actually, my approach works as well - it was just endianness issue...)
Re: [Qemu-devel] Accessing guest kernel thread_info struct
On 20 July 2015 at 11:43, Igor R wrote: > I need to access thread_info (linux kernel struct) of the guest from within > qemu, when the guest is in kernel mode. > To do this, I read the stack pointer and mask it with ~(stack_size - 1). > This works with x86 and ARM, but doesn't seem to work with MI