Re: [Xen-devel] [PATCH v2] aarch64: advertise the GIC system register interface

2017-11-07 Thread Peter Maydell
On 7 November 2017 at 17:57, Stefano Stabellini wrote: > On Tue, 7 Nov 2017, Peter Maydell wrote: >> I thought about this on the cycle into work this morning, and I >> think that rather than require every board that uses gicv3 >> to set a property on the CPU, we should change

Re: [Xen-devel] [PATCH v2] aarch64: advertise the GIC system register interface

2017-11-07 Thread Peter Maydell
On 6 November 2017 at 22:16, Stefano Stabellini wrote: > When QEMU emulates a GICv3, it needs to advertise the presence of the > system register interface, which is done via id_aa64pfr0. > > To do that, and at the same time to avoid advertising the presence of > the system register interface when

Re: [Xen-devel] [Qemu-devel] [PATCH v2] hw/display/xenfb: Simulate auto-repeat key events

2017-11-02 Thread Peter Maydell
On 2 November 2017 at 17:18, Liang Yan wrote: > New tigervnc changes the way to send long pressed key, > from "down up down up ..." to "down down ... up", it only > affects xen pv console mode. I send a patch to latest > kernel side, but it may have a fix in qemu backend for > back compatible beca

Re: [Xen-devel] [PATCH] aarch64: advertise the GIC system register interface

2017-10-31 Thread Peter Maydell
On 31 October 2017 at 18:51, Stefano Stabellini wrote: > On Tue, 31 Oct 2017, Peter Maydell wrote: >> On 31 October 2017 at 17:01, Stefano Stabellini >> wrote: >> > Fixing QEMU is harder than I expected. Would it be possible to update >> > id_aa64pfr0 at CPU

Re: [Xen-devel] [PATCH] aarch64: advertise the GIC system register interface

2017-10-31 Thread Peter Maydell
On 31 October 2017 at 17:01, Stefano Stabellini wrote: > Fixing QEMU is harder than I expected. Would it be possible to update > id_aa64pfr0 at CPU reset time? Like cpu->id_aa64pfr0 |= 0x0100; ? At that point we've already called register_cp_regs_for_features(), which is where we read cpu->id

Re: [Xen-devel] [PATCH] aarch64: advertise the GIC system register interface

2017-10-31 Thread Peter Maydell
On 19 October 2017 at 15:46, Peter Maydell wrote: > On 18 October 2017 at 01:10, Stefano Stabellini > wrote: >> Advertise the presence of the GIC system register interface (1<<24) >> according to H9.248 of the ARM ARM. >> >> This patch allows Xen to boot

Re: [Xen-devel] [PULL 0/3] xen-20171026-tag

2017-10-28 Thread Peter Maydell
On 26 October 2017 at 23:59, Stefano Stabellini wrote: > The following changes since commit 325a084c1ebccb265a3c8f1dd092ffbbfb448a00: > > Merge remote-tracking branch > 'remotes/stefanberger/tags/pull-tpm-2017-10-24-1' into staging (2017-10-26 > 09:20:11 +0100) > > are available in the git rep

Re: [Xen-devel] [PATCH] aarch64: advertise the GIC system register interface

2017-10-19 Thread Peter Maydell
On 18 October 2017 at 01:10, Stefano Stabellini wrote: > Advertise the presence of the GIC system register interface (1<<24) > according to H9.248 of the ARM ARM. > > This patch allows Xen to boot on QEMU aarch64. > > Signed-off-by: Stefano Stabellini > > diff --git a/target/arm/cpu64.c b/target/

Re: [Xen-devel] [Qemu-devel] [PATCH 7/8] os-posix: Provide new -runasid option

