How to modify QEMU guest ram from host side and ensure changes are visible to a KVM guest instantly

2021-01-14 Thread Alan R Ford
Hi qemu-discuss, What are the proper functions to call, or means in QEMU source code to change values in guest ram memory and then have a KVM style guest see the changes straight away? Details : I am trying to modify an area of guest memory in a new ARM-32 machine I'm working on. Based on ins

Hi

2021-01-14 Thread Andrew Voron
Hi