Skip to content

Commit 91cfe87

Browse files
committed
More mem changes
1 parent 6e05a09 commit 91cfe87

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/research/VFIO/Windows-11-Gaming-VM.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,12 @@ This config maps the last 8 cores to the Windows guest.
237237
For hugepages support add or adjust:
238238

239239
```xml
240-
<memoryBacking>
241-
<!-- might already contain these nodes depending on other features
242-
<source type='memfd'/>
243-
<access mode='shared'/>
244-
-->
245-
<hugepages/>
246-
</memoryBacking>
240+
<memoryBacking>
241+
<hugepages>
242+
<page size="2048" unit="KiB"/>
243+
</hugepages>
244+
<access mode="shared"/>
245+
</memoryBacking>
247246
```
248247

249248
### Host configuration

0 commit comments

Comments
 (0)