From 5ca9f6539f1672a0fdde3954d6459c06cafca638 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 9 Sep 2020 16:42:37 -0700 Subject: [PATCH] remove xen from qemu docs, since it turns out it has not been supported with solely qemu for some time (#9917) --- website/pages/docs/builders/qemu.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/pages/docs/builders/qemu.mdx b/website/pages/docs/builders/qemu.mdx index 701fcd954..e698435d1 100644 --- a/website/pages/docs/builders/qemu.mdx +++ b/website/pages/docs/builders/qemu.mdx @@ -2,7 +2,7 @@ modeline: | vim: set ft=pandoc: description: | - The Qemu Packer builder is able to create KVM and Xen virtual machine images. + The Qemu Packer builder is able to create KVM virtual machine images. layout: docs page_title: QEMU - Builders sidebar_title: QEMU @@ -12,14 +12,14 @@ sidebar_title: QEMU Type: `qemu` -The Qemu Packer builder is able to create [KVM](http://www.linux-kvm.org) and -[Xen](http://www.xenproject.org) virtual machine images. +The Qemu Packer builder is able to create [KVM](http://www.linux-kvm.org) virtual +machine images. The builder builds a virtual machine by creating a new virtual machine from scratch, booting it, installing an OS, rebooting the machine with the boot media as the virtual hard drive, provisioning software within the OS, then shutting it down. The result of the Qemu builder is a directory containing the image file -necessary to run the virtual machine on KVM or Xen. +necessary to run the virtual machine on KVM. ## Basic Example