Re: [Qemu-devel] Decode of MIPS DMFC0 and DMTC0

2007-01-10 Thread Thiemo Seufer
Dirk Behme wrote: > Hi, > > looking into target-mips/translate.c, in function > decode_opc() OPC_DMFC0 and OPC_DMTC0 are mapped to gen_cp0() > if MIPS64 is enabled: > > case OPC_CP0: > op1 = MASK_CP0(ctx->opcode); > switch (op1) { > case OPC_MFC0: > case OPC_MTC0

Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread Lonnie Mendez
On Thu, 2007-01-11 at 00:00 +0100, ( अमेय पाळंदे ) Ameya Palande wrote: > On 1/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: > > ( ?? ) Ameya Palande wrote: > > > Hi, > > > > > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > > > But debian, ope

Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread ( अमेय पाळंदे ) Ameya Palande
On 1/10/07, Thiemo Seufer <[EMAIL PROTECTED]> wrote: ( ?? ) Ameya Palande wrote: > Hi, > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > But debian, opensuse etc. have compiler.h > > Without including compiler.h in usb-linux.c build fails on op

[Qemu-devel] Decode of MIPS DMFC0 and DMTC0

2007-01-10 Thread Dirk Behme
Hi, looking into target-mips/translate.c, in function decode_opc() OPC_DMFC0 and OPC_DMTC0 are mapped to gen_cp0() if MIPS64 is enabled: case OPC_CP0: op1 = MASK_CP0(ctx->opcode); switch (op1) { case OPC_MFC0: case OPC_MTC0: #ifdef MIPS_HAS_MIPS64 case

Re: [Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread Thiemo Seufer
( ?? ) Ameya Palande wrote: > Hi, > > Redhat and its derivatives don't have /usr/include/linux/compiler.h > But debian, opensuse etc. have compiler.h > > Without including compiler.h in usb-linux.c build fails on opensuse. JFTR, it works on debian. Thiemo ___

[Qemu-devel] [PATCH] compiler.h include fix for usb-linux.c

2007-01-10 Thread ( अमेय पाळंदे ) Ameya Palande
Hi, Redhat and its derivatives don't have /usr/include/linux/compiler.h But debian, opensuse etc. have compiler.h Without including compiler.h in usb-linux.c build fails on opensuse. So instead of removing compiler.h, its better to check if it is there on build host and if it is there then incl

[Qemu-devel] [PATCH] better handling of removal in IOHandlerRecord list

2007-01-10 Thread jerome Arbez-Gindre
Hi, by a call to qemu_set_fd_handler(fd,NULL,NULL,NULL) in the fd_read callback, I have generated a "Segmentation fault" in vl.c. My solution is not very smart... but it is very simple. Index: vl.c === RCS file: /sources/qemu/qemu

[Qemu-devel] qemu vl.h

2007-01-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/10 16:25:04 Modified files: . : vl.h Log message: Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/vl.h?cvsroot=

[Qemu-devel] qemu vl.h hw/pc.c hw/piix_pci.c

2007-01-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/10 16:23:41 Modified files: . : vl.h hw : pc.c piix_pci.c Log message: Devfn number for the PIIX3 southbridge, by Aurelien Jarno. CVSWeb URLs: http://cvs

[Qemu-devel] qemu vl.h hw/ne2000.c hw/pc.c hw/pci.c hw/pcnet...

2007-01-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/10 16:17:21 Modified files: . : vl.h hw : ne2000.c pc.c pci.c pcnet.c ppc_chrp.c realview.c rtl8139.c sun4u.c versatilepb.c Log message:

Re: [Qemu-devel] [BUG] syscall mmap broken

2007-01-10 Thread Kirill A. Shutemov
On [Mon, 08.01.2007 16:21], Paul Brook wrote: > On Monday 08 January 2007 08:11, Kirill A. Shutemov wrote: > > On a 64-bit host system mmap sometimes(quite rarely on x86_64) return > > address above 0x. If target system is a 32-bit system then mojor > > 32-bit will be dropped due to h2g().

[Qemu-devel] qemu/hw sun4m.c

2007-01-10 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer 07/01/10 11:46:13 Modified files: hw : sun4m.c Log message: Restore SCSI disk attaching, by Igor Kovalenko. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/sun4m.c?cvsroot=