Re: host in the non admin policy

2020-07-30 Thread Jakob Bohm
On 2020-07-29 09:38, alfiomarzu...@libero.it wrote: hello everybody, qemu is an fantastic work! I use it in my office where the pc is under strong policy without administrators privileges. all Pc have windows10, and in my, the virtualmachine with w7 work with some limit, type usb and network c

Re: QEMU plugin system

2020-07-30 Thread Marc Hacin
Perhaps is it easier to track for example a specific 64bits write pattern. A 64 bit tag the guest app code will write anywhere, triggering the plug-in ? Le 29 juil. 2020 à 10:36, à 10:36, Kamil Garifullin a écrit: >Hi, > >I'm trying to create a plugin which will track an activity during a >part

Re: [EXTERNAL] QEMU plugin system

2020-07-30 Thread Robert Henry
Our approach to this problem was to make the plugin sensitive to the execution of well-chosen instructions to turn on/turn off the actions of the plugin. The plugin will still be called (don't unregister it) but should return immediately if the on/off state is off. This will still slow the emul