KVM Forum 2010 Presentations: Difference between revisions
From KVM
No edit summary |
No edit summary |
||
(26 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
| [[Media:2010-forum-spice.pdf | Desktop virtualization with spice]] || Gerd Hoffman || | | [[Media:2010-forum-spice.pdf | Desktop virtualization with spice]] || Gerd Hoffman || | ||
|- | |- | ||
| Developing tests for the KVM autotest framework | | [[Media:2010-forum-Kvm-autotest.pdf | Developing tests for the KVM autotest framework]] || Lucas Meneghel Rodrigues || | ||
|- | |- | ||
| Threading the QEMU Device Model || Anthony Liguori || | | [[Media:2010-forum-threading-qemu.pdf | Threading the QEMU Device Model]] || Anthony Liguori || | ||
|- | |- | ||
| QEMU's new device model qdev || Markus Armbruster || | | [[Media:2010-forum-armbru-qdev.pdf | QEMU's new device model qdev ]] || Markus Armbruster || | ||
|- | |- | ||
| KVM on Server Class PowerPC || Alexander Graf || | | [[Media:2010-forum-PowerPC_KVM.pdf | KVM on Server Class PowerPC ]] || Alexander Graf || | ||
|- | |- | ||
| Transparent Hugepage Support | | [[Media:2010-forum-thp.pdf | Transparent Hugepage Support ]] || Andrea Arcangeli || | ||
|- | |- | ||
| Migration: how to hop from machine to machine without losing state | | [[Media:2010-forum-migration.pdf | Migration: how to hop from machine to machine without losing state ]] || Juan Quintela || | ||
|- | |- | ||
| Sheepdog: distributed storage system for QEMU | | [[Media:2010-forum-sheepdog.pdf | Sheepdog: distributed storage system for QEMU ]] || Kazutaka Morita || | ||
|- | |- | ||
| How to keep time correctly, and avoid SDR-awk cab emit peek problems | | [[Media:2010-forum-time-keeping.pdf | How to keep time correctly, and avoid SDR-awk cab emit peek problems ]] || Glauber Costa || | ||
|- | |- | ||
| PV-DMA using IOMMU Emulation | | [[Media:2010-forum-joro-pv-iommu.pdf | PV-DMA using IOMMU Emulation ]] || Joerg Roedel || | ||
|- | |- | ||
| Network Virtualization in KVM | | [[Media:2010-forum-arnd-network-virt.pdf | Network Virtualization in KVM ]] || Arnd Bergmann || | ||
|- | |- | ||
| Ganeti as a KVM cluster management interface || Guido Trotter || | | [[Media:Kvm10_ganeti_talk.pdf | Ganeti as a KVM cluster management interface ]] || Guido Trotter || [http://vimeo.com/14639529 Ganeti ] | ||
|- | |- | ||
| Porting virtio to PowerVM Hypervisors | | [[Media:2010-forum-VirtIO-on-PowerVM.pdf | Porting virtio to PowerVM Hypervisors ]] || Ricardo Marin Matinata || | ||
|- | |- | ||
|} | |} | ||
'''Tuesday, August 10th''' | '''Tuesday, August 10th''' | ||
{| | {| | ||
! Title !! Speaker | ! Title !! Speaker !! Video | ||
|- | |- | ||
| Keynote | | [[Media:2010-kvm-forum-Liguori_keynote_v1.pdf | Keynote ]] || Anthony Liguori || | ||
|- | |- | ||
| vhost-net and virtio-net: need for speed | | [[Media:2010-forum-vhost_virtio_net_need_for_speed_2.pdf | vhost-net and virtio-net: need for speed ]] || Michael S. Tsirkin || | ||
|- | |- | ||
| The QEMU Monitor Protocol (QMP) || Luiz Fernando Nogueira Capitulino || | | [[Media:2010-forum-qmp-status-talk.pp.pdf | The QEMU Monitor Protocol (QMP) ]] || Luiz Fernando Nogueira Capitulino || | ||
|- | |- | ||
| Integrating KVM with Linux | | [[Media:2010-kvm-forum-2010-integrating-with-linux.pdf | Integrating KVM with Linux ]] || Avi Kivity || | ||
|- | |- | ||
| KVM in Embedded: Requirements, Experiences and Open Challenges | | [[Media:2010-kvm-forum-Embedded-KVM.pdf | KVM in Embedded: Requirements, Experiences and Open Challenges ]] || Jan Kiszka || | ||
|- | |- | ||
| Kemari: Fault Tolerant Virtual Machine Synchronization based on KVM | | [[Media:0.5.kemari-kvm-forum-2010.pdf | Kemari: Fault Tolerant Virtual Machine Synchronization based on KVM ]] || Yoshi Tamura || | ||
|- | |- | ||
| Managing Resources on Over-committed Virtualization Hosts | | [[Media:2010-forum-litke-kvmforum2010.pdf | Managing Resources on Over-committed Virtualization Hosts ]] || Adam Litke || | ||
|- | |- | ||
| A Walkthrough on some recent KVM performance improvements | | [[Media:2010-forum-mtosatti_walkthrough_entry_exit.pdf | A Walkthrough on some recent KVM performance improvements ]] || Marcelo Tosatti || | ||
|- | |- | ||
| Examing KVM as Nested Virtualization Friendly Guest | | [[Media:2010-forum-Nested-Friendly-KVM2.pdf | Examing KVM as Nested Virtualization Friendly Guest ]] || Eddie Dong || | ||
|- | |- | ||
| PCI direct device assignment: pwned! all your devices are belong to guest || Chris Wright || | | PCI direct device assignment: pwned! all your devices are belong to guest || Chris Wright || | ||
|- | |- | ||
| Performance and Scalability of Server Consolidation using KVM || Andrew Theurer || | | [[Media:2010-forum-perf-and-scalability-server-consolidation.pdf | Performance and Scalability of Server Consolidation using KVM ]] || Andrew Theurer || | ||
|- | |- | ||
| WinKVM: Windows kernel-based Virtual Machine | | [[Media:WinKVM-KVMForum2010.pdf | WinKVM: Windows kernel-based Virtual Machine ]] || Kazushi Takahashi || | ||
|- | |- | ||
| Nahanni: Inter-VM Shared Memory || Cam Macdonell || | | [[Media:0.11.Nahanni-CamMacdonell.pdf | Nahanni: Inter-VM Shared Memory ]] || Cam Macdonell || | ||
|- | |- | ||
| Asynchronous Page Faults: AIX did it. | | [[Media:2010-forum-Async-page-faults.pdf | Asynchronous Page Faults: AIX did it. ]] || Gleb Natapov || | ||
|- | |- | ||
| PCI Express support in | | [[Media: 2010-forum-Pci-express-in-qemu.pdf | PCI Express support in QEMU ]] || Isaku Yamahata || | ||
|- | |- | ||
|} | |} |
Latest revision as of 12:51, 2 September 2010
Monday, August 9th
Title | Speaker | Video |
---|---|---|
Keynote | Avi Kivity | |
Desktop virtualization with spice | Gerd Hoffman | |
Developing tests for the KVM autotest framework | Lucas Meneghel Rodrigues | |
Threading the QEMU Device Model | Anthony Liguori | |
QEMU's new device model qdev | Markus Armbruster | |
KVM on Server Class PowerPC | Alexander Graf | |
Transparent Hugepage Support | Andrea Arcangeli | |
Migration: how to hop from machine to machine without losing state | Juan Quintela | |
Sheepdog: distributed storage system for QEMU | Kazutaka Morita | |
How to keep time correctly, and avoid SDR-awk cab emit peek problems | Glauber Costa | |
PV-DMA using IOMMU Emulation | Joerg Roedel | |
Network Virtualization in KVM | Arnd Bergmann | |
Ganeti as a KVM cluster management interface | Guido Trotter | Ganeti |
Porting virtio to PowerVM Hypervisors | Ricardo Marin Matinata |
Tuesday, August 10th
Title | Speaker | Video |
---|---|---|
Keynote | Anthony Liguori | |
vhost-net and virtio-net: need for speed | Michael S. Tsirkin | |
The QEMU Monitor Protocol (QMP) | Luiz Fernando Nogueira Capitulino | |
Integrating KVM with Linux | Avi Kivity | |
KVM in Embedded: Requirements, Experiences and Open Challenges | Jan Kiszka | |
Kemari: Fault Tolerant Virtual Machine Synchronization based on KVM | Yoshi Tamura | |
Managing Resources on Over-committed Virtualization Hosts | Adam Litke | |
A Walkthrough on some recent KVM performance improvements | Marcelo Tosatti | |
Examing KVM as Nested Virtualization Friendly Guest | Eddie Dong | |
PCI direct device assignment: pwned! all your devices are belong to guest | Chris Wright | |
Performance and Scalability of Server Consolidation using KVM | Andrew Theurer | |
WinKVM: Windows kernel-based Virtual Machine | Kazushi Takahashi | |
Nahanni: Inter-VM Shared Memory | Cam Macdonell | |
Asynchronous Page Faults: AIX did it. | Gleb Natapov | |
PCI Express support in QEMU | Isaku Yamahata |