commit | 04b0de0ee83fe464487406064afe14de27decc24 | [log] [tgz] |
---|---|---|
author | Wei Liu <wei.liu2@citrix.com> | Wed May 07 16:16:43 2014 +0000 |
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | Wed May 07 16:16:43 2014 +0000 |
tree | 1e55a23012daf56cac71389a252dffd6262b098c | |
parent | ad3f7e31bfc148135d93c176d1c9197933fa8344 [diff] |
xen: factor out common functions So common functions used by both HVM and PV are factored out from xen-all.c to xen-common.c. Finally rename xen-all.c to xen-hvm.c, as those functions are only useful to HVM guest. Create *-stub files and modify Makefile.target to reflect the changes. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>