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

2018-12-01 Thread Changbin Du
I applied on top of latest master (tag: v3.1.0-rc3) and encounter below building failure. CONTEXT_CONTROL should be CPU_CONTEXT_CONTROL? $./configure --enable-kvm --enable-vhost-net --enable-libssh2 --target-list=x86_64-softmmu --enable-sdl --enable-curses --enable-vnc --enable-fdt --enable-deb

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

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

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

2018-11-30 Thread no-reply
Hi, This series failed docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Subject: [Qemu-devel] [PATCH 00/39] Windbg supporting Message-id

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

2018-11-29 Thread Mikhail Abakumov
We made the debugger module WinDbg (like GDB) for QEMU. This is the replacement of the remote server 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.