x86/libxc: fix usage of XEN_X86_EMU_ALL after VPCI addition
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 23 Mar 2018 10:57:56 +0000 (10:57 +0000)
committerWei Liu <wei.liu2@citrix.com>
Fri, 23 Mar 2018 16:28:18 +0000 (16:28 +0000)
commiteabb83121226d5a6a5a68da3a913ac0b5bb1e0cf
tree21665a0579709d196b7fc1aff7a9156704ec5ce2
parent1a373194922bc73ab4113eb4d5550e5dc922782b
x86/libxc: fix usage of XEN_X86_EMU_ALL after VPCI addition

HVM guest should be created with (XEN_X86_EMU_ALL &
~XEN_X86_EMU_VPCI). This is not an issue for xl/libxl because it
already sets the correct emulation flags and doesn't pass a NULL
xc_domain_configuration_t to xc_domain_create.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/xc_domain.c