[Qemu-devel] -no-reboot

2006-08-20 Thread Brad Campbell
G'day all, I'm developing a series of automated tests for win2k and winxp installs with varying features enabled/disabled. One thing I've found *really* handy is the ability to stop qemu rebooting and just have it exit every time the vm tries to reboot. (Enables me to use different command line

[Qemu-devel] PCNet and Lance merge

2006-08-20 Thread Blue Swirl
Hi, Here's my first attempt to merge Lance to PCNet, doesn't work yet. _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ Merge Lance and PCNet drivers. Index: qemu/hw/pcnet.c

Re: [Qemu-devel] -kernel-kqemu issue? hwclock w/ libc6-i686: segmentation fault on reboot

2006-08-20 Thread Paul Brook
On Sunday 20 August 2006 00:25, J M Cerqueira Esteves wrote: > I submited the attached report to the Debian bug tracking system, > but just now I noticed that that segfault of hwclock with libc6-i686 (in > a guest Debian testing system) only occurs if the virtual machine > is started with -kernel-k

Re: [Qemu-devel][PATCH] Tap and VLAN socket support for win32

2006-08-20 Thread Jim C. Brown
On Thu, Feb 02, 2006 at 12:10:36AM +0100, Fabrice Bellard wrote: > Hi, > > I merged your patches and I made important changes to simplify them. I > did not do any tests so tell me if you see problems. > > Regards, > > Fabrice. > Have you decided to accept the GPL license on it then? http://li

[Qemu-devel] qemu ./Makefile.target ./qemu-doc.texi ./vl.c ....

2006-08-20 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/05 04:14:41 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h hw : integratorcp.c mips_r4k.c pc.c pci.c ppc_chrp.c

[Qemu-devel] QEMU freeze with "Servicing hardware INT=0x08"

2006-08-20 Thread Andreas Bollhalder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello I'm using QEMU 0.8.0 CVS under Windows. In the x86 version, one of my DOS application freezes QEMU amd I have to close it. I enabled the debugging with "-d in_asm,op_opt". At the end of the log file, I have over 1770 times the entry stating tha

[Qemu-devel] The TUN interface doesn´t work after 0.7.2 (maybe 0.8.0.) version

2006-08-20 Thread Martin Ottmár
Hello! I´d like to report a bug in qemu. (and apologize for my bad English, too ;-) In a new CVS version of qemu (? since the network reorganization) the TUN interface network (And I think, even a floppy drive like an excuse) doesn´t work. I´m running this: qemu -net tap,script=/etc/qemu-ifup -

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

2006-08-20 Thread Paul Brook
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Paul Brook <[EMAIL PROTECTED]> 06/02/04 21:50:36 Modified files: target-arm : op.c translate.c Log message: Fix Arm interrupted ldm bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu

[Qemu-devel] Regarding 3.11.2.6 WinXP security problem

2006-08-20 Thread Malcolm Lalkaka
Hello, I am not a developer, but I found (through experience) some information that will most likely be useful to you. It is regarding the bug described in section 3.11.2.6 in the QEMU User Documentation. I installed Windows XP Professional as the guest OS successfully, and every

[Qemu-devel] Is there any interest in -kernel-qemu failure case reports?

2006-08-20 Thread Lorenzo Campedelli
Hi, I tried to use the new -kernel-qemu option with the CVS version of qemu from yesterday and kqemu-1.3.0pre3. Is anybody interested in error reports? As suggested on IRC, I guess only Fabrice could be, anyway ... Regards, Lorenzo ___ Qemu-devel m

[Qemu-devel] Funny bug: qemu-0.8.0

2006-08-20 Thread Klaus-J. Wolf
Hi, there is a funny bug with qemu-0.8.0 and Windows 98 SE (German version only, the English version works perfectly!): The booting process stalls with: FLOPPY ERROR: fdctrl_write_data: unknown command: 0x2e FLOPPY ERROR: fdctrl_write_data: unknown command: 0x2e Regards yanestra ps. 1000 time

[Qemu-devel] QEMU for Intel Mac

2006-08-20 Thread Gwenole Beauchesne
Hi, Patches and test binaries are here: A screenshot: I have not really tested graphically. But the owner of the iMac I was using tried Windows ME and it worked:

[Qemu-devel] patch for glibc-2.3.6

2006-08-20 Thread wanderer
At least I think that is what requires this to allow qemu to compile on my system. Should be safe for all systems and versions. diff -r qemu-0.8.0/target-i386/helper2.c qemu-0.8.0-patched/target-i386/helper2.c 26a27 > #include ___ Qemu-devel mailin

[Qemu-devel] Big patch for new/better SMB handling

