Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2016-02-09 Thread Wei Liu
On Tue, Feb 09, 2016 at 02:57:53PM +, Ian Campbell wrote: > On Tue, 2016-02-09 at 09:58 +, Wei Liu wrote: > > On Fri, Feb 05, 2016 at 05:39:39PM -0800, Luis R. Rodriguez wrote: > > > On Thu, Nov 19, 2015 at 3:06 PM, Luis R. Rodriguez > > > wrote: > > > > On Fri, Oct 9, 2015 at 12:34 AM, Ja

Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2016-02-09 Thread Ian Campbell
On Tue, 2016-02-09 at 09:58 +, Wei Liu wrote: > On Fri, Feb 05, 2016 at 05:39:39PM -0800, Luis R. Rodriguez wrote: > > On Thu, Nov 19, 2015 at 3:06 PM, Luis R. Rodriguez > > wrote: > > > On Fri, Oct 9, 2015 at 12:34 AM, Jan Beulich > > > wrote: > > > > > > > On 08.10.15 at 21:36, wrote: > >

Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2016-02-09 Thread Wei Liu
On Fri, Feb 05, 2016 at 05:39:39PM -0800, Luis R. Rodriguez wrote: > On Thu, Nov 19, 2015 at 3:06 PM, Luis R. Rodriguez > wrote: > > On Fri, Oct 9, 2015 at 12:34 AM, Jan Beulich wrote: > > On 08.10.15 at 21:36, wrote: > >>> Signed-off-by: Mark Pryor > >> > >> Without any description I canno

Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2016-02-05 Thread Luis R. Rodriguez
On Thu, Nov 19, 2015 at 3:06 PM, Luis R. Rodriguez wrote: > On Fri, Oct 9, 2015 at 12:34 AM, Jan Beulich wrote: > On 08.10.15 at 21:36, wrote: >>> Signed-off-by: Mark Pryor >> >> Without any description I cannot see what is being fixed here, or why >> there are _different_ comment changes o

Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2015-11-19 Thread Luis R. Rodriguez
On Fri, Oct 9, 2015 at 12:34 AM, Jan Beulich wrote: On 08.10.15 at 21:36, wrote: >> Signed-off-by: Mark Pryor > > Without any description I cannot see what is being fixed here, or why > there are _different_ comment changes on the inclusion of the same > comment. Since I assume that whateve

Re: [Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2015-10-09 Thread Jan Beulich
>>> On 08.10.15 at 21:36, wrote: > Signed-off-by: Mark Pryor Without any description I cannot see what is being fixed here, or why there are _different_ comment changes on the inclusion of the same comment. Since I assume that whatever issue there was has been taken care of upstream, I'd suggest

[Xen-devel] [PATCH seabios.git rel-1.7.5] fix release-1.7.5 for gcc5

2015-10-09 Thread Mark Pryor
Signed-off-by: Mark Pryor --- src/kbd.c | 6 +++--- src/mouse.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/kbd.c b/src/kbd.c index 33a95a3..fbcecc3 100644 --- a/src/kbd.c +++ b/src/kbd.c @@ -11,7 +11,7 @@ #include "hw/ps2port.h" // ps2_kbd_command #include