[Qemu-devel] [PATCH v2 0/3] cpu: suffix cpu address spaces with indexes

Peter Xu posted 3 patches 6 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171124073417.4342-1-peterx@redhat.com
Test checkpatch passed
Test docker passed
Test ppc passed
Test s390x passed
cpus.c                  |  5 +----
exec.c                  | 41 ++++++++++++++++++++++++++---------------
include/exec/exec-all.h |  6 ++++--
target/arm/cpu.c        | 13 +++----------
target/i386/cpu.c       | 10 ++--------
5 files changed, 36 insertions(+), 39 deletions(-)
[Qemu-devel] [PATCH v2 0/3] cpu: suffix cpu address spaces with indexes
Posted by Peter Xu 6 years, 5 months ago
v2:
- drop patch 1 since merged
- add last patch as suggested by Paolo

Please review, thanks.

Peter Xu (3):
  cpu: refactor cpu_address_space_init()
  cpu: suffix cpu address spaces with cpu index
  cpu: put AddressSpace into CPUAddressSpace

 cpus.c                  |  5 +----
 exec.c                  | 41 ++++++++++++++++++++++++++---------------
 include/exec/exec-all.h |  6 ++++--
 target/arm/cpu.c        | 13 +++----------
 target/i386/cpu.c       | 10 ++--------
 5 files changed, 36 insertions(+), 39 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v2 0/3] cpu: suffix cpu address spaces with indexes
Posted by Peter Xu 6 years, 4 months ago
On Fri, Nov 24, 2017 at 03:34:14PM +0800, Peter Xu wrote:
> v2:
> - drop patch 1 since merged
> - add last patch as suggested by Paolo
> 
> Please review, thanks.

Ping for 2.12 dev window.

> 
> Peter Xu (3):
>   cpu: refactor cpu_address_space_init()
>   cpu: suffix cpu address spaces with cpu index
>   cpu: put AddressSpace into CPUAddressSpace
> 
>  cpus.c                  |  5 +----
>  exec.c                  | 41 ++++++++++++++++++++++++++---------------
>  include/exec/exec-all.h |  6 ++++--
>  target/arm/cpu.c        | 13 +++----------
>  target/i386/cpu.c       | 10 ++--------
>  5 files changed, 36 insertions(+), 39 deletions(-)
> 
> -- 
> 2.14.3
> 

-- 
Peter Xu

Re: [Qemu-devel] [PATCH v2 0/3] cpu: suffix cpu address spaces with indexes
Posted by Paolo Bonzini 6 years, 4 months ago
On 20/12/2017 04:13, Peter Xu wrote:
> On Fri, Nov 24, 2017 at 03:34:14PM +0800, Peter Xu wrote:
>> v2:
>> - drop patch 1 since merged
>> - add last patch as suggested by Paolo
>>
>> Please review, thanks.
> 
> Ping for 2.12 dev window.

Already queued. :)

Paolo

>>
>> Peter Xu (3):
>>   cpu: refactor cpu_address_space_init()
>>   cpu: suffix cpu address spaces with cpu index
>>   cpu: put AddressSpace into CPUAddressSpace
>>
>>  cpus.c                  |  5 +----
>>  exec.c                  | 41 ++++++++++++++++++++++++++---------------
>>  include/exec/exec-all.h |  6 ++++--
>>  target/arm/cpu.c        | 13 +++----------
>>  target/i386/cpu.c       | 10 ++--------
>>  5 files changed, 36 insertions(+), 39 deletions(-)
>>
>> -- 
>> 2.14.3
>>
> 


Re: [Qemu-devel] [PATCH v2 0/3] cpu: suffix cpu address spaces with indexes
Posted by Peter Xu 6 years, 4 months ago
On Wed, Dec 20, 2017 at 09:56:10AM +0100, Paolo Bonzini wrote:
> On 20/12/2017 04:13, Peter Xu wrote:
> > On Fri, Nov 24, 2017 at 03:34:14PM +0800, Peter Xu wrote:
> >> v2:
> >> - drop patch 1 since merged
> >> - add last patch as suggested by Paolo
> >>
> >> Please review, thanks.
> > 
> > Ping for 2.12 dev window.
> 
> Already queued. :)

Great! Thanks. :)

-- 
Peter Xu