Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use Spice/QXL for KVM guest video.
  • Loading branch information
Randy Barlow authored and purpleidea committed Aug 14, 2015
1 parent 10f240a commit 94534df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vagrant/Vagrantfile
Expand Up @@ -1451,6 +1451,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
#
config.vm.provider :libvirt do |libvirt|
libvirt.driver = 'kvm' # needed for kvm performance benefits !
libvirt.graphics_type = 'spice'
libvirt.video_type = 'qxl'
# leave out to connect directly with qemu:///system
#libvirt.host = 'localhost'
libvirt.connect_via_ssh = false
Expand Down

0 comments on commit 94534df

Please sign in to comment.