Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use qemu_put_buffer_async for guest memory pages
This will remove an unneeded copy of guest memory pages. For the page header and device state we still copy the data to the static buffer the other option is to allocate the memory on demand which is more expensive. Signed-off-by: Orit Wasserman <[email protected]> Signed-off-by: Juan Quintela <[email protected]>
- Loading branch information