Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
QEMU Emulated NVMe - Lessons Learned and Future Work
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 NVMe in 1 Slide
- 3 Emulated NVMe Timeline
- 4 Speaking of APIs...
- 5 A bit of history
- 6 QDev Bus-based Plumbing
- 7 NVMe Plumbing (pre-v6.0)
- 8 Shared Namespaces
- 9 Mistake: Just use -device
- 10 NVMe Plumbing (v6.0)
- 11 NVMe Plumbing (the "fix")
- 12 How do we fix this properly?
- 13 Rethinking the model
- 14 The hw/nvme "devpocalypse"
- 15 device VS -object
- 16 Lesson Learned
- 17 Future Work