Re: [Qemu-devel] [PATCH 1/1] xen-hvm.c: Add support for Xen access to vmport

2014-10-01 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Stefano Stabellini > Sent: 01 October 2014 10:20 > To: Slutz, Donald Christopher > Cc: xen-de...@lists.xensource.com; Stefano St

Re: [Qemu-devel] [PATCH] Citrix PV Bus device

2013-07-26 Thread Paul Durrant
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: 24 July 2013 11:20 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Qemu-devel] [PATCH] Citrix PV Bus device > > On 07/02/13 16:03, Paul Durra

Re: [Qemu-devel] [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply _EJ0 methods for PCIslots that support hotplug by runtime patching

2014-05-09 Thread Paul Durrant
r.biz; > johannes.kra...@googlemail.com; Gonglei (Arei); Stefano Stabellini; > Gaowei (UVP); Jan Beulich; Anthony Perard; Paul Durrant > Subject: Re: [Xen-devel] [PATCH v4] Hvmloader: Modify ACPI to only supply > _EJ0 methods for PCIslots that support hotplug by runtime patching > > On

Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device

2014-05-23 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 22 May 2014 14:57 > To: Gerd Hoffmann > Cc: Paolo Bonzini; Stefano Stabellini; Paul Durrant; qemu-devel@nongnu.org; > Anthony Liguori; m...@redhat.com > Subject: Re:

Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device

2014-05-23 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 23 May 2014 11:11 > To: Paul Durrant > Cc: Stefano Stabellini; Gerd Hoffmann; Paolo Bonzini; qemu- > de...@nongnu.org; Anthony Liguori; m...@redhat.com > Subject: RE:

Re: [Qemu-devel] [PATCH] xen: make xen-platform a default device

2014-05-23 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 23 May 2014 12:37 > To: Paul Durrant > Cc: Stefano Stabellini; Gerd Hoffmann; Paolo Bonzini; qemu- > de...@nongnu.org; Anthony Liguori; m...@redhat.com; Anthony Perard >

[Qemu-devel] [PATCH] Xen: Use the ioreq-server API when available

2014-10-10 Thread Paul Durrant
need. Signed-off-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Stefano Stabellini Cc: Peter Maydell Cc: Paolo Bonzini Cc: Michael Tokarev Cc: Stefan Hajnoczi Cc: Stefan Weil Cc: Andreas Faerber" Cc: Thomas Huth Cc: Peter Crosthwaite Cc: Eduardo Habkost Cc: Gerd Hoffmann Cc: Alexey Kar

Re: [Qemu-devel] [PATCH] Xen: Use the ioreq-server API when available

2014-10-10 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 10 October 2014 15:40 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Michael S. > Tsirkin; Stefano Stabellini; Peter Maydell; Paolo Bonzin

[Qemu-devel] [PATCH v2 2/2] Xen: Use the ioreq-server API when available

2014-10-13 Thread Paul Durrant
pping these pages (they are in a well known location) and attempting to attack QEMU by synthesizing its own request structures. Hence, this patch modifies configure to detect whether the API is available, and adds the necessary code to use the API if it is. Signed-off-by: Paul Durrant Cc: St

[Qemu-devel] [PATCH v2 0/2] Xen: Use ioreq-server API

2014-10-13 Thread Paul Durrant
This patch series is v2 of what was the single patch "Xen: Use the ioreq-server API when available". The code that adds the PCI bus listener is now in patch #1 of this series and the remainder of the changes, in patch #2, have been re-worked to constrain the #ifdefing to xen_common.h, as requested

[Qemu-devel] [PATCH v2 1/2] Add PCI bus listener interface

2014-10-13 Thread Paul Durrant
-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Paolo Bonzini Cc: Andreas Faerber Cc: Thomas Huth Cc: Peter Crosthwaite Cc: Christian Borntraeger --- hw/pci/pci.c| 65 +++ include/hw/pci/pci.h|9 +++ include/qemu/typedefs.h

Re: [Qemu-devel] [PATCH v2 2/2] Xen: Use the ioreq-server API when available

2014-10-13 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 13 October 2014 16:53 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Stefano > Stabellini; Peter Maydell; Paolo Bonzini; Michael Tokare

Re: [Qemu-devel] [PATCH v2 1/2] Add PCI bus listener interface

2014-10-14 Thread Paul Durrant
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: 14 October 2014 10:54 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Paolo > Bonzini; Andreas Faerber; Thomas Huth; Peter Crosthwaite; Christian > Born

Re: [Qemu-devel] [PATCH v2 1/2] Add PCI bus listener interface

2014-10-14 Thread Paul Durrant
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: 14 October 2014 12:27 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Paolo > Bonzini; Andreas Faerber; Thomas Huth; Peter Crosthwaite; Christian > Born

[Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-15 Thread Paul Durrant
pping these pages (they are in a well known location) and attempting to attack QEMU by synthesizing its own request structures. Hence, this patch modifies configure to detect whether the API is available, and adds the necessary code to use the API if it is. Signed-off-by: Paul Durrant Cc: St

[Qemu-devel] [PATCH v3 1/2] Add device listener interface

2014-10-15 Thread Paul Durrant
-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Andreas Faerber" Cc: Paolo Bonzini Cc: Peter Crosthwaite Cc: Igor Mammedov Cc: Markus Armbruster Cc: Thomas Huth Cc: Christian Borntraeger --- hw/core/qdev.c | 54 +++ include/hw/qdev-c

[Qemu-devel] [PATCH v3 0/2] Xen: Use ioreq-server API

2014-10-15 Thread Paul Durrant
This patch series is v3 of what was originally the single patch "Xen: Use the ioreq-server API when available". v2 of the series moved the code that added the PCI bus listener to patch #1 and the remainder of the changes to patch #2. Patch #2 was then re-worked to constrain the #ifdefing to xen_co

Re: [Qemu-devel] [PATCH v3 1/2] Add device listener interface

2014-10-15 Thread Paul Durrant
> -Original Message- > From: Igor Mammedov [mailto:imamm...@redhat.com] > Sent: 15 October 2014 10:54 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Michael S. > Tsirkin; Andreas Faerber"; Paolo Bonzini; Peter Crosthwaite;

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-15 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 15 October 2014 15:38 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Stefano > Stabellini; Peter Maydell; Paolo Bonzini; Michael Tokare

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Peter Maydell [mailto:peter.mayd...@linaro.org] > Sent: 15 October 2014 18:30 > To: Paul Durrant > Cc: QEMU Developers; xen-de...@lists.xenproject.org; Stefano Stabellini; > Paolo Bonzini; Michael Tokarev; Stefan Hajnoczi; Stefan Weil; O

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: 16 October 2014 08:37 > To: Peter Maydell; Paul Durrant > Cc: QEMU Developers; xen-de...@lists.xenproject.org; Stefano Stabellini; > Michael Tokarev; Stefan Hajnoczi; Stefan Weil; Olaf Her

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 15 October 2014 15:38 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Stefano > Stabellini; Peter Maydell; Paolo Bonzini; Michael Tokare

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: 16 October 2014 11:10 > To: Paul Durrant; Peter Maydell > Cc: QEMU Developers; xen-de...@lists.xenproject.org; Stefano Stabellini; > Michael Tokarev; Stefan Hajnoczi; Stefan Weil; Olaf Her

Re: [Qemu-devel] [PATCH v3 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Paul Durrant > Sent: 16 October 2014 11:17 > To: 'Paolo Bonzini'; Peter Maydell > Cc: QEMU Developers; xen-de...@lists.xenproject.org; Stefano Stabellini; > Michael Tokarev; Stefan Hajnoczi; Stefan Weil; Olaf Hering; Gerd Hoff

[Qemu-devel] [PATCH v4 1/2] Add device listener interface

2014-10-16 Thread Paul Durrant
-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Andreas Faerber" Cc: Paolo Bonzini Cc: Peter Crosthwaite Cc: Igor Mammedov Cc: Markus Armbruster Cc: Thomas Huth Cc: Christian Borntraeger --- hw/core/qdev.c | 54 +++ include/hw/qdev-c

[Qemu-devel] [PATCH v4 2/2] Xen: Use the ioreq-server API when available

2014-10-16 Thread Paul Durrant
pping these pages (they are in a well known location) and attempting to attack QEMU by synthesizing its own request structures. Hence, this patch modifies configure to detect whether the API is available, and adds the necessary code to use the API if it is. Signed-off-by: Paul Durrant Acked-by: St

[Qemu-devel] [PATCH v4 0/2] Use ioreq-server API

2014-10-16 Thread Paul Durrant
This patch series is v4 of what was originally the single patch "Xen: Use the ioreq-server API when available". v2 of the series moved the code that added the PCI bus listener to patch #1 and the remainder of the changes to patch #2. Patch #2 was then re-worked to constrain the #ifdefing to xen_co

Re: [Qemu-devel] [PATCH v3 1/2] Add device listener interface

2014-10-16 Thread Paul Durrant
> -Original Message- > From: Igor Mammedov [mailto:imamm...@redhat.com] > Sent: 16 October 2014 13:41 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org; Michael S. > Tsirkin; Andreas Faerber > Subject: Re: [PATCH v3 1/2] Add device liste

Re: [Qemu-devel] [PATCH v4 1/1] xen-hvm.c: Add support for Xen access to vmport

2014-10-17 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:dsl...@verizon.com] > Sent: 17 October 2014 13:14 > To: qemu-devel@nongnu.org; Paul Durrant > Cc: xen-de...@lists.xensource.com; Alexander Graf; Andreas Färber; > Anthony Liguori; Don Slutz; Marcel Apfelbaum; Markus Armbr

Re: [Qemu-devel] [PATCH v4 1/1] xen-hvm.c: Add support for Xen access to vmport

2014-10-17 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:dsl...@verizon.com] > Sent: 17 October 2014 14:31 > To: Paul Durrant; Don Slutz; qemu-devel@nongnu.org > Cc: xen-de...@lists.xensource.com; Alexander Graf; Andreas Färber; > Anthony Liguori; Marcel Apfelbaum; Markus Arm

Re: [Qemu-devel] [PATCH v4 1/1] xen-hvm.c: Add support for Xen access to vmport

2014-10-17 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Paul Durrant > Sent: 17 October 2014 14:36 > To: Don Slutz; qemu-devel@nongnu.org > Cc: xen-de...@lists.

Re: [Qemu-devel] [PATCH v5 1/1] xen-hvm.c: Add support for Xen access to vmport

2014-10-20 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:dsl...@verizon.com] > Sent: 20 October 2014 13:19 > To: qemu-devel@nongnu.org; Paul Durrant > Cc: xen-de...@lists.xensource.com; Alexander Graf; Andreas Färber; > Anthony Liguori; Don Slutz; Marcel Apfelbaum; Markus Armbr

