]> rtime.felk.cvut.cz Git - jailhouse.git/commit
core: Rework cleanup on cell destruction
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 28 Jun 2015 16:45:09 +0000 (18:45 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 12 Aug 2015 11:38:54 +0000 (13:38 +0200)
commit7599320a0670c45eff1f726253de909e2b00a4e7
tree65232d844380e2251fe1b2cb38fbb44adae76183
parentdd38b4f788d812a716913d55c26353000748336a
core: Rework cleanup on cell destruction

Rename destroy_cpu_set to cell_exit and move it into
cell_destroy_internal. The background is that this function will be used
for more cleanups, and the refactoring will avoid cleanup code
duplications.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/control.c