Topic: computer architecture
Topic: computer performance
Topic: hardware vs. software
Topic: software portability
Topic: virtual machine
Topic: virtual memory
| |
Subtopic: software vs. hardware VMM
Quote: software VMM performs better than hardware VMM due to high VMM/guest transition costs and a rigid programming model; software VMM replaces traps with callouts [»adamK10_2006]
| Subtopic: memory
Quote: faster system virtualization with nested paging hardware; 2-d page walk for guest page table management [»bharR3_2008]
| Quote: use a hardware-walked, nested page table for VMMs; translates guest virtual addresses to host physical addresses; fast guest context switches and slightly slower TLB misses [»adamK10_2006]
| Subtopic: implementation
Quote: implement a software virtual machine with binary input, code translation on execute to user-mode instructions, dynamic adjustments [»adamK10_2006]
| Quote: VMM translates guest instructions to short, basic block, code fragments; chain fragments together in the translation cache [»adamK10_2006]
|
Related Topics
Topic: computer architecture (46 items)
Topic: computer performance (14 items)
Topic: hardware vs. software (15 items)
Topic: software portability (43 items)
Topic: virtual machine (13 items)
Topic: virtual memory (32 items)
|