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

2005-04-26 Thread Antony T Curtis
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 that Realtek 8029 driver can be used in a OS/2 Warp guest. > > I have had some problem

[Qemu-devel] [patch] Remove requirement for -hda with -kernel

2005-04-26 Thread Ross Kendall Axe
The requirement to provide an -hda argument when doing a direct boot of a linux kernel has irritated me for some time. This patch removes that requirement by creating a temporary 1 sector hda as needed. Ross Index: hw/pc.c === RCS fi

[Qemu-devel] NE2000 for OS/2

2005-04-26 Thread kazu
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 that Realtek 8029 driver can be used in a OS/2 Warp guest. http://ebisa.hp.infoseek.co.jp/qemu/arcs/qemu-rtl8029-o

[Qemu-devel] Windows host version issues

2005-04-26 Thread jeebs
All tests were made with the current cvs version 20050426 on freeoszoo.org 1) There is still the cdrom change problem. If you have an upgrade version of Windows, this can bring the installation to a dead end. Sometimes the win installer even locks up when it tries to access the just changed

[Qemu-devel] [patch] Thumb bugfixes

2005-04-26 Thread Paul Brook
The attached patch fixes several bugs in the arm thumb emulation. Paul Index: target-arm/op.c === RCS file: /cvsroot/qemu/qemu/target-arm/op.c,v retrieving revision 1.12 diff -u -p -r1.12 op.c --- target-arm/op.c 26 Apr 2005 20:36:11

[Qemu-devel] QEMU Forum

2005-04-26 Thread Hetz Ben Hamo
Hi people, It seems some a shit-ass mexican has done some serious damage to the forum, so I just finished restoring the data, but unfortunately, I lost a week of messages. If you have posted something important, please re-post. All the data will be from now on backed up nightly, to prevent such a

[Qemu-devel] [patch] Thumb disassembly

2005-04-26 Thread Paul Brook
The attached patch implements disassembly of arm thumb instructions in the debugging dumps. Paul Index: arm-dis.c === RCS file: /cvsroot/qemu/qemu/arm-dis.c,v retrieving revision 1.2 diff -u -p -r1.2 arm-dis.c --- arm-dis.c 9 Jul 200

[Qemu-devel] [patch] Thumb syscalls

2005-04-26 Thread Paul Brook
The attached patch implements syscalls when in thumb mode. Paul Index: linux-user/main.c === RCS file: /cvsroot/qemu/qemu/linux-user/main.c,v retrieving revision 1.65 diff -u -p -r1.65 main.c --- linux-user/main.c 23 Apr 2005 18:25:40

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

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:34:00 Modified files: . : Changelog Makefile Makefile.target block.c vl.h Added files: . : block-bochs.c Log message:

[Qemu-devel] qemu/tests Makefile

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:39:26 Modified files: tests : Makefile Log message: clean target update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu

[Qemu-devel] qemu block.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:59:27 Modified files: . : block.c Log message: BSD cdrom device access fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qe

[Qemu-devel] qemu VERSION

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:25:15 Modified files: . : VERSION Log message: update CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/VERSION.diff?

Re: [Qemu-devel] Two network interfaces ?

2005-04-26 Thread Ross Kendall Axe
Flavio Visentin wrote: > | Thanks, I just figured out how to do this ;-) > | Here is my /etc/qemu-ifup script in case someone reads this thread : > > A little more generic, if you want more nics or use more than 1 VM. > VDE (http://vde.sf.net) is IMHO the best way to do multiple VMs. Whether it'

[Qemu-devel] qemu block.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:47:02 Modified files: . : block.c Log message: raw CDROM access for windows (Filip Navara) CVSWeb URLs: http://savannah.gnu.org/cg

[Qemu-devel] [patch] configure cosmetics

2005-04-26 Thread Bernhard Fischer
Hi, * configure: remove unused --extra-libs, only print the line about $sdl_static if SDL is to be used. please apply ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] qemu/hw cirrus_vga.c cirrus_vga_rop2.h

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:49:17 Modified files: hw : cirrus_vga.c cirrus_vga_rop2.h Log message: depth=24 write mask fix (Volker Ruppert) CVSWeb URLs: http:/

