All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Jim C. Brown" <jma5@umd.edu>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Real hard disk drive for Win2k/XP host
Date: Wed, 14 Sep 2005 11:39:43 -0400	[thread overview]
Message-ID: <20050914153943.GA6838@jbrown.mylinuxbox.org> (raw)
In-Reply-To: <005a01c5b8de$373f1a20$0464a8c0@athlon>

On Wed, Sep 14, 2005 at 12:41:39PM +0900, Kazu wrote:
> Hi,
> 
> This patch supports a real hard disk drive by \\.\PhysicalDriveN
> (N=0,1,2,...) on Windows 2000/XP host. Windows 98/Me are not supported.
> You can also use slash like //./PhysicalDriveN. You can see a number in
> Administration Tools in Control Panel. This is not case-sensitive. It is
> necessary to have an administrative priviledge.This can be used like this.
> 
> >qemu.exe -L .\bios -hda win2k.img -hdb \\.\PhysicalDrive0
> 

I don't see any code for this in your patch. AFAIK qemu supports this already.

> This patch also adds a size information about CD-ROM.
> 

It breaks non-Windows hosts. get_size() should only be called when running
on Windows and when size == -1.

Also, it is always a bad idea to have a filesystem used by both the host and
the guest OS (unless they both can see it read-only).

  reply	other threads:[~2005-09-14 15:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-14  3:41 [Qemu-devel] Real hard disk drive for Win2k/XP host Kazu
2005-09-14 15:39 ` Jim C. Brown [this message]
2005-09-14 23:07   ` Kazu

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=20050914153943.GA6838@jbrown.mylinuxbox.org \
    --to=jma5@umd.edu \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.