qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC v2 00/20] Memory API


From: Anthony Liguori
Subject: Re: [Qemu-devel] [RFC v2 00/20] Memory API
Date: Mon, 27 Jun 2011 15:28:05 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10

On 06/27/2011 10:59 AM, Michael S. Tsirkin wrote:
On Mon, Jun 27, 2011 at 06:54:05PM +0300, Avi Kivity wrote:
On 06/27/2011 06:52 PM, Michael S. Tsirkin wrote:
- bridges might also enable subtractive decoding
   (required for isa behind the bridge)

What does that mean?

subtractive decoding is
a method of address decoding in which a device accepts all
accesses not positively decoded by another agent.

Subtractive decoding is very slow in real hardware so generally any well known devices are positively decoded (like anything on the Super I/O chip). Unless we're dealing with very odd ISA devices, we probably don't need to worry about subtractive decoding.

The real key point is, each level may dispatch in subtly different ways. You can get 95% of the way there with a generic memory API. I think it's the 95% that actually matters but just realize that we can't model hardware exactly without true hierarchical dispatch.

Regards,

Anthony Liguori



reply via email to

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