2006-08-20 Thread wanderer
Adds an -smbrc option (to obsolete -smb option?) that gives better control of start up of private smb server and shares. Largest portion of change is moving option lists to separate file. diff -r -N qemu-0.8.0/opts.h qemu-0.8.0-patched/opts.h 0a1,154 > /* > * QEMU System Emulator > * > * Cop

[Qemu-devel] Re: Any binary distributions for QEMU 0.8.0 for Windows?

2006-08-20 Thread jamy.0055
The freeOSZoo used to have binaries, but they stopped doing that. They aren't bothering to distribute the 0.80 version that Ronald made, much less the more recent cvs builds. I don't think they are all that much anymore. You can get Ronald's 0.80 build from his web site: http://daimon55.free.f

[Qemu-devel] mmx

2006-08-20 Thread Geoffrey Bayer
a nice little utility for x86 users with old machines (like Virtual USB) would be Virtual MMX. 'd be a litl 56kilobyte power tool type utility allowing older processors to mimic mmx operations without the performance hit of a full virtual PC. if somebody gets bored, maybe they could write it.

[Qemu-devel] Re: [PATCH] FreeBSD USB redirector for qemu completed

2006-08-20 Thread Julian Elischer
Lonnie Mendez wrote: Hello list. This is heads up on the status of the backend. I have tested it with a mass storage device, a keypad, and a hid gps unit successfully on FreeBSD 6.1 beta 2. Please find the patch linked. http://gnome.dnsalias.net/patches/patch-bsdusb.patch AWEsome! (t

[Qemu-devel] curiocity on qemu link process

2006-08-20 Thread yunchengbao
hi, I'm a qemu newbie and just got curious about how qemu (user-mode) is linked to be an "shared-object" executable. So I wrote a test program: int main(void) { return 43; } then compile and link it like qemu: cc -Wl,-shared -o test test.c but when I run it, I have an "illegal instruction"

[Qemu-devel] Debugging under MinGW

2006-08-20 Thread Schwarz, Konrad
Hi, gdb 5.2.1 (which is what comes with MinGW/MinSys) is crashing quite a lot.  Is this the normal state of affairs, or am I doing something wrong?  Should I be developing under Linux?   Regards, Konrad       BEGIN:VCARD VERSION:2.1 N:Schwarz;Konrad FN:Konrad Schwarz ORG:Siemens AG;CT SE 2 TI

[Qemu-devel] RE: Debugging under MinGW

2006-08-20 Thread Schwarz, Konrad
Another question: Am I allowed to change the Makefile CFLAGS value from -O2 to -O0?   Regards, Konrad From: Schwarz, Konrad Sent: Friday, March 03, 2006 5:02 PMTo: 'qemu-devel@nongnu.org'Subject: Debugging under MinGW Hi, gdb 5.2.1 (which is what comes with MinGW/Min

[Qemu-devel] Block device for arm system emulation

2006-08-20 Thread Kevin O'Connor
Hi, I'd like to use the qemu arm system emulator to build software for an arm platform. One of the obstacles I'm facing is the lack of a block device driver for arm. I have been able to run qemu with a root partition on the host machine mounted via nfs. However, I'm finding this to be extremely

[Qemu-devel] Documentation Erratum

2006-08-20 Thread Schwarz, Konrad
Hello,   http://fabrice.bellard.free.fr/qemu/qemu-doc.html#SEC10 documents the-serial dev option as accepting thefile:filenameoption but does not mention that this is supported under Linux only.Regards,Konrad Schwarz ___ Qemu-devel mailing list Qemu-

[Qemu-devel] problem in ARM nfs boot

2006-08-20 Thread Ahmad Shahzad
hi, i 'm trying to boot arm linux kernel while using nfs as my root filesystem.But the kernel halts after mounting nfs as root filesystem.Here is the output shown by QEMU. IP route cache hash table entries: 2048 (order: 1, 8192 bytes) TCP established hash table entries: 8192 (order: 5, 131072 byt

[Qemu-devel] guest os can not find parallel port,why?

2006-08-20 Thread tangliang
i use qemu 0.8.to launch winxp with the option qemu -parallel /dev/parport0 winxp.img but the guest os win-xp can not find the parallel port. thanks! ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-de

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-08-20 Thread wanderer
I placed a patch on The Qemu Forum (qemu.dad-answers.com) that already provides this capability in a more inclusive manner. That is, you can remote the console (monitor) through any active pty or pipe process. Telnet could be one choice to get the functionality you are getting at here. Then aga

Re: [Qemu-devel] [PATCH] Remote console access though socket

2006-08-20 Thread Daniel Veillard
On Thu, Mar 09, 2006 at 03:00:13AM -0800, [EMAIL PROTECTED] wrote: > I placed a patch on The Qemu Forum (qemu.dad-answers.com) that already > provides this capability in a more inclusive manner. That is, you can remote > the console (monitor) through any active pty or pipe process. Telnet could b

[Qemu-devel] qemu (cvs-version) performance?

2006-08-20 Thread Sven Köhler
Hi, i'd like to know, what the qemu-project aims at. Do the authers aim at writing (together with kqemu or qv86) an alternative to VMWare? (At least in the x86 virtualization case) I first thought that way and i still hope that, but i was disappointed by qemu 0.8.0 and the latest version from CVS

[Qemu-devel] Different qemu mashines networking- mac adress

2006-08-20 Thread Matthias Taube
When I try to start several qemu mashines I get problems with the networking. Normal I start mashines with qemu -boot c -net nic,vlan=0 -net tap,vlan=0,ifname=tap0 image.img But starting severel mashines, they would get the same ip from the dns-dhcp server because of the mac adresses. So I star

[Qemu-devel] Dynamic compiler future (was Re: X86_64 (AMD64) build segfaults)

2006-08-20 Thread Antti P Miettinen
Still going through the gmane archive - sorry for digging old stuff, but.. :-) Paul Brook <[EMAIL PROTECTED]> writes: > IMHO the way forward long-term is to implement some sort of code > generation in qemu. By this I mean incorporating some sort of > compiler backend/optimizing assembler into qemu

Re: [Qemu-devel] Network Performance between Win Host and Linux Guest

2006-08-20 Thread Míguel
It seems this interesting patch: http://lists.gnu.org/archive/html/qemu-devel/2006-03/msg00041.html hasn't been applied to CVS for some reason. Has it been accidentally skipped or is it not applicable to CVS? Best regards. Miguel. _

[Qemu-devel] PL110 vs Xorg

2006-08-20 Thread Antti P Miettinen
Which way are the color components supposed to be encoded in the framebuffer? I tried to read the "PrimeCell Color LCD Controller (PL110) Technical Reference Manual" but to me it is not clear. And to add to the confusion there is a control bit to choose between RGB and BGR. Anyway, I'm running Xor

[Qemu-devel] Re: -kernel-kqemu and a linux guest

2006-08-20 Thread alex
Brad Campbell wrote: > Brad Campbell wrote: >> G'day all, >> >> I've had *great* results running win2k and xp with -kernel-kqemu on an >> Athlon host under linux 2.6, >> however my experiments using a linux guest have resulted in complete >> kernel bombs.. >> Is there anything I should be doing/t

[Qemu-devel] FreeBSD qemu port update

2006-08-20 Thread Juergen Lock
Hi! A new qemu port update has been committed yesterday, featuring usb host support (patches by Lonnie Mendez) and a bunch of other patches mostly from cvs, including a workaround for the -nographic crash. (I didn't update to cvs fully because that requires a new kqemu which afaik doesn't work o

[Qemu-devel] Re: FreeBSD qemu port update

2006-08-20 Thread Frank J. Beckmann
Hi, am Sonntag, 19. März 2006 12:46 schrieb Juergen Lock: > A new qemu port update has been committed yesterday, featuring > usb host support (patches by Lonnie Mendez) and a bunch of other > patches mostly from cvs, including a workaround for the -nographic > crash. (I didn't update to cvs full

[Qemu-devel] QEMU crash

2006-08-20 Thread georg . skillas
Hello I am using version 0.7.2 with kqemu upto date without any problems. However in the morning (computer was running all night with a qemu calculation) I found the following error displayed and had to shut down qemu. What gives? George Skillas A short translation: Command "0x0048..." points

[Qemu-devel] Debugging low level ARM with GDB

2006-08-20 Thread Dirk Behme
Hello, I'd like to debug low level ARM bootloader U-Boot using ARM port of QEMU. I use qemu-0.8.0-i386.tar.gz for this and start QEMU with > qemu-system-arm -S -s -m 64 -net none -nographic -kernel u-boot.bin -monitor null -parallel null -serial null Waiting gdb connection on port 1234 (No

[Qemu-devel] i386 emulation on PowerPC host

2006-08-20 Thread Lyonel Vincent
Hi all, Having noticed very wierd behaviour of some operations under an x86 Qemu guest running on a PowerPC (32 bits), I have compiled the following test program under Linux/i386: #include #include void main() { float x = exp(1)*exp(1); float y = exp(2); printf("%f = %f\n", x, y); } Wh

[Qemu-devel] [PATCH] add DESTDIR support to makefile

2006-08-20 Thread Patrick Mauritz
Hi, the attached patch adds DESTDIR support to the makefile, so make install can be given a root prefix, eg. for packaging. patrick mauritz # # # patch "Makefile" # from [24ce1c8e1082fb804f509f5fd27617f226893745] #to [7249eece15dfa3b0c06aa0d0f2b916214fbe9226] # # patch "Makefile.targe

[Qemu-devel] Re: -win2k-hack needed to do Windows Update?

2006-08-20 Thread Alex Hermann
Andrew Barr wrote: > Hi again. I'm still working on my Windows 2000 SP4 VM, and I've > discovered that running Windows Update (Internet Explorer 6) causes > behavior similar to the "disk full" bug encountered during Windows > 2000 setup. When it gets to the part where it's looking for updates > (t

[Qemu-devel] [PATCH] kqemu 0.7.2

2006-08-20 Thread Jerome Pinot
Hi, Well, I know there is ongoing work on the next release of kqemu, but I thought it could be useful to get the stable release still work with the current linux kernel. MODULE_PARM shouldn't be used anymore. This patch makes kqemu compiled with recent kernel. If the patch is broken (thanks to g

[Qemu-devel] Re: how to begin with qemu and networking

2006-08-20 Thread Mirco Piccin
Hi.Concerning the qemu networking, i hope i can help you;you can read  this very very usefull links:http://www.debian-administration.org/articles/40 and http://www.pictux.org/forum/viewtopic.php?p=7#7   - for same scripts like qemu-ifup (in italian, i know...i'll traslate in the future).Bye! On 4/4

Re: [Qemu-devel] SPARC iommu mapping

2006-08-20 Thread Joerg Platte
Am Mittwoch, 5. April 2006 19:36 schrieb Blue Swirl: Hi! > I don't have any better documentation either, I just coded against what > Proll and Linux expect. But the theory of operation is simple. Much like OK, I thought I was just too stupid to find good documentation :-) > how the MMU translate

Re: [Qemu-devel] qemu-0.8.0 and vde-1.5.9 question

2006-08-20 Thread Bakul Shah
> The system is Kanotix-2005-4 > Qemu-0.8.0 > Vde-1.5.9 > > I setup the bridge and add interface tun0 to the bridge > (have done it before correctly) > > but > > /usr/bin/vdeqemu -hda disk-image -m256 -localtime -net vde -net nic,macaddr=5 > 4:52:00:12:34:62 > > reports error: > qemu: invalid o

[Qemu-devel] Patch for sending large (>4k) packets through qemu/slirp

2006-08-20 Thread Kenneth Duda
In qemu-0.8.0.20060327, there are three problems with sending large packets from guest to host: (1) the code in slirp's ip_reass() reads a next pointer out an mbuf after freeing it via m_cat(). (2) the code in slirp's m_inc() calls realloc() on a large mbuf, but fails to adjust m_data to point

[Qemu-devel] Patch for minor qemu heap corruption bug when the console is zero width

2006-08-20 Thread Kenneth Duda
This patch fixes a minor bug that mcheck picked up. I don't know if it ever causes problems in practice. -Ken diff -burN qemu-snapshot-2006-03-27_23.orig/console.c qemu-snapshot-2006-03-27_23/console.c --- qemu-snapshot-2006-03-27_23.orig/console.c 2006-03-11 07:35:30.0 -0800 +++ qe

[Qemu-devel] [PATCH] SPARC target : Fix carry flag update in addxcc and subxcc ops

2006-08-20 Thread Even Rouault
I send a patch that should fix a bug in the update of carry flag for addxcc and subxcc instructions when the carry flag is set before the evaluation of the instruction. (the fix is identical to what is done in the similar instruction op_adcl_T0_T1_cc for arm target) ? patch-qemu-sparc-xcc_ops.tx

[Qemu-devel] Using QEMU in a hardware emulator project

2006-08-20 Thread Raphael Bosshard
Hello there! for our semester project we are trying to write a software emulator of a hardware box, used for assembler programming tutorials. These boxes consist of a 80186 processor, a hand tailored bios/io/monitor program and some switches and buttons. Since it would be useless duplication

[Qemu-devel] kqemu version 1.3.0pre5 build failure on 2.6.16-1.2080_FC5

2006-08-20 Thread dragoran
Hello I tryed to build kqemu on FC5 using 2.6.16-1.2080_FC5 and it fails because map_mem is undeclared. The attached patch fixes it for me (remove to defines) but its likly to break older kernels. So a better one is needed. Anyway I decided to report it here. Patch is attached. PS: Please CC me

[Qemu-devel] Checking of segment registers when switching to pmode

2006-08-20 Thread Milan Plzik
Hello, I played a bit with switching to pmode with both qemu and real hardware, I've found one difference - real hardware (a Pentium machine) does some checking of segment registers when switching to pmode (enabling just PE bit); if contents is invalid, it probably raises some exception (I hav

[Qemu-devel] QEMU USENIX Paper Now Freely Available

2006-08-20 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Just FYI, the QEMU USENIX 2005 paper is now freely available to everyone: http://www.usenix.org/publications/library/proceedings/usenix05/tech/freenix/bellard.html (also linked from http://fabrice.bellard.free.fr/qemu/tech-doc.html) It was pr

[Qemu-devel] Re: patch to avoid space allocation for zero blocks in the qcow format

2006-08-20 Thread Ben Pfaff
Bakul Shah <[EMAIL PROTECTED]> writes: > The below patch avoids allocating space in the qcow image > format when a block of zeroes is being written. No attempt > is made to free up space if a previously written block of > nonzero data is being overwritten with zeroes. This optimization is only p

[Qemu-devel] Re: Custom floppy image not booting, hanging at ramdisk...

2006-08-20 Thread Jani Monoses
Damien Mascord wrote: Hi again, Sorry to top post, just wanted to know if anyone has had similar experiences to this? If not, can someone help me debug the issue (bug?) with qemu here? This old patch still applies and fixes it. http://lists.nongnu.org/archive/html/qemu-devel/2004-08/msg0013

[Qemu-devel] ToWishList: Snapshot for particular disk image only

2006-08-20 Thread Strelenko Yuri A
Dear friends, Currenly the -snapshot option is global, i.e. prevents writing to all diskimages. It will be more convenient to apply snapshot to particular disk only. For example, I would like to create virtual FTP-server in QEMU and apply -snapshot to system disk -hda, but permit writing to -

[Qemu-devel] [BUG] Segfault on switching fda

2006-08-20 Thread Panagiotis Issaris
Hi, Current CVS Qemu (of about 15 minutes ago) crashes when I run qemu -snapshot -no-kqemu -fda a01 switch to the console and enter: change fda a02 Leaving the "-snapshot" parameter out, makes the segfault go away. The a01 and a02 files, are the bootdisks of the Atheos operating system available

[Qemu-devel] Mouse problem with XP on XP host

2006-08-20 Thread consul
With the latest CSV version I have a problem with the mouse pointer sometimes not going all the way through the screen, stumbling somewhere in the middle. If I move the mouse opposite direction to the edge of the screen and then back, it works for a while, then stumbles again somewhere else. An

Re: [Qemu-devel] Large USB-Patch Documentation and todays CVS patch

2006-08-20 Thread Joseph Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With all due respect, Tino Seifert, I must comment on your USB patch. I do not normally post to this list, but I follow it very closely as the project is of great interest to me. I must admit that I have rarely even looked at qemu code, and that I

[Qemu-devel] Re: playing with qemu's 8139 nic and FreeBSD (loopback mode missing?)

2006-08-20 Thread Igor Kovalenko
Juergen Lock wrote: > I played with > qemu -monitor stdio -m 256 -cdrom 6.1-RC1-i386-disc1.iso -usb -soundhw > es1370 -kernel-kqemu -net nic,model=rtl8139 -net user > and got it as far as > re0: diagnostic failed, failed to receive packet in loopback mode > (followed by a panic :) with

[Qemu-devel] Re: playing with qemu's 8139 nic and FreeBSD (loopback mode missing?)

2006-08-20 Thread Igor Kovalenko
Juergen Lock wrote: > On Fri, Apr 28, 2006 at 08:25:02PM +0400, Igor Kovalenko wrote: >> Juergen Lock wrote: >>> I played with >>> qemu -monitor stdio -m 256 -cdrom 6.1-RC1-i386-disc1.iso -usb -soundhw >>> es1370 -kernel-kqemu -net nic,model=rtl8139 -net user >>> and got it as far as >>> r

[Qemu-devel] Re: VLAN connection issue between Qemu instances.

2006-08-20 Thread Mark Jonckheere
Karel Gardas schreef: > qemu -hda openbsd-fw1.img -net nic,macaddr=22:33:77:55:66:00 -net > socket,listen=:11234 > > qemu -hda openbsd-fw2.img -net nic,macaddr=11:22:33:44:55:66 -net --^ > socket,connect=silence:11234 The first part of your MAC-address

[Qemu-devel] Re: playing with qemu's 8139 nic and FreeBSD (loopback mode missing?)

2006-08-20 Thread Igor Kovalenko
Juergen Lock wrote: > > Thanks, that seems to get the rl driver going. Now to fix C+ mode > (re driver) change the #if 0 in my patch to #if 1... > Well actually that requires a bit more: implementing on-board timer. freebsd if_re.c driver loopback test sequence passes if packet is received AN

[Qemu-devel] [PATCH]: UDP-broadcast address-translation error in slirp code.

2006-08-20 Thread Mark Jonckheere
Fabrice, Paul, There has been a lot of changes in the slirp code this last week, so I'll try once again to submit my UDP broadcast patch. Note, the patch has been modified from previous submissions: this time I do only a check for a broadcast address, when the address has been replaced with our s

[Qemu-devel] qemu -isa option

2006-08-20 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've noticed that I'm not able to use the "-isa" option with the latest qemu from CVS. Has qemu's -isa option been removed ? I run Debian GNU/Hurd under qemu which requires -isa option to boot. Thanks, Ritesh - -- Ritesh Raj Sarraf RESEARCHUT

[Qemu-devel] QEMU simulating multi-core machine?

2006-08-20 Thread James Yu
Hi there, We are very interested in studying the software behviour on multi-core architecture, and we are looking for a simulator that is capable of simulating multi-core machine. Does QEMU currently support this feature ? or do you have any plan to support it ? Best regards, -- This is a UTF-8

[Qemu-devel] [PATCH] Fix for is{less, greater, unordered}* functions on NetBSD

2006-08-20 Thread Juan RP
Hi, NetBSD uses the GCC builtin functions of isless*, isgreater* and isunordered(), the following patch fixes this (we are using it on pkgsrc): --- fpu/softfloat-native.h.orig 2006-05-03 22:32:58.0 +0200 +++ fpu/softfloat-native.h 2006-05-06 19:49:25.0 +0200 @@ -33,6 +33,14

[Qemu-devel] Re: qemu disk on vfat

2006-08-20 Thread Alex
Are you sure coreect spelling is "qmeu-disk", not "qemu-disk"? -- Alex. "Yann Le Doaré" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] my option is "-hda /mnt/partitions/windows0/qmeu-disk" Le dimanche 07 mai 2006 à 05:44 -0300, André Braga a écrit : > It's more likely a typo in

[Qemu-devel] win2k running really slow on linux (2.6.12) host

2006-08-20 Thread Iain McFarlane
Hi, This may have nothing to do with kqemu but since just before the 0.8.1 release win2k has been running really slowly as a guest and the csrss has been taking up most of the cpu in the guest. I am running an up to date copy from cvs. I tried to run an strace and a section of the output of th

[Qemu-devel] bug report in qemu

2006-08-20 Thread jjorge
hi, I just tried microsoft money 97 with qemu 0.8.1 without kqemu, and have sometimes wrong additions : example : 100 + 100 = 40 It is reproductible easily, as it does always the same error. I tried on windows 95 and 98 SE, both have the same problem. On a not emulated PC with 98 SE, I don't hav

[Qemu-devel] [patch] qemu sh4 fmov et al

2006-08-20 Thread [EMAIL PROTECTED]
I've been working on the sh4 target, mostly adding floating-point instructions needed to run some of debian's sh4 userland. These instructions include: fmov, frchg, fschg, sts and lds to/from fpul and fpscr, fsts, flds, and maybe some others. I'm posting my work now to avoid duplication by other pe

[Qemu-devel] alsa support in qemu 0.8.1

2006-08-20 Thread Halim Sahin
Hello, I could not find anything in the qemu docu. In the past there was an alsa support??? How can I activate or use it? I am getting this error: oss: Failed to open `/dev/dsp' My host is a debian sarge audio card a sblive. Thanks Halim ___ Qemu-dev

[Qemu-devel] network boot with qemu

2006-08-20 Thread Luc Deschenaux
hello I downloaded an etherboot ROM images from http://www.rom-o-matic.com for "ns8390:rtl8029-[0x10ec,0x8029]" The compressed floppy disk image doesnt work (but the compressed hard disk image works, and maybe lilo or iso but i didnt test yet) ok it "works" ie: it boot and get an ip from the qemu

[Qemu-devel] recommended project

2006-08-20 Thread Katarzyna Piotrowska
Bonjour, J'ai lu quelques mots concernants KQEMU : un module d'accélération pour QEMU Dans ce cas nous voulons vous donner le signe recommended project et si vous pouvez, mettrez le avec notre target www.lpmagazine.org/fr Merci bien Cordialement Katarzyna [EMAIL PROTECTED] rec_pro_L+.png

Re: [Qemu-devel] Qemu

2006-08-20 Thread Ottavio Caruso
On Sat, 13 May 2006 20:08:47 -0500 "wayne tempel" <[EMAIL PROTECTED]> wrote: > It keeps telling me Qemu > acceleration layer is not activated. Easy! Just add '-no-kqemu' to your batch file. Qemu 0.8 and above presume you have kqemu installed, unlike the previous versions. Ottavio Caruso -- h

[Qemu-devel] scsi hd instead of ide

2006-08-20 Thread Daniel Mota Leite
Hi i'm using qemu to test some servers and now one of then will be put on production... but the real server is SCSI and i have now to reconfigure the linux to use sda instead of hda is any way (like a patch) of qemu emulate scsi hds instead of ide? this would be very helpfull, this way i can dup

[Qemu-devel] [PATCH] permit qemu/audio/ossaudio.c to build on OpenBSD

2006-08-20 Thread Todd T. Fries
--- audio/ossaudio.c.orig Mon Dec 19 16:51:53 2005 +++ audio/ossaudio.cTue Dec 20 11:00:04 2005 @@ -21,10 +21,15 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include #include #include #include +#ifdef __OpenBSD__ +#inclu

[Qemu-devel] [PATCH] permit arm host to build qemu

2006-08-20 Thread Todd T. Fries
I'm sure this is probably not the right fix but it does permit things to compile. --- disas.c.origWed May 3 15:32:58 2006 +++ disas.c Fri May 5 22:07:38 2006 @@ -273,7 +273,7 @@ void disas(FILE *out, void *code, unsign #ifdef __arm__ /* since data are included in the code,

[Qemu-devel] [PATCH] permit OpenBSD to build (qemu/dyngen-exec.h)

2006-08-20 Thread Todd T. Fries
--- dyngen-exec.h.orig Wed May 3 15:32:58 2006 +++ dyngen-exec.h Fri May 5 22:07:38 2006 @@ -27,11 +27,15 @@ #define _FILEDEFED #endif +#include "config.h" + /* NOTE: standard headers should be used with special care at this point because host CPU registers are used as global var

[Qemu-devel] [PATCH] type corrections in prototypes (qemu/qemu-img.c)

2006-08-20 Thread Todd T. Fries
--- qemu-img.c.orig Mon Feb 20 22:57:21 2006 +++ qemu-img.c Mon Feb 20 22:56:51 2006 @@ -58,7 +58,7 @@ char *qemu_strdup(const char *str) return ptr; } -void pstrcpy(char *buf, int buf_size, const char *str) +void pstrcpy(char *buf, size_t buf_size, const char *str) { int c;

[Qemu-devel] [PATCH] permit OpenBSD to build ppc target (qemu/target-ppc/op_helper.c)

2006-08-20 Thread Todd T. Fries
--- target-ppc/op_helper.c.orig Fri May 5 22:29:25 2006 +++ target-ppc/op_helper.c Fri May 5 22:29:34 2006 @@ -17,6 +17,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include

[Qemu-devel] [PATCH] part3 prototype fixes

2006-08-20 Thread Todd T. Fries
--- vl.h.orig Wed May 3 15:32:58 2006 +++ vl.hWed May 17 19:41:08 2006 @@ -96,8 +96,8 @@ extern const char *bios_dir; -void pstrcpy(char *buf, int buf_size, const char *str); -char *pstrcat(char *buf, int buf_size, const char *s); +void pstrcpy(char *buf, size_t buf_size, const cha

[Qemu-devel] Trident video

2006-08-20 Thread Danny Brow
How hard would it be to add trident video card support to Qemu? PS> I'm not subscribe to the list so please CC me on replies. Thanks. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _

Re: [Qemu-devel] [PATCH] fix vl.c for OpenBSD & part 2 of prototype fixes

2006-08-20 Thread Cesare Leonardi
I don't know if your patch will be applied or not, but if you had added a description of what your patch does, it would have helped. More than the subject, i mean. ;-) Regards. Cesare. ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://list

[Qemu-devel] bugreport: Crash on iso booting

2006-08-20 Thread Martin van Es
Hi, I'm not a member/reader of this mailinglist, just a happy qemu user. I recently downloaded the RIPLinux 1.5 (grub) iso and wanted to test it before I threw out the old version. Normally I'd reboot my system, but today I thought it 'd be nice to throw it at qemu. To my dissapointment the RI

[Qemu-devel] InfoWorld Review

2006-08-20 Thread Ashley Rinier
Hello,   I am hoping to get in touch with someone who handles marketing decisions for your QEMU Version 1.3.0. This is in regards to a recent review that had appeared in the May 22nd issue. I handle the editorial reuse program for this publication and would like to get feedback on the review

[Qemu-devel] Re: sdl fix for mouse grab/hide

2006-08-20 Thread Adam D. Moss
Herbert Poetzl wrote: which is almost met, except for qemu _not_ using the SDL_ShowCursor() but instead doing a special SDL_SetCursor(sdl_cursor_hidden), which results in SDL _not_ transmitting the relative motion events once the border is reached, which in turn gives funny behaviour :) The cod

[Qemu-devel] qemu, ncurses driver, and accessibility

2006-08-20 Thread Samuel Thibault
Hi, Could merging the curses driver patch be considered? It would make qemu accessible to blind people, and as such, be a considerable help for working on distribution installers, for instance. Samuel ___ Qemu-devel mailing list Qemu-devel@nongnu.org

[Qemu-devel] NPTL support in qemu-i386?

2006-08-20 Thread Paul Mackerras
Is anyone working on adding support for the set/get_thread_area system calls in qemu for the i386-user target? NPTL will need that, and I guess the futex system call too. In linux-user/syscall.c, it seems like the target doing a clone system call with CLONE_VM results in the emulator doing a clon

[Qemu-devel] Patch for qemu 0.8.1 missing match functions on Solaris 9

2006-08-20 Thread John Wehle
Qemu is attempting to use math functions which don't exist on Solaris 9. Changes: fpu/softfloat-native.c: Provide l and f flavors of rint and friends. target-i386/exec.h: Don't replace sin and friends with the l flavors. Lightly tested using Solaris 9 x86 and gcc 2.95.3. Enjoy! -- John We

[Qemu-devel] Patch for compiling qemu 0.8.1 on Solaris with older compilers

2006-08-20 Thread John Wehle
In a couple of places qemu attempts to declare variables after specifying code statements. This isn't supported by some older compilers. Changes: hw/rtl8139.c Declare variables at the begining of the block. hw/es1370.c Likewise. Lightly tested using Solaris 9 x86 and gcc 2.95.3. Enjoy! -

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > When I run > qemu-i386 /usr/bin/wine > I get > qemu: uncaught target signal 11 (Segmentation fault) - exiting > > I know I don't need qemu-i386 to run wine compiled for x86 CPUs on an > x86 CPU. I am trying to figure out how to make a version of wine that > will work with q

Re: [Qemu-devel] mmx

2006-08-20 Thread Jonas Maebe
On 01 Mar 2006, at 00:37, Geoffrey Bayer wrote: a nice little utility for x86 users with old machines (like Virtual USB) would be Virtual MMX. 'd be a litl 56kilobyte power tool type utility allowing older processors to mimic mmx operations without the performance hit of a full virtual PC.

Re: [Qemu-devel] qemu dynamic translation (system design) question

2006-08-20 Thread S . P . T . Krishnan
Hi Laurent, Thanks for the direction. I am just thinking. If I run a guest OS once and observe the blocks that are translated and may be reused. Then I again re-run the OS, can I expect the same blocks are translated ? i.e., is qemu consistent on how it partitions the asm into blocks on succe

Re: [Qemu-devel] qemu-i386 segfaults when running wine on a x86 CPU?

2006-08-20 Thread Joshua Root
James Supancic wrote: > But, I am using a version of wine on Linux compiled for Linux? wine is a > Linux program is it not? Oops, I wasn't paying attention and thought your message was posted to darwine-devel. Sorry! - Josh ___ Qemu-devel mailing list

Re: [Qemu-devel] PATCH: floppy controller missing in acpi tables

2006-08-20 Thread Paul Jakma
On Tue, 16 May 2006, Ben Taylor wrote: This patch was created by Juergen Kiel, so to be clear I did not make this patch. I did however, test it, with the current CVS code, and this patch to the ACPI tables does allow a floppy drive to be seen by a Solaris 10/X86 guest. Prior to this time, ch

[Qemu-devel] wxWidget app crashes with Windows XP

2006-08-20 Thread Mario Pascucci
First of all: many many thanks for your awesome work on Qemu! Now the problem. Environment: Linux Fedora Core 4 Qemu 0.8.0 (installed from distro's RPM, no acceleration module) Windows XP Pro SP2 installed without problems and working on Qemu Application: ClamWin antivirus (www.clamwin.net) Afte

[Qemu-devel] Qemu for ARM VGA LCD?

2006-08-20 Thread Brian Dushaw
I have been messing around with Qemu with ARM, as you may have seen. I've got the framebuffer working with X windows with Debian. However, the framebuffer screen resolution that comes up is QVGA (Sanyo), or 320x240, which is really rather no fun. Is it possible to get at least 640x480 resoluti

[Qemu-devel] Windows 98 as guest under 0.81 and Kqemu 1.3Beta

2006-08-20 Thread Peter Schütt
Hallo, now I am using 0.80 and Kqemu 0.7 (? the previous Version) under Linux Debian Testing/Unstable (2.6.15) with Windows 98SE as guest systems. Everything works fine and the accelerator give me enough speed. Do I have any advantages when I upgrade to the current version? Does the current versi

[Qemu-devel] Problems with network handling (Bridge, Qemu)

2006-08-20 Thread Peter Schütt
Hallo, I, Debian Testing/Unstable, 2.6.15, KDE 3.5.3, try to connect my virtual Qemu-machines totally to my network. For this I uses scripts which I found at different places. The start script for the virtual machine: #!/bin/sh sudo /opt/qemu/init-kqemu.sh sudo /opt/qemu/qemu-start-net.sh qem

[Qemu-devel] Data corruption when running cvs in an emulated FreeBSD 4.11

2006-08-20 Thread Staffan Ohman
Hi, I'm running FreeBSD 4.11 in qemu on a RHEL 4 U3 host, the version of qemu is 0.8.1. The FreeBSD system seems to run smoothly except for one little thing: I have a cvs repository in the emulated system and whenever I do a cvs checkout (using cvs version 1.11.17) some of the files get corrupted.

[Qemu-devel] InfoWorld Review

2006-08-20 Thread Ashley Rinier
Hello!   I am hoping to get in touch with someone regarding a recent review that was done on your Version 1.3.0. The review appears in the May 22nd issue of InfoWorld. I handle the editorial reuse program for this publication and was hoping to discuss some options that are available in reu

[Qemu-devel] Re: Mouse gets stuck w/ qemu-0.8.1 running Windows2000/XP

2006-08-20 Thread Alex
... And a workable patch was proposed many times in the past, but never committed. I had to manually apply it every time I updated my sources from CVS. Are there any known issues with the patch? diff -r 39a6dd1136c6 sdl.c --- a/sdl.c Thu May 04 04:13:13 2006 + +++ b/sdl.c Thu May 04

  1   2   >