mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
lguest: documentation VII: FIXMEs
Documentation: The FIXMEs Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f8f0fdcd40
commit
f56a384e98
9 changed files with 89 additions and 0 deletions
|
@ -94,6 +94,10 @@ static void check_segment_use(struct lguest *lg, unsigned int desc)
|
|||
|| lg->regs->ss / 8 == desc)
|
||||
kill_guest(lg, "Removed live GDT entry %u", desc);
|
||||
}
|
||||
/*:*/
|
||||
/*M:009 We wouldn't need to check for removal of in-use segments if we handled
|
||||
* faults in the Switcher. However, it's probably not a worthwhile
|
||||
* optimization. :*/
|
||||
|
||||
/*H:610 Once the GDT has been changed, we look through the changed entries and
|
||||
* see if they're OK. If not, we'll call kill_guest() and the Guest will never
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue