Sebastien Boeuf
4b8d7e718d
vmm: Add iommu=on|off option for --disk
...
Having the virtual IOMMU created with --iommu is one thing, but we also
need a way to decide if a virtio-blk device should be attached to this
virtual IOMMU or not. That's why we introduce an extra option "iommu"
with the value "on" or "off". By default, the device is not attached,
which means "iommu=off".
One side effect of this new option is that we had to introduce a new
option for the disk path, simply called "path=".
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-10-07 10:12:07 +02:00
Samuel Ortiz
2e0f1c2afe
README: Update Slack invitation link
...
The current one is no longer valid.
The new one does not expire.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-25 13:25:00 +01:00
Samuel Ortiz
40fc6c3f0f
README: Update rust-hypervisor-firmware link
...
We should use the 0.2.0 firmware.
Fixes : #258
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-09-10 08:39:50 +01:00
Samuel Ortiz
46eaea1627
README: Fix kernel command line console argument
...
We use the virtio console device now.
Fixes : #116
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-07-24 07:16:48 -07:00
Samuel Ortiz
00df79a530
README: Really fix the memory parameters examples
...
For real now...
Fixes : #96
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-07-11 08:49:38 +01:00
Samuel Ortiz
d6d9b76c7e
README: Fix the memory parameter examples
...
We need to give it a unit.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-07-10 08:35:10 +02:00
Samuel Ortiz
fe43e86193
README: Use a permanent Slack invite link
...
The previous one was mistakenly set to expire after 30 days.
Fixes : #59
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-06-17 06:19:55 -07:00
Rob Bradford
9900daacf8
README: Update for new --disk usage
...
And fix the use of "also" that remained when the two sections on usage
were flipped around.
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2019-05-22 17:46:59 +01:00
Samuel Ortiz
0d8193778c
README: Add travis build status badge
...
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-14 18:18:11 +01:00
Samuel Ortiz
919226f31e
cloud-hypervisor: Add README
...
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-12 23:15:30 +02:00
Samuel Ortiz
0f2807446b
README: Placeholder to create a usable initial repo
...
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-05-06 17:08:29 +02:00