libxl: convert libxl_device_vkb_add to an async operation
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 26 Jul 2012 15:47:36 +0000 (16:47 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 26 Jul 2012 15:47:36 +0000 (16:47 +0100)
commit2c5f57a30850ba8f6371222bcf14be9b8a747de8
tree2a8a0dfc0c67255ffeb61e3a9874d7e7a6f8b938
parent57ad6afe2a08a03c40bcd336bfb27e008e1d3e53
libxl: convert libxl_device_vkb_add to an async operation

Split libxl_device_vkb_add into libxl__device_vkb_add (to be used
inside already running ao's), and make libxl_device_vkb_add a stub to
call libxl__device_vkb_add.

Signed-off-by: Roger Pau Monne <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl_create.c
tools/libxl/libxl_dm.c
tools/libxl/libxl_internal.h
tools/ocaml/libs/xl/xenlight_stubs.c