Re: [Qemu-devel] [PATCH 1/5] single step with no IRQs and timers

2006-05-20 Thread Mulyadi Santosa
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 >

[Qemu-devel] [PATCH 5/5] Netconsole and updated Monitor support

2006-05-20 Thread Jason Wessel
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

[Qemu-devel] [PATCH 4/5] Block Memory boot devices

2006-05-20 Thread Jason Wessel
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

[Qemu-devel] [PATCH 3/5] ARM undefined instruction execution

2006-05-20 Thread Jason Wessel
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 === -

[Qemu-devel] [PATCH 2/5] PPC Breakpoints for gdb-stub

2006-05-20 Thread Jason Wessel
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

[Qemu-devel] [PATCH 1/5] single step with no IRQs and timers

2006-05-20 Thread Jason Wessel
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

[Qemu-devel] [PATCH 0/5] 5 patches on the way

2006-05-20 Thread Jason Wessel
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

Re: [Qemu-devel][PATCH] Fix initial value for MIPS CP0 Config Register

2006-05-20 Thread Stefan Weil
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