]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-tech.texi
qcow2: Inform block layer about discard boundaries
[mirror_qemu.git] / qemu-tech.texi
index 022017d55d55e3eb87dd7333fc923d50ffdb9d00..bdb2285f4e7f58f4c9a34d39e7487abd3ff416b7 100644 (file)
@@ -385,7 +385,7 @@ ops (see @code{target-i386/translate.c}). Some optimizations can be
 performed at this stage, including liveness analysis and trivial
 constant expression evaluation. TCG ops are then implemented in the
 host CPU back end, also known as TCG target (see
-@code{tcg/i386/tcg-target.c}). For more information, please take a
+@code{tcg/i386/tcg-target.inc.c}). For more information, please take a
 look at @code{tcg/README}.
 
 @node Condition code optimisations