Configuring the user space
The user space process qemu-system-s390x realizes the virtual server on the IBM Z® host. You might want to configure it explicitly.
Procedure
The optional emulator element contains path and file name of the user space process (see <emulator>).
The emulator element is a child of the devices element. If you do not specify it, libvirt automatically inserts the user space configuration to the libvirt-internal configuration when you define it.
| emulator element: | <emulator-file> |
Example:
<devices>
<emulator>/usr/bin/qemu-system-s390x</emulator>
...
</devices>