aboutsummaryrefslogtreecommitdiff
path: root/qemu.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-01-10 23:11:55 +0100
committerThomas Schwinge <thomas@codesourcery.com>2013-01-10 23:11:55 +0100
commit1153b375b1478560c68071677a45b6b7accd90d0 (patch)
treec99c0664fd2ece637c014f5809c03692e1d038b2 /qemu.mdwn
parent74083dc7ace2c4cc14f1034d2673ff8bea34d419 (diff)
downloadweb-1153b375b1478560c68071677a45b6b7accd90d0.tar.gz
web-1153b375b1478560c68071677a45b6b7accd90d0.tar.bz2
web-1153b375b1478560c68071677a45b6b7accd90d0.zip
Remove some obsolete stuff.
Diffstat (limited to 'qemu.mdwn')
-rw-r--r--qemu.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu.mdwn b/qemu.mdwn
index d7cea5ad..cc85ee10 100644
--- a/qemu.mdwn
+++ b/qemu.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2005, 2007, 2008, 2009, 2010 Free Software
+[[!meta copyright="Copyright © 2005, 2007, 2008, 2009, 2010, 2013 Free Software
Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -11,7 +11,7 @@ License|/fdl]]."]]"""]]
QEMU is free software written by Fabrice Bellard that implements a fast
processor [[emulator|emulation]], allowing a user to run one operating system
-within another one. It is similar to projects such as [[Bochs]] and VMware
+within another one. It is similar to projects such as Bochs and VMware
Workstation, but has several features these lack, including increased speed and
support for multiple architectures. By using dynamic translation it achieves a
reasonable speed while being easy to port on new host CPUs.