[Qemu-devel] qemu/target-sparc cpu.h translate.c

2007-03-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir107/03/24 13:24:09 Modified files: target-sparc : cpu.h translate.c Log message: Upgrade Sparc FPU version (based on patch by Aurelien Jarno) CVSWeb URLs:

[Qemu-devel] qemu vl.c hw/sun4m.c hw/sun4u.c target-sparc/cp...

2007-03-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl blueswir107/03/25 07:55:52 Modified files: . : vl.c hw : sun4m.c sun4u.c target-sparc : cpu.h translate.c Log message: Sparc32/64 CPU selection CVSWeb

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-25 Thread Axel Zeuner
On Saturday 24 March 2007 21:15, Anthony Liguori wrote: Axel Zeuner wrote: Hi, Hi Axel, By adding some GCC4 fixes on top of your patch, I was able to get qemu for i386 (on i386) to compile and run. So far, I've only tested a win2k guest. Hi Anthony, thank you for the test, I like to

Re: [Qemu-devel] [Bug] [Patch] MIPS code fails at branch instruction

2007-03-25 Thread Stuart Brady
On Sun, Mar 25, 2007 at 03:43:16AM +0200, Aurelien Jarno wrote: Thiemo Seufer a écrit : [...] - Execute the second branch's delay slot instruction. Increment PC. [...] I'm surprised that this step would be there -- I would have expected it to be simpler to execute the target of the first

Re: [Qemu-devel] [RFC/experimental patch] qemu (x86_64 on x86_64 -no-kqemu) compiles with gcc4 and works

2007-03-25 Thread Avi Kivity
Axel Zeuner wrote: A full featured converter (cvtasm) has a lot of dependencies: it has to support all hosts (M) (with all assembler dialects M') and all targets N, i.e. in the worst case one would end with M'x N variants of it, or M x N if one supports only one assembler dialect per host. It

[Qemu-devel] Kernel Panic

2007-03-25 Thread Jason Harrison
Greetings, I recently compiled kqemu for linux kernel version 2.6.19. I then proceeded to attempt a debian etch installation. However when I use kqemu kernel module I get a kernel panic when trying to boot the debian install cd. I do not get a kernel panic when I specify -no-kqemu. So I

[Qemu-devel] Problem with QEMU FPU on amd64

2007-03-25 Thread Ludovic Drolez
Hi ! I have problems with a SLES 10 64 bits running on qemu-system-x86_64, with FP numbers (conversion to strings show garbage in PHP for example). Below you'll see conversions of float to string using apr_snprintf (left) or printf (right). Which patch should I try ? Cheers, Ludo.

[Qemu-devel] compiler.h in usb-linux.c

2007-03-25 Thread Carey O'Shea
Hello, I'm not subscribed to this list but thought I should mention the following as it may possibly be useful (or not). I couldn't compile qemu 0.8.2 on Ubuntu 6.10 (Edgy Eft). `make` gives error about compiler.h missing (required by usb-linux.c), and yes, my kernel-headers were correctly

[Qemu-devel] RE: [Xen-devel] Recursion in cpu_physical_memory_rw

2007-03-25 Thread Li, Xin B
A number of qemu driver backends (such as rtl8139) call the function cpu_physical_memory_rw to read/write guest memory. The target guest memory address is often supplied by the guest. This opens up the possibility of a guest giving an address which happens to be an MMIO address which can

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2007-03-25 Thread Keir Fraser
On 15/11/06 2:58 am, Herbert Xu [EMAIL PROTECTED] wrote: It isn't always system memory. Some DMA controllers deliberately write to device FIFOs. There are also several devices which map areas of onboard RAM. At minimum you need to make those to use RAM mappings rather than MMIO. I'm not

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2007-03-25 Thread Keir Fraser
On 15/11/06 11:12, Herbert Xu [EMAIL PROTECTED] wrote: Could we add a recursion counter to the memory-access functions, and bail if it reaches some limit? Yes that would work too. However, chips such as rtl8139 should never do MMIO in this case (the real hardware would never allow that to

Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2007-03-25 Thread Anthony Liguori
Herbert Xu wrote: On Wed, Nov 15, 2006 at 12:57:24AM +, Paul Brook wrote: It isn't always system memory. Some DMA controllers deliberately write to device FIFOs. There are also several devices which map areas of onboard RAM. At minimum you need to make those to use RAM mappings rather than

Re: [Xen-devel] Re: [Qemu-devel] Recursion in cpu_physical_memory_rw

2007-03-25 Thread Keir Fraser
On 16/11/06 5:11 am, Herbert Xu [EMAIL PROTECTED] wrote: The only harm done to a host is that the process will take as much CPU as it can get. This is really only a problem in Xen because the device model is in Domain-0. Once the device model is in a different domain, it doesn't matter

[Qemu-devel] qemu-system-x86_64 fails at squashfs mounts + kqemu

2007-03-25 Thread Marco Amadori
Hi, all I'm a developer of debian-live and I am not subscribed to this list, so please CC me in the replies. First, many thanks for this software to Fabrice Bellard and all developers. As subject says, when I launch qemu-system-x86_64 (I'm on debian/sid amd64 with an athlon64 dual core), with

Re: [Qemu-devel] More PCI ethernet emulations

2007-03-25 Thread Stefan Weil
Hello, these new ethernet drivers for QEMU are now available: Intel 8255x (E100, EEPRO100): http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eepro100.c?op=file National Semiconductor DP83815/DP83816: http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/dp8381x.c?op=file Both drivers use

[Qemu-devel] qemu-system-x86_64 fails at squashfs mounts + kqemu

2007-03-25 Thread Marco Amadori
Hi, all I'm a developer of debian-live and I am not subscribed to this list, so please CC me in the replies. First, many thanks for this software to Fabrice Bellard and all developers. As subject says, when I launch qemu-system-x86_64 (I'm on debian/sid amd64 with an athlon64 dual core), with

