Re: [RFC] tcg plugin: Additional plugin interface

2021-04-28 Thread Aaron Lindsay
On Apr 26 18:42, Alex Bennée wrote: > > Min-Yih Hsu writes: > > > Hi Alex, > > > >> On Apr 23, 2021, at 8:44 AM, Alex Bennée wrote: > >> > >> > >> Min-Yih Hsu writes: > >> > >>> Hi Alex and QEMU developers, > >>> > >>> Recently I was working with the TCG plugin. I found that > >>> `qemu_p

Re: [RFC] tcg plugin: Additional plugin interface

2021-04-26 Thread Alex Bennée
Min-Yih Hsu writes: > Hi Alex, > >> On Apr 23, 2021, at 8:44 AM, Alex Bennée wrote: >> >> >> Min-Yih Hsu writes: >> >>> Hi Alex and QEMU developers, >>> >>> Recently I was working with the TCG plugin. I found that >>> `qemu_plugin_cb_flags` seems to reserve the functionality to >>> read

Re: [RFC] tcg plugin: Additional plugin interface

2021-04-26 Thread Min-Yih Hsu
Hi Alex, > On Apr 23, 2021, at 8:44 AM, Alex Bennée wrote: > > > Min-Yih Hsu writes: > >> Hi Alex and QEMU developers, >> >> Recently I was working with the TCG plugin. I found that >> `qemu_plugin_cb_flags` seems to reserve the functionality to >> read / write CPU register state, I'm wonde

Re: [RFC] tcg plugin: Additional plugin interface

2021-04-23 Thread Alex Bennée
Min-Yih Hsu writes: > Hi Alex and QEMU developers, > > Recently I was working with the TCG plugin. I found that > `qemu_plugin_cb_flags` seems to reserve the functionality to > read / write CPU register state, I'm wondering if you can share some > roadmap or thoughts on this feature? I think

[RFC] tcg plugin: Additional plugin interface

2021-04-22 Thread Min-Yih Hsu
Hi Alex and QEMU developers, Recently I was working with the TCG plugin. I found that `qemu_plugin_cb_flags` seems to reserve the functionality to read / write CPU register state, I'm wondering if you can share some roadmap or thoughts on this feature? Personally I see reading the CPU register st