RE: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2020-06-09 Thread Paul Durrant
initial handshake in KD protocol for Win 7, 8 and 10 (64 bit) On Fri, Nov 15, 2019 at 1:31 PM Paul Durrant <mailto:pdurr...@gmail.com> wrote: On Thu, 14 Nov 2019 at 04:57, Julian Tuminaro <mailto:julian.tumin...@gmail.com> wrote: > > From: Julian Tuminaro and Jenish Rakholiya &l

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2020-06-09 Thread George Dunlap
On Fri, Nov 15, 2019 at 1:31 PM Paul Durrant wrote: > On Thu, 14 Nov 2019 at 04:57, Julian Tuminaro > wrote: > > > > From: Julian Tuminaro and Jenish Rakholiya and rakholiyajenish...@gmail.com> > > > > Current implementation of find_os is based on the hard-coded values for > > different Windows

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-29 Thread Doug Goldstein
On 11/13/19 10:55 PM, Julian Tuminaro wrote: From: Julian Tuminaro and Jenish Rakholiya Current implementation of find_os is based on the hard-coded values for different Windows version. It uses the value for get the address to start looking for DOS header in the given specified range. However

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-15 Thread Julien Grall
CC Wei's correct e-mail address. On Sat, 16 Nov 2019, 05:44 Julien Grall, wrote: > Hi, > > I am not commenting on the code itself but the process. > > On Thu, 14 Nov 2019, 07:59 Julian Tuminaro, > wrote: > >> From: Julian Tuminaro and Jenish Rakholiya > and rakholiyajenish...@gmail.com> >> > >

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-15 Thread Julien Grall
Hi, I am not commenting on the code itself but the process. On Thu, 14 Nov 2019, 07:59 Julian Tuminaro, wrote: > From: Julian Tuminaro and Jenish Rakholiya rakholiyajenish...@gmail.com> > AFAICT this is the first time we have such format for "From". We usually have one person listed per tag

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-15 Thread Wei Liu
Hi Julian and Jenish I have queued this patch to my for-next branch based on Paul and Tim's review. Note that Xen is currently frozen. This patch will get committed once the tree is open for new features. Wei. ___ Xen-devel mailing list Xen-devel@list

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-15 Thread Paul Durrant
On Thu, 14 Nov 2019 at 04:57, Julian Tuminaro wrote: > > From: Julian Tuminaro and Jenish Rakholiya rakholiyajenish...@gmail.com> > > Current implementation of find_os is based on the hard-coded values for > different Windows version. It uses the value for get the address to > start looking for D

Re: [Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-14 Thread Tim Deegan
Hi, At 23:55 -0500 on 13 Nov (1573689341), Julian Tuminaro wrote: > From: Julian Tuminaro and Jenish Rakholiya rakholiyajenish...@gmail.com> > > Current implementation of find_os is based on the hard-coded values for > different Windows version. It uses the value for get the address to > start l

[Xen-devel] [PATCH V2] kdd.c: Add support for initial handshake in KD protocol for Win 7, 8 and 10 (64 bit)

2019-11-13 Thread Julian Tuminaro
From: Julian Tuminaro and Jenish Rakholiya Current implementation of find_os is based on the hard-coded values for different Windows version. It uses the value for get the address to start looking for DOS header in the given specified range. However, this is not scalable to all version of Windows