]> xenbits.xensource.com Git - people/larsk/xen.git/commit
libxl: Add device_{config,type} to libxl__ao_device
authorAnthony PERARD <anthony.perard@citrix.com>
Tue, 7 May 2019 14:54:08 +0000 (15:54 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 20 Sep 2019 09:42:42 +0000 (10:42 +0100)
commitfdaef8e475faac954c8b9b0ba10eb15c6a8b40aa
tree3f53406e54196b75b51eeafa513a32071a5913d5
parent37010f7d7c3d77945f4226daf3b08e9c4d50b48f
libxl: Add device_{config,type} to libxl__ao_device

These two fields help to give more information about the device been
hotplug/hotunplug to callbacks.

There is already `dev' of type `libxl__device', but it is mostly
useful when the backend/frontend is xenstore. Some device (like
`usbdev') don't have devid, so `dev' can't be used.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl_internal.h