Hi Jason...
> This patch adds the functionality to the gdb-stub to single step with
> the IRQs and timers disabled. It greatly improves gdb's ability to
> perform run control while running a linux kernel and stepping off of
> breakpoints or stepping into certain types of functions. I have also
>
This patch add support for remote net consoles via udp similar to what
you would do with a net console with u-boot or a linux kernel.
Typically you use the netcat tool for this.
This patch also partially abstracts the ability to switch between the
monitor and the main focus of a port. I say
This patch adds memory block devices to QEMU. It was mainly for the
purpose of booting a pentium qemu without a disk, but it is also very
useful for testing and debugging different types of file systems from
the OS using only memory.
signed-off-by: [EMAIL PROTECTED]
Jason.
Index: qemu/Ma
This patch fixes the execution of undefined instructions for ARM. With
out it the virtualized CPU incorrectly executes the do_abort vector instead.
signed-off-by: [EMAIL PROTECTED]
Jason.
Index: qemu/target-arm/translate.c
===
-
This patch adds breakpoint and single stepping support for PPC via the
gdb stub.
signed-off-by: [EMAIL PROTECTED]
Jason.
Index: qemu/target-ppc/translate.c
===
--- qemu.orig/target-ppc/translate.c
+++ qemu/target-ppc/translate.c
This patch adds the functionality to the gdb-stub to single step with
the IRQs and timers disabled. It greatly improves gdb's ability to
perform run control while running a linux kernel and stepping off of
breakpoints or stepping into certain types of functions. I have also
included individ
I am submitting 5 different patches for improvements to qemu as separate
e-mails so as to get feedback and further change the patches if needed
in the hope they will be accepted. I will make further changes to the
docs if needed as well.
Each feature has been tested on a linux 2.6 kernel and
Hi,
there is one more small problem with the MIPS CP0 config register:
QEMU always sets CP0C0_BE (big endian mode). It shouldn't be
set for qemu-system-mipsel.
Regards
Stefan
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.or