nova: support to run VBox vCPUs within same PD

Issue #2173
This commit is contained in:
Alexander Boettcher
2016-11-24 21:57:33 +01:00
committed by Christian Helmuth
parent 1bea312ba2
commit d3d4381128
17 changed files with 166 additions and 131 deletions

View File

@@ -569,7 +569,7 @@ namespace Nova {
struct Item {
mword_t crd;
mword_t hotspot;
bool is_del() { return hotspot & 0x1; }
bool is_del() const { return hotspot & 0x1; }
};
#ifdef __x86_64__