qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Windows guest debugging on KVM/Qemu
@ 2010-05-24 20:07 Neo Jia
  2010-05-25  8:24 ` [Qemu-devel] " Avi Kivity
  0 siblings, 1 reply; 2+ messages in thread
From: Neo Jia @ 2010-05-24 20:07 UTC (permalink / raw)
  To: kvm, qemu-devel

hi,

I am using KVM/Qemu to debug my Windows guest according to KVM wiki
page (http://www.linux-kvm.org/page/WindowsGuestDrivers/GuestDebugging).
It works for me and also I can only use one Windows guest and bind its
serial port to a TCP port and run "Virtual Serial Ports Emulator" on
my Windows dev machine.

The problem is that these kind of connection is really slow. Is there
any known issue with KVM serial port driver? There is a good
discussion about the same issue one year ago. Not sure if there is any
improvement or not after that.
(http://www.mail-archive.com/kvm@vger.kernel.org/msg21145.html).

Thanks,
Neo

-- 
I would remember that if researchers were not ambitious
probably today we haven't the technology we are using!

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: Windows guest debugging on KVM/Qemu
  2010-05-24 20:07 [Qemu-devel] Windows guest debugging on KVM/Qemu Neo Jia
@ 2010-05-25  8:24 ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2010-05-25  8:24 UTC (permalink / raw)
  To: Neo Jia; +Cc: qemu-devel, kvm

On 05/24/2010 11:07 PM, Neo Jia wrote:
> hi,
>
> I am using KVM/Qemu to debug my Windows guest according to KVM wiki
> page (http://www.linux-kvm.org/page/WindowsGuestDrivers/GuestDebugging).
> It works for me and also I can only use one Windows guest and bind its
> serial port to a TCP port and run "Virtual Serial Ports Emulator" on
> my Windows dev machine.
>
> The problem is that these kind of connection is really slow. Is there
> any known issue with KVM serial port driver? There is a good
> discussion about the same issue one year ago. Not sure if there is any
> improvement or not after that.
>    

How slow?  Can you measure it (without a debugger, just guest-to-guest 
file transfer)?

slirp used to be ridiculously slow but some recent change made it fairly 
fast.  Probably a missing wakeup, perhaps serial has the same problem.  
In any case I recommend testing with qemu-kvm.git master.

-- 
error compiling committee.c: too many arguments to function

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-05-25  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24 20:07 [Qemu-devel] Windows guest debugging on KVM/Qemu Neo Jia
2010-05-25  8:24 ` [Qemu-devel] " Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).