]> Git Repo - qemu.git/commit - hw/xen/xen_pt_config_init.c
xen/pass-through: constify some static data
authorJan Beulich <[email protected]>
Fri, 5 Jun 2015 12:04:55 +0000 (13:04 +0100)
committerStefano Stabellini <[email protected]>
Tue, 23 Jun 2015 16:18:37 +0000 (16:18 +0000)
commit74526eb01886ca45774c1e9c736f61536fa2bda1
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 <[email protected]>
Reviewed-by: Stefano Stabellini <[email protected]>
hw/xen/xen_pt.h
hw/xen/xen_pt_config_init.c
This page took 0.02267 seconds and 4 git commands to generate.