[Qemu-devel] qemu/slirp misc.c

2007-11-12 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/13 01:56:12 Modified files: slirp : misc.c Log message: Revert an accidental change in previous commit. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/slirp/misc.c?cv

[Qemu-devel] qemu slirp/misc.c target-arm/cpu.h target-arm/h...

2007-11-12 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/11/13 01:50:16 Modified files: slirp : misc.c target-arm : cpu.h helper.c Log message: Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on som

[Qemu-devel] Release: VMKNOPPIX for X86/X86_64 with Xen3.1.1, KVM48, UML, QEMU, VirtualBox

2007-11-12 Thread Kuniyasu Suzaki
Dear, We released new VMKNOPPIX for x86/x86_64. http://unit.aist.go.jp/itri/knoppix/vmknoppix/index-en.html VMKNOPPIX-CD for x86(20071101) VMKNOPPIX-CD for x86_64 (20071107) This version includes Xen3.1.1, KVM48, x86_64 kernel with IA32 emulator, etc. The included software is as

Re: [Qemu-devel] Remote guest VBD

2007-11-12 Thread kaushikb
Kaushik Bhandankar wrote: Hello, I am trying to implement remote VBD functionality for HVM guests is fully-virtualized Xen 3.0 unstable. Consider 2 machines: machine 1 and machine 2, booth Intel-VT capable machines hosting fully-virtualized Xen 3.0-unstable. Lets say the HVM guest sitting

[Qemu-devel] qemu/target-ppc translate_init.c

2007-11-12 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/12 23:40:49 Modified files: target-ppc : translate_init.c Log message: Add PVR and SPR definition for most embedded PowerPC from Freescale. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcv

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

2007-11-12 Thread Jocelyn Mayer
CVSROOT:/sources/qemu Module name:qemu Changes by: Jocelyn Mayer 07/11/12 23:29:14 Modified files: target-ppc : cpu.h op_template.h translate.c Log message: PowerPC SPE extension fix: must always preserve GPR high bits when running in 32 bits mode.

[Qemu-devel] Linux user mode tests updated

2007-11-12 Thread Fabrice Bellard
I put new architectures in the Linux user mode regression tests available at http://bellard.org/qemu/download.html . The interested developpers can try to fix the following targets: x86_64 sh4 alpha ppc64 hppa. The challenge is to make a dynamically linked "ls -l" work ! I might spend some time

[Qemu-devel] qemu/target-m68k helper.c

2007-11-12 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/11/12 23:12:17 Modified files: target-m68k: helper.c Log message: added missing return CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-m68k/helper.c?cvsroot=qemu&r1=1.9&

[Qemu-devel] [PATCH] add iommu version to sparc32

2007-11-12 Thread Robert Reif
Add iommu version to sparc32. Also reset iommu after initialization. Index: hw/iommu.c === RCS file: /sources/qemu/qemu/hw/iommu.c,v retrieving revision 1.17 diff -p -u -r1.17 iommu.c --- hw/iommu.c 6 Oct 2007 11:28:21 - 1

[Qemu-devel] qemu/target-alpha op_mem.h

2007-11-12 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard07/11/12 21:16:08 Modified files: target-alpha : op_mem.h Log message: reduce verbosity CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/target-alpha/op_mem.h?cvsroot=qemu&r1=1.3&r2=

Re: [Qemu-devel] Latest CVS

2007-11-12 Thread Stefan Weil
Hi, did you compile for a MIPS target? Then running "configure" will help. (Re-running configure with the original parameters when the configure script changed is a missing dependency which is still on my personal to-do list...) Regards Stefan Nigel Horne schrieb: > I can't get the latest CVS ve

Re: [Qemu-devel] s390 host support

