Re: [Qemu-devel] x86-64 lacks local APIC

2005-04-24 Thread Filip Navara
Natalia Portillo wrote: Hi! Windows XP AMD64 version complains about there is no local APIC saying that the CPU is not an AMD64 one without it. It detects it by reading ACPI tables which isn't supported by QEMU atm. I have a hack which makes it working if you're insterested... - Filip __

[Qemu-devel] x86-64 lacks local APIC

2005-04-24 Thread Natalia Portillo
Hi! Windows XP AMD64 version complains about there is no local APIC saying that the CPU is not an AMD64 one without it. Regards, Natalia Portillo ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Two network interfaces ?

2005-04-24 Thread Aziz Kezzou
> -nics 2 > > El 24/04/2005, a las 20:50, Aziz Kezzou escribió: > > > Hi all, > > I am using QEMU with tun/tap on a linux host. > > I would like to have qemu emulate two network interfaces for the guest > > (FreeBSD). > > > > Any hints on how to do that ? > > Thks, > > -aziz > > > > Thanks, I j

Re: [Qemu-devel] [patch] VMDK write support / VMDK4 fix

2005-04-24 Thread Filip Navara
Filip Navara wrote: Changelog: - Fix packing of VMDK4Header. - Add write support for VMDK files (tested only on VMDK4 files). Please discard this patch for now...it causes some image corruption. - Filip ___ Qemu-devel mailing list Qemu-devel@nongnu.org ht

Re: [Qemu-devel] Two network interfaces ?

2005-04-24 Thread Natalia Portillo
-nics 2 El 24/04/2005, a las 20:50, Aziz Kezzou escribió: Hi all, I am using QEMU with tun/tap on a linux host. I would like to have qemu emulate two network interfaces for the guest (FreeBSD). Any hints on how to do that ? Thks, -aziz ___ Qemu-devel mai

[Qemu-devel] Two network interfaces ?

2005-04-24 Thread Aziz Kezzou
Hi all, I am using QEMU with tun/tap on a linux host. I would like to have qemu emulate two network interfaces for the guest (FreeBSD). Any hints on how to do that ? Thks, -aziz ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.o

[Qemu-devel] qemu dyngen-exec.h

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 18:01:56 Modified files: . : dyngen-exec.h Log message: qemu code is not ready to handle these registers CVSWeb URLs: http://savannah

[Qemu-devel] qemu exec.c

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 18:02:38 Modified files: . : exec.c Log message: compatibility fix with kqemu-x86_64 CVSWeb URLs: http://savannah.gnu.org/cgi-bin/vie

[Qemu-devel] qemu kqemu.c

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 18:03:37 Modified files: . : kqemu.c Log message: efer is present even in legacy mode CVSWeb URLs: http://savannah.gnu.org/cgi-bin/vi

[Qemu-devel] qemu/target-i386 helper.c

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 18:04:33 Modified files: target-i386: helper.c Log message: fixed zero ss selector case in x86_64 emulation CVSWeb URLs: http://savannah.gnu.o

[Qemu-devel] [patch] arm seek syscall fix

2005-04-24 Thread Paul Brook
The patch below corrects the arm semihosting seek syscall return value. Paul Index: linux-user/arm-semi.c === RCS file: /cvsroot/qemu/qemu/linux-user/arm-semi.c,v retrieving revision 1.1 diff -u -p -r1.1 arm-semi.c --- linux-user/arm

[Qemu-devel] [patch] Report usermode gdb exit codes

2005-04-24 Thread Paul Brook
The attached patch makes qemu report the exit code to the attached gdb when the guest process exits. Paul Index: gdbstub.c === RCS file: /cvsroot/qemu/qemu/gdbstub.c,v retrieving revision 1.25 diff -u -p -r1.25 gdbstub.c --- gdbstub.

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

2005-04-24 Thread Per-Erik Kristensson
I have an older version of qemu, which mostly runs fine. I don't know which version it is (it's not in the documentation I have), but it's compiled 12 July 2005. I'm using qemu on NT4. Today I tried to install NT4 in qemu, but that didn't work. So I downloaded the latest version, but when I run qe

[Qemu-devel] [patch] VMDK write support / VMDK4 fix

2005-04-24 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/target-sparc helper.c

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 10:08:19 Modified files: target-sparc : helper.c Log message: MMU fix (Blue Swirl) CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qem

[Qemu-devel] qemu gdbstub.c

2005-04-24 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/04/24 10:07:12 Modified files: . : gdbstub.c Log message: removed RS_CONTINUE 'state' CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/