Revision 1235fc06 qemu-tech.texi

b/qemu-tech.texi
277 277
qemu-fast system emulator. It requires a patched Linux kernel to work
278 278
(you cannot launch the same kernel on your PC), but the patches are
279 279
really small. As it is a PC virtualizer (no emulation is done except
280
for some priveledged instructions), it has the potential of being
280
for some privileged instructions), it has the potential of being
281 281
faster than QEMU. The downside is that a complicated (and potentially
282 282
unsafe) host kernel patch is needed.
283 283

  
......
334 334
result (called @code{CC_DST}) and the type of operation (called
335 335
@code{CC_OP}).
336 336

  
337
@code{CC_OP} is almost never explicitely set in the generated code
337
@code{CC_OP} is almost never explicitly set in the generated code
338 338
because it is known at translation time.
339 339

  
340 340
In order to increase performances, a backward pass is performed on the

Also available in: Unified diff