]> xenbits.xensource.com Git - people/vhanquez/xen-unstable.git/commit
libxl: reorder libxl_device unplug functions
authorRoger Pau Monne <roger.pau@citrix.com>
Wed, 23 May 2012 10:06:49 +0000 (11:06 +0100)
committerRoger Pau Monne <roger.pau@citrix.com>
Wed, 23 May 2012 10:06:49 +0000 (11:06 +0100)
commit72dd9b7423a70f56fce8cff5a44cc3cb1bbdb0b4
tree2bc56e06acfcdd84e75dcc66a2a480af7eaa043a
parentb2458c84fb8348c71c65e60337cb8b2f78b5ea18
libxl: reorder libxl_device unplug functions

This is a reorder of functions, no functional change. This is needed
because in future patches much code is added to libxl_device and it
needs to follow the usual ao operation scheme (prototypes, functions
and callbacks in order they should be called)

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_device.c