Could this Qemu emulator be used for running applications with vxd files on x86? If ring 0 is reserved so could it be emulated with qemu and mapped appropriately inside Wine?
Nope as QEMU's whole point is to NOT emulate Ring 0 instructions. So that would be a whole other project than QEMU.
Lionel