qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Fix CP0 LLAddr register


From: Hervé Poussineau
Subject: [Qemu-devel] [PATCH] Fix CP0 LLAddr register
Date: Mon, 06 Oct 2008 22:51:39 +0200
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

Hi,

On MIPS R4000 CPU, LLAddr register is read-write, whereas on MIPS64 specification, it is read-only. Attached patch adds a new instruction flag (INSN_R4000), which is checked to know if register is writable.

Also, it changes the return format of the LLAddr register, which is defined as implementation-dependant in MIPS64, so it shouldn't hurt.

Hervé

Attachment: fix_lladdr.diff
Description: plain/text


reply via email to

[Prev in Thread] Current Thread [Next in Thread]