Re: [Qemu-devel] [Xen-devel] [PATCH v4 0/2] Use ioreq-server API

2014-10-29 Thread Paul Durrant
Ping? > -Original Message- > From: xen-devel-boun...@lists.xen.org [mailto:xen-devel- > boun...@lists.xen.org] On Behalf Of Paul Durrant > Sent: 16 October 2014 13:11 > To: qemu-devel@nongnu.org; xen-de...@lists.xenproject.org > Subject: [Xen-devel] [PATCH v4 0/2] Us

[Qemu-devel] [PATCH] xen-pvdevice: make device-id property compulsory

2013-11-13 Thread Paul Durrant
always be supplied by the Xen toolstack. Signed-off-by: Paul Durrant --- hw/xen/xen_pvdevice.c|6 +- include/hw/pci/pci_ids.h |1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hw/xen/xen_pvdevice.c b/hw/xen/xen_pvdevice.c index 1132c89..c218947 100644 --- a/hw/xen

Re: [Qemu-devel] [PATCH] xen-pvdevice: make device-id property compulsory

2013-11-14 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 13 November 2013 18:06 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Qemu-devel] [PATCH] xen-pvdevice: make device-id property &g

Re: [Qemu-devel] [PATCH v5 2/2] Xen: Use the ioreq-server API when available

