Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Robin Green
On Tue, 6 Jun 2006 16:10:39 +0200 "andrzej zaborowski" <[EMAIL PROTECTED]> wrote: > Acutally you don't need networking in the guest. QEMU listens on the > host's port 1234 Yes, you're right. Sorry - I had misread the email and assumed the original poster was trying to connect to a debugger running

Re: [Qemu-devel] Ask for debugging linux kernel with Qemu 0.8.1 on Msys

2006-06-06 Thread Robin Green
On Tue, 6 Jun 2006 05:35:13 -0700 (PDT) Tieu Ma Dau <[EMAIL PROTECTED]> wrote: > Hi All, > I've compiled Linux kernel 2.6.16 with kgdb on Linux. And after > that, I've tried to debug this kernel with Qemu 0.8.1 on Msys to > simulate ARM Processor. In fact, I've run the command below: > qemu

[Qemu-devel] Patch: Fix rip-relative addressing for SSE compare

2006-06-03 Thread Robin Green
This patch corrects a bug with rip-relative addressing for some SSE compare instructions on x86_64. This makes GNU wget work on x86_64. -- Robin Index: target-i386/translate.c === RCS file: /sources/qemu/qemu/target-i386/translate.c,

[Qemu-devel] Can't set breakpoint in gdb using qemu -s on x86_64

2006-06-03 Thread Robin Green
I'm trying to debug the Linux kernel using qemu's -s option. When I try to set a breakpoint, it fails as follows: $ gdb /lib/modules/2.6.16.18-1.debug.x86_64/vmlinux GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you a