Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-10-24 Thread Mihail Abakumov
Alistair Francis писал 2017-09-26 20:26: On Tue, Sep 26, 2017 at 4:04 AM, Mihail Abakumov wrote: We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote stub in Windows kernel. Used for remote Windows kernel debugging without debugging mode. WinDbg is a

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-10-03 Thread Ladi Prosek
Hi, On Tue, Sep 26, 2017 at 1:04 PM, Mihail Abakumov wrote: > We made the debugger module WinDbg (like GDB) for QEMU. This is the > replacement of the remote stub in Windows kernel. Used for remote Windows > kernel debugging without debugging mode. > > WinDbg is a multipurpose debugger for the

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-10-03 Thread Mihail Abakumov
Stefan Hajnoczi писал 2017-10-02 22:43: On Tue, Sep 26, 2017 at 02:04:06PM +0300, Mihail Abakumov wrote: We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote stub in Windows kernel. Used for remote Windows kernel debugging without debugging mode. How d

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-09-26 Thread Alistair Francis
On Tue, Sep 26, 2017 at 4:04 AM, Mihail Abakumov wrote: > We made the debugger module WinDbg (like GDB) for QEMU. This is the > replacement of the remote stub in Windows kernel. Used for remote Windows > kernel debugging without debugging mode. > > WinDbg is a multipurpose debugger for the Micro

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-09-26 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Type: series Message-id: 150642384156.3900.3326424823772221077.st...@misha-pc.lan02.inno Subject: [Qemu-devel] [PATCH 00/43

Re: [Qemu-devel] [PATCH 00/43] Windbg supporting

2017-09-26 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 150642384156.3900.3326424823772221077.st...@misha-pc.lan02.inno Subject: [Qemu-devel] [PATCH 00/43] Windbg supporting === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1

[Qemu-devel] [PATCH 00/43] Windbg supporting

2017-09-26 Thread Mihail Abakumov
We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote stub in Windows kernel. Used for remote Windows kernel debugging without debugging mode. WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft.