* [Qemu-devel] [PATCH] qemu-tech: Spelling fixes
@ 2011-01-07 20:31 Stefan Weil
2011-01-09 21:02 ` Blue Swirl
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2011-01-07 20:31 UTC (permalink / raw)
To: QEMU Developers
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
qemu-tech.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/qemu-tech.texi b/qemu-tech.texi
index 2e2a081..138e3ce 100644
--- a/qemu-tech.texi
+++ b/qemu-tech.texi
@@ -516,7 +516,7 @@ timers, especially together with the use of bottom halves (BHs).
@section Hardware interrupts
In order to be faster, QEMU does not check at every basic block if an
-hardware interrupt is pending. Instead, the user must asynchrously
+hardware interrupt is pending. Instead, the user must asynchronously
call a specific function to tell that an interrupt is pending. This
function resets the chaining of the currently executing basic
block. It ensures that the execution will return soon in the main loop
@@ -548,7 +548,7 @@ Linux kernel does. The @code{sigreturn()} system call is emulated to return
from the virtual signal handler.
Some signals (such as SIGALRM) directly come from the host. Other
-signals are synthetized from the virtual CPU exceptions such as SIGFPE
+signals are synthesized from the virtual CPU exceptions such as SIGFPE
when a division by zero is done (see @code{main.c:cpu_loop()}).
The blocked signal mask is still handled by the host Linux kernel so
--
1.7.2.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] qemu-tech: Spelling fixes
2011-01-07 20:31 [Qemu-devel] [PATCH] qemu-tech: Spelling fixes Stefan Weil
@ 2011-01-09 21:02 ` Blue Swirl
0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2011-01-09 21:02 UTC (permalink / raw)
To: Stefan Weil; +Cc: QEMU Developers
Thanks, applied.
On Fri, Jan 7, 2011 at 8:31 PM, Stefan Weil <weil@mail.berlios.de> wrote:
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
> qemu-tech.texi | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qemu-tech.texi b/qemu-tech.texi
> index 2e2a081..138e3ce 100644
> --- a/qemu-tech.texi
> +++ b/qemu-tech.texi
> @@ -516,7 +516,7 @@ timers, especially together with the use of bottom halves (BHs).
> @section Hardware interrupts
>
> In order to be faster, QEMU does not check at every basic block if an
> -hardware interrupt is pending. Instead, the user must asynchrously
> +hardware interrupt is pending. Instead, the user must asynchronously
> call a specific function to tell that an interrupt is pending. This
> function resets the chaining of the currently executing basic
> block. It ensures that the execution will return soon in the main loop
> @@ -548,7 +548,7 @@ Linux kernel does. The @code{sigreturn()} system call is emulated to return
> from the virtual signal handler.
>
> Some signals (such as SIGALRM) directly come from the host. Other
> -signals are synthetized from the virtual CPU exceptions such as SIGFPE
> +signals are synthesized from the virtual CPU exceptions such as SIGFPE
> when a division by zero is done (see @code{main.c:cpu_loop()}).
>
> The blocked signal mask is still handled by the host Linux kernel so
> --
> 1.7.2.3
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-09 21:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07 20:31 [Qemu-devel] [PATCH] qemu-tech: Spelling fixes Stefan Weil
2011-01-09 21:02 ` Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).