[Qemu-devel] monitor's memory dump

2007-11-10 Thread Pawel K
Hello Look at the following monitor's memory dump commands: (qemu) x/1xw 0 : 0xb7d00694 (qemu) x/1xw 1 0001: 0xb7d00694 (qemu) x/2xw 0 : 0xb7d00694 0x081459a6 It looks like the single 4-byte dumps always show the first memory location. Is it a bug ? I use qemu-0.9.0 under

[Qemu-devel] qemu does not wait for gdb

2007-11-04 Thread Pawel K
Hello I'm trying to connect gdb to qemu and it seems not to work correctly. I mean it does not wait for gdb to connect. I perform the following command to do that: qemu -s -kernel arch/i386/boot/bzImage -hda root-2.4.20.img -append "root=/dev/hda" It just runs like this option hasn't been specif