]> xenbits.xensource.com Git - xen.git/commit
clean up grant_table.h
authorJuergen Gross <jgross@suse.com>
Wed, 20 Sep 2017 15:18:58 +0000 (17:18 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 20 Sep 2017 15:18:58 +0000 (17:18 +0200)
commit0581b81c2aef849f6d25c640eb80841bd4fbad6f
tree1af6312d6088427076ecf7682b6b6642caa6c458
parent54a98549e03ae8f655b1119276e707a31d5322c3
clean up grant_table.h

Many definitions can be moved from xen/grant_table.h to
common/grant_table.c now, as they are no longer used in other sources.

Rearrange the elements of struct grant_table to minimize holes due to
alignment of elements.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
xen/common/grant_table.c
xen/include/xen/grant_table.h