Re: [Fwd: Re: [PATCH v4 1/2] vTPM: support little endian guests]

2015-08-24 Thread Peter Hüwe
Am Montag, 24. August 2015, 21:07:32 schrieb Hon Ching(Vicky) Lo: > Hi Peter, > > > Did you the explanations in the following reply make sense to you? > If you needed more clarifications, please advice. Thanks! I trust your explanations - I just haven't gotten around to apply them. Sorry about

[Fwd: Re: [PATCH v4 1/2] vTPM: support little endian guests]

2015-08-24 Thread Hon Ching(Vicky) Lo
@vger.kernel.org, Joy Latten Subject: Re: [PATCH v4 1/2] vTPM: support little endian guests Date: Fri, 17 Jul 2015 16:07:50 -0400 On Thu, 2015-07-16 at 20:43 +0200, Peter Hüwe wrote: > Hi Vicky, > Am Donnerstag, 16. Juli 2015, 19:54:15 schrieb Hon Ching(Vicky) Lo: > > Hi Peter, > >

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-07-17 Thread Hon Ching(Vicky) Lo
On Thu, 2015-07-16 at 20:43 +0200, Peter Hüwe wrote: > Hi Vicky, > Am Donnerstag, 16. Juli 2015, 19:54:15 schrieb Hon Ching(Vicky) Lo: > > Hi Peter, > > > > On Mon, 2015-07-13 at 23:08 +0200, Peter Hüwe wrote: > > > Hi Vicky, > > > > > > sorry for the late reply > > > > > > > This patch makes th

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-07-16 Thread Peter Hüwe
Hi Vicky, Am Donnerstag, 16. Juli 2015, 19:54:15 schrieb Hon Ching(Vicky) Lo: > Hi Peter, > > On Mon, 2015-07-13 at 23:08 +0200, Peter Hüwe wrote: > > Hi Vicky, > > > > sorry for the late reply > > > > > This patch makes the code endianness independent. We defined a > > > macro do_endian_convers

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-07-16 Thread Hon Ching(Vicky) Lo
Hi Peter, On Mon, 2015-07-13 at 23:08 +0200, Peter Hüwe wrote: > Hi Vicky, > > sorry for the late reply > > > > This patch makes the code endianness independent. We defined a > > macro do_endian_conversion to apply endianness to raw integers > > in the event entries so that they will be displa

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-07-13 Thread Peter Hüwe
Hi Vicky, sorry for the late reply > This patch makes the code endianness independent. We defined a > macro do_endian_conversion to apply endianness to raw integers > in the event entries so that they will be displayed properly. > tpm_binary_bios_measurements_show() is modified for the display.

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-06-29 Thread Hon Ching(Vicky) Lo
@vger.kernel.org, Joy Latten Subject: Re: [PATCH v4 1/2] vTPM: support little endian guests Date: Thu, 18 Jun 2015 08:23:01 -0500 (CDT) Looks better. Thanks. Reviewed-by: Ashley Lai Cheers, Ashley Lai On Wed, 2015-06-17 at 18:17 -0400, Hon Ching(Vicky) Lo wrote: > This patch makes the c

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-06-29 Thread Hon Ching(Vicky) Lo
Hi Peter, Can you please commit the patch in the next open window, if you accept it as well? Thanks, Vicky On Thu, 2015-06-18 at 08:23 -0500, Ashley Lai wrote: Looks better. Thanks. > > Reviewed-by: Ashley Lai > > Cheers, > Ashley Lai > > On Wed, 2015-06-17 at 18:17 -0400, Hon Ching(Vic

Re: [PATCH v4 1/2] vTPM: support little endian guests

2015-06-18 Thread Ashley Lai
Looks better. Thanks. Reviewed-by: Ashley Lai Cheers, Ashley Lai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://w

[PATCH v4 1/2] vTPM: support little endian guests

2015-06-17 Thread Hon Ching(Vicky) Lo
This patch makes the code endianness independent. We defined a macro do_endian_conversion to apply endianness to raw integers in the event entries so that they will be displayed properly. tpm_binary_bios_measurements_show() is modified for the display. Signed-off-by: Hon Ching(Vicky) Lo Signed-of