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

2007-03-25 Thread Blue Swirl
Looks like there is a problem with the cvs to mail gateway, I'm forwarding these messages by hand. CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/03/21 19:45:50 Modified files: target-sparc : translate.c Log message: Fix Sparc branches, o

[Qemu-devel] qemu qemu-tech.texi target-sparc/cpu.h target-s...

2007-03-25 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/03/23 20:01:20 Modified files: . : qemu-tech.texi target-sparc : cpu.h op.c translate.c Log message: Sparc tagged operations (Aurelien Jarno) CVSWeb URLs: http://cvs.sava

[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 07/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: http://cvs.savannah.gnu.org/viewcvs/qemu

[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 07/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 URLs: http:

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 lik

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 br

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 hav

[Qemu-devel] Re: qemu under x86_64: grub segfault, ld-linux.so segfault, lost ticks

2007-03-25 Thread Ludovic Drolez
> - grub segfaults, failing to install the boot loader on the guest hard > disk (previously also noticed this installing a kubuntu guest), > so I used lilo; Hi ! With qemu 0.8.2, I was also unable to install a SLES 10.x EM64T because of grub-install not working. Even using a 32bits grub did

[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 instal

[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 p

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. > >

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 allo

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'

[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 k

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 u

[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 k

[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 http://developer.apple.com/documentation/Darwin/Reference/Manpages/man8/gcc_select.8.h

[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 us

[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 normall

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 u

[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 argumen

[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 argumen

[Qemu-devel] Towards Vista RTM compatibility

2007-03-25 Thread Maciek Bieszczad
Beginning with at least the later Beta 2 builds of Windows Vista, any attempt to boot from the installation DVD comes with an instant blue-screen in the form: Stop error: 0xA5 (0x1000B, [addr], addr, 0) where "addr" points to the signature of the FADT (which is "FACP"). The origin of the error se

[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 desc

[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, Burgunderst

[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 subs

[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 1

[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 had

[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 functio

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 playabl

[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 2006-12

[Qemu-devel] SCSI externals patch revisited

2007-03-25 Thread Chuck Brazie
Let me try this again from Thunderbird: 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.00

[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

[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 performan

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 test-i386.c.d

[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= =0.

[Qemu-devel] Re: [MIPS] Use conditional traps for BUG_ON on MIPS II and better.

2007-03-25 Thread Atsushi Nemoto
On Sun, 3 Dec 2006 21:35:18 +, Ralf Baechle <[EMAIL PROTECTED]> wrote: > > It seems this commit break QEMU kernel ... or QEMU can not interpret > > the TNE instruction correctly? > > Thiemo says that's indeed a possibility. Probably that feature has not > been well tested in qemu. I found t

[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 coo

[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 adopte

[Qemu-devel] Using a simple SHM system for host/guest communication

2007-03-25 Thread Matthew Rosewarne
One problem I have with the (excellent) QEMU is that there is no way to get any data between hosts and guests short of file transfer. Perhaps a solution to this issue could be the use of a very thin and generic shared memory functionality in the emulated hardware. With this method, "drivers" c

[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 binaries

[Qemu-devel] USB EHCI development nearing completion

2007-03-25 Thread Mark Burkley
Dear list, Just a quick note to let you know I have almost finished an implementation of an EHCI host controller for USB (usb-ehci.c) for qemu. I am testing with an XP guest and so far I have a mass storage flash key, a mouse and a tablet working. I haven't yet implemented isochronous or spli

[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 mor

[Qemu-devel] fedora core 6 breaks most of sendkey?

2007-03-25 Thread Jane Dogalt
Can anyone confirm that fedora core 6 appears to break most of sendkey? (or has anyone else seen symptoms similar to these?) Of course, not cntl-alt-f* or 'spc' or '0x39'(space equiv), as normal users would have noticed that. But just about anything else '7' '8' 'equal' seems broken. The monitor

[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 target_flock

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 sd

[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. Perh

[Qemu-devel] Qemu's -smb switch

2007-03-25 Thread Peter Besenbruch
I finally got the -smb function to work with Qemu and a Windows 98 guest OS. In so doing I found the "man" page for Qemu unclear, and in one case, flat wrong. The unclear part is that if one uses a "-net user" in the command line, you specifically need to add "-net nic" also, or it won't work;

[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 y

Re: [Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()

2007-03-25 Thread Ludovic Drolez
Thiemo Seufer wrote: Ludovic Drolez wrote: [snip] Would someone be able to track down this SSE QEMU bug seen only in SLES's modf() function ? Please test if this patch for qemu changes the behaviour. Strange... With this, qemu does not run at all (qemu process stuck with 100% CPU used).

[Qemu-devel] KQEMU docs fedora udev rules

2007-03-25 Thread Tony Nelson
In the KQEMU docs at 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 "k

[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 || e

[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 Pr

[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 Linu

[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 Est-c

[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 ima

[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: Windo

[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 Migr

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 so

[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 c

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. B

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", c

[Qemu-devel] [Patch] darwin-user: fix com mpage entry offset

2007-03-25 Thread Pierre d'Herbemont
Hi, This patch fix typos in the commpage definition. Pierre. Index: darwin-user/commpage.c === RCS file: /sources/qemu/qemu/darwin-user/commpage.c,v retrieving revision 1.1 diff -u -r1.1 commpage.c --- darwin-user/commpage.c 1

[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 07/02/05 21:06:29 > > Modified files: > . : LICENSE > > Log message: > update > > CVSWeb UR

[Qemu-devel] qemu support for S32 and U32 alsa output

2007-03-25 Thread infernix
Hi, My M-Audio soundcard (ice1712) did not play nice with qemu's alsa output since it only accepted S32_LE. I asked some weirdo who has nothing better to do at 6:50 AM in the #qemu channel on freenode for help, and he wrote the attached patch. I've patched this against CVS and also against 0

[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 spa

[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 08

[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 ==> http://slackintosh.workaround.ch/p

[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 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 key, especially the combination . Unfortunately, it appears that this does not work. After looking through some of the source (monitor.c and keymaps

[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 als

[Qemu-devel] Kqemu bug

2007-03-25 Thread wonqingsd
Help me I run qemu 0.9 find a bug,My Host OS is XpSp2, Tartget OS is Xpsp2.use -kelnel-kqemu svchost - networkservice error and run IceSword.exe blue screen .but 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 mu

[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: http://download.microsoft.com/download/f/f/e/ffef50a5-07dd-4cf8-aaa3-442c0673a029/

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 emul

[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 th

[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. Jo

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 approximate

[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 ima

[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 INT

[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 s

[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). I

  1   2   >