Re: [RFC 0/3] add snapshot/restore fuzzing device

2022-07-23 Thread Alexander Bulekov
On 220722 2210, Claudio Fontana wrote: > Hi Richard, > > On 7/22/22 21:20, Richard Liu wrote: > > This RFC adds a virtual device for snapshot/restores within QEMU. I am > > working > > on this as a part of QEMU Google Summer of Code 2022. Fast snapshot/restores > > within QEMU is helpful for code

Re: [RFC 0/3] add snapshot/restore fuzzing device

2022-07-22 Thread Claudio Fontana
Hi Richard, On 7/22/22 21:20, Richard Liu wrote: > This RFC adds a virtual device for snapshot/restores within QEMU. I am working > on this as a part of QEMU Google Summer of Code 2022. Fast snapshot/restores > within QEMU is helpful for code fuzzing. > > I reused the migration code for saving an

[RFC 0/3] add snapshot/restore fuzzing device

2022-07-22 Thread Richard Liu
This RFC adds a virtual device for snapshot/restores within QEMU. I am working on this as a part of QEMU Google Summer of Code 2022. Fast snapshot/restores within QEMU is helpful for code fuzzing. I reused the migration code for saving and restoring virtual device and CPU state. As for the RAM, I