]> git.proxmox.com Git - mirror_qemu.git/commit
pxa2xx_pic: convert to memory API
authorBenoît Canet <benoit.canet@gmail.com>
Sun, 30 Oct 2011 13:50:17 +0000 (14:50 +0100)
committerAvi Kivity <avi@redhat.com>
Thu, 24 Nov 2011 16:31:58 +0000 (18:31 +0200)
commit90e8e5a32cfe5337f440ed031db2fc5c8ec4c799
tree9af55039cf6bd43b9d5f5a4115bb5c487cc3f2d7
parentb755bde386144866c02e1db29b054fbe0058996b
pxa2xx_pic: convert to memory API

The ARM documentation say transfers between the cpu and the
coprocessor are 32 bits wide.
Use 4 as size for coprocessor read and writes.

Signed-off-by: Benoit Canet <benoit.canet@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/pxa2xx_pic.c