README: remove line claiming no hardware is emulated

We emulate some hardware now, so this statement isn't accurate.

BUG=none
TEST=none

Change-Id: Id8e0e1189001d5b5fe62e032a28fe797bfd9721b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2007998
Reviewed-by: Zach Reizner <zachr@chromium.org>
Commit-Queue: Stephen Barber <smbarber@chromium.org>
Tested-by: Stephen Barber <smbarber@chromium.org>
This commit is contained in:
Stephen Barber 2020-01-17 10:43:39 -08:00 committed by Commit Bot
parent 5058253c98
commit dd21cf7b38

View file

@ -1,11 +1,10 @@
# crosvm - The Chrome OS Virtual Machine Monitor # crosvm - The Chrome OS Virtual Machine Monitor
This component, known as crosvm, runs untrusted operating systems along with This component, known as crosvm, runs untrusted operating systems along with
virtualized devices. No actual hardware is emulated. This only runs VMs virtualized devices. This only runs VMs through the Linux's KVM interface. What
through the Linux's KVM interface. What makes crosvm unique is a focus on makes crosvm unique is a focus on safety within the programming language and a
safety within the programming language and a sandbox around the virtual sandbox around the virtual devices to protect the kernel from attack in case of
devices to protect the kernel from attack in case of an exploit in the an exploit in the devices.
devices.
## Building with Docker ## Building with Docker