]> rtime.felk.cvut.cz Git - jailhouse.git/commit
driver/tools: Rework cell destruction API
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 2 Dec 2013 16:58:09 +0000 (17:58 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Thu, 12 Dec 2013 16:36:48 +0000 (17:36 +0100)
commit4b2a0631ca0c8353fa8320ac8aa7f0711416a59c
treef115775b19ee37ea4f0946b80a91f89850f877e9
parentb4acb9fc3ddc2dbd0bdc59c46cfce5a8ac55933a
driver/tools: Rework cell destruction API

Reference a cell to be destructed via its config file. The API to the
hypervisor is still based on names, but the driver IOCTL now takes a
reference to a fully loaded config.

This allows the driver to bring the CPUs that were used by the
destructed cell online again. It is also more handy for the user as
creation and destruction now both use the same token to reference a
cell.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
jailhouse.h
main.c
tools/jailhouse.c