[Qemu-devel] current snapshot and MacOS X

2007-03-25 Thread Frieda_Wagener
The current snapshot of QEmu does not compile with MacOS X, because the symbol ENOMEDIUM is undefined. And there should be a hint that the gcc compiler has to be switched from 4.0.1 to 3.3 via gcc_select (see

[Qemu-devel] ARM CPSR bits, are they maintained?

2007-03-25 Thread Torbjörn Andersson
Hi allI´m looking in the translate.c file in the arm part of QEMU and I´m want to understand the strategy for maintaining the cpsr bits, such as Z, N, V and C.If I remember correctly almost every instruction can change the condition codes and I guess it is quite expensive to maintain them in the

[Qemu-devel] booting Mac

2007-03-25 Thread Marian-Nicolae V. Ion
Hello All, Does anybody know if it's possible to install a Mac on a disk image on a Linux x86 host? If the answer is positive, how? I've tried using qemu-system-ppc but it always failed claiming that either my CD (Mac) or my mounted dmg image were not bootable; OTOH I've managed to install it

[Qemu-devel] Mac OS

2007-03-25 Thread Marian-Nicolae V. Ion
Hello all! Is it possible to install a MacOS as a guest in Linux? I've tried to create a disk image then I've tried to boot various CD versions of Mac (9, 10.3 and 10.4) but it ended quickly saying that no boot disk was found or something like that. However, the same dmg images have been normally

Re: [Qemu-devel] More PCI ethernet emulations

2007-03-25 Thread Stefan Weil
Hello, these new ethernet drivers for QEMU are now available: Intel 8255x (E100, EEPRO100): http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/eepro100.c?op=file National Semiconductor DP83815/DP83816: http://svn.berlios.de/wsvn/ar7-firmware/qemu/trunk/hw/dp8381x.c?op=file Both drivers use

[Qemu-devel] cosmetic bug in qemu monitor, broken help description of info capture ?

2007-03-25 Thread vita.batrla
Hi, I'm not sure if this is known or not, being too lazy to check the alias (sorry about that). I've just installed qemu 0.8.2 and kqemu on opensolaris and played a little bit with monitor ctrl-alt-2. I've tried to display all info commands available, so I entered info command without arguments

[Qemu-devel] cosmetic bug in qemu monitor, broken help description of info capture

2007-03-25 Thread vita.batrla
Hi, I'm not sure if this is known or not, I was too lazy to check the alias (sory for that). I've just installed qemu 0.8.2 and kqemu on opensolaris and played a little bit with monitor ctrl-alt-2. I've tried to display all info commands available, so I entered info command without arguments

[Qemu-devel] Re: build my own kqemu and install it debian way

2007-03-25 Thread Aigars Mahinovs
On 27/11/06, Mihamina Rakotomandimby [EMAIL PROTECTED] wrote: Hi, I run Ubuntu Edgy, and I follow this steps: http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy If you want to have QEmu with KVM kernel mode acceleration on the VT processors, then I would suggest using Debian packages as

[Qemu-devel] Re: build my own kqemu and install it debian way

2007-03-25 Thread Daniel Baumann
Mihamina Rakotomandimby wrote: http://wiki.clug.org.za/wiki/QEMU_and_Ubuntu_Breezy as with most howtos for a specific ubuntu release, they can't take debian developement happened after the release into account. http://packages.qa.debian.org/kqemu -- Address:Daniel Baumann,

[Qemu-devel] Emulating a machine with no keyboard connected

2007-03-25 Thread Marius Nuennerich
Hi List, I would like to emulate a machine who has no PS/2 keyboard or USB keyboard plugged in. Is this possible? If there is currently no way to do this, where could one start to implement this feature? I thought about something like -k none as parameter. regards Marius P.S. I'm not a

[Qemu-devel] [PATCH] slow down qemu - brake

2007-03-25 Thread Miroslav Novak
This patch adds support for slowing down Qemu and saving cpu load. The '-brake' command line parameter or monitor command 'brake' determines how long to wait in the main_loop with respect to duration of time that qemu used for the emulation itself. Thus e.g. zero value runs at full speed, 1 at

[Qemu-devel] Bug report

2007-03-25 Thread Mike Smith
I was running Windows 2000 Pro in QEMU (FreeBSD as host) and needed more disk space. So I created a spare hard drive with this command: $ qemu-img create -f qcow hd2.img 3GB And then I started QEMU again like this: qemu -hda hd.img -hdb hd2.img -cdrom scrap1.iso -kernel-kqemu (hd.img already

[Qemu-devel] -smb doesn't work on Debian

2007-03-25 Thread Salvador Fandino
Hi, The -smb option doesn't work on Debian because of Samba bug #4105: https://bugzilla.samba.org/show_bug.cgi?id=4105 Briefly, in Debian samba is configured with option --with-fhs that causes smbd to ignore private dir directive on the config file. Cheers, - Salva

[Qemu-devel] A strange segmentation fault

2007-03-25 Thread Heng Yin
Hi Qemu developers, I'm running into a strange problem, when I do some implementation on Qemu. In target_i386/op.c, if I add a function call in the following function, Qemu will crash immediately after execution. void OPPROTO op_jnz_T0_label(void) { helper_test(T0); //this is the

Re: [Qemu-devel] [PATCH] intentinoal slowing down qemu - brake

2007-03-25 Thread Miroslav Novak
I'm sending some more facts that should make clear why I think the functionality provided by the patch is relevant. (At least for the DOS emulation.) Making emulated CPU slower Some old DOS games runs too fast on modern CPUs, even the qemu-emulted ones. This patch can make these games

[Qemu-devel] SCSI externals patch revisited

2007-03-25 Thread Chuck Brazie
Here is a patch that merges the externals for IDE and SCSI with a --disk as Paul requested. Let me know if you want different keywords. Chuck diff -Nuar -X diff_excludes /hg-qemu/hw/pc.c /qemu-new/hw/pc.c --- /hg-qemu/hw/pc.c2006-10-09 10:30:32.0 -0400 +++ /qemu-new/hw/pc.c

[Qemu-devel] Re: SCSI externals patch revisited

2007-03-25 Thread Loiseleur Michel
Thiemo Seufer wrote: Chuck Brazie wrote: Here is a patch that merges the externals for IDE and SCSI with a --disk as Paul requested. Let me know if you want different keywords. I want a patch which wasn't mangled by a broken mail program. :-) It's not a broken mail program. It's an user

[Qemu-devel] Re: About performance of qemu-system-arm

2007-03-25 Thread Ross Burton
On Wed, 2006-12-13 at 16:09 +0800, PianoPan wrote: Now, I'm planning to use Qemu as our mobile device emulator (ARM). Before our development, I want to confirm performance of it. I use packages from http://folks.o-hand.com/richard/qemu.html to build the evaluation environment, but performance

Re: [Qemu-devel] About performance of qemu-system-arm

2007-03-25 Thread Màrius Montón
Hi, Sorry for my previous short answer: It take about 1 minute to boot console login. I don't have tested X system, but I suspect it can spent no more than 10 minutes (probably less, but I don't know) I use qemu-system-arm -M versatilepb ... Regards, Marius PianoPan wrote: Hi Màrius:

[Qemu-devel] win32 patch for test-i386

2007-03-25 Thread oliverst
Hi, a while back I compiled the test-i386 with MinGW and GCC 3.4.5. I attached the .diff for it. Note, that the test will crash with optimizations, so you have to remove the -O2 from the Makefile. Also the TEST_CMOV and TEST_FCOMI will work on non-x86-64 machines. So long Oliver

[Qemu-devel] Problem with QEMU FPU on amd64

2007-03-25 Thread Ludovic Drolez
Hi ! I have problems with a SLES 10 64 bits running on qemu-system-x86_64, with FP numbers (conversion to strings show garbage in PHP for example). Below you'll see conversions of float to string using apr_snprintf (left) or printf (right). Which patch should I try ? Cheers, Ludo.

[Qemu-devel] QEMU x86_64: problems with floats

2007-03-25 Thread Ludovic Drolez
Hi ! I've found a bug in Qemu FPU emulation: conversion of floats to strings fails in some cases. For example, Ganglia (cluster monitoring software), shows random values. If I add debug in gmond, I get this: VALUE =2.G= =2.343750= VALUE =2.G= =2.343750= VALUE =9Ö= =93.487236= VALUE =0.6o=

[Qemu-devel] Re: using mmap?

2007-03-25 Thread Anthony Liguori
Mark Williamson wrote: I'm also doubtful how much benefit it gave in practice. I'm sure it would be good for synthetic CPU benchmarks. However using mmap significantly increases the overhead of context switches/tlb misses. To get good overall performance I suspect you're going to need closer

[Qemu-devel] [ANNOUNCE] GNUFI

2007-03-25 Thread Johan Rydberg
[Initial announcement of GNUFI. First and final cross-post.] The GNU Firmware Implementation (GNUFI) === GNUFI is designed to be a firmware compatible with the Unified Extensible Firmware Interface [1] specification. GNUFI is designed so that it can be

[Qemu-devel] how can I use user-mode emulation with ppc64 binaries?

2007-03-25 Thread Klaus Heinrich Kiwi
Hi, since the ppc64 target is broken for a while now, I was hoping to use Qemu's user mode emulation to test some ppc64 packages and cross-building/debugging. I couldn't find much documentation about this in Fabrice's page, so I was hoping to get help about what do I need to run ppc64

[Qemu-devel] time inside qemu

2007-03-25 Thread Màrius Montón
Hi, For my work on QEMU-SC, I need to stop time inside qemu. I need it in order to simulate HW modules with SystemC simulator, and meanwhile stop qemu time. In this way, applications running on qem should see its time freeze, and measurements of total time spent by application + specific HW be

[Qemu-devel] [PATCH] fcntl TARGET_F_GETLK64, TARGET_F_SETLK64, TARGET_F_SETLKW64

2007-03-25 Thread Kirill A. Shutemov
In the attachment imlementation of three fcntl. Tested on host x86_64, target armv5tel. --- qemu-0.8.2.orig/linux-user/syscall.c2006-12-15 16:47:53 +0200 +++ qemu-0.8.2/linux-user/syscall.c 2006-12-15 19:18:10 +0200 @@ -1687,6 +1687,8 @@ { struct flock fl; struct

Re: [Qemu-devel] [patch] factor out commonly used scancode translation table

2007-03-25 Thread Anthony Liguori
Bernhard Fischer wrote: On Thu, Jan 04, 2007 at 06:10:30PM +, Thiemo Seufer wrote: Bernhard Fischer wrote: On Thu, Jan 04, 2007 at 12:52:56PM -0500, Jonathan Phenix wrote: Bernhard Fischer wrote: Hi, The attached patch moves the x_keycode_to_pc_keycode LUT from

[Qemu-devel] qemudo - QEMU Web Interface

2007-03-25 Thread Marc Bevand
Hello, this may be somewhat off-topic, but I figured that qemu-devel@ is probably a reasonable place to introduce Qemudo, a QEMU Web interface: http://qemudo.sourceforge.net The first version (0.1.0) has just been released. Quick description: Qemudo is a Web interface to QEMU offering a way

RE: [Qemu-devel] [PATCH] Support VNC PointerTypeChange psuedo-encoding

2007-03-25 Thread Ramesh Dharan
[EMAIL PROTECTED] wrote: This extension is documented at http://tocm.wikidot.com/pointertypechange VMware has a very similar extension for their remote console. I believe that Ramesh Dharan (whom I've CCed) at some point implemented it in one or more open source clients. Perhaps some

[Qemu-devel] Re: QEMU x86_64: sles 64, bug with floats (with test program) (3rd try)

2007-03-25 Thread Loiseleur Michel
Ludovic Drolez wrote: Hi ! I've found a bug in Qemu x86_64 under a sles 64 10: conversion of floats to strings fails in some cases. For example, Ganglia (cluster monitoring software), shows random values and as well as PHP5 programs. Here is a simple test program to confirm that you

[Qemu-devel] KQEMU docs fedora udev rules

2007-03-25 Thread Tony Nelson
In the KQEMU docs at http://fabrice.bellard.free.fr/qemu/kqemy-doc.html section 2.2 QEMU Accelerator Installation for Linux, references to /etc/udev/permissions.d/50-udev.permissions no longer apply to Fedora Core 4 and up, as permissions are now part of the regular rules. Instead of a line

[Qemu-devel] qemu-system-arm for arm Integrator

2007-03-25 Thread Krishna Priya
montavista's 2.6.19 git kernel gcc-3.4.6 foe compilation qemu-0/8/2 any one can suggest me regards Krishna Priya

[Qemu-devel] [patch] -parallel and -serial on Windows

2007-03-25 Thread consul
This patch fixes -parallel and -serial options work with TCP targets on Windows host. Alex. --- /d/qemu/vl.c Fri Jan 12 10:43:12 2007 +++ vl.c Fri Jan 12 10:49:37 2007 @@ -2692,8 +2692,13 @@ if (ret 0) { err = socket_error(); if (err == EINTR ||

[Qemu-devel] qemu-system-arm for arm Integrator

2007-03-25 Thread Krishna Priya
hi I am trying to boot linux-omap-2.6-git kernel with qemu.I compiled the kernel with out any problem for arm integrator1026E/pc.But I am not able to boot the kernel using qemu-system-arm montavista's 2.6.19 git kernel gcc-3.4.6 foe compilation qemu-0/8/2 any one can suggest me regards Krishna

[Qemu-devel] Encapsulated Security Payload (ESP) protocol support

2007-03-25 Thread Bruno Grossmann
Hello, Has anyone tried including the Encapsulated Security Payload protocol (IETF RFC 2406) in QEMU? I could use this to get the Nortel Contivity VPN client to run in QEMU... -- Bruno Grossmann Technologies de l'Information - Recherche appliquée (TIRA) Dirigeant principal de la Technologie

[Qemu-devel] QEMU hard disks don't set ERR on reading a nonexistent sector

2007-03-25 Thread Mike Smith
I was adding error detection to my OS's IDE driver, and noticed that when I read a non-existent sector, say 0xDEADBEEF on a 20MB hard disk image, ERR does not get set in the IDE status register. VMWare and Bochs correctly set this, so I'm pretty sure it's QEMU and not my bad coding. I'm using

[Qemu-devel] problème d'accés au port série

2007-03-25 Thread Reynaud Denis
Je m' intéresse depuis 7 ans à linux et aussi au microcontroleur 68hc11. J'utilise Ubuntu 6.10, qemu 0.8.2 + kqemu. Jai installé MSDOS 5.0 et PCBUG11 pour le 68hc11. Je n'ai pas d'accés aux port série avec la commande suivante qemu -hda disque_DOS -m 256 -boot c -k fr -serial /dev/ttyS0

[Qemu-devel] smartcard support on virtual XP

2007-03-25 Thread bomboclat
hello, I have a problem with a towitoko smartcard I should use on windows XP installed for qemu on an ubuntu 6.10. I've seen in the archives you had a patch for windows 2003, should it work also for XP or I don't have any chances? please answer also to my address becouse I'm not subscribed to the

Re: [Qemu-devel] Preliminary Malta platform support

2007-03-25 Thread Stefan Weil
Hi, with this patch the latest QEMU from CVS will run a REDBOOT firmware. * The patch includes Aurelien Jarno's latest change for gt64xxx.c. * It adds an new EEPROM 24C01 / 24C02 emulation needed for SDRAM SPD (still incomplete but sufficient for REDBOOT). * It also permits to load firmware

[Qemu-devel] Bug in socket implementation?

2007-03-25 Thread Alexey Parshin
Hello, I'm developing a cross-platform app that deals with UDP sockets. I've discovered a very strange phenomena during debugging of that program. It doesn't happen under pure Windows, or under pure Linux, only in qemu-Windows. The setup: Host: Gentoo Linux Guest:

[Qemu-devel] QEMU Live Migration: arp-like packet patch

2007-03-25 Thread Uri Lublin
Hello, We, kvm developers at Qumranet, have been developing a Live Migration solution for qemu (and kvm) too (http://kvm.sourceforge.net/migration.html). We are working with qemu-0.8.2 and are planning to upgrade to the current qemu CVS. Anthony Liguori sent patches implementing Live

Re: [Qemu-devel] [Patch] ENOMEDIUM fix for Darwin and *BSD

2007-03-25 Thread Joe Batt
Have all the Darwin changes been committed? I was compiling with the default compiler. joe-batts-computer:~/qemu battjt$ gcc --version i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5363) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the

[Qemu-devel] updated block-partition driver

2007-03-25 Thread jbrown105
This edition is finally able to construct a real partition table. Still buggy (linux fdisk complains about it) but partitions are mountable inside the VM. The full syntax is: qemu -hda partition:boot=1,bootloader=bootmbr.bin,/dev/hda1,sysid=0xC,partition.raw,sysid=ox82,/dev/sda2,sysid=0x83 You

Re: [Qemu-devel] block composite driver and partition driver

2007-03-25 Thread jbrown105
[EMAIL PROTECTED] wrote: I've finally gotten around to working on my multipart driver again. Why? I'm new to the list. Can you elaborate what sorts of things this would be used for? I haven't yet gotten around to writing my per device snapshot enablable/specifiable COW tmpfiles patch. But

Re: [Qemu-devel] sem* and msg* for qemu

2007-03-25 Thread Kirill A. Shutemov
On [Thu, 01.02.2007 04:53], Hetz Ben Hamo wrote: attached? where? Sorry. Attached now. --- qemu.orig/linux-user/syscall.c.orig 2007-02-01 00:15:37 +0300 +++ qemu/linux-user/syscall.c 2007-02-01 00:03:56 +0300 @@ -1226,6 +1226,35 @@ gemu_log(Unsupported ipc call: %ld (version %d)\n,

[Qemu-devel] Re: qemu LICENSE

2007-03-25 Thread consul
Thanks, Fabrice for opening the kqemu. Fabrice Bellard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] CVSROOT: /sources/qemu Module name: qemu Changes by: Fabrice Bellard bellard 07/02/05 21:06:29 Modified files: . : LICENSE Log message: update CVSWeb URLs:

[Qemu-devel] [PATCH] verbose error when /dev/kqemu can't be open

2007-03-25 Thread Robert Millan
Please can you apply this tiny patch to make /dev/kqemu open failures more verbose? It'll help the user distinguish between ENOENT, EPERM and ENXIO, since they are all common causes of open failure. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for

[Qemu-devel] [Patch] Minor configure dsound typo

2007-03-25 Thread nicolas\.sauzede
Sorry this patch is ridiculous, but it fixes a minor display typo in qemu-0.9.0 and qemu-snapshot-2007-02-08_05 (I don't have CVS access handy here) NS --- diff -r a294d9db2cd9 configure --- a/configure Thu Feb 08 14:55:07 2007 +0100 +++ b/configure Thu Feb

[Qemu-devel] linux/ppc on qemu/win networking problems...

2007-03-25 Thread lode leroy
Hi, I managed to install Slackintosh-11.0 on qemu-0.9.0-ppc for windows. Now while I try to set up network support, I get into problems: I started with this: == http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-ppc.zip Then I installed Slackintosh from ==

[Qemu-devel] Re: linux/ppc on qemu/win networking problems...

2007-03-25 Thread lode leroy
Following up on myself, I can confirm that Slackintosh 11.0 with networking works on 0.8.2... http://www.h6.dion.ne.jp/%7Ekazuw/qemu-win/qemu-0.8.2-ppc.zip

[Qemu-devel] don't require a disk image for network boot

2007-03-25 Thread Ferenc Wagner
Hi, What do you think about the following patch? As a side note, I'd really prefer option roms with serial output enabled (check CONSOLE_DUAL on rom-o-matic). Maybe even uncheck ASK_BOOT... Hmm, maybe that's already done, I couldn't see... :) Anyway, thanks for the nice work! Regards, Feri.

[Qemu-devel] missing Pause/Break key in QEMU / Ubuntu host, XP guest, please help!

2007-03-25 Thread Georg Schlomka
Hi! We use Qemu un an Ubuntu host and want to run XP guests. No problems there. But the most important XP Application we run *absolutely needs* the break/pause key, especially the combination ctrlpause. Unfortunately, it appears that this does not work. After looking through some of the source

[Qemu-devel] Re: [PATCH] Remove bash-ism from configure

2007-03-25 Thread Oleg Verych
Hallo. From: Anthony Liguori [EMAIL PROTECTED] Newsgroups: gmane.comp.emulators.qemu Subject: Re: [PATCH] Remove bash-ism from configure Date: Sun, 11 Feb 2007 11:41:32 -0600 [] On my system, which is an executable, not a shell command so it's outside the scope of bashism. It's also used

[Qemu-devel] Kqemu bug

2007-03-25 Thread wonqingsd
Help me I run qemu 0.9 find a bug,pMy Host OS is XpSp2, Tartget OS is Xpsp2.puse -kelnel-kqemu svchost - networkservice error and run IceSword.exe blue screen .pbut don't use -kernel-kqemu is no error.

[Qemu-devel] Patch: 0.9.0-Fix floppy detect with linux host

2007-03-25 Thread wanderer
When using host drive (e.g., /dev/fd0) qemu does not detect physical drive if it is empty. This causes a Windows guest, specifically w2k, to drop the floppy drive altogether at start-up. The need to see the disk image before determining the emulated drive type makes sense for images, but not

[Qemu-devel] virtual PC block driver status

2007-03-25 Thread Paolo Abeni
hello, As noted before (http://lists.gnu.org/archive/html/qemu-devel/2006-10/msg00153.html) Microsoft has published the format of virtual pc drive VHD. It should be used also by xen. The specs are available here:

Re: [Qemu-devel] QEMU: VNC

2007-03-25 Thread Anthony Liguori
Christopher Olsen wrote: Anyone here know if there is a way to append to the VNC display header? I'm not sure I understand what you're asking. What is the VNC display header? Regards, Anthony Liguori -Christopher

Re: [Qemu-devel] Potential sparc32 MMU bug

2007-03-25 Thread Peter Creath
By banging on get_physical_address, I was able to confirm that qemu will properly assert an exception if the VM's MMU believes the page is read-only. How does env-mmuregs[] get mapped to the VM's MMU? I would normally write this off as an OpenBIOS bug, but it seems like bad behavior for an

[Qemu-devel] documentation

2007-03-25 Thread Mehmet Ergun
hi, I'm a new user and I found the documentation a little confusing. I was wondering whether you are considering to work on the online documentation, provide a few videos, explain the network commands a bit more, and do a general overhaul of the documentation structure. A few videos explaining

[Qemu-devel] [PATCH] [REPOST] Simplily linux-user/path.c

2007-03-25 Thread Kirill A. Shutemov
Fixed version of patch in the attaechment. Please, comment. signature.asc Description: Digital signature

[Qemu-devel] RSS to website

2007-03-25 Thread t u
Hi, Sorry to bother you with this one. Is it possible to add an RSS news feed to the main page? That would make it so easier for me (and probably others as well) to learn about new releases of qemu and kqemu and stay up-to-date, especially now that kqemu is GPL'd (which was great). Thanks a lot :)

Re: [Qemu-devel] QEMU: VNC

2007-03-25 Thread Joe Batt
Amen! I was beginning to wonder when we would be integrating the email reader. It would be nice if vncviewer didn't require a host:port, but instead would also accept a pair of pipes. pipes are local and can even be anonymous. host:port is at least machine wide and can be net wide. Joe

Re: [Qemu-devel] PATCH: Secure TLS encrypted authentication for VNC

2007-03-25 Thread Luke-Jr
On Saturday 24 February 2007 04:54:44 pm Daniel P. Berrange wrote: Having repeatedly said that we should be doing TLS encryption for VNC, I figured I ought to get down implement it. So, in the spirit of 'release early, release often', here is the very first cut of my patch for QEMU. This

[Qemu-devel] MORE QCOW image corruption under QEMU 0.9.0

2007-03-25 Thread AN support
J M Cerqueira Esteves wrote: After shutting down the guest, I inspected its image files with qemu-info, which reported for hda image: nisaba.hda.qcow file format: raw virtual size: 4.3G (4596273152 bytes) disk size: 4.3G but hda was supposed to have a virtual size of approximately 20

[Qemu-devel] PIIX problems using libata.

2007-03-25 Thread Christian Melki
Hi. Could not find any information about this anywhere. I tried 0.9.0 and the latest snapshot. 070227 but to no avail. Running kernel: # # Serial ATA (prod) and Parallel ATA (experimental) drivers # CONFIG_ATA=y CONFIG_ATA_PIIX=y CONFIG_ATA_GENERIC=y CONFIG_PATA_OLDPIIX=y I insert a qemu raw

[Qemu-devel] a question

2007-03-25 Thread Marian-Nicolae V. Ion
Hello, Is is possible to boot qemu not from a disk image but directly from a partition ? i.e. I am on Linux Fedora, I have a partition with Mandriva (I use dual-boot and I can boot on it) but I would like to start my Mandriva system from qemu, not by rebooting the computer. Would it be possible?

[Qemu-devel] how to debug qemu?

2007-03-25 Thread Vita Batrla
Hi, I'm running Solaris inside qemu (i386), Most of things work fine, exactly like on real machine, however, running modular debugger (mdb) on e.g. /bin/ls turns the virtual machine to worm brick every time I try it. Same procedure works fine on real hardware. The virtual machine is flooded by

[Qemu-devel] Re: how to debug qemu?

2007-03-25 Thread Vita Batrla
Again me, I now see what the problem is, qemu doesn't update the status debug register dr6 on single step trap: Debug Status Register (DR6): The BS bit is associated with the TF (trap flag) bit of the EFLAGS register. The BS bit is set if the debug handler is entered due to the occurrence of a

[Qemu-devel] QEMU temporarily hang

2007-03-25 Thread Uri Lublin
Hello, I would like to share with you a QEMU problem I've encountered, and hope to get pointers where to look for it. I am running CVS QEMU, x86_64-softmmu, with vmdk image and redirected monitor (unix socket). If the guest is busy and I rapidly send a LOT of commands to QEMU monitor,

[Qemu-devel] QEMU temporarily hangs

2007-03-25 Thread Uri Lublin
Hello, Second attempt (with minor modifications), as the first one did not arrive. I would like to share with you a QEMU problem I've encountered, and hope to get pointers where to look for it. I am running CVS QEMU, x86_64-softmmu, with vmdk image and redirected monitor (unix socket).

Re: [Qemu-devel] QEMU/pc and scsi disks

2007-03-25 Thread Joe Batt
I disagree. /bin/sh makes a very flexible config file format that I use. I use it on win32, Linux and Mac OS X. I would prefer that you write another cross platform shell, than another config file. At least that way I could use the same config tool for more than one application.

[Qemu-devel] USB-Bluetooth dongle problem on linux guest

2007-03-25 Thread Yigael Fleishman
Hi All I've posted a message in the QEMU For linux forum regarding a USB-Bluetooth dongle problem I've been experiencing on a linux guest system. The response I received did not help much. I guess the developers mailing list might be a better place for this question. The message is located att:

[Qemu-devel] QEMU as an emulator

2007-03-25 Thread Pharaoh .
Hi I am new here. QEMU can bve used as a machine emulator and a visualizer. When we use QEMU as an emulator then does it mean using this we can run code for say ARM on a x86 based machine and QEMU will take care of the transalation? I am writing some drivers for ARM but I dont have any ARM

Re: [Qemu-devel] [PATCH] Choose emulated MIPS CPU at runtime

2007-03-25 Thread Stefan Weil
Thiemo Seufer schrieb: Stefan Weil wrote: There exists also an older 4KEc version which only supports MIPS32R1. AR7 (a SoC from TI) is based on this older version. This can't be correct. 4KEc is defined as a MIPS32R2 core by MIPS Technologies. A MIPS32R1 4KEc would be redundant since that's

[Qemu-devel] Floppy geometry detection and INT 13,8

2007-03-25 Thread Frode Vatvedt Fjeld
I stumbled upon a problem when trying to get Qemu to boot my homebrew kernel image. For certain sizes of floppy image files, the (still homebrew) bootloader failed to load the kernel properly. After quite a bit of searching, I believe I pinned the problem down to the fact that Qemu tries to

[Qemu-devel] [PATCH] SunOS 4.x support

2007-03-25 Thread Peter Creath
Old versions of SunOS don't understand the Sun4m with OBP machine type of 0x80. They expect the machine type of actual Sun machines, e.g., 0x71 or 0x72. This patch adds a machine type to the Sparc target and renames the old machine to clarify that it's emulating an OBP platform rather than

[Qemu-devel] Patch: arm versatile video mode support

2007-03-25 Thread dmlist
Hi, The attached patch examines the kernel command line passed to qemu-system-arm, and changes the clcd register to match the CLCD video modes currently supported by then linux kernel: video=640x480 video=240x320 video=320x240 Perhaps someone has a more general or a better way of doing this.

[Qemu-devel] [PATCH] TPM TIS device model

2007-03-25 Thread Bernhard Kauer
This patch adds a TIS device model for a v1.2 TPM to qemu. It is based on the Xen patch from IBM and adopted by removing the Xen-specific stuff. It works with the tpmd daemon of the tpm-emulator package. The following things are still missing: * locality support * cmdline option for the socket

[Qemu-devel] Dual monitor support

2007-03-25 Thread James Pellow
Hi All, Recently I have been playing around with various virtualization products to fit my current needs. I have used qemu and kqemu casually many times in the past, but never used it for anything real serious. At this point I need to be able to run win2k in a virutal machine. Everything

[Qemu-devel] [PATCH] fcntl64 fix

2007-03-25 Thread Kirill A. Shutemov
TARGET_F_*64 should be used instead of F_*64, because on 64-bit host systems F_GETLK == F_GETLK64(same for SETLK and SETLKW), so we cannot determinate if it's a long lock or not on a target system. Patch in the attachment. P.S. Please, review my privious patches, which I have added description

[Qemu-devel] scsi patch

2007-03-25 Thread 王成業
--- ../../tmp/qemu-0.9.0/hw/lsi53c895a.c2007-02-06 07:01: 54.0 +0800 +++ lsi53c895a.c2007-03-08 20:50:03.094098835 +0800 @@ -251,7 +251,7 @@ uint32_t ia; uint32_t sbc; uint32_t csbc; -uint32_t scratch[13]; /* SCRATCHA-SCRATCHR */ +uint32_t scratch[18];

[Qemu-devel] Floppy geometry

2007-03-25 Thread Frode Vatvedt Fjeld
I stumbled upon a problem when trying to get Qemu to boot my homebrew kernel image. For certain sizes of floppy image files, the (still homebrew) bootloader failed to load the kernel properly. After quite a bit of searching, I believe I pinned the problem down to the fact that Qemu tries to

[Qemu-devel] qemu keyboard problem

2007-03-25 Thread Halim Sahin
Hello, Yesterday I installed debian etch in a qemu virtual machine. How can I switch from an virtualized x-server under qemu to the virtualized text-console? If I type ctrl+alt+f1 the system switches to console 1 of the host. I need the console of the guest linux system. Thanks Halim

  1   2   >