On 7/4/2016 7:16 PM, Jan Beulich wrote:
On 04.07.16 at 18:09, <cz...@bitdefender.com> wrote:
Now that I think about it, that's feasible too. So then, make
arch_vm_event be dynamically allocated as it was, but slightly change
its definition to:

struct arch_vm_event {
       uint32_t emulate_flags;
       struct vm_event_emul_read_data *emul_read_data;
       struct monitor_write_data *write_data;
};

, allocate it when it was previously allocated along emul_read_data and
write_data but don't ever deallocate it entirely, instead only
deallocate  and reallocate selectively (emul_read_data) as needed, correct?
Yes, if that also fits you.

Jan

Heh, within the above scheme I only now realized it would make no sense to have write_data dynamically allocated.
With that settled, thanks for the great feedback.

Corneliu.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to