diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2016-10-14 17:26:18 +0200 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2016-10-14 16:39:22 +0100 |
commit | 087b914e0a7c80b59a2d17e66f2c73dc24aabde9 (patch) | |
tree | 14a96b0d3db89563e75263a4a38e9806eeede8c1 | |
parent | 40545d0403fecb45837743e3390813c9715adb6a (diff) |
doc: Remove mention that qxl.guestdebug is Windows-only
The Linux QXL KMS driver also uses it.
Acked-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r-- | docs/manual/manual.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/manual/manual.txt b/docs/manual/manual.txt index 33403410..9d394b61 100644 --- a/docs/manual/manual.txt +++ b/docs/manual/manual.txt @@ -1176,9 +1176,8 @@ this value to `/sys/module/drm/parameters/debug`. It's also possible to get some host-side debugging logs from the guest QXL driver. The driver reads a guestdebug parameter from the rom, which can be set when starting -the VM. Only the Windows QXL driver is using this feature, see `qxl.cmdlog` for -something guest-agnostic. This can be enabled with `-global -qxl-vga.guestdebug=3`, or `-global qxl.guestdebug=3` for secondary devices. +the VM. This can be enabled with `-global qxl-vga.guestdebug=3`, or `-global +qxl.guestdebug=3` for secondary devices. The corresponding libvirt XML is: |