Re: [Qemu-devel] [PATCH] hw/ppc/spapr.c: do not adjust rma_size with KVM RADIX in ppc_spapr_init

2017-06-30 Thread David Gibson
On Wed, Jun 28, 2017 at 04:47:31PM -0300, Daniel Henrique Barboza wrote: > In ppc_spapr_init when setting rma_size we have the following verification: > > if (rma_alloc_size && (rma_alloc_size < node0_size)) { > spapr->rma_size = rma_alloc_size; > } else { > spapr->rma_size

[Qemu-devel] [PATCH] hw/ppc/spapr.c: do not adjust rma_size with KVM RADIX in ppc_spapr_init

2017-06-28 Thread Daniel Henrique Barboza
In ppc_spapr_init when setting rma_size we have the following verification: if (rma_alloc_size && (rma_alloc_size < node0_size)) { spapr->rma_size = rma_alloc_size; } else { spapr->rma_size = node0_size; /* With KVM, we don't actually know whether KVM supports an