On 10/20/21 16:02, Paolo Bonzini wrote:
> From: Marcus Hähnel
>
> Add a new option rom for the multiboot loader, using DMA transfers to copy
> data instead of "rep insb".
>
> This significantly lowers QEMU's startup latency by a factor of about 40,
> for example, going from 30sec to 0.8sec when
From: Marcus Hähnel
Add a new option rom for the multiboot loader, using DMA transfers to copy
data instead of "rep insb".
This significantly lowers QEMU's startup latency by a factor of about 40,
for example, going from 30sec to 0.8sec when loading modules of 120MB
in size.
Signed-off-by: Marc