xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-05 11:00:37 to 2018-10-08 13:41:26 UTC [more...]

vtpmmgr compiled from from git strange output
 2018-10-08 13:41 UTC 

[PATCH RFC 0/5] xen/domain: Allocate d->vcpu[] earlier during domain construction
 2018-10-08 13:39 UTC  (9+ messages)
` [PATCH 1/5] xen/domain: Introduce a new check_domain_config() helper
` [PATCH 2/5] xen/domain: Introduce a new arch_check_domain_config() helper
` [PATCH 3/5] xen/domain: Audit config->max_vcpus during {, arch_}check_domain_config()
` [PATCH 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()
` [PATCH 5/5] Revert "xen/arm: vgic-v3: Delay the initialization of the domain information"

[PATCH 0/2] ioreq: make use of 'legacy' GFNs
 2018-10-08 13:29 UTC  (7+ messages)
` [PATCH 1/2] x86/hvm: make sure HVM_PARAM_[BUF]IOREQ_PFN can only be set once
` [PATCH 2/2] x86/hvm/ioreq: allow ioreq servers to use HVM_PARAM_[BUF]IOREQ_PFN

[PATCH 1/3] xen/xsm: remove unnecessary #define
 2018-10-08 13:18 UTC  (5+ messages)
` [PATCH 2/3] xen/xsm: Introduce new boot parameter xsm
` [PATCH 3/3] xen/xsm: Add new SILO mode for XSM

[xen-unstable-smoke test] 128500: tolerable all pass - PUSHED
 2018-10-08 13:07 UTC 

preparations for 4.11.1 and 4.8.5
 2018-10-08 13:06 UTC 

[PATCH] x86/svm: Fix svm_update_guest_efer() for domains using shadow paging
 2018-10-08 12:05 UTC  (4+ messages)

[PATCH] x86/vtd: fix iommu_share_p2m_table
 2018-10-08 11:58 UTC  (7+ messages)

Backports to stable
 2018-10-08 11:57 UTC  (4+ messages)

[PATCH] x86/HVM: correct hvmemul_map_linear_addr() for multi-page case
 2018-10-08 11:53 UTC  (6+ messages)
` [PATCH v2] "

Question, How to share interrupt between Doms
 2018-10-08 10:53 UTC  (6+ messages)

Xen PV: Sample new PV driver for buffer sharing between domains
 2018-10-08 10:30 UTC  (13+ messages)

[distros-debian-sid test] 75372: trouble: blocked/broken
 2018-10-08  9:59 UTC 

[PATCH] tools/ocaml: Release the global lock before invoking block syscalls
 2018-10-08  9:55 UTC  (3+ messages)

[PATCH 00/18] Miscellaneous build and docs, fixes from Debian
 2018-10-08  9:51 UTC  (37+ messages)
` [PATCH 01/18] docs/man: Fix two typos detected by the Debian lintian tool
` [PATCH 02/18] tools/xentrace/xenalyze: Fix typos detected by lintian
` [PATCH 03/18] Various: Fix typos `unkown', `retreive' (detected by lintian)
` [PATCH 04/18] Various: Fix typo `occured'
` [PATCH 05/18] Various: Fix typo `reseting'
` [PATCH 06/18] tools/python/xen/lowlevel: Fix typo `sucess'
` [PATCH 07/18] Various: Fix typo `infomation'
` [PATCH 08/18] Various: Fix typo `mappping'
` [PATCH 09/18] tools/Rules.mk: Honour PREPEND_LDFLAGS_XEN_TOOLS
` [PATCH 10/18] INSTALL: Mention kconfig
` [PATCH 11/18] docs/man: Provide properly-formatted NAME sections
` [PATCH 12/18] docs/man/xen-pv-channel.pod.7: Remove a spurious blank line
` [PATCH 13/18] tools/xenstat: Fix shared library version
` [PATCH 14/18] gdbsx: Honour LDFLAGS when linking
` [PATCH 15/18] libfsimage: Honour general LDFLAGS
` [PATCH 16/18] pygrub fsimage.so: Honour LDFLAGS when building
` [PATCH 17/18] xenmon: Install as xenmon, not xenmon.py
` [PATCH 18/18] tools/debugger/kdd: Install as `xen-kdd', not just `kdd'

[PATCH v4 00/23] dom0less step1: boot multiple domains from device tree
 2018-10-08  9:50 UTC  (26+ messages)
` [PATCH v4 01/23] xen: allow console_io hypercalls from certain DomUs
` [PATCH v4 02/23] xen/arm: extend device tree based multiboot protocol
` [PATCH v4 03/23] xen/arm: document dom0less
` [PATCH v4 04/23] xen/arm: increase MAX_MODULES
` [PATCH v4 05/23] xen/arm: introduce bootcmdlines
` [PATCH v4 06/23] xen/arm: don't add duplicate boot modules, introduce domU flag
` [PATCH v4 07/23] xen/arm: probe domU kernels and initrds
` [PATCH v4 08/23] xen/arm: rename get_11_allocation_size to get_allocation_size
` [PATCH v4 09/23] xen/arm: rename allocate_memory to allocate_memory_11
` [PATCH v4 10/23] xen/arm: introduce allocate_memory
` [PATCH v4 11/23] xen/arm: refactor construct_dom0
` [PATCH v4 12/23] xen/arm: introduce create_domUs
` [PATCH v4 13/23] xen/arm: implement construct_domU
` [PATCH v4 14/23] xen/arm: generate a simple device tree for domUs
` [PATCH v4 15/23] xen/arm: make set_interrupt_ppi able to handle non-PPI
` [PATCH v4 16/23] xen/arm: generate vpl011 node on device tree for domU
` [PATCH v4 17/23] xen/arm: introduce a union in vpl011
` [PATCH v4 18/23] xen/arm: refactor vpl011_data_avail
` [PATCH v4 19/23] xen/arm: Allow vpl011 to be used by DomU
` [PATCH v4 20/23] xen: support console_switching between Dom0 and DomUs on ARM
` [PATCH v4 21/23] xen/vpl011: buffer out chars when the backend is xen
` [PATCH v4 22/23] xen/arm: move kernel.h to asm-arm/
` [PATCH v4 23/23] xen/arm: split domain_build.c

[xen-unstable test] 128478: tolerable FAIL
 2018-10-08  9:39 UTC 

Xen 4.12 Development Update
 2018-10-08  8:44 UTC 

[PATCH 1/2] xen/xsm: Introduce new boot parameter xsm
 2018-10-08  8:28 UTC  (9+ messages)
` [PATCH 2/2] xen/xsm: Add new SILO mode for XSM
` [Non-DoD Source] [PATCH 1/2] xen/xsm: Introduce new boot parameter xsm

[linux-linus test] 128476: regressions - FAIL
 2018-10-08  8:10 UTC 

[PATCH V6] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-10-08  7:59 UTC  (3+ messages)

[PATCH v5 1/2] memory_hotplug: Free pages as higher order
 2018-10-08  7:34 UTC 

[xen-unstable baseline-only test] 75369: trouble: blocked/broken
 2018-10-08  0:39 UTC 

[PATCH] xen/balloon: Support xend-based toolstack
 2018-10-07 20:05 UTC 

[PATCH 00/17] Hi all
 2018-10-07 18:29 UTC  (3+ messages)
` [PATCH 17/17] automation: build Xen with CONFIG_PV and CONFIG_HVM explicitly set

[xen-unstable test] 128464: tolerable FAIL - PUSHED
 2018-10-07 16:22 UTC 

[linux-linus test] 128461: regressions - FAIL
 2018-10-07 14:38 UTC 

[xen-unstable-coverity test] 128471: all pass - PUSHED
 2018-10-07 10:11 UTC 

[qemu-mainline baseline-only test] 75366: trouble: blocked/broken
 2018-10-07  7:54 UTC 

vtpmmgr not saving it's state
 2018-10-07  7:28 UTC 

[qemu-mainline test] 128449: tolerable FAIL - PUSHED
 2018-10-07  3:11 UTC 

[xen-unstable test] 128445: regressions - FAIL
 2018-10-07  0:13 UTC 

[linux-linus test] 128438: regressions - FAIL
 2018-10-06 23:03 UTC 

[libvirt test] 128441: tolerable all pass - PUSHED
 2018-10-06 18:20 UTC 

An issue in sharing the pages again in xen-memshare
 2018-10-06 14:24 UTC  (6+ messages)

[seabios baseline-only test] 75362: trouble: blocked/broken
 2018-10-06 13:56 UTC 

[qemu-mainline test] 128418: regressions - FAIL
 2018-10-06 11:35 UTC 

[distros-debian-stretch test] 75361: trouble: blocked/broken
 2018-10-06 10:56 UTC 

[xen-unstable test] 128414: regressions - FAIL
 2018-10-06  8:45 UTC 

[linux-next test] 128411: regressions - FAIL
 2018-10-06  7:53 UTC 

[seabios test] 128419: tolerable FAIL - PUSHED
 2018-10-06  7:22 UTC 

[ovmf baseline-only test] 75359: trouble: blocked/broken
 2018-10-06  5:23 UTC 

[ARM] Display passthrough
 2018-10-06  3:23 UTC 

[linux-linus test] 128407: regressions - FAIL
 2018-10-06  1:29 UTC 

[ovmf test] 128433: all pass - PUSHED
 2018-10-06  0:23 UTC 

[PATCH v2] flask: sort io{port,mem}con entries
 2018-10-05 23:38 UTC  (3+ messages)

[PATCH v3] xen:arm: Populate arm64 image header
 2018-10-05 22:17 UTC 

[libvirt test] 128402: regressions - FAIL
 2018-10-05 19:29 UTC 

[PATCH v3 00/25] dom0less step1: boot multiple domains from device tree
 2018-10-05 18:39 UTC  (8+ messages)
` [PATCH v3 23/25] xen: support console_switching between Dom0 and DomUs on ARM

[xen-unstable-smoke test] 128426: tolerable all pass - PUSHED
 2018-10-05 18:21 UTC 

[PATCH 1/5] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-10-05 16:57 UTC  (5+ messages)
` [PATCH 2/5] tools/dm_restrict: Ask QEMU to chroot
` [PATCH 3/5] tools/dm_restrict: Unshare mount and IPC namespaces on Linux
` [PATCH 4/5] tools/dm_depriv: Add first cut RLIMITs
` [PATCH 5/5] RFC: test/depriv: Add a tool to check process-level depriv

[PATCH v14 0/9] paravirtual IOMMU pre-requisites and clean-up
 2018-10-05 16:13 UTC  (15+ messages)
` [PATCH v14 4/9] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v14 8/9] mm / iommu: include need_iommu() test in iommu_use_hap_pt()
` [PATCH v14 9/9] mm / iommu: split need_iommu() into has_iommu_pt() and need_iommu_pt_sync()

[xen-unstable-smoke test] 128422: tolerable all pass - PUSHED
 2018-10-05 15:44 UTC 

[PATCH v2 1/6] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-10-05 15:18 UTC  (4+ messages)
` [PATCH v2 5/6] tools/dm_depriv: Add first cut RLIMITs

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-10-05 15:05 UTC  (8+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] x86: infrastructure to allow converting certain indirect calls to direct ones

