KVM Forum Day 3

Friday, October 27, 2017

Slides for the presentations.

Keynote - Migration failures

All the things that can go wrong with migration. Good hints about how to make driver state more robust between versions. Issues about CPU versions.

Slim down QEMU

Very interesting talk from Marc André, with an idea to off-load some components of the VM to external processes. Makes sense for things like GPU for both bad reasons (e.g. big bad lock in QEMU, so can't compile shaders) and better ones (e.g. running the VGPU process on a core that is better suited for that in bigLITTLE-style configs)

Applying polling techniques to QEMU

Slides are here.

New disks are much faster than they used to be. Shows numbers about 2017 SSDs reaching in the order of 500K IOPS. Used to be what you'd get from a SAN.