Hello all,
Is there a way to mask
all interrupts in the TCG mode of QEMU execution? How should I go about doing that in code?
Scenario:
I start the QEMU process in KVM mode and then do a savevm. I load the saved QEMU state in TCG mode. I'd like all the interrupts to be disabled/masked when I do a load of the saved VM state.
Note:
I am using QEMU-3.0.0. The qemu target as well as host architectures are x86_64. The guest linux kernel is 4.4.0-116-generic.
Best Regards,
Arnab