Hi Mulyadi,
Mulyadi Santosa wrote:
> [...]
> very interesting! Sadly, I live too far from German (I am from
> Indonesian).
>
> BTW, I'd like to read somekind of daily report of this workshop. I also
> appreciate if anyone who comes up with his/her paper also post the
> paper to a website (qemu
Henning Sprang wrote:
> [...]
> The workshop will take place from 7th to 9th of march this year.
I am very sorry, I got the date wrong!
It's really april 7-9, as written on the website!
Henning
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
htt
On 2/25/06, Mulyadi Santosa <[EMAIL PROTECTED]> wrote:
Hi..> So I modify> QEMU's source code to disable interrupts in single step mode,and now> I can use "step" or "next" command in gdb to single step> functions.
very interesting! Please post your patch on qemu-devel and preferably onqemu.dad-answ
In case someone else has interest in this, a preliminary patch for
64-bit powerpc host _with_ 64-bit userland, eg. gentoo/ppc64. A bit
unclean, because some functions needed one argument to be appended.
Compiles at least i386-user+softmmu and powerpc-softmmu. i386-softmmu
boots sarge i386 netin
Hi...
> As my interest in Qemu, Xen and other virtualization technologies is
> quite high, and a lot of stuff is happening in this area, Ingo
> Wichmann from the Linuxhotel in Essen, Germany and myself teamed up
> to organize a workshop about this topic.
very interesting! Sadly, I live too far fr
Hi..
> So I modify
> QEMU's source code to disable interrupts in single step mode,and now
> I can use "step" or "next" command in gdb to single step
> functions.
very interesting! Please post your patch on qemu-devel and preferably on
qemu.dad-answers.com too. Personally, I'd be glad to review
Thanks Michael!
Christian
___
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
Hello everyone,
I find that I can't single step OS kernels use qemu.When I use "step"
or "next" command in gdb,the kernel always enter its interrupt route
instead of executing the next instruction after the breakpoint.So I modify
QEMU's source code to disable interrupts in single step mode,and