qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-1.6] target-mips: do not raise exceptions wh


From: Hervé Poussineau
Subject: Re: [Qemu-devel] [PATCH for-1.6] target-mips: do not raise exceptions when accessing invalid memory
Date: Mon, 05 Aug 2013 15:53:08 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Andreas Färber a écrit :
[snip]

Have you tested Jan's patches limiting the new unassigned read value -1
to PIO?

I have tried this patches, and they don't fix the problem.

Too bad. So what do you propose? Restoring #ifdef and using
empty_slot_init() have been suggested so far, any other concrete ideas?

Another idea (not tested): override the CPUClass->do_unassigned_level on board level, to only raise IBE and no DBE. That way, right behaviour is kept in global code, and "bad" code is only at board level, where it can be removed later board after board.

Hervé




reply via email to

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