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
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
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
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
( ?? ) 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
___
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
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
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=
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
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:
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().
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=
12 matches
Mail list logo