qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/8] tcg: Direct block chaining clean-up


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/8] tcg: Direct block chaining clean-up
Date: Thu, 24 Mar 2016 12:33:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0


On 24/03/2016 11:39, address@hidden wrote:
> From: Sergey Fedorov <address@hidden>
> 
> This series combines a set of patches which is meant to improve overall code
> structure and readability of direct block chaining mechanism. The other point
> is to make a step towards thread safety of TB chainig.
> 
> The series' tree can be found in a public git repository [1].
> 
> [1] https://github.com/sergefdrv/qemu/tree/tb-chaining-cleanup

Looks good.

Alex, can you give it a shake?  There is still time to include it in 2.6
before soft freeze.

Paolo

> Sergey Fedorov (8):
>   tcg: Clean up direct block chaining data fields
>   tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
>   tcg: Rearrange tb_link_page() to avoid forward declaration
>   tcg: Init TB's direct jumps before making it visible
>   tcg: Clarify "thread safaty" check in tb_add_jump()
>   tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
>   tcg: Extract removing of jumps to TB from tb_phys_invalidate()
>   tcg: Clean up tb_jmp_unlink()
> 
>  include/exec/exec-all.h      |  51 +++++---
>  tcg/aarch64/tcg-target.inc.c |   7 +-
>  tcg/arm/tcg-target.inc.c     |   8 +-
>  tcg/i386/tcg-target.inc.c    |   8 +-
>  tcg/ia64/tcg-target.inc.c    |   6 +-
>  tcg/mips/tcg-target.inc.c    |   8 +-
>  tcg/ppc/tcg-target.inc.c     |   6 +-
>  tcg/s390/tcg-target.inc.c    |  11 +-
>  tcg/sparc/tcg-target.inc.c   |   9 +-
>  tcg/tcg.h                    |   6 +-
>  tcg/tci/tcg-target.inc.c     |  10 +-
>  translate-all.c              | 290 
> ++++++++++++++++++++++---------------------
>  12 files changed, 224 insertions(+), 196 deletions(-)
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]