Re: [Xen-devel] [PATCH] ALSA: xen-front: fix a loop timeout

2018-05-31 Thread Takashi Iwai
On Thu, 31 May 2018 08:44:39 +0200, Oleksandr Andrushchenko wrote: > > On 05/31/2018 09:25 AM, Dan Carpenter wrote: > > We want the loop to exit when "to" is set to zero, but in the current > > code it's set to -1. Also I tweaked the indenting so it doesn't look > > like we're passing "--to" to x

[Xen-devel] [PATCH] ALSA: xen-front: signdness bug in alsa_prepare()

2018-05-31 Thread Dan Carpenter
"sndif_format" needs to be signed for the error handling to work. Fixes: 1cee559351a7 ("ALSA: xen-front: Implement ALSA virtual sound driver") Signed-off-by: Dan Carpenter diff --git a/sound/xen/xen_snd_front_alsa.c b/sound/xen/xen_snd_front_alsa.c index 5041f83e98d2..43478f66954a 100644 --- a/s

Re: [Xen-devel] [PATCH 2/8] xen/balloon: Move common memory reservation routines to a module

2018-05-31 Thread Oleksandr Andrushchenko
On 05/30/2018 10:24 PM, Boris Ostrovsky wrote: On 05/30/2018 01:46 PM, Oleksandr Andrushchenko wrote: On 05/30/2018 06:54 PM, Boris Ostrovsky wrote: BTW, I also think you can further simplify xenmem_reservation_va_mapping_* routines by bailing out right away if xen_feature(XENFEAT_auto_transla

[Xen-devel] [linux-4.14 test] 123382: tolerable FAIL - PUSHED

2018-05-31 Thread osstest service owner
flight 123382 linux-4.14 real [real] http://logs.test-lab.xenproject.org/osstest/logs/123382/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-i386-xl-pvshim12 guest-start fail never pass test-amd64-i386-libvirt 13 migrat

Re: [Xen-devel] [xen-unstable test] 123379: regressions - FAIL

2018-05-31 Thread Juergen Gross
On 31/05/18 08:00, osstest service owner wrote: > flight 123379 xen-unstable real [real] > http://logs.test-lab.xenproject.org/osstest/logs/123379/ > > Regressions :-( > > Tests which did not succeed and are blocking, > including tests which could not be run: > test-amd64-i386-libvirt-qemuu-debi

Re: [Xen-devel] [PATCH v2 00/10] Intel Processor Trace virtulization enabling

2018-05-31 Thread Julien Grall
Hi, On 31/05/18 00:29, Kang, Luwei wrote: -Original Message- From: Julien Grall [mailto:julien.gr...@arm.com] Sent: Wednesday, May 30, 2018 11:15 PM To: Kang, Luwei ; xen-de...@lists.xen.org Cc: andrew.coop...@citrix.com; george.dun...@eu.citrix.com; ian.jack...@eu.citrix.com; jbeul...@

Re: [Xen-devel] [xen-unstable test] 123379: regressions - FAIL

2018-05-31 Thread Juergen Gross
On 31/05/18 10:32, Juergen Gross wrote: > On 31/05/18 08:00, osstest service owner wrote: >> flight 123379 xen-unstable real [real] >> http://logs.test-lab.xenproject.org/osstest/logs/123379/ >> >> Regressions :-( >> >> Tests which did not succeed and are blocking, >> including tests which could no

Re: [Xen-devel] [PATCH v2 00/10] Intel Processor Trace virtulization enabling

2018-05-31 Thread Kang, Luwei
> >> -Original Message- > >> From: Julien Grall [mailto:julien.gr...@arm.com] > >> Sent: Wednesday, May 30, 2018 11:15 PM > >> To: Kang, Luwei ; xen-de...@lists.xen.org > >> Cc: andrew.coop...@citrix.com; george.dun...@eu.citrix.com; > >> ian.jack...@eu.citrix.com; jbeul...@suse.com; konrad

[Xen-devel] [libvirt test] 123391: tolerable all pass - PUSHED

2018-05-31 Thread osstest service owner
flight 123391 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/123391/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-xsm 14 saverestore-support-checkfail like 123189 test-armhf-armhf-libvirt 14 saveresto

Re: [Xen-devel] [PATCH 05/13] xen/arm: Add command line option to control SSBD mitigation

2018-05-31 Thread Julien Grall
Hi, On 30/05/18 21:10, Stefano Stabellini wrote: On Wed, 30 May 2018, Julien Grall wrote: On 05/29/2018 11:34 PM, Stefano Stabellini wrote: On Tue, 29 May 2018, Julien Grall wrote: On 25/05/18 21:51, Stefano Stabellini wrote: On Thu, 24 May 2018, Julien Grall wrote: On 23/05/18 23:34, Stefa

[Xen-devel] [xen-4.10-testing test] 123389: tolerable FAIL - PUSHED

2018-05-31 Thread osstest service owner
flight 123389 xen-4.10-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/123389/ Failures :-/ but no regressions. Tests which are failing intermittently (not blocking): test-arm64-arm64-xl-xsm 6 xen-install fail in 123344 pass in 123389 test-amd64-amd64-xl-qemuu-de

Re: [Xen-devel] [PATCH v4 01/10] xen/arm64: Added handling of the trapped access to OSLSR register

2018-05-31 Thread Julien Grall
Hi Mirela, On 30/05/18 10:53, Mirela Simonovic wrote: On Wed, May 30, 2018 at 11:48 AM, Mirela Simonovic mailto:mirela.simono...@aggios.com>> wrote: Please note - I'm not sure how should write to this register be treated. In the original patch (handle_ro_raz implementation) undef exception

[Xen-devel] [PATCH for-4.11 1/2] ocaml/libs/xb: use bytes in place of strings for mutable buffers

2018-05-31 Thread Marcello Seri
Since ocaml 4.06.0, that made safe-string on by default, the compiler is allowed to perform optimisations on immutable strings. They should no longer be used as mutable buffers, and bytes should be used instead. The c stubs for Xs_ring have been updated to use bytes, and the interface rationalised

[Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Marcello Seri
When xenstore was updated to support safe-string, some unnecessary copies were introduced. A further patch reduced the copies at the price of many calls to unsafe conversions between bytes and strings. In the port we also did not notice that some C stubs were still incorrectly using ocaml strings a

[Xen-devel] [PATCH for-4.11 2/2] ocaml/xenstored: reduce use of unsafe conversions

2018-05-31 Thread Marcello Seri
The rationalisation of the Xs_ring interface in the xb library allows to further reduce the unsafe calls withouth introducing copies. This patch also contains some further code cleanups. Signed-off-by: Marcello Seri --- tools/ocaml/xenstored/logging.ml | 16 ++-- tools/ocaml/xenstore

Re: [Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Juergen Gross
On 31/05/18 15:05, Marcello Seri wrote: > When xenstore was updated to support safe-string, some unnecessary > copies were introduced. A further patch reduced the copies at the price > of many calls to unsafe conversions between bytes and strings. In the > port we also did not notice that some C st

Re: [Xen-devel] [PATCH 2/8] xen/balloon: Move common memory reservation routines to a module

2018-05-31 Thread Oleksandr Andrushchenko
On 05/31/2018 10:51 AM, Oleksandr Andrushchenko wrote: On 05/30/2018 10:24 PM, Boris Ostrovsky wrote: On 05/30/2018 01:46 PM, Oleksandr Andrushchenko wrote: On 05/30/2018 06:54 PM, Boris Ostrovsky wrote: BTW, I also think you can further simplify xenmem_reservation_va_mapping_* routines by ba

Re: [Xen-devel] [PATCH 6/8] xen/gntdev: Implement dma-buf export functionality

2018-05-31 Thread Oleksandr Andrushchenko
On 05/31/2018 08:55 AM, Oleksandr Andrushchenko wrote: On 05/31/2018 02:10 AM, Dongwon Kim wrote: On Fri, May 25, 2018 at 06:33:29PM +0300, Oleksandr Andrushchenko wrote: From: Oleksandr Andrushchenko 1. Create a dma-buf from grant references provided by the foreign     domain. By default dma

Re: [Xen-devel] [PATCH 0/8] xen: dma-buf support for grant device

2018-05-31 Thread Oleksandr Andrushchenko
On 05/31/2018 08:51 AM, Oleksandr Andrushchenko wrote: On 05/31/2018 04:46 AM, Boris Ostrovsky wrote: On 05/25/2018 11:33 AM, Oleksandr Andrushchenko wrote: Oleksandr Andrushchenko (8):    xen/grant-table: Make set/clear page private code shared    xen/balloon: Move common memory reservatio

Re: [Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Andrew Cooper
On 31/05/18 15:14, Juergen Gross wrote: > On 31/05/18 15:05, Marcello Seri wrote: >> When xenstore was updated to support safe-string, some unnecessary >> copies were introduced. A further patch reduced the copies at the price >> of many calls to unsafe conversions between bytes and strings. In the

Re: [Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Juergen Gross
On 31/05/18 16:49, Andrew Cooper wrote: > On 31/05/18 15:14, Juergen Gross wrote: >> On 31/05/18 15:05, Marcello Seri wrote: >>> When xenstore was updated to support safe-string, some unnecessary >>> copies were introduced. A further patch reduced the copies at the price >>> of many calls to unsafe

Re: [Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Christian Lindig
As we recently found out in another project with C bindings, problems stemming from interaction with the OCaml garbage collector can be very rare and very hard to find. So I appreciate to get this right and Marcello (who is sitting next to me) has the most experience with this in our group. But

Re: [Xen-devel] [v2 4/6] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-31 Thread Sameer Goel
On 5/30/2018 10:13 PM, Manish Jaggi wrote: > > > On 05/31/2018 04:31 AM, Sameer Goel wrote: >> + >> +static int arm_smmu_iommu_domain_init(struct domain *d) > Where is iommu_domain initialized? > The function does not use a iommu_domain * variable >> Please check iommu.c 2 levels

[Xen-devel] [PATCH for-4.11] x86/VT-x: Fix printing of EFER in vmcs_dump_vcpu()

2018-05-31 Thread Andrew Cooper
This is essentially a "take 2" of c/s 82540b66ce "x86/VT-x: Fix determination of EFER.LMA in vmcs_dump_vcpu()" because in hindight, that change was more problematic than useful. The original reason was to fix the logic for determining when not to print the PDPTE pointers. However, mutating the ef

Re: [Xen-devel] [v2 4/6] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-31 Thread Goel, Sameer
On 5/30/2018 10:10 PM, Manish Jaggi wrote: > > > On 05/31/2018 01:16 AM, Sameer Goel wrote: >> Manish, I'll take another look at the variable names. I might not have >> enough time :). On 05/23/2018 10:48 PM, Manish Jaggi wrote: > Hi Sameer, > > General Comment, please us

[Xen-devel] [xen-4.9-testing test] 123395: regressions - trouble: broken/fail/pass

2018-05-31 Thread osstest service owner
flight 123395 xen-4.9-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/123395/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-xl broken test-amd64-amd64-rumprun-amd64 7 xen-

Re: [Xen-devel] [PATCH for-4.11 0/2] xenstore: reduce use of unsafe conversions

2018-05-31 Thread Marcello Seri
On 31/05/18 17:29, Juergen Gross wrote: >On 31/05/18 16:49, Andrew Cooper wrote: >> On 31/05/18 15:14, Juergen Gross wrote: >>> On 31/05/18 15:05, Marcello Seri wrote: When xenstore was updated to support safe-string, some unnecessary copies were introduced. A further patch reduced the co

[Xen-devel] [linux-3.18 test] 123396: regressions - FAIL

2018-05-31 Thread osstest service owner
flight 123396 linux-3.18 real [real] http://logs.test-lab.xenproject.org/osstest/logs/123396/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 16 guest-localmigrate/x10 fail REGR. vs. 123274 test-

[Xen-devel] [linux-4.9 bisection] complete test-amd64-amd64-xl-xsm

2018-05-31 Thread osstest service owner
branch xen-unstable xenbranch xen-unstable job test-amd64-amd64-xl-xsm testid xen-boot Tree: linux git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Tree: linuxfirmware git://xenbits.xen.org/osstest/linux-firmware.git Tree: qemu git://xenbits.xen.org/qemu-xen-traditional.git T

[Xen-devel] [PULL 1/3] xen/hvm: correct reporting of modified memory under physmap during migration

2018-05-31 Thread Stefano Stabellini
From: Igor Druzhinin When global_log_dirty is enabled VRAM modification tracking never worked correctly. The address that is passed to xen_hvm_modified_memory() is not the effective PFN but RAM block address which is not the same for VRAM. We need to make a translation for this address into PFN

[Xen-devel] [PULL 0/3] xen-20180531-tag

2018-05-31 Thread Stefano Stabellini
The following changes since commit c181ddaa176856b3cd2dfd12bbcf25fa9c884a97: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180531-1' into staging (2018-05-31 17:00:55 +0100) are available in the git repository at: http://xenbits.xenproject.org/git-h

[Xen-devel] [PULL 3/3] xen-hvm: stop faking I/O to access PCI config space

2018-05-31 Thread Stefano Stabellini
From: Paul Durrant This patch removes the current hackery where IOREQ_TYPE_PCI_CONFIG requests are handled by faking PIO to 0xcf8 and 0xcfc and replaces it with direct calls to pci_host_config_read/write_common(). Doing so necessitates mapping BDFs to PCIDevices but maintaining a simple QLIST in

[Xen-devel] [PULL 2/3] xen-hvm: try to use xenforeignmemory_map_resource() to map ioreq pages

2018-05-31 Thread Stefano Stabellini
From: Paul Durrant Xen 4.11 has a new API to directly map guest resources. Among the resources that can be mapped using this API are ioreq pages. This patch modifies QEMU to attempt to use the new API should it exist, falling back to the previous mechanism if it is unavailable. Signed-off-by: P

Re: [Xen-devel] [PATCH 0/8] xen: dma-buf support for grant device

2018-05-31 Thread Boris Ostrovsky
On 05/31/2018 01:51 AM, Oleksandr Andrushchenko wrote: > On 05/31/2018 04:46 AM, Boris Ostrovsky wrote: >> >> >> On 05/25/2018 11:33 AM, Oleksandr Andrushchenko wrote: >> >>> >>> Oleksandr Andrushchenko (8): >>>    xen/grant-table: Make set/clear page private code shared >>>    xen/balloon: Move co

[Xen-devel] [xen-4.8-testing test] 123399: regressions - FAIL

2018-05-31 Thread osstest service owner
flight 123399 xen-4.8-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/123399/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-shadow 7 xen-boot fail REGR. vs. 123091 test-amd64-amd6

Re: [Xen-devel] [PATCH 0/8] xen: dma-buf support for grant device

2018-05-31 Thread Boris Ostrovsky
On 05/31/2018 10:41 AM, Oleksandr Andrushchenko wrote: > On 05/31/2018 08:51 AM, Oleksandr Andrushchenko wrote: >> On 05/31/2018 04:46 AM, Boris Ostrovsky wrote: >>> >>> >>> On 05/25/2018 11:33 AM, Oleksandr Andrushchenko wrote: >>> Oleksandr Andrushchenko (8):    xen/grant-table: Ma

Re: [Xen-devel] [PATCH 05/13] xen/arm: Add command line option to control SSBD mitigation

2018-05-31 Thread Stefano Stabellini
On Thu, 31 May 2018, Julien Grall wrote: > Hi, > > On 30/05/18 21:10, Stefano Stabellini wrote: > > On Wed, 30 May 2018, Julien Grall wrote: > > > On 05/29/2018 11:34 PM, Stefano Stabellini wrote: > > > > On Tue, 29 May 2018, Julien Grall wrote: > > > > > On 25/05/18 21:51, Stefano Stabellini wrot

Re: [Xen-devel] [PATCH 05/13] xen/arm: Add command line option to control SSBD mitigation

2018-05-31 Thread Julien Grall
(sorry for the formatting) On Thu, 31 May 2018, 22:00 Stefano Stabellini, wrote: > On Thu, 31 May 2018, Julien Grall wrote: > > Hi, > > > > On 30/05/18 21:10, Stefano Stabellini wrote: > > > On Wed, 30 May 2018, Julien Grall wrote: > > > > On 05/29/2018 11:34 PM, Stefano Stabellini wrote: > > >

Re: [Xen-devel] [PATCH v3 09/10] arm: add QEMU, Rcar3 and MPSoC configs

2018-05-31 Thread Stefano Stabellini
On Wed, 30 May 2018, Julien Grall wrote: > On 30/05/2018 22:39, Stefano Stabellini wrote: > > On Tue, 29 May 2018, Julien Grall wrote: > > > Hi Stefano, > > > > > > On 23/05/18 01:25, Stefano Stabellini wrote: > > > > Add a "Platform Support" menu with three umbrella kconfig options: QEMU, > > > >

[Xen-devel] [PATCH v4 09/10] xen: add cloc target

2018-05-31 Thread Stefano Stabellini
Add a Xen build target to count the lines of code of the source files built. Uses `cloc' to do the job. With Xen on ARM taking off in embedded, IoT, and automotive, we are seeing more and more uses of Xen in constrained environments. Users and system integrators want the smallest Xen and Dom0 conf

[Xen-devel] [PATCH v4 03/10] arm: rename HAS_GICV3 to GICV3

2018-05-31 Thread Stefano Stabellini
HAS_GICV3 has become selectable by the user. To mark the change, rename the option from HAS_GICV3 to GICV3. Suggested-by: Julien Grall Signed-off-by: Stefano Stabellini Acked-by: Julien Grall --- Changes in v3: - no changes Changes in v2: - patch added --- xen/arch/arm/Kconfig | 4 ++--

[Xen-devel] [PATCH v4 10/10] xen: add per-platform defaults for NR_CPUS

2018-05-31 Thread Stefano Stabellini
Add specific per-platform defaults for NR_CPUS. Note that the order of the defaults matter: they need to go first, otherwise the generic defaults will be applied. This is done so that Xen builds customized for a specific hardware platform can have the right NR_CPUS number. Signed-off-by: Stefano

[Xen-devel] [PATCH v4 07/10] arm: add a tiny kconfig configuration

2018-05-31 Thread Stefano Stabellini
Add a tiny kconfig configuration. Enabled NULL and Credit schedulers. Support only 8 cpus. It only carries non-default options (use make olddefconfig to produce a complete .config file). Signed-off-by: Stefano Stabellini --- Note that this approach has a limitation: it is not possible to "select

[Xen-devel] [PATCH v4 02/10] arm: make it possible to disable HAS_GICV3

2018-05-31 Thread Stefano Stabellini
Today it is a silent option. This patch adds a one line description and makes it optional. Signed-off-by: Stefano Stabellini Acked-by: Julien Grall --- Changes in v3: - remove any changes to MEM_ACCESS - update commit message Changes in v2: - make HAS_GICv3 depend on ARM_64 - remove modificati

[Xen-devel] [PATCH v4 0/10] arm: more kconfig configurability and small default configs

2018-05-31 Thread Stefano Stabellini
Hi all, This patch series is the first step toward building a small certifiable Xen hypervisor for ARM boards. First, the series makes a few changes to allow disabling more kconfig options: most of them already exist but cannot be disabled. Then, it introduces a reference kconfig for Renesas RCa

[Xen-devel] [PATCH v4 01/10] arm: remove the ARM HDLCD driver

2018-05-31 Thread Stefano Stabellini
The ARM HDLCD driver is unused. The device itself can only be found on Virtual Express boards that are for early development only. Remove the driver. Also remove vexpress_syscfg, now unused, and "select VIDEO" that is not useful anymore. Suggested-by: Julien Grall Signed-off-by: Stefano Stabelli

[Xen-devel] [PATCH v4 04/10] Make MEM_ACCESS configurable

2018-05-31 Thread Stefano Stabellini
Select MEM_ACCESS_ALWAYS_ON on x86 to mark that MEM_ACCESS is not configurable on x86. Avoid selecting it on ARM. Rename HAS_MEM_ACCESS to MEM_ACCESS everywhere. Add a prompt and a description to MEM_ACCESS in xen/common/Kconfig. The result is that the user-visible option is MEM_ACCESS, and it is

[Xen-devel] [PATCH v4 06/10] arm: make it possible to disable the SMMU driver

2018-05-31 Thread Stefano Stabellini
Introduce a Kconfig option for the ARM SMMUv1 and SMMUv2 driver. Signed-off-by: Stefano Stabellini Acked-by: Julien Grall Acked-by: Jan Beulich CC: jbeul...@suse.com --- Changes in v3: - rename SMMUv2 to ARM_SMMU - improve help message - use if ARM Changes in v2: - rename HAS_SMMUv2 to SMMUv2

[Xen-devel] [PATCH v4 05/10] make it possible to enable/disable UART drivers

2018-05-31 Thread Stefano Stabellini
All the UART drivers are silent options. Add one line descriptions so that can be de/selected via menuconfig. Add an x86 dependency to HAS_EHCI: EHCI PCI has not been used on ARM. In fact, it depends on PCI, and moreover we have drivers for several embedded UARTs for various ARM boards. Signed-of

[Xen-devel] [PATCH v4 08/10] arm: add QEMU, Rcar3 and MPSoC configs

2018-05-31 Thread Stefano Stabellini
Add a "Platform Support" menu with three umbrella kconfig options: QEMU, RCAR3 and MPSOC. They enable the required options for their hardware platform. In the case of the MPSOC that has a platform file under arch/arm/platforms/, build the file if MPSOC. Signed-off-by: Stefano Stabellini CC: arte

[Xen-devel] [linux-next test] 123403: regressions - FAIL

2018-05-31 Thread osstest service owner
flight 123403 linux-next real [real] http://logs.test-lab.xenproject.org/osstest/logs/123403/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-examine 8 reboot fail REGR. vs. 123310 test-armhf-armhf-xl-

[Xen-devel] [xen-4.7-testing test] 123404: regressions - FAIL

2018-05-31 Thread osstest service owner
flight 123404 xen-4.7-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/123404/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-libvirt-vhd 7 xen-boot fail REGR. vs. 123144 test-xtf-amd64-

[Xen-devel] [distros-debian-wheezy test] 74767: all pass

2018-05-31 Thread Platform Team regression test user
flight 74767 distros-debian-wheezy real [real] http://osstest.xs.citrite.net/~osstest/testlogs/logs/74767/ Perfect :-) All tests in this flight passed as required baseline version: flight 74740 jobs: build-amd64 pass build-armh

Re: [Xen-devel] [PATCH v4 07/10] arm: add a tiny kconfig configuration

2018-05-31 Thread Julien Grall
Hi, Sorry for the formatting. On Thu, 31 May 2018, 22:50 Stefano Stabellini, wrote: > Add a tiny kconfig configuration. Enabled NULL and Credit schedulers. > Support only 8 cpus. It only carries non-default options (use make > olddefconfig to produce a complete .config file). > > Signed-off-by:

Re: [Xen-devel] [PATCH v4 08/10] arm: add QEMU, Rcar3 and MPSoC configs

2018-05-31 Thread Julien Grall
Hi Stefano, Sorry for formatting. On Thu, 31 May 2018, 22:50 Stefano Stabellini, wrote: > Add a "Platform Support" menu with three umbrella kconfig options: QEMU, > RCAR3 and MPSOC. They enable the required options for their hardware > platform. > This patch is nothing close to what we discuss

Re: [Xen-devel] [PATCH v4 10/10] xen: add per-platform defaults for NR_CPUS

2018-05-31 Thread Julien Grall
Hi, Sorry for the formatting. I am pretty sure you need to CC "THE REST" here. On Thu, 31 May 2018, 22:50 Stefano Stabellini, wrote: > Add specific per-platform defaults for NR_CPUS. Note that the order of > the defaults matter: they need to go first, otherwise the generic > defaults will be ap

Re: [Xen-devel] [PATCH for-4.11] x86/VT-x: Fix printing of EFER in vmcs_dump_vcpu()

2018-05-31 Thread Juergen Gross
On 31/05/18 18:03, Andrew Cooper wrote: > This is essentially a "take 2" of c/s 82540b66ce "x86/VT-x: Fix determination > of EFER.LMA in vmcs_dump_vcpu()" because in hindight, that change was more > problematic than useful. > > The original reason was to fix the logic for determining when not to p

[Xen-devel] [xen-4.6-testing test] 123408: regressions - FAIL

2018-05-31 Thread osstest service owner
flight 123408 xen-4.6-testing real [real] http://logs.test-lab.xenproject.org/osstest/logs/123408/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-amd64-xl-xsm 7 xen-boot fail REGR. vs. 122997 test-amd64-amd6

Re: [Xen-devel] [v2 4/6] xen/iommu: smmu-v3: Add Xen specific code to enable the ported driver

2018-05-31 Thread Manish Jaggi
On 05/31/2018 09:27 PM, Sameer Goel wrote: On 5/30/2018 10:13 PM, Manish Jaggi wrote: On 05/31/2018 04:31 AM, Sameer Goel wrote: + +static int arm_smmu_iommu_domain_init(struct domain *d) Where is iommu_domain initialized? The function does not use a iommu_domain * variable Please check i

Re: [Xen-devel] [PATCH 0/8] xen: dma-buf support for grant device

2018-05-31 Thread Oleksandr Andrushchenko
On 05/31/2018 11:25 PM, Boris Ostrovsky wrote: On 05/31/2018 10:41 AM, Oleksandr Andrushchenko wrote: On 05/31/2018 08:51 AM, Oleksandr Andrushchenko wrote: On 05/31/2018 04:46 AM, Boris Ostrovsky wrote: On 05/25/2018 11:33 AM, Oleksandr Andrushchenko wrote: Oleksandr Andrushchenko (8):   

Re: [Xen-devel] [RFC PATCH 07/12] hvmloader: allocate MMCONFIG area in the MMIO hole + minor code refactoring

2018-05-31 Thread Jan Beulich
>>> Alexey G 05/31/18 7:15 AM >>> >On Wed, 30 May 2018 02:12:37 -0600 "Jan Beulich" wrote: > On 29.05.18 at 20:47, wrote: >>> On Wed, 30 May 2018 03:56:07 +1000 >>> Alexey G wrote: On Tue, 29 May 2018 08:23:51 -0600 "Jan Beulich" wrote: On 12.03.18 at 19:33, wrote: