mbox

[PULL,0/2] tcg: Remove redundant tcg_target_init checks

Message ID 1370437167-11278-1-git-send-email-rth@twiddle.net
State New
Headers show

Pull-request

git://github.com/rth7680/qemu.git tcg-for-anthony

Message

Richard Henderson June 5, 2013, 12:59 p.m. UTC
Reviewing the tcg/aarch64 patch set, and comparing that to
existing hosts made me remember that I've wanted to do this
for quite some time.

Now with two reviews, please pull.


r~


The following changes since commit 8819c10b5d55d537d59a0ffd5d623f348fc36c47:

  Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging (2013-06-04 14:58:58 -0500)

are available in the git repository at:


  git://github.com/rth7680/qemu.git tcg-for-anthony

for you to fetch changes up to 56bbc2f967ce185fa1c5c39e1aeb5b68b26242e9:

  tcg: Remove redundant tcg_target_init checks (2013-06-05 05:54:40 -0700)

----------------------------------------------------------------
Richard Henderson (2):
      tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS
      tcg: Remove redundant tcg_target_init checks

 include/exec/cpu-defs.h | 2 +-
 tcg/arm/tcg-target.c    | 6 ------
 tcg/i386/tcg-target.c   | 6 ------
 tcg/s390/tcg-target.c   | 7 -------
 4 files changed, 1 insertion(+), 20 deletions(-)

Comments

Richard Henderson June 10, 2013, 6:40 p.m. UTC | #1
Ping.


On 06/05/2013 05:59 AM, Richard Henderson wrote:
> Reviewing the tcg/aarch64 patch set, and comparing that to
> existing hosts made me remember that I've wanted to do this
> for quite some time.
> 
> Now with two reviews, please pull.
> 
> 
> r~
> 
> 
> The following changes since commit 8819c10b5d55d537d59a0ffd5d623f348fc36c47:
> 
>   Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging (2013-06-04 14:58:58 -0500)
> 
> are available in the git repository at:
> 
> 
>   git://github.com/rth7680/qemu.git tcg-for-anthony
> 
> for you to fetch changes up to 56bbc2f967ce185fa1c5c39e1aeb5b68b26242e9:
> 
>   tcg: Remove redundant tcg_target_init checks (2013-06-05 05:54:40 -0700)
> 
> ----------------------------------------------------------------
> Richard Henderson (2):
>       tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS
>       tcg: Remove redundant tcg_target_init checks
> 
>  include/exec/cpu-defs.h | 2 +-
>  tcg/arm/tcg-target.c    | 6 ------
>  tcg/i386/tcg-target.c   | 6 ------
>  tcg/s390/tcg-target.c   | 7 -------
>  4 files changed, 1 insertion(+), 20 deletions(-)
>
Anthony Liguori June 10, 2013, 7:12 p.m. UTC | #2
Richard Henderson <rth@twiddle.net> writes:

> Ping.

Aurelien/Blue, can you pull this?

Regards,

Anthony Liguori

>
>
> On 06/05/2013 05:59 AM, Richard Henderson wrote:
>> Reviewing the tcg/aarch64 patch set, and comparing that to
>> existing hosts made me remember that I've wanted to do this
>> for quite some time.
>> 
>> Now with two reviews, please pull.
>> 
>> 
>> r~
>> 
>> 
>> The following changes since commit 8819c10b5d55d537d59a0ffd5d623f348fc36c47:
>> 
>>   Merge remote-tracking branch 'sstabellini/xen_fixes_20130603' into staging (2013-06-04 14:58:58 -0500)
>> 
>> are available in the git repository at:
>> 
>> 
>>   git://github.com/rth7680/qemu.git tcg-for-anthony
>> 
>> for you to fetch changes up to 56bbc2f967ce185fa1c5c39e1aeb5b68b26242e9:
>> 
>>   tcg: Remove redundant tcg_target_init checks (2013-06-05 05:54:40 -0700)
>> 
>> ----------------------------------------------------------------
>> Richard Henderson (2):
>>       tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS
>>       tcg: Remove redundant tcg_target_init checks
>> 
>>  include/exec/cpu-defs.h | 2 +-
>>  tcg/arm/tcg-target.c    | 6 ------
>>  tcg/i386/tcg-target.c   | 6 ------
>>  tcg/s390/tcg-target.c   | 7 -------
>>  4 files changed, 1 insertion(+), 20 deletions(-)
>>
Anthony Liguori June 17, 2013, 9:17 p.m. UTC | #3
Pulled.  Thanks.

Regards,

Anthony Liguori