[Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup

Philippe Mathieu-Daudé posted 3 patches 5 years ago
Test docker-clang@ubuntu passed
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190427141459.19728-1-philmd@redhat.com
hw/Kconfig            | 3 +++
hw/dma/Makefile.objs  | 1 -
hw/intc/Makefile.objs | 2 +-
hw/timer/Kconfig      | 3 ---
4 files changed, 4 insertions(+), 5 deletions(-)
[Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup
Posted by Philippe Mathieu-Daudé 5 years ago
Hi Edgar, Peter,

Few fixes while cleaning Kconfig, trying to optimize builds.

Regards,

Phil.

Philippe Mathieu-Daudé (3):
  hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
  hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
  hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines

 hw/Kconfig            | 3 +++
 hw/dma/Makefile.objs  | 1 -
 hw/intc/Makefile.objs | 2 +-
 hw/timer/Kconfig      | 3 ---
 4 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup
Posted by Paolo Bonzini 5 years ago
On 27/04/19 16:14, Philippe Mathieu-Daudé wrote:
> Hi Edgar, Peter,
> 
> Few fixes while cleaning Kconfig, trying to optimize builds.
> 
> Regards,
> 
> Phil.
> 
> Philippe Mathieu-Daudé (3):
>   hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
>   hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
>   hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
> 
>  hw/Kconfig            | 3 +++
>  hw/dma/Makefile.objs  | 1 -
>  hw/intc/Makefile.objs | 2 +-
>  hw/timer/Kconfig      | 3 ---
>  4 files changed, 4 insertions(+), 5 deletions(-)
> 

Queued, thanks.

Paolo

Re: [Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup
Posted by Philippe Mathieu-Daudé 4 years, 11 months ago
Hi Paolo,

On Tue, Apr 30, 2019 at 9:55 PM Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> On 27/04/19 16:14, Philippe Mathieu-Daudé wrote:
> > Hi Edgar, Peter,
> >
> > Few fixes while cleaning Kconfig, trying to optimize builds.
> >
> > Regards,
> >
> > Phil.
> >
> > Philippe Mathieu-Daudé (3):
> >   hw/Kconfig: Move the generic XLNX_ZYNQMP to the root hw/Kconfig
> >   hw/intc: Only build the xlnx-iomod-intc device for the MicroBlaze PMU
> >   hw/dma: Do not build the xlnx_dpdma device for the MicroBlaze machines
> >
> >  hw/Kconfig            | 3 +++
> >  hw/dma/Makefile.objs  | 1 -
> >  hw/intc/Makefile.objs | 2 +-
> >  hw/timer/Kconfig      | 3 ---
> >  4 files changed, 4 insertions(+), 5 deletions(-)
> >
>
> Queued, thanks.

I don't see these patches in your queue merged on "Fri 17 May", are
you planning to include them in your next batch?

Thanks,

Phil.

Re: [Qemu-devel] [PATCH 0/3] hw/microblaze: Kconfig cleanup
Posted by Paolo Bonzini 4 years, 11 months ago
On 27/05/19 18:10, Philippe Mathieu-Daudé wrote:
>>>
>> Queued, thanks.
> I don't see these patches in your queue merged on "Fri 17 May", are
> you planning to include them in your next batch?

Yes, thanks.

Paolo