[linux-4.9 test] 128388: tolerable FAIL - PUSHED
 2018-10-05 13:50 UTC 

[PATCH v5 0/2][XTF] FPU test improvements
 2018-10-05 13:45 UTC  (5+ messages)
      ` [PATCH v5 1/2][XTF] add FPU/SIMD register state test
      ` [PATCH v5 2/2][XTF] x86: extend FPU exception tests

[freebsd-master test] 128413: all pass - PUSHED
 2018-10-05 13:38 UTC 

[PATCH] x86/HVM: move vendor independent CPU save/restore logic to shared code
 2018-10-05 13:33 UTC  (5+ messages)

ARM64: PCIe in DOM0
 2018-10-05 13:20 UTC  (4+ messages)

[xen-unstable-smoke test] 128415: tolerable all pass - PUSHED
 2018-10-05 12:47 UTC 

[PATCH] x86: restrict HVMOP_pagetable_dying to current
 2018-10-05 12:03 UTC  (3+ messages)

[PATCH] pass-through: provide two !HVM stubs
 2018-10-05 12:03 UTC  (4+ messages)

[PATCH] fix uninitialized variable error in do_poll()
 2018-10-05 11:56 UTC  (6+ messages)

One-off crash on staging d36b770458
 2018-10-05 11:36 UTC  (4+ messages)

[PATCH] x86: don't build guest-walk code without HVM and SHADOW_PAGING
 2018-10-05 11:24 UTC  (3+ messages)

[PATCH V3] x86/altp2m: propagate ept.ad changes to all active altp2ms
 2018-10-05 11:03 UTC  (7+ messages)

[PATCH] mem_access: Fix npfec.kind propagation
 2018-10-05 11:00 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).