On 28-Aug-18 9:42 AM, Tiwei Bie wrote:
On Tue, Aug 28, 2018 at 09:12:38AM +0100, Burakov, Anatoly wrote:
On 28-Aug-18 8:53 AM, Tiwei Bie wrote:
[...]
- for (i = 0; i < num; ++i) {
- mr = &msg->payload.memory.regions[i];
- mr->guest_phys_addr = huges[i].addr; /*
On Tue, Aug 28, 2018 at 09:12:38AM +0100, Burakov, Anatoly wrote:
> On 28-Aug-18 8:53 AM, Tiwei Bie wrote:
[...]
> >
> > - for (i = 0; i < num; ++i) {
> > - mr = &msg->payload.memory.regions[i];
> > - mr->guest_phys_addr = huges[i].addr; /* use vaddr! */
> > - mr-
On 28-Aug-18 8:53 AM, Tiwei Bie wrote:
Recently some memory APIs were introduced to allow users
to get the file descriptors for each memory segments. We
can leverage those APIs to get rid of the /proc magic on
memory table preparation in vhost-user backend.
Signed-off-by: Tiwei Bie
---
This pat
Recently some memory APIs were introduced to allow users
to get the file descriptors for each memory segments. We
can leverage those APIs to get rid of the /proc magic on
memory table preparation in vhost-user backend.
Signed-off-by: Tiwei Bie
---
This patch depends on below patch set:
https://pa
4 matches
Mail list logo