blob: d3e20fd7b56522fdc68c5a8ee13dacd525c67540 (
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
|
mistranslation: 0.920
semantic: 0.716
graphic: 0.516
device: 0.344
other: 0.318
instruction: 0.298
boot: 0.104
network: 0.101
vnc: 0.068
assembly: 0.046
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.]
|