All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Blake <eblake@redhat.com>
To: Tomoki Sekiyama <tomoki.sekiyama@hds.com>, qemu-devel@nongnu.org
Cc: mitsuhiro.tanino@hds.com, mdroth@linux.vnet.ibm.com
Subject: Re: [Qemu-devel] [RESEND PATCH v5 2/3] qga: Add guest-get-fsinfo command
Date: Thu, 07 Aug 2014 16:05:47 -0600	[thread overview]
Message-ID: <53E3F83B.8060006@redhat.com> (raw)
In-Reply-To: <20140630215134.7224.46164.stgit@dhcp-17-70.bos.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1331 bytes --]

On 06/30/2014 03:51 PM, Tomoki Sekiyama wrote:
> Add command to get mounted filesystems information in the guest.
> The returned value contains a list of mountpoint paths and
> corresponding disks info such as disk bus type, drive address,
> and the disk controllers' PCI addresses, so that management layer
> such as libvirt can resolve the disk backends.
> 

> In Linux guest, the disk information is resolved from sysfs. So far,
> it only supports virtio-blk, virtio-scsi, IDE, SATA, SCSI disks on x86
> hosts, and "disk" parameter may be empty for unsupported disk types.
> 
> Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
> ---
>  qga/commands-posix.c |  438 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  qga/commands-win32.c |    6 +
>  qga/qapi-schema.json |   79 +++++++++
>  3 files changed, 522 insertions(+), 1 deletion(-)
> 

> +##
> +# @GuestDiskBusType
> +#
> +# An enumeration of bus type of disks
> +#
> +# @ide: IDE disks
> +# @fdc: floppy disks
> +# @scsi: SCSI disks
> +# @virtio: virtio disks
> +# @xen: Xen disks
> +# @usb: USB disks
> +# @uml: UML disks
> +# @sata: SATA disks
> +# @sd: SD cards
> +#
> +# Since: 2.1

Another change to 2.2.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 539 bytes --]

  reply	other threads:[~2014-08-07 22:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 21:51 [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 1/3] " Tomoki Sekiyama
2014-08-07 22:03   ` Eric Blake
2014-08-07 22:18     ` Michael Roth
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 2/3] qga: Add guest-get-fsinfo command Tomoki Sekiyama
2014-08-07 22:05   ` Eric Blake [this message]
2014-06-30 21:51 ` [Qemu-devel] [RESEND PATCH v5 3/3] qga: Disable unsupported commands by default Tomoki Sekiyama
2014-07-07 16:55 ` [Qemu-devel] [RESEND PATCH v5 0/3] qga: Add guest-fsfreeze-freeze-list command Tomoki Sekiyama
2014-08-07 21:55 ` Michael Roth

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=53E3F83B.8060006@redhat.com \
    --to=eblake@redhat.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mitsuhiro.tanino@hds.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tomoki.sekiyama@hds.com \
    /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.