2017-10-06 Thread Peter Maydell
On 4 October 2017 at 17:18, Ian Jackson wrote: > This allows the caller to specify a uid and gid to use, even if there > is no corresponding password entry. This will be useful in certain > Xen configurations. > > Signed-off-by: Ian Jackson > --- > @@ -166,17 +187,19 @@ void os_parse_cmd_args(

Re: [Xen-devel] [Qemu-arm] [Qemu-devel] [PATCH v1 1/8] Replace all occurances of __FUNCTION__ with __func__

2017-09-27 Thread Peter Maydell
On 26 September 2017 at 06:32, Eric Blake wrote: > On 09/25/2017 07:08 PM, Alistair Francis wrote: >> diff --git a/hw/arm/nseries.c b/hw/arm/nseries.c >> index 58005b6619..32687afced 100644 >> --- a/hw/arm/nseries.c >> +++ b/hw/arm/nseries.c >> @@ -463,7 +463,7 @@ static uint32_t mipid_txrx(void *

Re: [Xen-devel] [PULL 0/2] xen-20170920-tag

2017-09-21 Thread Peter Maydell
On 21 September 2017 at 03:21, Stefano Stabellini wrote: > The following changes since commit b62b7ed0fc9c58e373b8946c9bd2e193be98dae6: > > Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging > (2017-09-20 20:33:48 +0100) > > are available in the git repository at: > > >

Re: [Xen-devel] [Qemu-devel] [PATCH v2] xen-disk: use g_new0 to fix build

2017-07-28 Thread Peter Maydell
On 28 July 2017 at 21:49, Philippe Mathieu-Daudé wrote: > Hi Olaf, > > On 07/28/2017 10:11 AM, Olaf Hering wrote: >> >> g_malloc0_n is available since glib-2.24. To allow build with older glib >> versions use the generic g_new0, which is already used in many other >> places in the code. > > > Can

Re: [Xen-devel] [PULL for-2.10 0/2] please pull xen-20170721-tag

2017-07-24 Thread Peter Maydell
On 22 July 2017 at 01:45, Stefano Stabellini wrote: > The following changes since commit 91939262ffcd3c85ea6a4793d3029326eea1d649: > > configure: Drop ancient Solaris 9 and earlier support (2017-07-21 15:04:05 > +0100) > > are available in the git repository at: > > git://xenbits.xen.org/peop

Re: [Xen-devel] [PULL for-2.0 0/7] please pull xen-20170718-tag

2017-07-19 Thread Peter Maydell
mapcache: add an ability to create dummy mappings > xen/mapcache: introduce xen_replace_cache_entry() > xen: don't use xenstore to save/restore physmap anymore > > Peter Maydell (1): > xen_pt_msi.c: Check for xen_host_pci_get_* failures in > xen_pt_msix_init() > > Stefano St

Re: [Xen-devel] [PULL 0/3] please pull xen-20170707-tag

2017-07-10 Thread Peter Maydell
On 7 July 2017 at 19:29, Stefano Stabellini wrote: > The following changes since commit b11365867568ba954de667a0bfe0945b8f78d6bd: > > Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into > staging (2017-07-06 11:42:59 +0100) > > are available in the git repository at: > >

[Xen-devel] [PATCH] xen_pt_msi.c: Check for xen_host_pci_get_* failures in xen_pt_msix_init()

2017-07-09 Thread Peter Maydell
Check the return status of the xen_host_pci_get_* functions we call in xen_pt_msix_init(), and fail device init if the reads failed rather than ploughing ahead. (Spotted by Coverity: CID 777338.) Signed-off-by: Peter Maydell --- Disclaimer: compile tested only! The only other Xen-related

Re: [Xen-devel] [PATCH 0/3] please pull xen-20170627-tag

2017-06-29 Thread Peter Maydell
On 27 June 2017 at 23:04, Stefano Stabellini wrote: > The following changes since commit 577caa2672ccde7352fda3ef17e44993de862f0e: > > Merge remote-tracking branch > 'remotes/edgar/tags/edgar/mmio-exec-v2.for-upstream' into staging (2017-06-27 > 16:56:55 +0100) > > are available in the git rep

Re: [Xen-devel] Getting rid of xen_init_display() (and its dubious call into main_loop_wait())

2017-06-28 Thread Peter Maydell
On 28 June 2017 at 01:06, Stefano Stabellini wrote: > On Tue, 27 Jun 2017, Peter Maydell wrote: >> So, there is exactly one caller of main_loop_wait() in the tree that >> passes it 'true' as an argument. That caller is in xen_init_display() >> in hw/dispaly/xenfb.c.

Re: [Xen-devel] [PULL 0/21] Please pull xen-20170421-v2-tag for 2.10

2017-04-26 Thread Peter Maydell
On 25 April 2017 at 19:34, Stefano Stabellini wrote: > Added a fix for the clang build, see > alpine.DEB.2.10.1704251014320.2875@sstabellini-ThinkPad-X260 > > > The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059: > > Update version for v2.9.0-rc1 release (2017-03-21 17:1

Re: [Xen-devel] [PULL 0/21] Please pull xen-20170421-tag for 2.10

2017-04-24 Thread Peter Maydell
On 24 April 2017 at 22:25, Stefano Stabellini wrote: > diff --git a/hw/9pfs/xen-9pfs.h b/hw/9pfs/xen-9pfs.h > new file mode 100644 > index 000..18f0ec0 > --- /dev/null > +++ b/hw/9pfs/xen-9pfs.h > @@ -0,0 +1,14 @@ > +/* > + * Xen 9p backend > + * > + * Copyright Aporeto 2017 > + * > + * Author

Re: [Xen-devel] [PULL 0/21] Please pull xen-20170421-tag for 2.10

2017-04-24 Thread Peter Maydell
On 21 April 2017 at 21:14, Stefano Stabellini wrote: > The following changes since commit 55a19ad8b2d0797e3a8fe90ab99a9bb713824059: > > Update version for v2.9.0-rc1 release (2017-03-21 17:13:29 +) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabellini/qem

Re: [Xen-devel] [PULL 0/2] tags/xen-20170228-tag

2017-03-01 Thread Peter Maydell
On 28 February 2017 at 19:15, Stefano Stabellini wrote: > The following changes since commit 7d1730b7d9d8272a13245adfc9b0405e5a4bd0c2: > > Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into > staging (2017-02-28 16:22:41 +) > > are available in the git repository at:

Re: [Xen-devel] [PULL 0/5] xen-20170202

2017-02-03 Thread Peter Maydell
On 2 February 2017 at 18:35, Stefano Stabellini wrote: > The following changes since commit 3aca12f841fcd6f3a7477076dad0d564360500de: > > Merge remote-tracking branch > 'remotes/pmaydell/tags/pull-target-arm-20170127' into staging (2017-01-27 > 16:59:17 +) > > are available in the git repo

Re: [Xen-devel] [PATCH v2] xen: use qdev_unplug() instead of g_free() in xen_pv_find_xendev()

2017-02-01 Thread Peter Maydell
On 1 February 2017 at 19:37, Stefano Stabellini wrote: > Hi Peter, > > do you think this is acceptable? The set of operations here is basically what I suggested in review of v1, so I think it is the right thing. OTOH this is a bit of an odd corner of the QOM model so it might be worth doing some

Re: [Xen-devel] [Qemu-devel] [PATCH] xen: use qdev_unplug() insteda of g_free() in xen_pv_find_xendev()

2017-01-30 Thread Peter Maydell
On 30 January 2017 at 15:14, Juergen Gross wrote: > The error exits of xen_pv_find_xendev() free the new xen-device via > g_free() which is wrong. > > As the xen-device has been initialized as qdev it must be removed > via qdev_unplug(). > > This bug has been introduced with commit 3a6c9172ac5951e

Re: [Xen-devel] [Qemu-devel] Commit 3a6c9 breaks QEMU on FreeBSD/Xen

2017-01-26 Thread Peter Maydell
On 26 January 2017 at 20:47, Peter Maydell wrote: > On 26 January 2017 at 19:36, Stefano Stabellini > wrote: >> It should be just a matter of replacing qdev_init_nofail with something >> that can fail. I couldn't find a regular qdev_init that can return >> error,

Re: [Xen-devel] [Qemu-devel] Commit 3a6c9 breaks QEMU on FreeBSD/Xen

2017-01-26 Thread Peter Maydell
On 26 January 2017 at 19:36, Stefano Stabellini wrote: > It should be just a matter of replacing qdev_init_nofail with something > that can fail. I couldn't find a regular qdev_init that can return > error, so maybe we would need to add it. That's just object_property_set_bool(OBJECT(whatever

Re: [Xen-devel] [Qemu-devel] [PATCH] hw/xen/xen_pvdev: Include qemu/log.h for qemu_log_vprintf()

2016-11-02 Thread Peter Maydell
On 2 November 2016 at 17:34, Stefano Stabellini wrote: > On Wed, 2 Nov 2016, Thomas Huth wrote: >> Olaf Hering reported a build failure due to an undefined reference >> to 'qemu_log_vprintf'. Explicitely including qemu/log.h seems to >> fix the issue. >> >> Signed-off-by: Thomas Huth > > The fix

Re: [Xen-devel] [PULL 00/13] xen-20161028-tag

2016-10-31 Thread Peter Maydell
On 29 October 2016 at 02:10, Stefano Stabellini wrote: > The following changes since commit 5b2ecabaeabc17f032197246c4846b9ba95ba8a6: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into > staging (2016-10-28 17:59:04 +0100) > > are available in the git repository at:

Re: [Xen-devel] [PULL 0/3] tags/xen-20161021-tag

2016-10-24 Thread Peter Maydell
On 21 October 2016 at 21:06, Stefano Stabellini wrote: > The following changes since commit b49e452fe994f8fbcd22bf5a87b79a2355481318: > > Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160921' > into staging (2016-10-21 13:49:58 +0100) > > are available in the git repository

Re: [Xen-devel] [PULL 0/1] tags/xen-20160927-tag

2016-09-28 Thread Peter Maydell
On 27 September 2016 at 18:36, Stefano Stabellini wrote: > The following changes since commit 25930ed60aad49f1fdd7de05272317c86ce1275b: > > Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into > staging (2016-09-27 23:10:12 +0100) > > are available in the git repository at

Re: [Xen-devel] [PULL 0/1] xen-20160905

2016-09-06 Thread Peter Maydell
On 5 September 2016 at 20:02, Stefano Stabellini wrote: > The following changes since commit 12d2c4184c5ab60be3428b2bdea5ae66e8d5d960: > > Update version for v2.7.0-rc5 release (2016-08-30 20:39:45 +0100) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabellini/

Re: [Xen-devel] [PULL 0/2] xen-20160812-tag-2

2016-08-15 Thread Peter Maydell
On 13 August 2016 at 00:42, Stefano Stabellini wrote: > The following changes since commit 28b874429ba16e71e0caa46453f3a3e31efb3c51: > > Merge remote-tracking branch > 'remotes/amit-migration/tags/migration-for-2.7-7' into staging (2016-08-11 > 17:53:35 +0100) > > are available in the git repo

Re: [Xen-devel] xen-20160804-tag

2016-08-05 Thread Peter Maydell
On 4 August 2016 at 18:44, Stefano Stabellini wrote: > The following changes since commit 09704e6ded83fa0bec14baf32f800f6512156ca0: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into > staging (2016-08-04 10:24:27 +0100) > > are available in the git repository at: > > >

Re: [Xen-devel] [PULL 0/3] xen-20160622-tag

2016-06-23 Thread Peter Maydell
On 22 June 2016 at 12:47, Stefano Stabellini wrote: > The following changes since commit 6f1d2d1c5ad20d464705b17318cb7ca495f8078a: > > Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' > into staging (2016-06-21 15:19:58 +0100) > > are available in the git repository at

Re: [Xen-devel] [PULL 0/2] xen-20160614-tag

2016-06-14 Thread Peter Maydell
xen: Clean up includes (2016-06-14 15:37:43 +0100) > > > Xen 2016/06/14 > > > Jan Beulich (1): > xen/blkif: avoid double access to any shared ring request fields > > Peter Maydell (1): > xen: Cl

Re: [Xen-devel] [PATCH] xen: Clean up includes

2016-06-14 Thread Peter Maydell
On 14 June 2016 at 15:37, Stefano Stabellini wrote: > I didn't lose it, I thought you had already committed it as > 21cbfe5f37aaa3a13d3af28454e762c05be67429, but I realize now that > although they have the same commit message, they are not the same patch. > > I was wondering how it got upstream gi

Re: [Xen-devel] [PATCH] xen: Clean up includes

2016-06-14 Thread Peter Maydell
On 30 May 2016 at 16:54, Stefano Stabellini wrote: > On Tue, 24 May 2016, Peter Maydell wrote: >> Clean up includes so that osdep.h is included first and headers >> which it implies are not included manually. >> >> This commit was created with scripts/clean-includes.

Re: [Xen-devel] [PULL 0/2] xen-20160613-tag

2016-06-13 Thread Peter Maydell
On 13 June 2016 at 11:54, Stefano Stabellini wrote: > The following changes since commit a93c1bdf0bd4689287094ddb2aae3dc907da3535: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160610-1' into > staging (2016-06-10 15:47:17 +0100) > > are available in the git repository at: > >

[Xen-devel] [PATCH] xen: Clean up includes

2016-05-24 Thread Peter Maydell
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell --- hw/usb/xen-usb.c | 5 + include/hw/xen/xen.h | 1 - 2 files changed, 1 insertion(+), 5

Re: [Xen-devel] [PULL for-2.6 0/1] tags/xen-2016-04-20

2016-04-20 Thread Peter Maydell
On 20 April 2016 at 12:14, Stefano Stabellini wrote: > The following changes since commit 42bb626f7ebc9197d2943b897a99e127315275ab: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2016-04-12 09:34:52 +0100) > > are available in the git repository at:

Re: [Xen-devel] [PATCH] Xen: update MAINTAINERS info

2016-03-31 Thread Peter Maydell
On 29 March 2016 at 11:02, Stefano Stabellini wrote: > Add Anthony Perard as Xen co-maintainer. > Update my email address. > > Signed-off-by: Stefano Stabellini > Acked-by: Anthony Perard > > diff --git a/MAINTAINERS b/MAINTAINERS > index afbe845..66abde8 100644 > --- a/MAINTAINERS > +++ b/MAINT

Re: [Xen-devel] [PULL 0/5] tags/xen-2016-02-12

2016-02-12 Thread Peter Maydell
On 12 February 2016 at 17:30, Stefano Stabellini wrote: > The following changes since commit f075c89f0a9cb31daf38892371d2822177505706: > > Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' > into staging (2016-02-09 17:56:46 +) > > are available in the git repository a

Re: [Xen-devel] [Qemu-devel] [PATCH 1/5] xen: drop support for Xen 4.1 and older.

2016-02-09 Thread Peter Maydell
On 9 February 2016 at 16:17, Ian Campbell wrote: > Xen 4.2 become unsupported upstream in 09/2105 (see > http://wiki.xen.org/wiki/Xen_Release_Features) "2015" if you have to do a respin or the person committing to their subtree wants to fix it up... thanks -- PMM ___

Re: [Xen-devel] [Qemu-devel] qemu-upstream compile failure in intel_iommu.c:vtd_context_device_invalidate

2016-01-28 Thread Peter Maydell
On 28 January 2016 at 08:45, Paolo Bonzini wrote: > > > On 27/01/2016 19:23, Olaf Hering wrote: >> >> xen.git/tools/qemu-xen-dir/hw/i386/intel_iommu.c: In function >> ‘vtd_context_device_invalidate’: >> xen.git/tools/qemu-xen-dir/hw/i386/intel_iommu.c:911:46: error: ‘mask’ may >> be used uniniti

Re: [Xen-devel] [PULL] xen-20160126-2

2016-01-26 Thread Peter Maydell
On 26 January 2016 at 17:21, Stefano Stabellini wrote: > The following changes since commit 1535a6d699487740b490369e44f9ca8d305463cd: > > Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into > staging (2016-01-26 09:16:07 +) > > are available in the git repository at: >

Re: [Xen-devel] [PULL 0/8] xen-20160126

2016-01-26 Thread Peter Maydell
On 26 January 2016 at 15:51, Stefano Stabellini wrote: > The following changes since commit 1535a6d699487740b490369e44f9ca8d305463cd: > > Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into > staging (2016-01-26 09:16:07 +) > > are available in the git repository at: >

Re: [Xen-devel] [PULL 0/11] xen-20160121

2016-01-21 Thread Peter Maydell
On 21 January 2016 at 17:01, Stefano Stabellini wrote: > The following changes since commit 17c8a2197888bac8ec0256b16919b721c76c5e62: > > Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-01-13' > into staging (2016-01-14 13:07:38 +) > > are available in the git repository a

Re: [Xen-devel] [PULL 0/4] xen-2015-12-22

2015-12-23 Thread Peter Maydell
On 22 December 2015 at 16:20, Stefano Stabellini wrote: > The following changes since commit c3626ca7df027dabf0568284360a23faf18f0884: > > Update version for v2.5.0-rc3 release (2015-12-07 17:47:40 +) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabellini/

Re: [Xen-devel] [PULL 0/2] xsa155

2015-12-18 Thread Peter Maydell
On 18 December 2015 at 15:17, Stefano Stabellini wrote: > The following changes since commit 18f49881cf8359e89396aac12f5d3cf3f8a632ba: > > configure: Fix shell syntax to placate OpenBSD's pdksh (2015-12-18 13:32:49 > +) > > are available in the git repository at: > > git://xenbits.xen.org

Re: [Xen-devel] [PULL 0/1] tags/xen-2015-12-11

2015-12-11 Thread Peter Maydell
On 11 December 2015 at 17:01, Stefano Stabellini wrote: > On Fri, 11 Dec 2015, Peter Maydell wrote: >> On 11 December 2015 at 16:52, Stefano Stabellini >> wrote: >> If this was intended for 2.5 you have missed the boat. > > I sent it because it is a bug fix, but

Re: [Xen-devel] [PULL 0/1] tags/xen-2015-12-11

2015-12-11 Thread Peter Maydell
On 11 December 2015 at 16:52, Stefano Stabellini wrote: > The following changes since commit 6e0abc251dd4f8eba1f53656dfede12e5840e83b: > > blockdev: Mark {insert, remove}-medium experimental (2015-12-11 15:39:29 > +) > > are available in the git repository at: > > git://xenbits.xen.org/pe

Re: [Xen-devel] [PULL for-2.5 0/2] xen-20151125

2015-11-25 Thread Peter Maydell
On 25 November 2015 at 11:22, Stefano Stabellini wrote: > The following changes since commit 8337c6cbc37c6b2184f41bab3eaff47d5e68012a: > > Update version for v2.5.0-rc0 release (2015-11-13 17:10:36 +) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabellini/

Re: [Xen-devel] [PULL 00/29] xen-2015-09-10-tag

2015-09-10 Thread Peter Maydell
On 10 September 2015 at 18:15, Stefano Stabellini wrote: > The following changes since commit 8611280505119e296757a60711a881341603fa5a: > > target-microblaze: Use setcond for pcmp* (2015-09-08 08:49:33 +0200) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabell

Re: [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-10 Thread Peter Maydell
On 10 September 2015 at 02:12, Chen, Tiejun wrote: > On 9/9/2015 9:06 PM, Stefano Stabellini wrote: >> >> On Tue, 8 Sep 2015, Peter Maydell wrote: >>> >>> On 8 September 2015 at 18:21, Stefano Stabellini >>> wrote

Re: [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-10 Thread Peter Maydell
On 10 September 2015 at 02:21, Chen, Tiejun wrote: > On 9/10/2015 12:10 AM, Stefano Stabellini wrote: >> I found another issue introduced by the gfx passthrough series on >> Windows: >> >> ../hw/pci-host/piix.o: In function `host_pci_config_read': >> /root/qemu/hw/pci-host/piix.c:778: undefined re

Re: [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-09 Thread Peter Maydell
On 9 September 2015 at 17:10, Stefano Stabellini wrote: > I found another issue introduced by the gfx passthrough series on > Windows: > > ../hw/pci-host/piix.o: In function `host_pci_config_read': > /root/qemu/hw/pci-host/piix.c:778: undefined reference to `_pread' > > It is introduced by: > > co

Re: [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-09 Thread Peter Maydell
On 9 September 2015 at 14:06, Stefano Stabellini wrote: > Speak about build environments, Peter, would you care to share your > scripts and setup so that I can run similar tests in the future on my > own? I have no OSX machines so I tried to do a Windows > cross-compile, following http://wiki.qem

Re: [Xen-devel] [PULL 0/19] xen-2015-09-08-tag

2015-09-08 Thread Peter Maydell
On 8 September 2015 at 18:21, Stefano Stabellini wrote: > The following changes since commit 8611280505119e296757a60711a881341603fa5a: > > target-microblaze: Use setcond for pcmp* (2015-09-08 08:49:33 +0200) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabelli

Re: [Xen-devel] [PULL for-2.4 0/1] cve-2015-5166-tag

2015-08-04 Thread Peter Maydell
On 3 August 2015 at 15:32, Stefano Stabellini wrote: > The following changes since commit 2a3612ccc1fa9cea77bd193afbfe21c77e7e91ef: > > Merge remote-tracking branch > 'remotes/stefanha/tags/rtl8139-cplus-tx-input-validation-pull-request' into > staging (2015-08-03 13:09:10 +0100) > > are avail

Re: [Xen-devel] [PULL for-2.4 0/2] Fix migration on Xen

2015-08-03 Thread Peter Maydell
On 3 August 2015 at 17:19, Stefano Stabellini wrote: > The following changes since commit f60c87154ac722c528fd5582f7137914a93c5eec: > > configure: Drop vnc-ws feature from help text (2015-08-03 15:32:17 +0100) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabel

Re: [Xen-devel] [Qemu-devel] [PATCH] Fix the compatibility typedef of ioservid_t to match the Xen headers

2015-07-08 Thread Peter Maydell
On 8 July 2015 at 15:06, Michael S. Tsirkin wrote: > On Tue, Jul 07, 2015 at 02:32:38PM +0100, Paul Durrant wrote: >> There is a mismatch between the definition of ioservid_t in >> xen_common.h and the definition in the Xen publix headers. This patch >> corrects the definition in xen_common.h. >>

Re: [Xen-devel] [PULL 0/5] xen-220615

2015-06-23 Thread Peter Maydell
On 23 June 2015 at 17:19, Stefano Stabellini wrote: > On Tue, 23 Jun 2015, Peter Maydell wrote: >> I have a bit in my pull-request-creation script that automatically >> checks that every commit has my signoff, to avoid this kind of >> mistake: >> https://git.linaro.or

Re: [Xen-devel] [PULL 0/5] xen-220615

2015-06-23 Thread Peter Maydell
On 23 June 2015 at 11:30, Stefano Stabellini wrote: > On Tue, 23 Jun 2015, Peter Maydell wrote: >> I'm afraid I can't apply this -- this revert commit is missing a >> signed-off-by >> line. Can you respin, please? > > I thought that being a straight revert, d

Re: [Xen-devel] [PULL 0/5] xen-220615

2015-06-23 Thread Peter Maydell
On 22 June 2015 at 14:08, Stefano Stabellini wrote: > The following changes since commit 00967f4e0bab246679d0ddc32fd31a7179345baf: > > Merge remote-tracking branch 'remotes/agraf/tags/signed-s390-for-upstream' > into staging (2015-06-05 12:04:42 +0100) > > are available in the git repository at

Re: [Xen-devel] [PULL 0/11] Xen PCI Passthrough security fixes

2015-06-02 Thread Peter Maydell
On 2 June 2015 at 16:39, Stefano Stabellini wrote: > The following changes since commit 3fc827d591679f3e262b9d1f8b34528eabfca8c0: > > target-arm: Correct check for non-EL3 (2015-06-02 13:22:29 +0100) > > are available in the git repository at: > > git://xenbits.xen.org/people/sstabellini/qemu-

Re: [Xen-devel] [PATCH 0/11] Xen PCI Passthrough security fixes

2015-06-02 Thread Peter Maydell
On 2 June 2015 at 16:32, Stefano Stabellini wrote: > On Tue, 2 Jun 2015, Stefano Stabellini wrote: >> Hi all, >> >> the following is a collection of QEMU security fixes for PCI Passthrough >> on Xen. Non-Xen usages of QEMU are unaffected. >> >> Although the CVEs have already been made public, give

Re: [Xen-devel] [PULL 0/1] Xen tree 2015-01-26

2015-01-26 Thread Peter Maydell
On 26 January 2015 at 12:00, Stefano Stabellini wrote: > The following changes since commit b3a4755a67a52aa7297eb8927b482d09dabdefec: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20150122-1' into > staging (2015-01-22 12:14:19 +) > > are available in the git repository at:

Re: [Xen-devel] [PULL v2 0/4] Xen tree 2015-01-20 v2

2015-01-20 Thread Peter Maydell
On 20 January 2015 at 14:27, Stefano Stabellini wrote: > The following changes since commit 74acb99737dbedd86654d660c0c20815139a873c: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' > into staging (2015-01-19 13:37:05 +) > > are available in the git repository

Re: [Xen-devel] [PULL 0/4] Xen tree 2015-01-20

2015-01-20 Thread Peter Maydell
On 20 January 2015 at 11:19, Stefano Stabellini wrote: > The following changes since commit 74acb99737dbedd86654d660c0c20815139a873c: > > Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20150119-1' > into staging (2015-01-19 13:37:05 +) > > are available in the git repository

Re: [Xen-devel] [PULL 0/2] Xen tree 2015-01-13

2015-01-13 Thread Peter Maydell
On 13 January 2015 at 18:24, Stefano Stabellini wrote: > The following changes since commit 7d5ad15d17f26dd4f9ff5f3491828bc34e74f28c: > > Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into > staging (2015-01-12 11:13:24 +) > > are available in the git repository at:

Re: [Xen-devel] [qemu-mainline bisection] complete test-amd64-amd64-xl-win7-amd64

2014-12-30 Thread Peter Maydell
On 30 December 2014 at 09:06, Fabio Fantoni wrote: > In the automatic test the qemu log contain: >> >> qemu-system-i386: util/qemu-option.c:387: qemu_opt_get_bool_helper: >> Assertion `opt->desc && opt->desc->type == QEMU_OPT_BOOL' failed. > > Is there unexpected case in the qemu patch spotted by

Re: [Xen-devel] [Qemu-devel] [PATCH 1/4] introduce virtqueue_unmap_sg

2014-11-25 Thread Peter Maydell
On 25 November 2014 at 14:43, Stefano Stabellini wrote: > Introduce a function to unmap an sg previously mapped with > virtqueue_map_sg. > > Signed-off-by: Stefano Stabellini > CC: jasow...@redhat.com > CC: we...@cn.fujitsu.com > CC: m...@redhat.com > CC: pbonz...@redhat.com > --- > hw/virtio/vi

Re: [Xen-devel] [PULL for-2.2 0/2] Xen tree 2014-11-14

2014-11-14 Thread Peter Maydell
On 14 November 2014 11:29, Stefano Stabellini wrote: > The following changes since commit c52e67924fbdadfa00668248f5c075542943c54c: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into > staging (2014-11-13 15:44:16 +) > > are available in the git repository at: > > >