I've got a question regarding the address space ballooning of XenGT.
The paper says that the address space ballooning only happens for global memory. Is this global memory the PCI BAR 2 memory of GPU Device?
For instance, if I issue lspci, it gives
$ lspci -v -s 00:02.0 | grep size
Memory at f7800000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at f000 [size=64]
And, is the global memory the physical memory at 0xe0000000 (256MB)?
Hello,
I've got a question regarding the address space ballooning of XenGT. The paper says that the address space ballooning only happens for global memory. Is this global memory the PCI BAR 2 memory of GPU Device?
For instance, if I issue lspci, it gives
$ lspci -v -s 00:02.0 | grep size Memory at f7800000 (64-bit, non-prefetchable) [size=4M] Memory at e0000000 (64-bit, prefetchable) [size=256M] I/O ports at f000 [size=64]
And, is the global memory the physical memory at 0xe0000000 (256MB)?