2015-01-29 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:dsl...@verizon.com] > Sent: 29 January 2015 00:58 > To: Don Slutz; Paul Durrant; qemu-devel@nongnu.org; Stefano Stabellini > Cc: Peter Maydell; Olaf Hering; Alexey Kardashevskiy; Stefan Weil; Michael > Tokarev; Alexander G

Re: [Qemu-devel] New IOREQ type -- IOREQ_TYPE_VMWARE_PORT

2015-01-30 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:dsl...@verizon.com] > Sent: 29 January 2015 19:41 > To: Paul Durrant; Don Slutz; qemu-devel@nongnu.org; Stefano Stabellini > Cc: Peter Maydell; Olaf Hering; Alexey Kardashevskiy; Stefan Weil; Michael > Tokarev; Alexander G

[Qemu-devel] [PATCH v4 REPOST 1/2] Add device listener interface

2014-12-03 Thread Paul Durrant
-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Andreas Faerber" Cc: Paolo Bonzini Cc: Peter Crosthwaite Cc: Igor Mammedov Cc: Markus Armbruster Cc: Thomas Huth Cc: Christian Borntraeger --- hw/core/qdev.c | 54 +++ include/hw/qdev-c

[Qemu-devel] [PATCH v4 REPOST 2/2] Use ioreq-server API

