Re: Range of vcpu_index to plugin callbacks

2021-09-21 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > (Cc'ing qemu-devel@ mailing list since this is a development question). > > On 9/19/21 19:44, Robert Henry wrote: >> What is the range of the values for vcpu_index given to callbacks, such as: >> >> typedef void (*qemu_plugin_vcpu_udata_cb_t)(unsigned int vcpu_

Re: [EXTERNAL] Re: Range of vcpu_index to plugin callbacks

2021-09-20 Thread Robert Henry
: Sunday, September 19, 2021 10:54 AM To: rrh.henry ; qemu-disc...@nongnu.org Cc: Alex Bennée ; qemu-devel Subject: [EXTERNAL] Re: Range of vcpu_index to plugin callbacks (Cc'ing qemu-devel@ mailing list since this is a development question). On 9/19/21 19:44, Robert Henry wrote: > What is t

Re: Range of vcpu_index to plugin callbacks

2021-09-19 Thread Philippe Mathieu-Daudé
(Cc'ing qemu-devel@ mailing list since this is a development question). On 9/19/21 19:44, Robert Henry wrote: > What is the range of the values for vcpu_index given to callbacks, such as: > > typedef void (*qemu_plugin_vcpu_udata_cb_t)(unsigned int vcpu_index, > void *userdata); > > Empirically,