On Mon, 19 May 2014 15:28:55 -0600
Eric Blake wrote:
> On 05/19/2014 03:24 PM, Igor Mammedov wrote:
> > memory allocated for guest before QEMU is demonized and then mapped
>
> s/demonized/daemonized/
>
> > later in guest's addess space after it is demonized, leads to EPT
>
> s/addess/address/,
On 05/19/2014 03:24 PM, Igor Mammedov wrote:
> memory allocated for guest before QEMU is demonized and then mapped
s/demonized/daemonized/
> later in guest's addess space after it is demonized, leads to EPT
s/addess/address/, daemonized again
> violation and QEMU abort.
>
> To avoid this and s
memory allocated for guest before QEMU is demonized and then mapped
later in guest's addess space after it is demonized, leads to EPT
violation and QEMU abort.
To avoid this and similar issues switch to deamonized mode early
before processing applying/processing other options.
Signed-off-by: Igor