blob: fe1e22bd917893c282b24e7d9e8e197805e3e4cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
semantic: 0.716
graphic: 0.516
device: 0.344
other: 0.318
performance: 0.258
permissions: 0.171
debug: 0.123
boot: 0.104
network: 0.101
vnc: 0.068
PID: 0.062
files: 0.028
socket: 0.025
KVM: 0.018
[REQUEST] SHARING MEMORY WITH HOST
Instead of a preallocated memory heap I would like for QEMU to share memory using shm.
Example: Instead of using 16gb out of 32gb of ram to run Windows 10, there would be no option to allocate it, but to share the hosts resources; ie giving the host full access to the entire ram stack
I'm not a great programmer but I'm pretty sure QEMU's team could find this useful
Sorry, but I have a hard to to imagine what you exactly mean here. Do you mean a possibility for one application in the guest and one in the host to share a piece of memory? Or do you mean that the operating systems in the host and guest should somehow share the memory (why?)? Or do you just look for a possibility to avoid that the guest has a lot of memory allocated to it when it does not need it? In the latter case, there is already virtio-balloon, so you should have a look at the virtio drivers if you need something like this.
[Expired for QEMU because there has been no activity for 60 days.]
|