>From 6b41d5c33b95f55fd16b259f58a3852a6cce13f9 Mon Sep 17 00:00:00 2001 From: George Dunlap Date: Fri, 9 Mar 2018 11:04:18 +0000 Subject: [PATCH] docs: Remove redundant qemu-xen-security document All this information is now covered in SUPPORT.md. Most of the emulated hardware is obvious a couple of the items are worth pointing out specifically. "xen_disk" is listed under "Blkback" "...the PCI host bridge and the PIIX3 chipset...": This statement is redundant -- the PCI host bridge is a part of the piix3 chipset, which is listed as supported. xenfb: The "graphics" side of "xenfb" is listed under "PV Framebuffer (backend)", and the "input" side of "xenfb" (including both keyboard and mouse) is listed under "PV Keyboard (backend)". Backing storage image format is listed in the "Blkback" section. Fix 'stdvga' spelling while we're here. Signed-off-by: George Dunlap --- v2: - Fix stdvgga spelling. CC: Ian Jackson CC: Wei Liu CC: Andrew Cooper CC: Jan Beulich CC: Tim Deegan CC: Konrad Wilk CC: Stefano Stabellini CC: Julien Grall CC: Anthony Perard CC: Lars Kurth --- SUPPORT.md | 2 +- docs/misc/qemu-xen-security | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 docs/misc/qemu-xen-security diff --git a/SUPPORT.md b/SUPPORT.md index ee65d45b24..9ac1a40036 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -645,7 +645,7 @@ See the section **Blkback** for image formats supported by QEMU. ### x86/Emulated graphics (QEMU): Status, cirrus-vga: Supported - Status, stgvga: Supported + Status, stdvga: Supported ### x86/Emulated audio (QEMU): diff --git a/docs/misc/qemu-xen-security b/docs/misc/qemu-xen-security deleted file mode 100644 index 496f7eee7a..0000000000 --- a/docs/misc/qemu-xen-security +++ /dev/null @@ -1,21 +0,0 @@ -qemu-xen (git://xenbits.xen.org/qemu-xen.git) is only supported for -security fixes when used together with the Xen hypervisor and only with -a subset of all the possible QEMU emulators. Specifically: - -- network: e1000, rtl8139, virtio-net -- storage: piix3 ide, ahci, xen_disk -- backing storage image format: raw, qcow, qcow2, vhd -- graphics: cirris-vga, stdvga and xenfb -- audio: sb16, es1370, ac97 -- input: Xen PV keyboard and mouse (part of xenfb), USB and PS/2 - keyboard and mouse -- serial cards: UART 16550A - -Core components, such as the PCI host bridge and the PIIX3 chipset, are -supported. All devices of one the above classes, which are not explicitly -mentioned, are not supported. For example the ne2000 network card is not -supported. - -If you think that a specific emulated device should be supported, please -contact the QEMU UPSTREAM maintainer and the Xen Security Team -(security@xxxxxxxxxxxxxx). -- 2.16.2