SPLVM Virtualized System Meetup
Host: Mossaka
- Community hosted meetup for discussing anything related to distributed systems, operating systems, database, and networking. Currently focusing on virtualization, tracking course UCSD CSE 291.
- Schedule
- Biweekly Zoom meeting on Monday at 5pm PDT
- Code of Conduct
- Please use “Raise Hands” feature on Zoom
- Welcome to unmute or comment in chat at ANY TIME!
IO Virtualization
Goal
Multiplexing devices across guest VMs
Challenges
- Each guest OS has its own device driver
- How can one device be controlled by multiple drivers?
- What if one guest OS tries to format its disk?
Direct Access: VM exclusively owns a device
Positvies
- Fast
- Simplify hypervisor
Negatives
- not able to migrate VM