qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] Fix wide ioport access cracking


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/2] Fix wide ioport access cracking
Date: Mon, 22 Aug 2011 09:42:06 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

On 08/11/2011 02:40 AM, Avi Kivity wrote:
The memory API automatically cracks wide memory accesses into narrower
(usually byte) accesses when needed.  Unfortunately this wasn't implemented
for ioports, leading to an lsi53c895a failure.

This series implements cracking for ioports as well.

Note that the dual implementation is due to the fact the memory API is layered
on top of the original qemu API; eventually the same code will be used for
both ioports and mmio.

Avi Kivity (2):
   memory: abstract cracking of write access ops into a function
   memory: crack wide ioport accesses into smaller ones when needed

  memory.c |  120 +++++++++++++++++++++++++++++++++++++++----------------------
  1 files changed, 77 insertions(+), 43 deletions(-)

Applied.  Thanks.

Regards,

Anthony Liguori





reply via email to

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