Re: [Qemu-devel] NE2000 for OS/2

2005-04-27 Thread kazu
Hi, Wednesday, April 27, 2005 3:03 PM Antony T Curtis wrote: > kazu wrote: > > >Hi, > > > >A patch below supports NE2000 for a OS/2 Warp guest. The problem is that PCI > >bus isn't asserted when NE2000 is asserted. This patch is made by lukewarm. > >I heard th

[Qemu-devel] [PATCH] Virtual PC image support

2005-04-27 Thread Alex Beregszaszi
Hi, Attached is a patch for read only support of such images. I tested this with an Ubuntu 4.10 and Windows 2000 install. Some technical notes: * looks like VPC creates always 16 GB images, and I didnt found a way to change this. Also imho it will grow above 16gigs, as it has a duplicate sparse

Re: [Qemu-devel] qemu/target-i386 op.c ops_sse.h

2005-04-27 Thread Filip Navara
Fabrice Bellard wrote: CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:38:17 Modified files: target-i386: op.c ops_sse.h Log message: removed switches in op.c (Paul Brook) CVSWeb URLs: http://sa

Re: [Qemu-devel] qemu/target-i386 op.c ops_sse.h

2005-04-27 Thread Filip Navara
Filip Navara wrote: Fabrice Bellard wrote: CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by:Fabrice Bellard <[EMAIL PROTECTED]>05/04/26 20:38:17 Modified files: target-i386: op.c ops_sse.h Log message: removed switches in op.c (Paul Brook) CVSWeb URLs: htt

[Qemu-devel] (no subject)

2005-04-27 Thread blackcrack
Hy, my question is, can u implemet to read and write in a normal direcktory-struckure for mounting in qemu normaly direktorys als harddisks to direcktly changing div. files in the Orderingsystems look there: in Linux: qemu -hda -fmt fat /home/user/win1 (;)) qemu -hda -fmt fat /home/user/win3

[Qemu-devel] No user mode updated for Qemu 0.7.0

2005-04-27 Thread Vladimir N. Oleynik
Hi. If someone is interesting, I have updated the version of mine really works qemu 0.7.0+kqemu with my patches: no_user_mode, nosdl and internal_vde (1 nics max) configuration: i386_32-i386_32-softmmu with kqemu, no slirp, no audio, no floppy, no DMA (for increase speed of emulation) i386_64 not t

[Qemu-devel] question

2005-04-27 Thread Jeroen Baten
Hello, When running qemu 0.6.1, it at first accepts all keyboard input. But after clicking on the window with the mouse and also after releasing witl ctrl-Alt, the screen does not accept keyboard input any more. Is this a bug? Is there an example somewhere of how to let two qemu sessions commun

Re: [Qemu-devel] (no subject)

2005-04-27 Thread Johannes Schindelin
Hi, On Wed, 27 Apr 2005, blackcrack wrote: > my question is, can u implemet to read and write in a normal > direcktory-struckure for mounting in qemu normaly direktorys als > harddisks to direcktly changing div. files in the Orderingsystems look > there: > > [...] I played with this idea last De

Re: [Qemu-devel] (no subject)

2005-04-27 Thread Alex Beregszaszi
Hi, > > my question is, can u implemet to read and write in a normal > > direcktory-struckure for mounting in qemu normaly direktorys als > > harddisks to direcktly changing div. files in the Orderingsystems > > look there: > > > > [...] > > I played with this idea last December. I even produced

[Qemu-devel] 1) mouse and xinerama 2) ntvdm 3) win98se protection error

2005-04-27 Thread Kevin F. Quinn
Hi. I've finally successfully installed Windows 2000 and SP4 from scratch with kqemu under linux. I applied the IDE patch recently mentioned and that got around the disk-full problem. This is on latest CVS. I have an observation, and a couple of problems hopefully someone can help me with.

[Qemu-devel] block.c patch

2005-04-27 Thread Juergen Lock
I just saw Fabrice did commit a slightly changed version of the BSD block.c patch, but its a bit broken (imbalanced brackets). Here's a fix: Index: block.c === RCS file: /cvsroot/qemu/qemu/block.c,v retrieving revision 1.19 diff -u -r