2014-12-03 Thread Paul Durrant
This patch series is a re-post v4 of what was originally the single patch "Xen: Use the ioreq-server API when available". It was originally posted on October 16th and pinged on October 29th. I am still awaiting an ack/nack for patch #1, hence the re-post. v2 of the series moved the code that added

[Qemu-devel] [PATCH v4 REPOST 2/2] Xen: Use the ioreq-server API when available

2014-12-03 Thread Paul Durrant
pping these pages (they are in a well known location) and attempting to attack QEMU by synthesizing its own request structures. Hence, this patch modifies configure to detect whether the API is available, and adds the necessary code to use the API if it is. Signed-off-by: Paul Durrant Acked-by: St

Re: [Qemu-devel] [PATCH v4 REPOST 1/2] Add device listener interface

2014-12-03 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: 03 December 2014 13:56 > To: Michael S. Tsirkin; Stefano Stabellini > Cc: Paul Durrant; qemu-devel@nongnu.org; Peter Crosthwaite; Thomas > Huth; Markus Armbruster; Christian Borntraeger; Igor

Re: [Qemu-devel] [PATCH v4 REPOST 1/2] Add device listener interface

2014-12-05 Thread Paul Durrant
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: 03 December 2014 14:27 > To: Stefano Stabellini; Paul Durrant > Cc: qemu-devel@nongnu.org; Peter Crosthwaite; Thomas Huth; Michael S. > Tsirkin; Markus Armbruster; Christian Borntraeger; Ig

[Qemu-devel] [PATCH v5 1/2] Add device listener interface

2014-12-05 Thread Paul Durrant
-by: Paul Durrant Cc: Michael S. Tsirkin Cc: Andreas Faerber" Cc: Paolo Bonzini Cc: Peter Crosthwaite Cc: Igor Mammedov Cc: Markus Armbruster Cc: Thomas Huth Cc: Christian Borntraeger --- hw/core/qdev.c | 53 +++ include/hw/qdev-c

[Qemu-devel] [PATCH v5 0/2] Use ioreq-server API

2014-12-05 Thread Paul Durrant
This patch series is v5 of what was originally the single patch "Xen: Use the ioreq-server API when available". v2 of the series moved the code that added the PCI bus listener to patch #1 and the remainder of the changes to patch #2. Patch #2 was then re-worked to constrain the #ifdefing to xen_co

[Qemu-devel] [PATCH v5 2/2] Xen: Use the ioreq-server API when available

