Re: Masking all interrupts in TCG mode

2020-10-02 Thread Peter Maydell
On Fri, 2 Oct 2020 at 17:50, Arnabjyoti Kalita wrote: > What I can understand is that when we restore the VM State, the same > interrupt state will be restored which was before we did a savevm. And then > these interrupts will be executed appropriately. > > If there is an interrupt at the start

Re: Masking all interrupts in TCG mode

2020-10-02 Thread Arnabjyoti Kalita
Thank you Peter for the answer. What I can understand is that when we restore the VM State, the same interrupt state will be restored which was before we did a savevm. And then these interrupts will be executed appropriately. If there is an interrupt at the start of restore, then the interrupt

Fwd: Re: Compiling QEMU to get virtio-fs driver

2020-10-02 Thread Keith Monahan via
cc: qemu-discuss because I clearly can't figure out how mailing lists work. :) Forwarded Message Subject: Re: Compiling QEMU to get virtio-fs driver Date: Fri, 2 Oct 2020 10:14:10 -0400 From: Keith Monahan To: CYBER PUNK I'm far from an expert here, but I think the right

Compiling QEMU to get virtio-fs driver

2020-10-02 Thread CYBER PUNK
Hello Im currently trying to use the QEMU/KVM with virtmanager onubuntu 20.04 and I want to be able to map a folder on the host to a windows 10 VM with virtio-fs ive done it in manjro as the latest version of qemu was avalable on it but i'd prefer to use a more stable and widely supported distro

Re: Masking all interrupts in TCG mode

2020-10-02 Thread Peter Maydell
On Fri, 2 Oct 2020 at 04:17, Arnabjyoti Kalita wrote: > 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.