libxl: 9pfs has a QEMU backend
authorStefano Stabellini <sstabellini@kernel.org>
Tue, 6 Aug 2019 17:25:00 +0000 (18:25 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Wed, 7 Aug 2019 10:42:44 +0000 (11:42 +0100)
commit3889a847509d9868bc841a6bb717e702ee50b6fc
tree55f1b4901acb7dcc4e8ec83dc8b30cece5450cc8
parent99e2326582f3fa01c2737a8851d3fda6d46b0661
libxl: 9pfs has a QEMU backend

Add 9pfs to the kind of PV drivers that has a QEMU backend, specifically
to the macro QEMU_BACKEND.

This is needed otherwise upon domain destroy we get a timeout error:

libxl: error: libxl_device.c:1132:device_backend_callback: Domain 1:unable to remove device with path /local/domain/0/backend/9pfs/1/0
libxl: error: libxl_domain.c:1129:devices_destroy_cb: Domain 1:libxl__devices_destroy failed

This change should have been part of b53b4037cef6 "libxl/xl: add support
for Xen 9pfs".

Also add a comment in libxl_types_internal.idl to help remember changing
QEMU_BACKEND going forward.

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
tools/libxl/libxl_internal.h
tools/libxl/libxl_types_internal.idl