[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 1/4] apic: map APIC's MMIO region at each CPU
From: |
Igor Mammedov |
Subject: |
Re: [Qemu-devel] [PATCH v6 1/4] apic: map APIC's MMIO region at each CPU's address space |
Date: |
Wed, 20 May 2015 15:50:29 +0200 |
On Wed, 20 May 2015 09:38:16 -0300
Eduardo Habkost <address@hidden> wrote:
> On Wed, May 20, 2015 at 01:46:45PM +0200, Igor Mammedov wrote:
> > On Wed, 20 May 2015 10:40:46 +0800
> > Zhu Guihua <address@hidden> wrote:
> >
> > > From: Chen Fan <address@hidden>
> > >
> > > Replace mapping APIC at global system address space with
> > > mapping it at per-CPU address spaces.
> > >
> > > Signed-off-by: Chen Fan <address@hidden>
> > > Signed-off-by: Zhu Guihua <address@hidden>
> > patch doesn't apply due to a small conflict in hw/i386/pc.c
>
> The series applies cleanly on top of the x86 branch at
> https://github.com/ehabkost/qemu.git
Would you pull it through your tree?
> >
> > otherwise
> > Reviewed-by: Igor Mammedov <address@hidden>
>
> Thanks!
>
- [Qemu-devel] [PATCH v6 0/4] remove icc bus/bridge, Zhu Guihua, 2015/05/19
- [Qemu-devel] [PATCH v6 2/4] apic: convert ->busdev.qdev casts to C casts, Zhu Guihua, 2015/05/19
- [Qemu-devel] [PATCH v6 1/4] apic: map APIC's MMIO region at each CPU's address space, Zhu Guihua, 2015/05/19
- [Qemu-devel] [PATCH v6 4/4] icc_bus: drop the unused files, Zhu Guihua, 2015/05/19
- [Qemu-devel] [PATCH v6 3/4] cpu/apic: drop icc bus/bridge, Zhu Guihua, 2015/05/19
- Re: [Qemu-devel] [PATCH v6 0/4] remove icc bus/bridge, Eduardo Habkost, 2015/05/20