[Xen-devel] [PATCH] Fix the KDD_LOG statements to use appropriate format specifier for printing uint64_t

2019-11-30 Thread Julian Tuminaro
Previous commit in kdd.c had a small issue which lead to warning/error while compiling on 32-bit systems due to mismatch of type size while doing type cast from uint64_t to void * Signed-off-by: Jenish Rakholiya Signed-off-by: Julian Tuminaro --- tools/debugger/kdd/kdd.c | 11 +-- 1

[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

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

2019-11-05 Thread Julian Tuminaro
n progress feature and current patch only supports the handshake and memory read/write on 64-bit systems. Signed-off-by: Jenish Rakholiya Signed-off-by: Julian Tuminaro --- tools/debugger/kdd/kdd.c | 389 ++- 1 file changed, 388 insertions(+), 1 deletion(-)

Re: [Xen-devel] Looking for Semester long Project

2019-09-16 Thread Julian Tuminaro
in the guest. > > Cheers, > > Paul > > On Mon, 16 Sep 2019 at 15:31, Julian Tuminaro > wrote: > > > > Hi Paul, > > > > Thanks for getting back to us in regards to the KDD project. I am trying > to understand the current status of the project. Could y

Re: [Xen-devel] Looking for Semester long Project

2019-09-16 Thread Julian Tuminaro
> > > > On Mon, Sep 09, 2019 at 08:58:51AM +0100, Julien Grall wrote: > > > +Andrew, Lars, Stefano and Wei > > > > > > On 9/5/19 11:23 PM, Julian Tuminaro wrote: > > > > Hi, > > > > > > Hello, > > > > > > Thank you

[Xen-devel] Looking for Semester long Project

2019-09-05 Thread Julian Tuminaro
Hi, We (a group of 2 students) are interested in doing a hypervisor related project for the next 10-12 weeks as part of one of our courses this semester. We have taken a look at this year's GSoC project list ( https://wiki.xenproject.org/wiki/Outreach_Program_Projects). We were interested in