Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread Christian Borntraeger
On 02.08.19 10:37, David Hildenbrand wrote: > On 02.08.19 10:29, Christian Borntraeger wrote: >> >> >> On 02.08.19 10:04, David Hildenbrand wrote: >>> On 29.07.19 16:52, Igor Mammedov wrote: While looking into unifying guest RAM allocation to use hostmem backends for initial RAM

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread Igor Mammedov
On Fri, 2 Aug 2019 10:29:43 +0200 Christian Borntraeger wrote: > On 02.08.19 10:04, David Hildenbrand wrote: > > On 29.07.19 16:52, Igor Mammedov wrote: > >> While looking into unifying guest RAM allocation to use hostmem backends > >> for initial RAM (especially when -mempath is used) and

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread David Hildenbrand
On 02.08.19 10:29, Christian Borntraeger wrote: > > > On 02.08.19 10:04, David Hildenbrand wrote: >> On 29.07.19 16:52, Igor Mammedov wrote: >>> While looking into unifying guest RAM allocation to use hostmem backends >>> for initial RAM (especially when -mempath is used) and retiring >>>

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread Christian Borntraeger
On 02.08.19 10:04, David Hildenbrand wrote: > On 29.07.19 16:52, Igor Mammedov wrote: >> While looking into unifying guest RAM allocation to use hostmem backends >> for initial RAM (especially when -mempath is used) and retiring >> memory_region_allocate_system_memory() API, leaving only single

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread David Hildenbrand
On 02.08.19 10:04, David Hildenbrand wrote: > On 29.07.19 16:52, Igor Mammedov wrote: >> While looking into unifying guest RAM allocation to use hostmem backends >> for initial RAM (especially when -mempath is used) and retiring >> memory_region_allocate_system_memory() API, leaving only single

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread David Hildenbrand
On 02.08.19 10:04, David Hildenbrand wrote: > On 29.07.19 16:52, Igor Mammedov wrote: >> While looking into unifying guest RAM allocation to use hostmem backends >> for initial RAM (especially when -mempath is used) and retiring >> memory_region_allocate_system_memory() API, leaving only single

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-08-02 Thread David Hildenbrand
On 29.07.19 16:52, Igor Mammedov wrote: > While looking into unifying guest RAM allocation to use hostmem backends > for initial RAM (especially when -mempath is used) and retiring > memory_region_allocate_system_memory() API, leaving only single hostmem > backend, > I was inspecting how

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-07-30 Thread Igor Mammedov
On Tue, 30 Jul 2019 17:22:01 +0200 Christian Borntraeger wrote: > I remember that you send a similar patch a while ago and something broke on > s390x. > Have you changed something from the old patchs set? Thanks for reminder, I totally forgot about it. it was "[PATCH v1 5/5] s390: do not call

Re: [Qemu-devel] [qemu-s390x] [PATCH RFC 0/2] s390: stop abusing memory_region_allocate_system_memory()

2019-07-30 Thread Christian Borntraeger
I remember that you send a similar patch a while ago and something broke on s390x. Have you changed something from the old patchs set? On 29.07.19 16:52, Igor Mammedov wrote: > While looking into unifying guest RAM allocation to use hostmem backends > for initial RAM (especially when -mempath is