diff options
| author | Alexander Potapenko <glider@google.com> | 2024-09-05 09:18:00 +0200 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2024-09-05 08:35:00 +0000 |
| commit | 72f19d9f6ade7541507fd553f74b3aeecd8ca11a (patch) | |
| tree | e70d1962d4d90d15ad2ee40bf5414b2f4eb2261a | |
| parent | 6bbe130f813659636dd26e57ee7e774bb657c3bd (diff) | |
sys/linux: update kvm_guest_addrs
Add addresses from executor/kvm.h used by guest code on ARM64 to kvm_guest_addrs.
| -rw-r--r-- | sys/linux/socket_vnet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket_vnet.txt b/sys/linux/socket_vnet.txt index bc4c5d84d..f82cc8cd4 100644 --- a/sys/linux/socket_vnet.txt +++ b/sys/linux/socket_vnet.txt @@ -171,7 +171,7 @@ vhost_features = VHOST_LOG_ALL, VIRTIO_NOTIFY_ON_EMPTY, VIRTIO_RING_F_INDIRECT_D vhost_vring_index = VSOCK_VQ_RX, VSOCK_VQ_TX, VSOCK_VQ_EVENT, VSOCK_VQ_MAX vhost_iotlb_type = VHOST_IOTLB_MISS, VHOST_IOTLB_UPDATE, VHOST_IOTLB_INVALIDATE, VHOST_IOTLB_ACCESS_FAIL vhost_iotlb_perm = VHOST_ACCESS_RO, VHOST_ACCESS_WO, VHOST_ACCESS_RW -kvm_guest_addrs = 0, 1, 2, 4, 0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000, 0xd000, 0xf000, 0x100000, 0x10000 +kvm_guest_addrs = 0, 1, 2, 4, 0x1000, 0x2000, 0x3000, 0x4000, 0x5000, 0x6000, 0xd000, 0xf000, 0x10000, 0x100000, 0x8000000, 0x80a0000, 0xdddd0000, 0xeeee0000, 0xeeee8000, 0xeeef0000, 0xffff1000 define VHOST_LOG_ALL 1 << VHOST_F_LOG_ALL define VIRTIO_NOTIFY_ON_EMPTY 1 << VIRTIO_F_NOTIFY_ON_EMPTY |
