libxl: convert libxl_device_vfb_add to an async operation
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 26 Jul 2012 15:47:37 +0000 (16:47 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Thu, 26 Jul 2012 15:47:37 +0000 (16:47 +0100)
commitd82a726d153bdd9de98cdab27ed2f4e1d8eb47a1
tree2d140c1b487034b7fd5ec1d962e7f5416b0d4cc4
parent2c5f57a30850ba8f6371222bcf14be9b8a747de8
libxl: convert libxl_device_vfb_add to an async operation

Split libxl_device_vfb_add into libxl__device_vfb_add (to be used
inside already running ao's), and make libxl_device_vfb_add a stub
to call libxl__device_vfb_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