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

2018-01-15 Thread Mihail Abakumov
Paolo Bonzini писал 2018-01-12 11:27: On 11/12/2017 14:21, Mihail Abakumov wrote: How it works: The WinDbg debugger has the possibility of connecting to a remote debug service (Kdsrv.exe) in the Windows kernel. Therefore, it is possible to connect to the guest system running in the QEMU

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

2018-01-12 Thread Paolo Bonzini
On 11/12/2017 15:30, no-re...@patchew.org wrote: > /var/tmp/patchew-tester-tmp-vkmit7_m/src/target/i386/misc_helper.c: In > function ‘cpu_x86_read_msr’: > /var/tmp/patchew-tester-tmp-vkmit7_m/src/target/i386/misc_helper.c:229:1: > error: control reaches end of non-void function

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

2018-01-12 Thread Paolo Bonzini
On 11/12/2017 14:21, Mihail Abakumov wrote: > How it works: > The WinDbg debugger has the possibility of connecting to a remote debug > service > (Kdsrv.exe) in the Windows kernel. Therefore, it is possible to connect to the > guest system running in the QEMU emulator. Kernel debugging is

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

2018-01-10 Thread Peter Maydell
On 10 January 2018 at 13:08, Paolo Bonzini wrote: > On 10/01/2018 09:40, Pavel Dovgalyuk wrote: >>> From: Paolo Bonzini [mailto:pbonz...@redhat.com] >>> On 22/12/2017 14:21, Pavel Dovgalyuk wrote: Paolo, Ladi finished the review. What about merging these into

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

2018-01-10 Thread Paolo Bonzini
On 10/01/2018 09:40, Pavel Dovgalyuk wrote: >> From: Paolo Bonzini [mailto:pbonz...@redhat.com] >> On 22/12/2017 14:21, Pavel Dovgalyuk wrote: >>> Paolo, Ladi finished the review. >>> What about merging these into upstream? >> Sure, in the new year though. > Now? Ok, will do. Paolo

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

2018-01-10 Thread Pavel Dovgalyuk
> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > On 22/12/2017 14:21, Pavel Dovgalyuk wrote: > > Paolo, Ladi finished the review. > > What about merging these into upstream? > > Sure, in the new year though. Now? Pavel Dovgalyuk > > > >> -Original Message- > >> From: Ladi Prosek

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

2017-12-22 Thread Paolo Bonzini
On 22/12/2017 14:21, Pavel Dovgalyuk wrote: > Paolo, Ladi finished the review. > What about merging these into upstream? Sure, in the new year though. Paolo > Pavel Dovgalyuk > >> -Original Message- >> From: Ladi Prosek [mailto:lpro...@redhat.com] >> Sent: Thursday, December 14, 2017

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

2017-12-22 Thread Pavel Dovgalyuk
Paolo, Ladi finished the review. What about merging these into upstream? Pavel Dovgalyuk > -Original Message- > From: Ladi Prosek [mailto:lpro...@redhat.com] > Sent: Thursday, December 14, 2017 3:33 PM > To: Mihail Abakumov > Cc: qemu-devel; s...@weilnetz.de; Pavel Dovgalyuk; Roman

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

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

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

2017-12-14 Thread Ladi Prosek
On Mon, Dec 11, 2017 at 2:21 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

[Qemu-devel] [PATCH v4 00/46] Windbg supporting

2017-12-11 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