https://forums.whonix.org/t/error-qemu-does-not-support-the-accel2d-setting

Yes, I did get rid of ‘< acceleration accel3d=‘yes’ accel2d=‘yes’/>’ with the command: ‘virsh -c qemu:///system edit Whonix-Gateway’

I just did the same with the workstation:

‘virsh -c qemu:///system edit Whonix-Workstation’

question: in what directory are these 2 files found? I prefer to work with geany.

AFAIK they are created dynamically in tmp. The way to edit them is by setting the editor env variable combined with the virsh edit command as documented.

In my system they are created during the, IIRC, "define"ing as in the:

the exact place where they are, in my Gentoo (and the Whonix.xml which is network), is:

# ls -lR /etc/libvirt/qemu
/etc/libvirt/qemu:
total 12
drwxr-xr-x 3 root root 4096 2017-03-01 06:19 networks
-rw------- 1 root root 3761 2017-02-27 23:47 Whonix-Gateway.xml
-rw------- 1 root root 3631 2017-02-27 23:55 Whonix-Workstation.xml

/etc/libvirt/qemu/networks:
total 12
drwxr-xr-x 2 root root 4096 2017-02-27 23:52 autostart
-rw------- 1 root root  576 2017-01-23 14:00 default.xml
-rw------- 1 root root  405 2017-02-27 23:50 Whonix.xml

/etc/libvirt/qemu/networks/autostart:
total 0
lrwxrwxrwx 1 root root 14 2017-01-23 13:59 default.xml -> ../default.xml
lrwxrwxrwx 1 root root 37 2017-02-27 23:52 Whonix.xml -> /etc/libvirt/qemu/networks/Whonix.xml
#

Regards!