CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/20 01:12:17
Modified files:
hw : ide.c
Log message:
Add more ATAPI CDROM DMA support, by Juergen Keil.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/ide.c?cvsroot=q
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/20 00:29:01
Modified files:
hw : mips_malta.c
Log message:
Fix typo.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/hw/mips_malta.c?cvsroot=qemu&r1=1.3&r2=1.4
___
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/20 00:27:42
Modified files:
hw : mips_malta.c
Log message:
Change display colors, the LED bar is green and the text display is red.
CVSWeb URLs:
http://cvs.savannah.gnu.org/vi
Hi
Juergen Keil wrote:
>Hi,
>
>
>some time ago, ATAPI DMA support was added to hw/ide.c, but the DMA
>support is incomplete: DMA data transfers are implemented
>for ATAPI/SCSI READ commands only (GPCMD_READ_10, GPCMD_READ_12,
>GPCMD_READ_CD), but all other ATAPI/SCSI commands still try to
>tran
Hi,
some time ago, ATAPI DMA support was added to hw/ide.c, but the DMA
support is incomplete: DMA data transfers are implemented
for ATAPI/SCSI READ commands only (GPCMD_READ_10, GPCMD_READ_12,
GPCMD_READ_CD), but all other ATAPI/SCSI commands still try to
transfer data using PIO mode.
Becaus
CVSROOT:/sources/qemu
Module name:qemu
Changes by: Thiemo Seufer 07/01/19 17:56:23
Modified files:
target-mips: TODO
Log message:
Note more issues.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-mips/TODO?cvsroot=qemu&r1=1.1&r2=1.2
__