diff options
| author | bellard | 2004-04-24 02:16:28 +0200 |
|---|---|---|
| committer | bellard | 2004-04-24 02:16:28 +0200 |
| commit | ad6a4837f88756fbc11d779fb81d96c3e35280bf (patch) | |
| tree | a2a62b82476873112d22c73d881ca7402c8ba1ae | |
| parent | added user mode libqemu usage example (diff) | |
| download | qemu-ad6a4837f88756fbc11d779fb81d96c3e35280bf.tar.gz qemu-ad6a4837f88756fbc11d779fb81d96c3e35280bf.tar.xz qemu-ad6a4837f88756fbc11d779fb81d96c3e35280bf.zip | |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@740 c046a42c-6fe2-441c-8c8c-71466251a162
| -rw-r--r-- | qemu-tech.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-tech.texi b/qemu-tech.texi index 0185934756..659cd203ec 100644 --- a/qemu-tech.texi +++ b/qemu-tech.texi @@ -52,7 +52,8 @@ QEMU generic features: @item Precise exceptions support. @item The virtual CPU is a library (@code{libqemu}) which can be used -in other projects. +in other projects (look at @file{qemu/tests/qruncom.c} to have an +example of user mode @code{libqemu} usage). @end itemize |
