qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 2/3] target-microblaze: QOM'ify CPU reset


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH v2 2/3] target-microblaze: QOM'ify CPU reset
Date: Thu, 12 Apr 2012 03:25:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120312 Thunderbird/11.0

Hello John,

Am 12.04.2012 03:14, schrieb John Williams:
> 2012/4/12 Andreas Färber <address@hidden>:
>> Move code from cpu_state_reset() to QOM mb_cpu_reset().
>>
>> Signed-off-by: Andreas Färber <address@hidden>
>> ---
>>  target-microblaze/cpu.c       |   50 
>> +++++++++++++++++++++++++++++++++++++++-
>>  target-microblaze/translate.c |   51 
>> +---------------------------------------
>>  2 files changed, 51 insertions(+), 50 deletions(-)
>>
>> diff --git a/target-microblaze/cpu.c b/target-microblaze/cpu.c
>> index ea646fe..194131b 100644
>> --- a/target-microblaze/cpu.c
>> +++ b/target-microblaze/cpu.c
>> @@ -1,6 +1,7 @@
>>  /*
>>  * QEMU MicroBlaze CPU
>>  *
>> + * Copyright (c) 2009 Edgar E. Iglesias
>>  * Copyright (c) 2012 SUSE LINUX Products GmbH
> 
> Trivial nitpick - please add
> 
> Copyright (c) 2009-2012 PetaLogix Qld Pty Ltd
> 
> here as well - we've been driving and funding pretty much all of the
> MicroBlaze QEMU development the last 3 years, we should be in the
> headers.

The reason for splitting the original patches up was to make clearer for
reviewers where particular code snippets come from.

Could you guys please prepare a patch that updates the copyright in
translate.c so that it doesn't come out of the blue here? I'll happily
rebase onto that.

Thanks for the quick reply,

Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

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