All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tiejun Chen <tiejun.chen@intel.com>
To: mst@redhat.com
Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com,
	qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com
Subject: [Qemu-devel] [v4][PATCH 0/5] xen: introduce new machine for IGD passthrough
Date: Wed,  6 Aug 2014 14:50:30 +0800	[thread overview]
Message-ID: <1407307835-9692-1-git-send-email-tiejun.chen@intel.com> (raw)

v4:

* Rebase on latest tree
* Drop patch #2
* Regenerate patches after Michael introduce patch #1
* We need to use this pci_type as a index to reuse I440FX_PCI_DEVICE()
* Test: boot with a preinstalled winxp
  ./i386-softmmu/qemu-system-i386 -hda winxp-32.img -m 2560 -boot c -machine pc

v3:

* Drop patch #4
* Add one patch #1 from Michael
* Rebase
* In./i386-softmmu/qemu-system-i386 -hda test.img -m 2560 -boot c -machine pc

v2:

* Fix some coding style
* New patch to separate i440fx_init
* Just add prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough
* Based on patch #2 to regenerate
* Unify prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough like patch #3
* Test: boot with a preinstalled ubuntu 14.04
  ./i386-softmmu/qemu-system-i386 -hda test.img -m 2560 -boot c -machine pc

As we discussed we need to create a separate machine to support current
IGD passthrough.

----------------------------------------------------------------
Michael S. Tsirkin (1):
      i440fx: make types configurable at run-time

Tiejun Chen (4):
      pc_init1: pass parameters just with types
      I440FX_PCI_DEVICE: add pci_type to index
      xen:hw:pci-host:piix: create host bridge to passthrough
      xen:hw:i386:pc_piix: introduce new machine for IGD passthrough

 hw/i386/pc_piix.c    | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 hw/pci-host/piix.c   | 58 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 include/hw/i386/pc.h |  8 +++++++-
 3 files changed, 110 insertions(+), 16 deletions(-)

Thanks
Tiejun

WARNING: multiple messages have this Message-ID (diff)
From: Tiejun Chen <tiejun.chen@intel.com>
To: mst@redhat.com
Cc: pbonzini@redhat.com, xen-devel@lists.xensource.com,
	qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com
Subject: [v4][PATCH 0/5] xen: introduce new machine for IGD passthrough
Date: Wed,  6 Aug 2014 14:50:30 +0800	[thread overview]
Message-ID: <1407307835-9692-1-git-send-email-tiejun.chen@intel.com> (raw)

v4:

* Rebase on latest tree
* Drop patch #2
* Regenerate patches after Michael introduce patch #1
* We need to use this pci_type as a index to reuse I440FX_PCI_DEVICE()
* Test: boot with a preinstalled winxp
  ./i386-softmmu/qemu-system-i386 -hda winxp-32.img -m 2560 -boot c -machine pc

v3:

* Drop patch #4
* Add one patch #1 from Michael
* Rebase
* In./i386-softmmu/qemu-system-i386 -hda test.img -m 2560 -boot c -machine pc

v2:

* Fix some coding style
* New patch to separate i440fx_init
* Just add prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough
* Based on patch #2 to regenerate
* Unify prefix with XEN_IGD_PASSTHROUGH/xen_igd_passthrough like patch #3
* Test: boot with a preinstalled ubuntu 14.04
  ./i386-softmmu/qemu-system-i386 -hda test.img -m 2560 -boot c -machine pc

As we discussed we need to create a separate machine to support current
IGD passthrough.

----------------------------------------------------------------
Michael S. Tsirkin (1):
      i440fx: make types configurable at run-time

Tiejun Chen (4):
      pc_init1: pass parameters just with types
      I440FX_PCI_DEVICE: add pci_type to index
      xen:hw:pci-host:piix: create host bridge to passthrough
      xen:hw:i386:pc_piix: introduce new machine for IGD passthrough

 hw/i386/pc_piix.c    | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 hw/pci-host/piix.c   | 58 ++++++++++++++++++++++++++++++++++++++++++++++++----------
 include/hw/i386/pc.h |  8 +++++++-
 3 files changed, 110 insertions(+), 16 deletions(-)

Thanks
Tiejun

             reply	other threads:[~2014-08-06  6:53 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-06  6:50 Tiejun Chen [this message]
2014-08-06  6:50 ` [v4][PATCH 0/5] xen: introduce new machine for IGD passthrough Tiejun Chen
2014-08-06  6:50 ` [Qemu-devel] [v4][PATCH 1/5] i440fx: make types configurable at run-time Tiejun Chen
2014-08-06  6:50   ` Tiejun Chen
2014-08-06  6:50 ` [Qemu-devel] [v4][PATCH 2/5] pc_init1: pass parameters just with types Tiejun Chen
2014-08-06  6:50   ` Tiejun Chen
2014-08-06  6:50 ` [Qemu-devel] [v4][PATCH 3/5] I440FX_PCI_DEVICE: add pci_type to index Tiejun Chen
2014-08-06  6:50   ` Tiejun Chen
2014-08-06  9:45   ` [Qemu-devel] " Michael S. Tsirkin
2014-08-06  9:45     ` Michael S. Tsirkin
2014-08-06 10:17     ` [Qemu-devel] " Chen, Tiejun
2014-08-06 10:17       ` Chen, Tiejun
2014-08-06 21:07       ` [Qemu-devel] " Michael S. Tsirkin
2014-08-06 21:07         ` Michael S. Tsirkin
2014-08-07  1:40         ` [Qemu-devel] " Chen, Tiejun
2014-08-07  1:40           ` Chen, Tiejun
2014-08-10 20:27           ` [Qemu-devel] " Michael S. Tsirkin
2014-08-10 20:27             ` Michael S. Tsirkin
2014-08-11  2:50             ` [Qemu-devel] " Chen, Tiejun
2014-08-11  2:50               ` Chen, Tiejun
2014-08-12  8:54               ` [Qemu-devel] " Michael S. Tsirkin
2014-08-12  8:54                 ` Michael S. Tsirkin
2014-08-12  9:25                 ` [Qemu-devel] " Chen, Tiejun
2014-08-12  9:25                   ` Chen, Tiejun
2014-08-12  9:39                   ` [Qemu-devel] " Chen, Tiejun
2014-08-12  9:39                     ` Chen, Tiejun
2014-08-06  6:50 ` [Qemu-devel] [v4][PATCH 4/5] xen:hw:pci-host:piix: create host bridge to passthrough Tiejun Chen
2014-08-06  6:50   ` Tiejun Chen
2014-08-06  9:42   ` [Qemu-devel] " Michael S. Tsirkin
2014-08-06  9:42     ` Michael S. Tsirkin
2014-08-06  9:47     ` [Qemu-devel] " Chen, Tiejun
2014-08-06  9:47       ` Chen, Tiejun
2014-08-06 21:04       ` [Qemu-devel] " Michael S. Tsirkin
2014-08-06 21:04         ` Michael S. Tsirkin
2014-08-07  1:44         ` [Qemu-devel] " Chen, Tiejun
2014-08-07  1:44           ` Chen, Tiejun
2014-08-06  6:50 ` [Qemu-devel] [v4][PATCH 5/5] xen:hw:i386:pc_piix: introduce new machine for IGD passthrough Tiejun Chen
2014-08-06  6:50   ` Tiejun Chen

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=1407307835-9692-1-git-send-email-tiejun.chen@intel.com \
    --to=tiejun.chen@intel.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xensource.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.