After install start it with:
>"C:\Program Files\Xming\Xming.exe" -ac -multiwindow -clipboard or on a 64-bit system...now, connect to your linux(ubuntu, debian...) machine with ssh.
>"C:\Program Files (x86)\Xming\Xming.exe" -ac -multiwindow -clipboard
Notes: using -ac is TOTALLY UNSAFE
After that in shell enter:
DISPLAY=your.windows.ip.address:0.0
export DISPLAY
Dont forget to change your.windows.ip.address to your your windows ip address :)
after that you can start any Xwindow application, and for your virtual viewer you can write:
virt-viewer -c qemu:///system your_virtual_machine &