mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
i386: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
944399ffb2
commit
bad5cfcd60
16 changed files with 27 additions and 27 deletions
|
@ -282,12 +282,12 @@ static int cpu_pre_save(void *opaque)
|
|||
* hypervisor, its exception payload (CR2/DR6 on #PF/#DB)
|
||||
* should not be set yet in the respective vCPU register.
|
||||
* Thus, in case an exception is pending, it is
|
||||
* important to save the exception payload seperately.
|
||||
* important to save the exception payload separately.
|
||||
*
|
||||
* Therefore, if an exception is not in a pending state
|
||||
* or vCPU is not in guest-mode, it is not important to
|
||||
* distinguish between a pending and injected exception
|
||||
* and we don't need to store seperately the exception payload.
|
||||
* and we don't need to store separately the exception payload.
|
||||
*
|
||||
* In order to preserve better backwards-compatible migration,
|
||||
* convert a pending exception to an injected exception in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue