On 13/11/2017 17:38, Cornelia Huck wrote:
On Mon, 13 Nov 2017 16:36:34 +0100
Pierre Morel wrote:
On 09/11/2017 20:20, Cornelia Huck wrote:
On Thu, 9 Nov 2017 15:55:46 -0300
Philippe Mathieu-Daudé wrote:
On 11/09/2017 01:38 PM, Cornelia Huck wrote:
On Tue, 7 Nov 2017 18:24:33 +0100
Pie
On Mon, 13 Nov 2017 16:36:34 +0100
Pierre Morel wrote:
> On 09/11/2017 20:20, Cornelia Huck wrote:
> > On Thu, 9 Nov 2017 15:55:46 -0300
> > Philippe Mathieu-Daudé wrote:
> >
> >> On 11/09/2017 01:38 PM, Cornelia Huck wrote:
> >>> On Tue, 7 Nov 2017 18:24:33 +0100
> >>> Pierre Morel wrote
On 09/11/2017 20:20, Cornelia Huck wrote:
On Thu, 9 Nov 2017 15:55:46 -0300
Philippe Mathieu-Daudé wrote:
On 11/09/2017 01:38 PM, Cornelia Huck wrote:
On Tue, 7 Nov 2017 18:24:33 +0100
Pierre Morel wrote:
There are two places where the same endianness conversion
is done.
Let's factor t
On 09/11/2017 19:55, Philippe Mathieu-Daudé wrote:
On 11/09/2017 01:38 PM, Cornelia Huck wrote:
On Tue, 7 Nov 2017 18:24:33 +0100
Pierre Morel wrote:
There are two places where the same endianness conversion
is done.
Let's factor this out into a static function.
Signed-off-by: Pierre Morel
On 09/11/2017 19:55, Philippe Mathieu-Daudé wrote:
On 11/09/2017 01:38 PM, Cornelia Huck wrote:
On Tue, 7 Nov 2017 18:24:33 +0100
Pierre Morel wrote:
There are two places where the same endianness conversion
is done.
Let's factor this out into a static function.
Signed-off-by: Pierre Morel
On Thu, 9 Nov 2017 15:55:46 -0300
Philippe Mathieu-Daudé wrote:
> On 11/09/2017 01:38 PM, Cornelia Huck wrote:
> > On Tue, 7 Nov 2017 18:24:33 +0100
> > Pierre Morel wrote:
> >
> >> There are two places where the same endianness conversion
> >> is done.
> >> Let's factor this out into a stat
On 11/09/2017 01:38 PM, Cornelia Huck wrote:
> On Tue, 7 Nov 2017 18:24:33 +0100
> Pierre Morel wrote:
>
>> There are two places where the same endianness conversion
>> is done.
>> Let's factor this out into a static function.
>>
>> Signed-off-by: Pierre Morel
>> Reviewed-by: Yi Min Zhao
>> --
On Tue, 7 Nov 2017 18:24:33 +0100
Pierre Morel wrote:
> There are two places where the same endianness conversion
> is done.
> Let's factor this out into a static function.
>
> Signed-off-by: Pierre Morel
> Reviewed-by: Yi Min Zhao
> ---
> hw/s390x/s390-pci-inst.c | 58
> +++
There are two places where the same endianness conversion
is done.
Let's factor this out into a static function.
Signed-off-by: Pierre Morel
Reviewed-by: Yi Min Zhao
---
hw/s390x/s390-pci-inst.c | 58 ++--
1 file changed, 32 insertions(+), 26 deletion