All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin O'Connor <kevin@koconnor.net>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Alex Williamson <alex.williamson@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	kvm@vger.kernel.org, seabios@seabios.org, allen.m.kay@intel.com,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [RFC PATCH v3 3/3] fw/pci: Allocate IGD stolen memory
Date: Mon, 15 Feb 2016 14:50:41 -0500	[thread overview]
Message-ID: <20160215195041.GA17899@morn.lan> (raw)
In-Reply-To: <20160215212558-mutt-send-email-mst@redhat.com>

On Mon, Feb 15, 2016 at 09:29:26PM +0200, Michael S. Tsirkin wrote:
> I can build a generic interface to pass addresses
> allocated by bios back to QEMU. It looks like this would
> be useful for other purposes as well.  Interested?

If this is undertaken, I suggest extending fw_cfg to support "writable
files" instead of introducing a whole new interface.

-Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin O'Connor <kevin@koconnor.net>
To: "Michael S. Tsirkin" <mst@redhat.com>
Cc: kvm@vger.kernel.org, seabios@seabios.org, allen.m.kay@intel.com,
	qemu-devel@nongnu.org,
	Alex Williamson <alex.williamson@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>
Subject: Re: [Qemu-devel] [RFC PATCH v3 3/3] fw/pci: Allocate IGD stolen memory
Date: Mon, 15 Feb 2016 14:50:41 -0500	[thread overview]
Message-ID: <20160215195041.GA17899@morn.lan> (raw)
In-Reply-To: <20160215212558-mutt-send-email-mst@redhat.com>

On Mon, Feb 15, 2016 at 09:29:26PM +0200, Michael S. Tsirkin wrote:
> I can build a generic interface to pass addresses
> allocated by bios back to QEMU. It looks like this would
> be useful for other purposes as well.  Interested?

If this is undertaken, I suggest extending fw_cfg to support "writable
files" instead of introducing a whole new interface.

-Kevin

  reply	other threads:[~2016-02-15 19:50 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-13  0:23 [RFC PATCH v3 0/3] IGD assignment support for QEMU/vfio Alex Williamson
2016-02-13  0:23 ` [Qemu-devel] " Alex Williamson
2016-02-13  0:23 ` [RFC PATCH v3 1/3] fw/pci: Add support for mapping Intel IGD OpRegion via QEMU Alex Williamson
2016-02-13  0:23   ` [Qemu-devel] " Alex Williamson
2016-02-13  0:23 ` [RFC PATCH v3 2/3] Further increase maximum size of permanent high memory area Alex Williamson
2016-02-13  0:23   ` [Qemu-devel] " Alex Williamson
2016-02-13  0:23 ` [RFC PATCH v3 3/3] fw/pci: Allocate IGD stolen memory Alex Williamson
2016-02-13  0:23   ` [Qemu-devel] " Alex Williamson
2016-02-13  2:49   ` Kevin O'Connor
2016-02-13  2:49     ` [Qemu-devel] " Kevin O'Connor
2016-02-13 15:12     ` Alex Williamson
2016-02-13 15:12       ` [Qemu-devel] " Alex Williamson
2016-02-13 18:18       ` Kevin O'Connor
2016-02-13 18:18         ` [Qemu-devel] " Kevin O'Connor
2016-02-13 18:51         ` Alex Williamson
2016-02-13 18:51           ` [Qemu-devel] " Alex Williamson
2016-02-13 20:05           ` Kevin O'Connor
2016-02-13 20:05             ` [Qemu-devel] " Kevin O'Connor
2016-02-13 20:57             ` Alex Williamson
2016-02-13 20:57               ` [Qemu-devel] " Alex Williamson
2016-02-14  0:20               ` Kevin O'Connor
2016-02-14  0:20                 ` [Qemu-devel] " Kevin O'Connor
2016-02-14  1:03                 ` Alex Williamson
2016-02-14  1:03                   ` [Qemu-devel] " Alex Williamson
2016-02-15  9:54                   ` Igor Mammedov
2016-02-15  9:54                     ` Igor Mammedov
2016-02-15 19:20                     ` Alex Williamson
2016-02-15 19:20                       ` Alex Williamson
2016-02-15 19:29                       ` Michael S. Tsirkin
2016-02-15 19:29                         ` Michael S. Tsirkin
2016-02-15 19:50                         ` Kevin O'Connor [this message]
2016-02-15 19:50                           ` Kevin O'Connor
2016-02-15 20:08                           ` Michael S. Tsirkin
2016-02-15 20:08                             ` Michael S. Tsirkin
2016-02-15 19:54                         ` Alex Williamson
2016-02-15 19:54                           ` Alex Williamson
2016-02-16 12:08                       ` Gerd Hoffmann
2016-02-16 12:08                         ` Gerd Hoffmann
2016-02-15 14:15                   ` Kevin O'Connor
2016-02-15 14:15                     ` [Qemu-devel] " Kevin O'Connor
2016-02-15 10:31           ` Gerd Hoffmann
2016-02-15 10:31             ` [Qemu-devel] " Gerd Hoffmann
2016-02-15 17:46             ` Alex Williamson
2016-02-15 17:46               ` [Qemu-devel] " Alex Williamson

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=20160215195041.GA17899@morn.lan \
    --to=kevin@koconnor.net \
    --cc=alex.williamson@redhat.com \
    --cc=allen.m.kay@intel.com \
    --cc=imammedo@redhat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mst@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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.