You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
80 │ /*
81 │ * Allocating RAM size bigger than 4GB requires us to leave a gap
82 │ * in the RAM which is used for PCI MMIO, hotplug, and unconfigured
83 │ * devices (see documentation of e820_setup_gap() for details).
84 │ *
85 │ * If we're required to initialize RAM bigger than 4GB, we will create
86 │ * a gap between 0xe0000000 and 0x100000000 in the guest virtual mem space.
87 │ */
88 │
89 │ void kvm__init_ram(struct kvm *kvm)
90 │ {
91 │ u64 phys_start, phys_size;
92 │ void *host_mem;
Hello,
kvm.c<x86> reads:
kvm-arch.h<x86> reads:
Gdb tells:
confused ⭕️
best,
evrim.
The text was updated successfully, but these errors were encountered: