xen/pass-through: constify some static data
commit74526eb01886ca45774c1e9c736f61536fa2bda1
authorJan Beulich <JBeulich@suse.com>
Fri, 5 Jun 2015 12:04:55 +0000 (5 13:04 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Tue, 23 Jun 2015 16:18:37 +0000 (23 16:18 +0000)
treeeed75b2095adc6b24cf17f966b6804a15515752c
parent3782f60d2047cb86567889307ce78baacf518635
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).

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