Re: [PATCH v1 11/13] util: vfio-helpers: Implement ram_block_resized()

2020-02-10 Thread David Hildenbrand
On 03.02.20 19:31, David Hildenbrand wrote: > Let's implement ram_block_resized(). > > Note: Resizing is currently only allowed during reboot or when migration > starts. > > Cc: "Dr. David Alan Gilbert" > Cc: Paolo Bonzini > Cc: Markus Armbruster > Cc: Alex Williamson > Signed-off-by: David H

[PATCH v1 11/13] util: vfio-helpers: Implement ram_block_resized()

2020-02-03 Thread David Hildenbrand
Let's implement ram_block_resized(). Note: Resizing is currently only allowed during reboot or when migration starts. Cc: "Dr. David Alan Gilbert" Cc: Paolo Bonzini Cc: Markus Armbruster Cc: Alex Williamson Signed-off-by: David Hildenbrand --- util/vfio-helpers.c | 13 + 1 file