]> xenbits.xensource.com Git - people/royger/xen.git/commit
x86: split PVH dom0 builder to hvm/dom0_build.c
authorWei Liu <wei.liu2@citrix.com>
Thu, 16 Mar 2017 17:43:24 +0000 (17:43 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:39:45 +0000 (15:39 +0000)
commit7eb3fc22c790d6c57dc84a40e13bf46c51679d70
tree12ddd1aa74a0d4e31c5eb6532dafec8d1f3d0ae3
parent674cad0d67087e8cd04c80ed56893d4f153fa54e
x86: split PVH dom0 builder to hvm/dom0_build.c

Long term we want to be able to disentangle PV and HVM code. Move
the PVH domain builder to a dedicated file.

Lift function declarations to dom0_build.h and rename them when
necessary.

No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/dom0_build.c
xen/arch/x86/hvm/Makefile
xen/arch/x86/hvm/dom0_build.c [new file with mode: 0644]
xen/include/asm-x86/dom0_build.h