Re: [Xen-devel] [PATCHv1 for-4.7] x86: show correct code in CPU state

2016-05-03 Thread Wei Liu
On Tue, May 03, 2016 at 05:19:26PM +0100, Andrew Cooper wrote: > On 03/05/16 17:15, David Vrabel wrote: > > When showing the CPU state (e.g., after a crash) the dump of code > > around RIP is incorrect. > > > > Incorrect: > > > > Xen code around (...): > > 00 c6 c1 ee 08 48 c1 e0 <04> 03

Re: [Xen-devel] [PATCHv1 for-4.7] x86: show correct code in CPU state

2016-05-03 Thread Andrew Cooper
On 03/05/16 17:15, David Vrabel wrote: > When showing the CPU state (e.g., after a crash) the dump of code > around RIP is incorrect. > > Incorrect: > > Xen code around (...): > 00 c6 c1 ee 08 48 c1 e0 <04> 03 04 f1 8b ... > ^^ Uninitialized ^^ Missing 0x48 > > Correct: > >

[Xen-devel] [PATCHv1 for-4.7] x86: show correct code in CPU state

2016-05-03 Thread David Vrabel
When showing the CPU state (e.g., after a crash) the dump of code around RIP is incorrect. Incorrect: Xen code around (...): 00 c6 c1 ee 08 48 c1 e0 <04> 03 04 f1 8b ... ^^ Uninitialized ^^ Missing 0x48 Correct: Xen code around (...): c6 c1 ee 08 48 c1 e0 04 <48