Re: [Qemu-devel] Interest in hardware plugin functionality

2006-01-10 Thread Andre Pech
ll as working> through the issues of how to structure things for building qemu> hardware plugins against multiple architecture types. >> I am more than willing to put all the effort into turning this into a> nice patch, if there is a maintainer interested in helping me shepherd>

Re: [Qemu-devel] Interest in hardware plugin functionality

2006-01-10 Thread Andre Pech
eOn 1/10/06, Lennert Buytenhek <[EMAIL PROTECTED]> wrote: On Mon, Jan 09, 2006 at 05:38:58PM -0800, Andre Pech wrote:> I have been using qemu to simulate various types of custom hardware> for testing purposes. Rather than having to recompile qemu every time > I change a hardware s

[Qemu-devel] Interest in hardware plugin functionality

2006-01-09 Thread Andre Pech
well as working through the issues of how to structure things for building qemu hardware plugins against multiple architecture types. I am more than willing to put all the effort into turning this into a nice patch, if there is a maintainer interested in helping me shepherd thi

Re: Re: [Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2006-01-03 Thread Andre Pech
Hi Mulyadi, The problem that you are running into here is that sys_uname has been replaced by sys_newuname in kernel/sys.c. When I put a breakpoint in this function, everything works correctly when I run uname in the virtual machine. I'm not sure I exactly understand your concern that breakpoints

[Qemu-devel] [PATCH] Fix to gdb - wrong translation block invalidated when setting gdb breakpoints

2005-12-23 Thread Andre Pech
attached below. Thanks Andre Pech diff -dc exec.c{.old,} *** exec.c.old    2005-12-23 11:40:47.0 -0800 --- exec.c    2005-12-23 11:41:13.0 -0800 *** *** 996,1001 --- 996,1002   target_ulong phys_addr;     phys_addr = cpu_get_phys_page_debug(env, pc

[Qemu-devel] Problems with gdbserver and debugging

2005-12-21 Thread Andre Pech
uldn't find anything that suggested that this would fix the problem. Has anyone else run into similar problems? Thanks Andre Pech ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel