OLD - kunisuzaki/misc GitHub Wiki

Here is Kuni's Memo

Attacks which use hardware virtualization (Intel VT/AMD SVM)

Research for secure hypervisor

Survey paper

Nested VM

  • Turtles [OSDI'10] Paper
  • CloudVisor [SOSP'11] Paper
  • Xen-Blacket [EuroSys'12] Paper, HP
  • Bryan Ford, Mike Hibler, Jay Lepreau, Patrick Tullmann, Godmar Back, and Stephen Clawson, Microkernels Meet Recursive Virtual Machines, OSDI'96.
  • Sam Verboven, Ruben Van den Bossche, Olivier Berghmans, Kurt Vanmechelen, and Jan BroeckhoveEvaluating Nested Virtualization Support, Parallel and Distributed Computing and Networks / 720: Software Engineering (PDCN,SE Feb.2011)
  • Ph.D Thesis of University of Antwerp, Olivier Berghmans, [Nesting Virtual Machines in Virtualization Test Frameworks] (http://www2.math.technion.ac.il/~nyh/nested/Thesis_OlivierBerghmans_FinalVersion.pdf), May 2010.
  • [Historic Paper] H.C.Lauer, and D.Wyeth, A recursive virtual machine architecture, ACM SIGARCH-SIGOPS Workshop on Virtual Computer Systems, pp.113–116, 1973. (Technical Report)
  • [Historic Paper] B.Gerald and H.Nai-Ting, Hardware Architecture for Recursive Virtual Machines, Technical Report of University of Wisconsin-Madison Department of Computer Sciences, Feb.1975. Paper

Good materials to understand hypervisor