lib/launchpad: add VM session forwarding support

Issue #3111
This commit is contained in:
Alexander Boettcher 2019-01-30 13:21:00 +01:00 committed by Christian Helmuth
parent 393643515c
commit 35d46dca72
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Launchpad::Launchpad(Env &env, unsigned long initial_quota)
static const char *names[] = {
/* core services */
"RM", "PD", "CPU", "IO_MEM", "IO_PORT", "IRQ", "ROM", "LOG",
"RM", "PD", "CPU", "IO_MEM", "IO_PORT", "IRQ", "ROM", "LOG", "VM",
/* services expected to got started by init */
"Nitpicker", "Init", "Timer", "Block", "Nic", "Rtc", "Gpu", "Report",