x86/domain: Remove unused parameters from {hvm,pv}_domain_initialise()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 8 Mar 2018 13:58:41 +0000 (13:58 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 16 Mar 2018 11:22:40 +0000 (11:22 +0000)
commita4ce1ae4d018dc6f2716c4c9f3383e7a9f4d9183
treef4aeab52d6fd78e9e35981debe435d508daacb82
parent906b46168bb92a1b8d0f2185365dedffe9049339
x86/domain: Remove unused parameters from {hvm,pv}_domain_initialise()

Neither domcr_flags nor config are used on either side.  Drop them, making
{hvm,pv}_domain_initialise() symmetric with all the other domain/vcpu
initialise/destroy calls.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/pv/domain.c
xen/include/asm-x86/hvm/hvm.h
xen/include/asm-x86/pv/domain.h