qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philipp Gühring" <pg@futureware.at>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Hardware virtualization with QEMU
Date: Fri, 16 Nov 2007 09:34:45 +0100	[thread overview]
Message-ID: <200711160934.46462.pg@futureware.at> (raw)
In-Reply-To: <473D02B6.6090902@mmri.us>

Hi,

> My questions are as follows:
> 1) I know -hdc and -cdrom cannot be called at the same time, but i have
> no luck getting an image to be mounted with -hdb or -hdd. 

For -cdrom you need ISO images.
For -hd[a-d] you need harddisk-images, which are done like this
dd id=/dev/hda of=myimage.img
qemu -hda myimage.img

You can´t dd a directory. You could mkisofs a directory or you could use the 
Samba sharing to hand over a directory.

> The same image 
> I can successfully mount with -cdrom cannot be mounted with either -hdb
> or -hdd, 

Then it´s likely an ISO image, and not a harddisk image.

> What's up there. I could not figure out from the manuals if 
> these should just be dd'ed images a directory or iso?

You have to dd a whole harddisk (not just a partition)

> 2) Are floppy images restricted to exactly 1.44MB created with dd? I
> cannot mount anything with the floppy switches either which is probably
> a size constraint I dont meet.

I don´t know.

> 4) What is the attainable USB speed? Full USB-1 ?

I think speed is something virtual at that point, but I am not sure.

> 5) Are the serial and parallel ports running at native speed without
> delays?

You will always have delays in full-system emulation systems like Qemu. How 
large those are depends on a lot of factors, so you should measure it 
yourself, I guess.

Best regards,
Philipp Gühring

  parent reply	other threads:[~2007-11-16  9:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-16  2:38 [Qemu-devel] Hardware virtualization with QEMU admin
2007-11-16  3:00 ` admin
2007-11-16  8:34 ` Philipp Gühring [this message]
2007-11-16 22:02   ` andrzej zaborowski
  -- strict thread matches above, loose matches on Subject: below --
2007-11-16  2:37 Lv

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=200711160934.46462.pg@futureware.at \
    --to=pg@futureware.at \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).