Re: [Qemu-devel] 1) mouse and xinerama 2) ntvdm 3) win98se protection error

2005-04-27 Thread Hetz Ben Hamo
Regarding problem 2 and 3 - this is a problem with KQEMU regarding running 16 bit applications. Last time I talked to fabrice, he knows about this problem (thats why you cannot use KQEMU with win9x as guest OS). Thanks, Hetz > 2) ntvdm crashes, no matter what app I try to launch with it (ntvdm i

Re: [Qemu-devel] Re: qemu.exe, QEMUMenu.bat and qemu-forum doesn't

2005-04-27 Thread Per-Erik Kristensson
I have no idea what it did, but now qemu behaves like it should have done from the beginning :-). Now error messages are finally printed. Thanks a lot! The was a network problem, "GetNetworkParams failed. ret = 0032. Could not get DNS address". GetNetworkParams is not supported in NT4, so that

[Qemu-devel] Re: KQemu on AMD64 or PPC?

2005-04-27 Thread Rudi Lippert
I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my computer. If you (Fabrice) could build KQemu for AMD64, I will inform you of any success or failure I experience. In the meantime, I'd suggest you provide a proper error message for users trying to build QEMU with KQemu suppor

Re: [Qemu-devel] Re: KQemu on AMD64 or PPC?

2005-04-27 Thread Hetz Ben Hamo
KQEMU on AMD64 is coming soon... (don't know when though).. Thanks, Hetz On 4/27/05, Rudi Lippert <[EMAIL PROTECTED]> wrote: > I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my > computer. > If you (Fabrice) could build KQemu for AMD64, I will inform you of any > success o

Re: [Qemu-devel] Re: KQemu on AMD64 or PPC?

2005-04-27 Thread Fabrice Bellard
An alpha version of kqemu for x86_64 will be released in the next few days. Fabrice. Rudi Lippert wrote: I am using QEMU (not KQemu) on AMD64 and I would gladly test KQemu on my computer. If you (Fabrice) could build KQemu for AMD64, I will inform you of any success or failure I experience. In the

[Qemu-devel] qemu/linux-user main.c arm/syscall.h

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:11:21 Modified files: linux-user : main.c linux-user/arm : syscall.h Log message: ARM Thumb syscalls (Paul Brook) CVSWeb URLs: htt

[Qemu-devel] qemu Changelog Makefile Makefile.target block.c...

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:17:58 Modified files: . : Changelog Makefile Makefile.target block.c vl.h Added files: . : block-vpc.c Log message:

[Qemu-devel] qemu arm-dis.c disas.c

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:15:00 Modified files: . : arm-dis.c disas.c Log message: ARM thumb disassembly (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/c

[Qemu-devel] qemu/target-arm op.c translate.c

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:25:20 Modified files: target-arm : op.c translate.c Log message: ARM thumb fixes CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/

[Qemu-devel] qemu block.c

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 19:55:02 Modified files: . : block.c Log message: BSD fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/block.c.diff

[Qemu-devel] qemu Makefile

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 20:49:23 Modified files: . : Makefile Log message: tarbin fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/Makefile

[Qemu-devel] QEMU version 0.7.0 is out

2005-04-27 Thread Fabrice Bellard
Hi, QEMU version 0.7.0 is out. Changelog: - better BIOS translation and HDD geometry auto-detection - user mode networking bug fix - undocumented FPU ops support - Cirrus VGA: support for 1280x1024x[8,15,16] modes - 'pidfile' option - .dmg disk image format support (Johannes Schindelin)

[Qemu-devel] qemu dyngen.c

2005-04-27 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/27 19:55:58 Modified files: . : dyngen.c Log message: win32 fix (Filip Navara) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu

[Qemu-devel] Re: QEMU version 0.7.0 is out

2005-04-27 Thread Rudi Lippert
I think the changelog is missing one important thing: Initial KQemu support (if I'm not mistaken, it used to be in CVS only, and I suppose it IS supported now). Greets, Rudi Fabrice Bellard wrote: > Hi, > > QEMU version 0.7.0 is out. > > Changelog: > >- better BIOS translation and HDD geom