2007-11-12 Thread Ulrich Hecht
On Saturday 10 November 2007, Bastian Blank wrote: > Thimo Seufer asked me to check if the s390 host supports works at all. > It did not even build, dyngen failed. A 31-bit build of the CVS code works fine for me. (At least if I add the br %rANY fix that is also in your patch and the jcc patch th

Re: [Qemu-devel] [PATCH 1/2][UPDATE] remove unused parameters from QEMUMachineInitFunc

2007-11-12 Thread Laurent Vivier
Find attached an updated^2 patch. Laurent Le lundi 12 novembre 2007 à 17:36 +0100, Laurent Vivier a écrit : > Le lundi 12 novembre 2007 à 18:23 +0200, Blue Swirl a écrit : > > On 11/12/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > > > > > It appears that fd_filename and snapshot are not neede

Re: [Qemu-devel] [PATCH 2/2][UPDATE] Add arg -drive to define new drive with more features

2007-11-12 Thread Laurent Vivier
Le lundi 12 novembre 2007 à 18:44 +0200, Blue Swirl a écrit : > On 11/12/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > It also defines the default interface type to "scsi" for targets > > "realview", "SS-5", "SS-10", "versatilepb", "versatileab" > > to keep old behavior, where "-hda" is a SCSI

Re: [Qemu-devel] RFC: x86_64 Best way to fix 'cast to pointer from integer of different size' problems?

2007-11-12 Thread Thayne Harbaugh
On Wed, 2007-11-07 at 20:18 +0100, Fabrice Bellard wrote: > - Fix page_check_range() so that it handles writes to pages containing > code by calling page_unprotect when necessary (the current code can fail > in this case !). > > - Suppress no longer needed page_unprotect_range() call in syscall.

Re: [Qemu-devel] [PATCH 2/2][UPDATE] Add arg -drive to define new drive with more features

2007-11-12 Thread Blue Swirl
On 11/12/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > It also defines the default interface type to "scsi" for targets > "realview", "SS-5", "SS-10", "versatilepb", "versatileab" > to keep old behavior, where "-hda" is a SCSI disk. For maximal compatibility, I'd like the following mappings for

Re: [Qemu-devel] [PATCH 1/2][UPDATE] remove unused parameters from QEMUMachineInitFunc

2007-11-12 Thread Laurent Vivier
Le lundi 12 novembre 2007 à 18:23 +0200, Blue Swirl a écrit : > On 11/12/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > > > It appears that fd_filename and snapshot are not needed/used by machine > > init functions (QEMUMachineInitFunc). > > > > This patch removes them. > > I don't know what wa

Re: [Qemu-devel] [PATCH 1/2][UPDATE] remove unused parameters from QEMUMachineInitFunc

2007-11-12 Thread Blue Swirl
On 11/12/07, Laurent Vivier <[EMAIL PROTECTED]> wrote: > > It appears that fd_filename and snapshot are not needed/used by machine > init functions (QEMUMachineInitFunc). > > This patch removes them. I don't know what was the idea for these parameters, so I can't comment on the correctness of the

[Qemu-devel] Latest CVS

2007-11-12 Thread Nigel Horne
I can't get the latest CVS version to build on Fedora 7/x86: /usr/include/signal.h:380: warning: shadowed declaration is here In file included from /home/njh/src/qemu/linux-user/qemu.h:26, from /home/njh/src/qemu/linux-user/main.c:27: /home/njh/src/qemu/linux-user/syscall_defs.h:1

[Qemu-devel] [PATCH 1/2][UPDATE] remove unused parameters from QEMUMachineInitFunc

2007-11-12 Thread Laurent Vivier
It appears that fd_filename and snapshot are not needed/used by machine init functions (QEMUMachineInitFunc). This patch removes them. --- hw/an5206.c|4 ++-- hw/etraxfs.c |4 ++-- hw/integratorcp.c |1 - hw/mcf5208.c |1 - hw/mips_malta.c|4 ++-- hw/

[Qemu-devel] [PATCH 0/2][UPDATE] Add "-drive" parameter

2007-11-12 Thread Laurent Vivier
These two patches are update of the patches previously sent. [PATCH 1/2][UPDATE] remove unused parameters from QEMUMachineInitFunc [PATCH 2/2][UPDATED] Add arg -drive to define new drive with more features Laurent