]> xenbits.xensource.com Git - xen.git/commit
libxl/pvh: force PVH guests to use the xenstore shutdown
authorRoger Pau Monne <roger.pau@citrix.com>
Tue, 19 Dec 2017 14:17:52 +0000 (14:17 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Tue, 19 Dec 2017 14:48:00 +0000 (14:48 +0000)
commit1b33150fe06ab9217f7f12b01bc5e607f4f55658
tree30a1cbddb570e12907dea6a0b8cd589f4330643d
parentec320542e4f4de12305551ef5e3cd4d2ced85771
libxl/pvh: force PVH guests to use the xenstore shutdown

PVH guests are all required to support the xenstore-based shutdown
signalling, since there is no other way for a PVH guest to be
requested to shut down.

For HVM guests we check whether the guest has installed a PV-on-HVM
interrupt callback; that does not make sense for PVH guests.

So for PVH guests, take the PV path: assume that all PVH guests have
suitable xenstore drivers.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_domain.c