RE: [Qemu-devel] win64

2006-06-27 Thread ZIGLIO, Frediano, VF-IT
I tried with - Fedora Core 5 x86-64 in rescue mode - Ubuntu 6.06 live DVD x86 they works, I can use a ssh session without problems. I tried scp with Ubuntu, speed was about 530KB/s. In both cases I used user mode (-net nic,model=rtl8139 -net user). Perhaps it would fine to add a rtl8139too like L

[Qemu-devel] PIT clock count

2006-06-27 Thread Robert Falk
Hi, we are developing an x86 application that we are testing using qemu and are having some issues with the PIT clock count. We are using PIT clock count as a reference to measure cpu frequency: wait_wrap() a=read_current_cycles() wait_wrap() b=read_current_cycles() calculate_freq(a,b)... The pr

[Qemu-devel] qemu-arm: Make commandline args available to semihosting

2006-06-27 Thread Wolfgang Schildbach
Hello list, ARM ADS/RVCT compiler generated executables by default use "semihosting" to communicate with the host, including retrieval of a commandline. The semihosting implementation up to now did not implement this functionality; this patch adds the SYS_GET_CMDLINE semihosting call, such that

[Qemu-devel] [PATCH] telnet IAC options and simplified tcp & udp options

2006-06-27 Thread Jason Wessel
This patch simplifies the syntax of the tcp and udp options, as well as adding the telnet protocol. signed-off-by: [EMAIL PROTECTED] Jason. Index: qemu/vl.c === --- qemu.orig/vl.c +++ qemu/vl.c @@ -2203,16 +2203,16 @@ static void u

MIPS instruction set configuration, was: Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Dirk Behme
Fabrice Bellard wrote: 3. [PATCH] Add special MIPS multiply instructions http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00375.html Same remark. These are NEC VR54xx specific extensions to the MIPS instruction set. They are used if you use GCC's -march=vr5400 option. See www.necela

[Qemu-devel] Re: MIPS instruction set configuration

2006-06-27 Thread Marius Groeger
On Tue, 27 Jun 2006, Dirk Behme wrote: Fabrice Bellard wrote: 3. [PATCH] Add special MIPS multiply instructions http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00375.html Same remark. These are NEC VR54xx specific extensions to the MIPS instruction set. They are used if you use GC

[Qemu-devel] Windows Vista D0000144

2006-06-27 Thread Marco Sanvido
Numerous people successfully installed vista on qemu. I'm able to bootstrap (pass the ACPI test),and do most of the installation, but I still get the d144 error message.1) Someone had reported that they where able to pass this point, could you share your configuration? 2) What is the error d00

[Qemu-devel] qemu vl.c qemu-doc.texi

2006-06-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/27 21:02:43 Modified files: . : vl.c qemu-doc.texi Log message: telnet protocol and more consistent syntax (Jason Wessel) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu/linux-user main.c signal.c syscall.c sysca...

2006-06-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard06/06/27 21:08:10 Modified files: linux-user : main.c signal.c syscall.c syscall_defs.h Log message: initial MIPS signal handling (initial patch by Raphael Rigo) CVSWeb URLs: http://cvs

Re: [Qemu-devel] Re: MIPS instruction set configuration

2006-06-27 Thread Fabrice Bellard
Marius Groeger wrote: On Tue, 27 Jun 2006, Dirk Behme wrote: Fabrice Bellard wrote: 3. [PATCH] Add special MIPS multiply instructions http://lists.gnu.org/archive/html/qemu-devel/2006-04/msg00375.html Same remark. These are NEC VR54xx specific extensions to the MIPS instruction set. Th

Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
Hi, Another task to improve mips-user and the other QEMU user targets would be to properly define the errno values (use the TARGET_ prefix) and to use them at the appropriate places. A header "errno-generic.h" could be used for most targets and specific targets (such as mips) could add a errn

Re: [Qemu-devel] Pending MIPS patches

2006-06-27 Thread Fabrice Bellard
Raphaël Rigo wrote: Dirk Behme wrote: Hi Raphaël, maybe you find some time and like to answer to Fabrice's remark regarding patch 8 below? http://lists.gnu.org/archive/html/qemu-devel/2006-06/msg00419.html Would be nice to get as many of the pending MIPS patches applied as possible. Man

[Qemu-devel] Make -std-vga the default?

2006-06-27 Thread Julian Seward
I've been using -std-vga for a couple of weeks now, and it works well at least for the guests I've been using (Win2K/XP, Red Hat 9, SuSE 10.1). Overall it seems to work much better than the default 5446 simulation and it seems to me that non-developer users, who are presumably the larger fractio

Re: [Qemu-devel] Make -std-vga the default?

2006-06-27 Thread Paul Brook
On Wednesday 28 June 2006 02:21, Julian Seward wrote: > I've been using -std-vga for a couple of weeks now, and it works well > at least for the guests I've been using (Win2K/XP, Red Hat 9, SuSE 10.1). Really? My win2k install couldn't do anything useful with -std-vga. It would only do the very b