public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Malone <michael.malone@tait.co.nz>
To: kvm mailing list <kvm@vger.kernel.org>
Subject: Serial problems
Date: Wed, 13 Aug 2008 15:53:10 +1200	[thread overview]
Message-ID: <48A25AA6.7090108@tait.co.nz> (raw)

Hi all,

Here at my work we develop our code for an embedded system in linux, but 
the application we use to put firmware onto the physical device runs 
only under windows.  I am investigating the feasibility of running 
windows as a virtual machine, rather than our current situation where 
every developer has two boxes at their desk.  The new boxes at work 
don't come with a serial port, so I am trying with a USB to serial 
converter and running kvm like:

kvm -hda windows2.img -boot c -m 1000 -serial /dev/ttyUSB0 -smp 2 -usb 
-usbdevice "tablet" -full-screen -cdrom /dev/cdrom

I can do low-cpu tasks with the embedded device like reading the current 
configuration, but I can't do cpu-intensive tasks like loading a new 
firmware onto the device.  I have sniffed the line to see what is being 
sent down the physical wires and I have logged inside windows what the 
application was sending and the two are almost the same, until we meet 
an ascii null.  We log an ascii null (0x00) as being sent, but on the 
other side of the virtual machine 0xFF is coming out.  We can run the 
application with Wine and download firmware but can't read the current 
configuration, so it's not the linux usb to serial converter drivers.  
So my question is, do you have any idea what's going wrong? 

I have tried kvm72 and the 2008-08-12 nightly snapshot.
I am running an Intel(R) Core(TM)2 Duo CPU     E6550  @ 2.33GHz with 
2048MB RAM on Ubuntu Linux 8.04 (Hardy Heron).

if anyone can help, it would be greatly appreciated!

Thanks in advance,

Michael Malone


=======================================================================
This email, including any attachments, is only for the intended
addressee.  It is subject to copyright, is confidential and may be
the subject of legal or other privilege, none of which is waived or
lost by reason of this transmission.
If the receiver is not the intended addressee, please accept our
apologies, notify us by return, delete all copies and perform no
other act on the email.
Unfortunately, we cannot warrant that the email has not been
 altered or corrupted during transmission.
=======================================================================


                 reply	other threads:[~2008-08-13  3:53 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48A25AA6.7090108@tait.co.nz \
    --to=michael.malone@tait.co.nz \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox