* [Qemu-devel] [PATCH] Fix documentation of qemu_ld/st ops
@ 2009-01-01 21:08 Stuart Brady
2009-01-03 12:36 ` Aurelien Jarno
0 siblings, 1 reply; 2+ messages in thread
From: Stuart Brady @ 2009-01-01 21:08 UTC (permalink / raw)
To: qemu-devel
This patch corrects the documentation of the qemu_ld and qemu_st ops.
The functions defined in tcg/tcg-op.h have no _i32 or _i64 suffix,
qemu_ld64 and qemu_st64 were missing from the list, and there are
no 'plain' qemu_ld/qemu_st ops.
Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
Index: tcg/README
===================================================================
--- tcg/README (revision 6146)
+++ tcg/README (working copy)
@@ -334,22 +334,22 @@
current TB was linked to this TB. Otherwise execute the next
instructions.
-* qemu_ld_i32/i64 t0, t1, flags
-qemu_ld8u_i32/i64 t0, t1, flags
-qemu_ld8s_i32/i64 t0, t1, flags
-qemu_ld16u_i32/i64 t0, t1, flags
-qemu_ld16s_i32/i64 t0, t1, flags
-qemu_ld32u_i64 t0, t1, flags
-qemu_ld32s_i64 t0, t1, flags
+* qemu_ld8u t0, t1, flags
+qemu_ld8s t0, t1, flags
+qemu_ld16u t0, t1, flags
+qemu_ld16s t0, t1, flags
+qemu_ld32u t0, t1, flags
+qemu_ld32s t0, t1, flags
+qemu_ld64 t0, t1, flags
Load data at the QEMU CPU address t1 into t0. t1 has the QEMU CPU
address type. 'flags' contains the QEMU memory index (selects user or
kernel access) for example.
-* qemu_st_i32/i64 t0, t1, flags
-qemu_st8_i32/i64 t0, t1, flags
-qemu_st16_i32/i64 t0, t1, flags
-qemu_st32_i64 t0, t1, flags
+* qemu_st8 t0, t1, flags
+qemu_st16 t0, t1, flags
+qemu_st32 t0, t1, flags
+qemu_st64 t0, t1, flags
Store the data t0 at the QEMU CPU Address t1. t1 has the QEMU CPU
address type. 'flags' contains the QEMU memory index (selects user or
Cheers,
--
Stuart Brady
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] Fix documentation of qemu_ld/st ops
2009-01-01 21:08 [Qemu-devel] [PATCH] Fix documentation of qemu_ld/st ops Stuart Brady
@ 2009-01-03 12:36 ` Aurelien Jarno
0 siblings, 0 replies; 2+ messages in thread
From: Aurelien Jarno @ 2009-01-03 12:36 UTC (permalink / raw)
To: qemu-devel
On Thu, Jan 01, 2009 at 09:08:17PM +0000, Stuart Brady wrote:
> This patch corrects the documentation of the qemu_ld and qemu_st ops.
>
> The functions defined in tcg/tcg-op.h have no _i32 or _i64 suffix,
> qemu_ld64 and qemu_st64 were missing from the list, and there are
> no 'plain' qemu_ld/qemu_st ops.
>
> Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
Thanks applied.
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-03 12:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-01 21:08 [Qemu-devel] [PATCH] Fix documentation of qemu_ld/st ops Stuart Brady
2009-01-03 12:36 ` Aurelien Jarno
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).