[Qemu-devel] qemu gdbstub.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:09:55 Modified files: . : gdbstub.c Log message: fixed gdb error reporting (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/cgi-b

[Qemu-devel] qemu block-vmdk.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:08:00 Modified files: . : block-vmdk.c Log message: VMDK4 write support - fixed packing of VMDK4Header (Filip Navara) CVSWeb URLs:

[Qemu-devel] qemu/pc-bios proll.elf proll.patch

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 21:02:48 Modified files: pc-bios: proll.elf proll.patch Log message: proll update: IDE HDD/CD support (Blue Swirl) CVSWeb URLs: http://sav

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

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:42:36 Modified files: . : gdbstub.c gdbstub.h linux-user : syscall.c Log message: report user mode gdb exit codes (Pau

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

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:36:11 Modified files: target-arm : op.c translate.c Log message: better arm conditionnal execution implementation (Paul Brook) CVSWeb URLs:

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

2005-04-26 Thread Fabrice Bellard
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://savannah.gnu.org/c

[Qemu-devel] qemu/linux-user arm-semi.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:44:10 Modified files: linux-user : arm-semi.c Log message: SYS_SEEK fix (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/q

[Qemu-devel] qemu configure

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:46:24 Modified files: . : configure Log message: cosmetics CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/configur

[Qemu-devel] qemu configure

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:34:45 Modified files: . : configure Log message: win32 conf fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/con

[Qemu-devel] qemu/audio sdlaudio.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:35:06 Modified files: audio : sdlaudio.c Log message: debug fix CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/audio/s

[Qemu-devel] [patch] VMDK write support / VMDK4 fix (try 2)

2005-04-26 Thread Filip Navara
Changelog: - Fix packing of VMDK4Header. - Add write support for VMDK files (tested only on VMDK4 files). Index: block-vmdk.c === RCS file: /cvsroot/qemu/qemu/block-vmdk.c,v retrieving revision 1.4 diff -u -p -r1.4 block-vmdk.c --- blo

[Qemu-devel] qemu Makefile.target

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 20:34:26 Modified files: . : Makefile.target Log message: fixed clean target CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qem

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

2005-04-26 Thread Per-Erik Kristensson
Thanks for your answer. When it comes to the menu I don't care much about that, I mostly use the command line instead. It may be possible to get it to work in NT4, but not in Win9x sense the command line is much more limited there. I maybe write a GUI if I find some time and, of course, get some of

[Qemu-devel] qemu cpu-exec.c

2005-04-26 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/26 19:33:36 Modified files: . : cpu-exec.c Log message: i386-user compile fix (Paul Brook) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/

[Qemu-devel] Re: [Patch] Release mouse at window edges

2005-04-26 Thread Ryan Rempel
On 4/25/05, Oliver Gerlich <[EMAIL PROTECTED]> wrote: > Ryan Rempel wrote: > > I've been using your patch for releasing the mouse at window edges > > (the -autograb path) successfully with a Windows 98 guest. However, > > I'm now trying to set up a Windows 2000 guest, and the mouse isn't > > relea

Re: [Qemu-devel] [WIN32] qemu kqemu qvm86

2005-04-26 Thread Paul Brook
On Tuesday 26 April 2005 12:43, Ronald wrote: > Hi, > > I had some troubles building current cvs, the build process abort on > kqemu.o with <...> kqemu doesn't support windows hosts. Either remove the kqemu directory, or configure with --disable-kqemu. If you're using qvm86 you should apply pat

[Qemu-devel] [WIN32] qemu kqemu qvm86

2005-04-26 Thread Ronald
Hi, I had some troubles building current cvs, the build process abort on kqemu.o with i386-mingw32-gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/home/ronald/cvs/win32/qemu/target-i386 -I/home/ronald/cvs/win32/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/hom

[Qemu-devel] [PATCH] Windows compile patch

2005-04-26 Thread Damien Mascord
Heya guys, Here is a patch that allows compilation on MingW (Windows). [To allow cygwin compilation, only the addition of -mno-cygwin on the CFLAGS will suffice, as per http://www.h7.dion.ne.jp/~qemu-win/qemu-cygwin.txt]. Specifically it allows the console output on the command line (so, executin

[Qemu-devel] [PATCH] updated tap for win32 (against CVS)

2005-04-26 Thread Damien Mascord
Hi guys, Here is the updated patch for supporting tap devices (specifically against the OpenVPN Tap-Win32 driver). This is just the patch from [http://lists.gnu.org/archive/html/qemu-devel/2004-10/msg00213.html] reapplied manually against the latest CVS, and then re-diffed. This works correctly,