[Qemu-devel] [PATCH] s390x/kvm: Fix compile error

2014-11-26 Thread Christian Borntraeger
commit a2b257d6212a memory: expose alignment used for allocating RAM as MemoryRegion API triggered a compile error on KVM/s390x. Fix the prototype and the implementation of legacy_s390_alloc. Cc: Igor Mammedov imamm...@redhat.com Cc: Michael S. Tsirkin m...@redhat.com Signed-off-by: Christian

Re: [Qemu-devel] [PATCH] s390x/kvm: Fix compile error

2014-11-26 Thread Cornelia Huck
On Wed, 26 Nov 2014 11:07:24 +0100 Christian Borntraeger borntrae...@de.ibm.com wrote: commit a2b257d6212a memory: expose alignment used for allocating RAM as MemoryRegion API triggered a compile error on KVM/s390x. Fix the prototype and the implementation of legacy_s390_alloc. Cc: Igor

Re: [Qemu-devel] [PATCH] s390x/kvm: Fix compile error

2014-11-26 Thread Paolo Bonzini
On 26/11/2014 11:19, Cornelia Huck wrote: On Wed, 26 Nov 2014 11:07:24 +0100 Christian Borntraeger borntrae...@de.ibm.com wrote: commit a2b257d6212a memory: expose alignment used for allocating RAM as MemoryRegion API triggered a compile error on KVM/s390x. Fix the prototype and the

Re: [Qemu-devel] [PATCH] s390x/kvm: Fix compile error

2014-11-26 Thread Michael S. Tsirkin
On Wed, Nov 26, 2014 at 11:07:24AM +0100, Christian Borntraeger wrote: commit a2b257d6212a memory: expose alignment used for allocating RAM as MemoryRegion API triggered a compile error on KVM/s390x. Fix the prototype and the implementation of legacy_s390_alloc. Cc: Igor Mammedov