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

2018-12-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/154401431697.8440.845616703562380651.st...@misha-pc.lan02.inno/ Hi, This series failed the 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. ===

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

2018-12-05 Thread no-reply
Subject: [Qemu-devel] [PATCH 2 00/39] Windbg supporting === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log --oneline $BASE.. | wc -l) failed=0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram commits="$(gi

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

2018-12-05 Thread no-reply
Patchew URL: https://patchew.org/QEMU/154401431697.8440.845616703562380651.st...@misha-pc.lan02.inno/ Hi, This series failed the docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === T

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

2018-12-05 Thread Mikhail Abakumov
An update of: v1: https://lists.gnu.org/archive/html/qemu-devel/2018-11/msg06222.html 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 multi