]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commit
xen/pass-through: constify some static data
authorJan Beulich <JBeulich@suse.com>
Fri, 5 Jun 2015 12:04:55 +0000 (13:04 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 24 Jun 2015 13:32:30 +0000 (13:32 +0000)
commitf0e7abf7120d997c28a0729fe71e0db7194c9199
tree24e207c9db0f7537b11ef80e94588735cfcfbb71
parent76403ddf6f06602787e395070eadaa38063b870f
xen/pass-through: constify some static data

This is done indirectly by adjusting two typedefs and helps emphasizing
that the respective tables aren't supposed to be modified at runtime
(as they may be shared between devices).

upstream-commit-id: 74526eb01886ca45774c1e9c736f61536fa2bda1

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
hw/xen/xen_pt.h
hw/xen/xen_pt_config_init.c