Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Thiemo Seufer
On Thu, Feb 23, 2006 at 07:24:06PM +, Paul Brook wrote: > On Wednesday 22 February 2006 17:35, Thiemo Seufer wrote: > > On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > > > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > > > Hello All, > > > > > > > > this adds to the M

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Paul Brook
> > > That's the current state since there is no real mips firmware, but Qemu > > > should also be able to boot from an image. E.g. Linux/MIPS on > > > DECstations uses MSDOS disklabels. > > > > I don't see how providing a fake an x86 boot sector would help this. > > Presumably the DECstation firmw

[Qemu-devel] Make QEMU more friendly for kernel debug

2006-02-24 Thread prime
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,an

[Qemu-devel] workshop virtualization technologies in Essen/Germany

2006-02-24 Thread Henning Sprang
Hi altogether, This will mostly be interesting for people from Germany and surrounding countries, but you're welcome wherever you come from! This is not a commercial offer, but intended to be a user/developer meeting. As my interest in Qemu, Xen and other virtualization technologies is quite high,

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Paul Brook
On Wednesday 22 February 2006 17:35, Thiemo Seufer wrote: > On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > > Hello All, > > > > > > this adds to the MIPS system emulation: > > > - Harddisk emulation, including MSDOS parti

[Qemu-devel] Want fun? Try qemu.exe on wine

2006-02-24 Thread Detlef Riekenberg
Hi. SDLVIDEODRIVER=windib wine qemu.exe -L . -hda reactos_0.2.8.img winefile starts inside reactos :-) -- By By ... ... Detlef ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] [LINK] - Experimental 0.8.0 patch for active ptys and pipes

2006-02-24 Thread Hetz Ben Hamo
Hi, In the QEMU forums, William Anderer has posted a patch titled: "Experimental 0.8.0 patch for active ptys and pipes" Link: http://qemu.dad-answers.com/viewtopic.php?t=901 Thanks, Hetz ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.

Re: [Qemu-devel] [PATCH] Add more devices for MIPS system emulation

2006-02-24 Thread Thiemo Seufer
On Wed, Feb 22, 2006 at 03:28:04PM +, Paul Brook wrote: > On Tuesday 21 February 2006 19:11, Thiemo Seufer wrote: > > Hello All, > > > > this adds to the MIPS system emulation: > > - Harddisk emulation, including MSDOS partition labels. > > Why do you need the bootsector bits? IIUC this was a