]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/qemu-xen.git/commit
xen: make destroy_hvm_domain static
authorIan Campbell <ian.campbell@citrix.com>
Thu, 28 Jan 2016 14:43:53 +0000 (14:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Feb 2016 16:16:42 +0000 (16:16 +0000)
commit217e8455227a8952ae90abf0ccb1eacf31ee03c5
tree581a3701f67f16909856e0441f468088365c839d
parent7e22e6ac48b19a58e5d0fbcca81bda6ea1bdc3d1
xen: make destroy_hvm_domain static

which involves moving it higher up in the file to before its sole user
(cpu_handle_ioreq). Apart from inserting the word "static" and
removing the prototype in the header this is pure code motion.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
include/hw/xen/xen_common.h
xen-hvm.c