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

2017-11-14 Thread Mihail Abakumov
Ladi Prosek писал 2017-11-13 15:23: On Wed, Nov 8, 2017 at 3:28 PM, Mihail Abakumov wrote: Ladi Prosek писал 2017-11-08 16:43: On Wed, Nov 8, 2017 at 12:54 PM, Mihail Abakumov wrote: Ladi Prosek писал 2017-11-06 18:15: In your case windbg does not send packets, more specifically, does no

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

2017-11-13 Thread Ladi Prosek
On Wed, Nov 8, 2017 at 3:28 PM, Mihail Abakumov wrote: > Ladi Prosek писал 2017-11-08 16:43: > >> On Wed, Nov 8, 2017 at 12:54 PM, Mihail Abakumov >> wrote: >>> >>> Ladi Prosek писал 2017-11-06 18:15: >>> >>> In your case windbg does not send packets, more specifically, does not >>> continue to d

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

2017-11-08 Thread Mihail Abakumov
Ladi Prosek писал 2017-11-08 16:43: On Wed, Nov 8, 2017 at 12:54 PM, Mihail Abakumov wrote: Ladi Prosek писал 2017-11-06 18:15: On Mon, Oct 23, 2017 at 10:31 AM, Ladi Prosek wrote: On Tue, Oct 17, 2017 at 3:08 PM, Mihail Abakumov wrote: An update of: v1: https://lists.nongnu.or

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

2017-11-08 Thread Ladi Prosek
On Wed, Nov 8, 2017 at 12:54 PM, Mihail Abakumov wrote: > Ladi Prosek писал 2017-11-06 18:15: > >> On Mon, Oct 23, 2017 at 10:31 AM, Ladi Prosek wrote: >>> >>> On Tue, Oct 17, 2017 at 3:08 PM, Mihail Abakumov >>> wrote: An update of: v1: https://lists.nongnu.org/

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

2017-11-08 Thread Mihail Abakumov
Ladi Prosek писал 2017-11-06 18:15: On Mon, Oct 23, 2017 at 10:31 AM, Ladi Prosek wrote: On Tue, Oct 17, 2017 at 3:08 PM, Mihail Abakumov wrote: An update of: v1: https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg07092.html We made the debugger module WinDbg (like GDB) f

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

2017-11-07 Thread Andrew Baumann via Qemu-devel
> From: Ladi Prosek [mailto:lpro...@redhat.com] > Sent: Tuesday, 7 November 2017 00:11 > > On Mon, Nov 6, 2017 at 7:41 PM, Andrew Baumann > wrote: > > Hi, > > > > I just noticed this thread, and the problem sounded very familiar... > > > >> From: Ladi Prosek > >> Sent: Monday, 6 November 2017 07:

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

2017-11-07 Thread Ladi Prosek
On Mon, Nov 6, 2017 at 7:41 PM, Andrew Baumann wrote: > Hi, > > I just noticed this thread, and the problem sounded very familiar... > >> From: Ladi Prosek >> Sent: Monday, 6 November 2017 07:16 > [...] >> FS base passes all the checks in windbg_on_load() as the guest kernel >> loads and it return

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

2017-11-06 Thread Andrew Baumann via Qemu-devel
Hi, I just noticed this thread, and the problem sounded very familiar... > From: Ladi Prosek > Sent: Monday, 6 November 2017 07:16 [...] > FS base passes all the checks in windbg_on_load() as the guest kernel > loads and it returns true. QEMU then sends some data over the pipe. > Windbg doesn't p

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

2017-11-06 Thread Ladi Prosek
On Mon, Oct 23, 2017 at 10:31 AM, Ladi Prosek wrote: > On Tue, Oct 17, 2017 at 3:08 PM, Mihail Abakumov > wrote: >> An update of: >> >> v1: >> https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg07092.html >> >> We made the debugger module WinDbg (like GDB) for QEMU. This is the

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

2017-10-23 Thread Ladi Prosek
On Tue, Oct 17, 2017 at 3:08 PM, Mihail Abakumov wrote: > An update of: > > v1: > https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg07092.html > > We made the debugger module WinDbg (like GDB) for QEMU. This is the > replacement of the remote stub in Windows kernel. Used for re

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

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

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

2017-10-17 Thread Mihail Abakumov
An update of: v1: https://lists.nongnu.org/archive/html/qemu-devel/2017-09/msg07092.html 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 m