[Qemu-discuss] remote 'g' packet reply is too long

2014-10-31 Thread
Hi, I am trying to debug the Linux-64 bit kernel with Qemu, but meet the following problems: Remote 'g' packet reply is too long: 286360816cca690100fc0900685f5481f9774a8136636081b85f5481a05f54810081985f

Re: [Qemu-discuss] remote 'g' packet reply is too long

2014-10-31 Thread
Hi, I have solved this problem by modify the GDB source. Download the gdb-7.8 source code, and modify the gdb/remote.c, At 2014-10-31 10:07:49, "孙贝磊" wrote: Hi, I am trying to debug the Linux-64 bit kernel with Qemu, but meet the following problems: Remote 'g' pack

[Qemu-discuss] Linux read information from Qemu

2014-09-03 Thread
Hi How can Linux read the information from Qemu, for example, the cache miss rate. Do I need to write a driver, like what we do in the real machine? Thank you very much