]> git.proxmox.com Git - qemu.git/commit
openpic: update to proper memory api
authorAlexander Graf <agraf@suse.de>
Fri, 7 Dec 2012 15:31:55 +0000 (16:31 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 14 Dec 2012 12:12:55 +0000 (13:12 +0100)
commitb9b2aaa3c6926cf8af21fe75457ca6c6e0dc1f5d
tree04317b4d461778d8d53e9da5b2a1a6a2b9058c56
parentcdbb912a6f8b5f325df3a6fd42cb2843032050c9
openpic: update to proper memory api

The openpic code was still using the old mmio memory api. Convert it to
be a generic memory api user and clean up some code that becomes redundant
that way.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c