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. Signed-off-by: George Dunlap <[email protected]> --- CC: Ian Jackson <[email protected]> CC: Wei Liu <[email protected]> CC: Andrew Cooper <[email protected]> CC: Jan Beulich <[email protected]> CC: Tim Deegan <[email protected]> CC: Konrad Wilk <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Julien Grall <[email protected]> CC: Anthony Perard <[email protected]> CC: Lars Kurth <[email protected]> --- docs/misc/qemu-xen-security | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docs/misc/qemu-xen-security 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 -([email protected]). -- 2.16.2 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
