]> git.proxmox.com Git - qemu.git/commit
openpic: Convert subregions to memory api
authorAlexander Graf <agraf@suse.de>
Fri, 7 Dec 2012 16:15:15 +0000 (17:15 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 14 Dec 2012 12:12:55 +0000 (13:12 +0100)
commit780d16b77f992db81e90b7dd7474a9397ce393b9
treeb7f3e8dac78359a12676adf68235a62677c48bdc
parenta285f1ca703a434fa8edf584f94a1dc29067ab29
openpic: Convert subregions to memory api

The "openpic" controller is currently using one big region and does
subregion dispatching manually. Move this to the memory api.

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