From: Luke Deller <ldeller@xplantechnology.com>
To: os2@videotron.ca, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] can use scsi?
Date: Mon, 13 Sep 2004 12:28:59 +1000 [thread overview]
Message-ID: <414505EB.1000206@xplantechnology.com> (raw)
In-Reply-To: <200409122156.14005.os2@videotron.ca>
Marc Collin wrote:
> i do many test with qemu
>
> i tried to run win 98 with it...
>
> that run well but in win98, it don't see my scsi card....
>
> why?
>
> how to resolve that?
> i have 1 hd, 1 burner and 1 cdrom scsi... and i can't use it
qemu emulates a whole computer system. You basically have two different computers: a real one and an emulated one. You're running win98 on the emulated computer system, not the real one.
The emulated computer system includes following hardware (at present):
- a Cirrus 54xx video card (which actually outputs to the qemu window using SDL)
- an IDE controller
- IDE hard disks and cdrom drives (which actually access the disk image file or device you specify on the command line)
- an ne2000 network card.
- keyboard, mouse (which actually read input from the qemu window).
- and more basic hardware that is normally part of a PC motherboard
You can get the emulated cdrom to actually read from your real cdrom by specifying the appropriate command-line parameter; I use:
-cdrom /dev/cdrom
Instead of "/dev/cdrom" you can use the appropriate filename of your cdrom device, or even the filename of an .iso image. The emulated cdrom is not a burner, so you won't be able to burn CDs from inside qemu.
Regards,
Luke.
prev parent reply other threads:[~2004-09-13 2:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-13 1:56 [Qemu-devel] can use scsi? Marc Collin
2004-09-13 2:28 ` Luke Deller [this message]
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=414505EB.1000206@xplantechnology.com \
--to=ldeller@xplantechnology.com \
--cc=os2@videotron.ca \
--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).