2014-12-05 Thread Paul Durrant
pping these pages (they are in a well known location) and attempting to attack QEMU by synthesizing its own request structures. Hence, this patch modifies configure to detect whether the API is available, and adds the necessary code to use the API if it is. Signed-off-by: Paul Durrant Acked-by: St

Re: [Qemu-devel] [PATCH v5 1/2] Add device listener interface

2014-12-08 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Sent: 05 December 2014 11:45 > To: Paul Durrant; qemu-devel@nongnu.org > Cc: Michael S. Tsirkin; Andreas Faerber"; Peter Crosthwaite; Igor > Mammedov; Markus Armbruster; Thomas Huth; Christia

Re: [Qemu-devel] [PATCH 1/1] Fix device listener interface for PCI to PCI bridges

2015-05-29 Thread Paul Durrant
> -Original Message- > From: Don Slutz [mailto:don.sl...@gmail.com] > Sent: 29 May 2015 14:23 > To: Michael S. Tsirkin; Paul Durrant > Cc: Don Slutz; qemu-devel@nongnu.org; Stefano Stabellini; xen-devel > Subject: Re: [Qemu-devel] [PATCH 1/1] Fix device listener interfac

Re: [Qemu-devel] RFC: configuring QEMU virtfs for Xen PV(H) guests

2016-02-15 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Wei Liu > Sent: 12 February 2016 19:11 > To: qemu-devel@nongnu.org; Xen-devel > Cc: Anthony Perard; gk...@linux.vnet.ibm.com; We

Re: [Qemu-devel] RFC: configuring QEMU virtfs for Xen PV(H) guests

2016-02-15 Thread Paul Durrant
> -Original Message- > From: Wei Liu [mailto:wei.l...@citrix.com] > Sent: 15 February 2016 13:16 > To: Paul Durrant > Cc: Wei Liu; qemu-devel@nongnu.org; Xen-devel; Anthony Perard; > gk...@linux.vnet.ibm.com; aneesh.ku...@linux.vnet.ibm.com; Stefano > Stabellini >

Re: [Qemu-devel] [PATCH] xenfb.c: avoid expensive loops when prod <= out_cons

2016-01-06 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Stefano Stabellini > Sent: 06 January 2016 12:08 > To: qemu-devel@nongnu.org > Cc: liuling...@360.cn; xen-de...@lists.xensource.

