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

[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

[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

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

[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

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.