On 13/12/2022 10.51, Thomas Huth wrote:
It seems a little bit weird that the para-virtualized x86 VMWare
devices "vmware-svga" and "vmxnet3" also show up in non-x86 targets.
They are likely pretty useless there (since the guest OSes likely
do not have any drivers for those enabled), so let's change this and
only enable those devices by default for the classical x86 targets.
Signed-off-by: Thomas Huth <th...@redhat.com>
---
...ate-Pseudo-encoding.txt => vnc-ledstate-pseudo-encoding.rst} | 0
hw/display/Kconfig | 2 +-
hw/net/Kconfig | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename docs/interop/{vnc-ledstate-Pseudo-encoding.txt =>
vnc-ledstate-pseudo-encoding.rst} (100%)
diff --git a/docs/interop/vnc-ledstate-Pseudo-encoding.txt
b/docs/interop/vnc-ledstate-pseudo-encoding.rst
similarity index 100%
rename from docs/interop/vnc-ledstate-Pseudo-encoding.txt
rename to docs/interop/vnc-ledstate-pseudo-encoding.rst
Sorry, that change in the docs directory does not belong to this patch,
please ignore that part.
Thomas