[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 2/7] Add the additional parent parameter to m
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH v2 2/7] Add the additional parent parameter to memory region init calls |
Date: |
Tue, 23 Jul 2013 11:00:15 +0100 |
On 23 July 2013 10:43, Andreas Färber <address@hidden> wrote:
> Am 23.07.2013 11:33, schrieb Mian M. Hamayun:
>> From: "Mian M. Hamayun" <address@hidden>
>>
>> The memory region init calls require an additional parent parameter, so
>> introduce a null parent parameter to make it happy.
>>
>> Signed-off-by: Mian M. Hamayun <address@hidden>
>
> This is not OK for something labelled "PATCH". Patch series need to be
> bisectable, not fixing up earlier patch series that have not been
> applied yet.
I have a rebased version of John's mach-virt patch which includes
these fixes; I haven't sent it out yet because I've still been
pondering whether the "create device tree nodes for everything"
code can be made less ugly...
-- PMM
- [Qemu-devel] [PATCH v2 0/7] AARCH64 support on machvirt machine model using KVM, Mian M. Hamayun, 2013/07/23
- [Qemu-devel] [PATCH v2 4/7] AARCH64: Add boot support for aarch64 processor, Mian M. Hamayun, 2013/07/23
- [Qemu-devel] [PATCH v2 5/7] AARCH64: Disable the non-aarch64 specific reset code, Mian M. Hamayun, 2013/07/23
- [Qemu-devel] [PATCH v2 3/7] AARCH64: Add aarch64 CPU initialization, get and put registers support, Mian M. Hamayun, 2013/07/23
- [Qemu-devel] [PATCH v2 6/7] AARCH64: Add SMP support for aarch64 processors, Mian M. Hamayun, 2013/07/23
- [Qemu-devel] [PATCH v2 7/7] AARCH64: Use the spin-table method for booting secondary processors in machvirt, Mian M. Hamayun, 2013/07/23