Commit 9a90551
committed
feat(mem): introduce KVM slots per GuestMemoryRegion
A single GuestMemoryRegion can be split into multiple KVM slots. This is
used for Hotplug type regions where we can dynamically remove access to
the region from the guest.
Signed-off-by: Riccardo Mancini <[email protected]>1 parent 1ec5c44 commit 9a90551
File tree
5 files changed
+245
-97
lines changed- src/vmm/src
- devices/virtio/mem
- vstate
5 files changed
+245
-97
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
| 695 | + | |
695 | 696 | | |
696 | 697 | | |
697 | 698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
| 574 | + | |
574 | 575 | | |
575 | 576 | | |
576 | 577 | | |
| |||
698 | 699 | | |
699 | 700 | | |
700 | 701 | | |
| 702 | + | |
701 | 703 | | |
702 | 704 | | |
703 | 705 | | |
| |||
0 commit comments