Hello All,

I've tested windows live debugging using the Firewire device and it seems to be good.

Test case scenario:
Kernel-Mode Debugging over a 1394 as detailed in: https://msdn.microsoft.com/en-us/library/windows/hardware/ff556866(v=vs.85).aspx.

Setup:
Two separate VMs, both running Windows 2012 X64. One as Host VM ( which runs the debugger ) and the other as Target VM ( which is being debugged ).

Qemu Command line:

    On the Host VM:
-chardev socket,id=serial10,path=/tmp/debug-serial2,server,nowait \
        -device ohci-1394,chardev=serial10,idserial10

    On the Target VM:
        -chardev socket,id=serial10,path=/tmp/debug-serial2 \
        -device ohci-1394,chardev=serial10,idserial10

Results:
I've successfully connected to the Target VM using WindbgX64 and ran basic debugging functions such as "Break" and "stack trace". Moreover I've successfully viewed live trace output from virtio-net driver while running Iperf test and ping.

Tested-by: Sameeh Jubran <sam...@daynix.com>

------ Original Message ------
From: "Ladi Prosek" <lpro...@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.mayd...@linaro.org; "Ladi Prosek" <lpro...@redhat.com>; ita...@guardicore.com; afaer...@suse.de; itamar.t...@gmail.com
Sent: 3/17/2016 10:11:33 AM
Subject: Re: [Qemu-devel] [PATCH] add 1394 OHCI device

Just a friendly ping after two weeks of silence.

Thanks,
Ladi




Reply via email to