[Qemu-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-13 Thread Paul Durrant
The xen-platform device should be initialized by the Xen toolstack by passing the appropriate -device argument on the command line. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |3 --- 1 file changed, 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index d618570

Re: [Qemu-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 13 June 2013 18:33 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Qemu-devel] [PATCH] Remove hardcoded xen-platform device > initi

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 13 June 2013 18:44 > To: Stefano Stabellini > Cc: Paul Durrant; qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Remove hardcoded xen- > platform device initialization >

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: 13 June 2013 19:03 > To: Ian Campbell > Cc: Stefano Stabellini; Paul Durrant; qemu-devel@nongnu.org; xen- > de...@lists.xen.org > Subject: Re: [X

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Paul Durrant > Sent: 14 June 2013 10:01 > To: Paolo Bonzini; Ian Campbell > Cc: xen-de...@lists.xen.org;

Re: [Qemu-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: 14 June 2013 14:53 > To: Paul Durrant > Cc: Stefano Stabellini; qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [PATCH] Remove hardcode

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: 14 June 2013 14:51 > To: Paul Durrant > Cc: Ian Campbell; Stefano Stabellini; qemu-devel@nongnu.org; xen- > de...@lists.xen.org > Subject: Re: [X

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-14 Thread Paul Durrant
> -Original Message- > From: Paolo Bonzini [mailto:paolo.bonz...@gmail.com] On Behalf Of Paolo > Bonzini > Sent: 14 June 2013 15:58 > To: Paul Durrant > Cc: Ian Campbell; Stefano Stabellini; qemu-devel@nongnu.org; xen- > de...@lists.xen.org > Subject: Re: [X

Re: [Qemu-devel] [PATCH] Xen PV Device

2013-07-04 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 03 July 2013 17:38 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Stefano Stabellini; > afaer...@suse.de > Subject: Re: [PATCH] Xen PV Device &g

Re: [Qemu-devel] [PATCH] Xen PV Device

2013-07-04 Thread Paul Durrant
> -Original Message- > > > > Like Anthony wrote before, All rights reserved contradicts what's > > written below. Like I said, it's part of all BSD licenses that I can find. It's certainly in the template on the OSI website and the FreeBSD license for instance. > > Aside from this, it lo

[Qemu-devel] [PATCH v5] Xen PV Device

2013-07-04 Thread Paul Durrant
Introduces a new Xen PV PCI device which will act as a binding point for PV drivers for Xen. The device has parameterized vendor-id, device-id and revision to allow to be configured as a binding point for any vendor's PV drivers. Signed-off-by: Paul Durrant Cc: Stefano Stabellini Review

[Qemu-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-17 Thread Paul Durrant
other accelerators are used. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index d618570..6d3f161 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -91,6 +91,10 @@ static

[Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v2)

2013-06-17 Thread Paul Durrant
Because of concerns over backwards compatibility and a suggestion that xenfv should be retired in favour of using the pc machine type I have re- worked my original patch into 2 patches: [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM [PATCH 2/2] Move hardcoded initialization of xe

[Qemu-devel] [PATCH 2/2] Move hardcoded initialization of xen-platform device.

2013-06-17 Thread Paul Durrant
wards compatibility for that machine type but allows more flexibility if another machine type is used with Xen HVM domains. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 6d

Re: [Qemu-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-18 Thread Paul Durrant
> -Original Message- > From: Igor Mammedov [mailto:imamm...@redhat.com] > Sent: 18 June 2013 10:44 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Qemu-devel] [PATCH 1/2] Allow use of pc machine type > (accel=xen) for Xen HVM dom

[Qemu-devel] [PATCH 2/2] Move hardcoded initialization of xen-platform device.

2013-06-18 Thread Paul Durrant
wards compatibility for that machine type but allows more flexibility if another machine type is used with Xen HVM domains. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 7b

[Qemu-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-18 Thread Paul Durrant
other accelerators are used. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index d618570..7bbb59a 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -1,3 +1,4

[Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v3)

2013-06-18 Thread Paul Durrant
Because of concerns over backwards compatibility and a suggestion that xenfv should be retired in favour of using the pc machine type I have re- worked my original patch into 2 patches: [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM [PATCH 2/2] Move hardcoded initialization of xe

Re: [Qemu-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-18 Thread Paul Durrant
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: 18 June 2013 11:29 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Paolo Bonzini > Subject: Re: [Qemu-devel] [PATCH 1/2] Allow use of pc machine type > (accel=xen

[Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v4)

2013-06-18 Thread Paul Durrant
Because of concerns over backwards compatibility and a suggestion that xenfv should be retired in favour of using the pc machine type I have re- worked my original patch into 2 patches: [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM [PATCH 2/2] Move hardcoded initialization of xe

[Qemu-devel] [PATCH 2/2] Move hardcoded initialization of xen-platform device.

2013-06-18 Thread Paul Durrant
wards compatibility for that machine type but allows more flexibility if another machine type is used with Xen HVM domains. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c

[Qemu-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-18 Thread Paul Durrant
other accelerators are used. Signed-off-by: Paul Durrant --- hw/i386/pc_piix.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index d618570..f96e0c2 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -91,6 +91,11 @@ static

Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v4)

2013-06-18 Thread Paul Durrant
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: 18 June 2013 13:52 > To: Laszlo Ersek > Cc: Paul Durrant; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform > device initialization (v4) > &

Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v4)

2013-06-18 Thread Paul Durrant
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: 18 June 2013 14:02 > To: Paul Durrant > Cc: Laszlo Ersek; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform > device initialization (v4) > &

Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform device initialization (v4)

2013-06-18 Thread Paul Durrant
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: 18 June 2013 14:14 > To: Michael S. Tsirkin > Cc: Paul Durrant; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [PATCH 0/2] Remove hardcoded xen-platform > device initialization (v4) &

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 18 June 2013 20:35 > To: Paolo Bonzini > Cc: Stefano Stabellini; Paul Durrant; qemu-devel@nongnu.org; xen- > de...@lists.xen.org; Ian Campbell > Subject: Re: [Xen-

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 19 June 2013 09:29 > To: Andreas Färber > Cc: Stefano Stabellini; Paolo Bonzini; Paul Durrant; xen-de...@lists.xen.org; > qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded x

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 19 June 2013 09:56 > To: Paolo Bonzini > Cc: Andreas Färber; Stefano Stabellini; Paul Durrant; xen- > de...@lists.xen.org; qemu-devel@nongnu.org > Subject: Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded x

[Qemu-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
device type with the appropriate device_id and revision. Signed-off-by: Paul Durrant --- hw/xen/xen_platform.c| 75 ++ include/hw/pci/pci_ids.h |1 + 2 files changed, 63 insertions(+), 13 deletions(-) diff --git a/hw/xen/xen_platform.c b/hw/xen/

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 19 June 2013 10:42 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Xen-devel] [PATCH] Add Xen platform PCI device version 2. > > On Wed, 2013-06-19 at 10:32 +0100, Pau

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 19 June 2013 11:08 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Xen-devel] [PATCH] Add Xen platform PCI device version 2. > > On Wed, 2013-06-19 at 10:43 +

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: James Harper [mailto:james.har...@bendigoit.com.au] > Sent: 19 June 2013 11:55 > To: Paul Durrant; Ian Campbell > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: RE: [Xen-devel] [PATCH] Add Xen platform PC

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Tim Deegan > Sent: 19 June 2013 11:36 > To: Ian Campbell > Cc: Paul Durrant; qemu-devel@nongnu.org; xe

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Alex Bligh [mailto:a...@alex.org.uk] > Sent: 19 June 2013 11:42 > To: Paul Durrant; Ian Campbell > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org; Alex Bligh > Subject: Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: James Harper [mailto:james.har...@bendigoit.com.au] > Sent: 19 June 2013 11:55 > To: Paul Durrant; Ian Campbell > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: RE: [Xen-devel] [PATCH] Add Xen platform PC

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-19 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Stefano Stabellini > Sent: 19 June 2013 14:53 > To: Ian Campbell > Cc: Paolo Bonzini; Paul Durrant; xe

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-19 Thread Paul Durrant
> -Original Message- > From: Tim Deegan [mailto:t...@xen.org] > Sent: 19 June 2013 16:46 > To: Paul Durrant > Cc: James Harper; Ian Campbell; qemu-devel@nongnu.org; xen- > de...@lists.xen.org > Subject: Re: [Xen-devel] [PATCH] Add Xen platform PCI device version 2. &

Re: [Qemu-devel] [Xen-devel] [PATCH] Remove hardcoded xen-platform device initialization

2013-06-20 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 19 June 2013 17:28 > To: Paul Durrant > Cc: Stefano Stabellini; Ian Campbell; Paolo Bonzini; xen-de...@lists.xen.org; > qemu-devel@nongnu.org > Subject: RE: [Qemu-deve

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-20 Thread Paul Durrant
> -Original Message- > From: Tim Deegan [mailto:t...@xen.org] > Sent: 19 June 2013 21:15 > To: Matt Wilson > Cc: Alex Bligh; Paul Durrant; xen-de...@lists.xen.org; Ian Campbell; qemu- > de...@nongnu.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Add Xen platform P

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-20 Thread Paul Durrant
> -Original Message- > From: Alex Bligh [mailto:a...@alex.org.uk] > Sent: 20 June 2013 09:09 > To: Paul Durrant; Tim (Xen.org); Matt Wilson > Cc: xen-de...@lists.xen.org; Ian Campbell; qemu-devel@nongnu.org; Alex > Bligh > Subject: RE: [Xen-devel] [Qemu-devel] [PATCH]

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-20 Thread Paul Durrant
> -Original Message- > From: Tim Deegan [mailto:t...@xen.org] > Sent: 20 June 2013 09:56 > To: Paul Durrant > Cc: Matt Wilson; Alex Bligh; xen-de...@lists.xen.org; Ian Campbell; qemu- > de...@nongnu.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Add Xen platform P

Re: [Qemu-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-20 Thread Paul Durrant
> -Original Message- > I don't understand why two devices are required here and the thread > doesn't really answer that either. Is there a spec for the Xen platform > devices? Take a look at docs/specs for some examples in the tree. > > It certainly helps to have one for discussions like

Re: [Qemu-devel] [Xen-devel] [PATCH 1/2] Allow use of pc machine type (accel=xen) for Xen HVM domains.

2013-06-25 Thread Paul Durrant
> -Original Message- > From: Stefano Stabellini [mailto:stefano.stabell...@eu.citrix.com] > Sent: 25 June 2013 13:02 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-de...@lists.xen.org > Subject: Re: [Xen-devel] [PATCH 1/2] Allow use of pc machine type > (accel=xen

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-26 Thread Paul Durrant
> -Original Message- > From: Ian Campbell > Sent: 26 June 2013 11:40 > To: Tim (Xen.org) > Cc: Paul Durrant; Matt Wilson; Alex Bligh; xen-de...@lists.xen.org; qemu- > de...@nongnu.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Add Xen platform PCI device > vers

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-26 Thread Paul Durrant
> -Original Message- > From: Tim Deegan [mailto:t...@xen.org] > Sent: 26 June 2013 12:58 > To: Paul Durrant > Cc: Ian Campbell; Matt Wilson; Alex Bligh; xen-de...@lists.xen.org; qemu- > de...@nongnu.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Add Xen platform P

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-26 Thread Paul Durrant
> -Original Message- > From: Tim Deegan [mailto:t...@xen.org] > Sent: 26 June 2013 13:36 > To: Paul Durrant > Cc: Ian Campbell; Matt Wilson; Alex Bligh; xen-de...@lists.xen.org; qemu- > de...@nongnu.org > Subject: Re: [Xen-devel] [Qemu-devel] [PATCH] Add Xen platform P

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-27 Thread Paul Durrant
> -Original Message- > From: Alex Bligh [mailto:a...@alex.org.uk] > Sent: 26 June 2013 21:00 > To: Paul Durrant; Tim (Xen.org) > Cc: Ian Campbell; Matt Wilson; xen-de...@lists.xen.org; qemu- > de...@nongnu.org; Alex Bligh > Subject: RE: [Xen-devel] [Qemu-devel] [PATCH]

Re: [Qemu-devel] [Xen-devel] [PATCH] Add Xen platform PCI device version 2.

2013-06-27 Thread Paul Durrant
> -Original Message- > From: qemu-devel-bounces+paul.durrant=citrix@nongnu.org > [mailto:qemu-devel-bounces+paul.durrant=citrix@nongnu.org] On > Behalf Of Paul Durrant > Sent: 27 June 2013 09:29 > To: Alex Bligh; Tim (Xen.org) > Cc: qemu-devel@nongnu.org; Ian

[Qemu-devel] [PATCH] Citrix PV Bus device

2013-07-02 Thread Paul Durrant
Citrix PV drivers. Signed-off-by: Paul Durrant --- hw/i386/Makefile.objs|1 + hw/i386/citrix_pv_bus.c | 122 ++ include/hw/pci/pci_ids.h |3 ++ 3 files changed, 126 insertions(+) create mode 100644 hw/i386/citrix_pv_bus.c diff --git a/hw

Re: [Qemu-devel] [Xen-devel] [PATCH] Citrix PV Bus device

2013-07-02 Thread Paul Durrant
> -Original Message- > From: Jan Beulich [mailto:jbeul...@suse.com] > Sent: 02 July 2013 09:46 > To: Paul Durrant > Cc: xen-de...@lists.xen.org; qemu-devel@nongnu.org > Subject: Re: [Xen-devel] [PATCH] Citrix PV Bus device > > >>> On 02.07.13 at 10:3

  1   2   3   4   5   6   7   8   9   10   >