xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-16 13:12:41 to 2017-03-17 11:08:02 UTC [more...]

[xen-unstable-smoke test] 106742: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-17 11:08 UTC 

[PATCH 0/4] Remove PVHv1 residuals
 2017-03-17 11:07 UTC  (8+ messages)
` [PATCH 1/4] docs: update dmop.markdown
` [PATCH 2/4] sched.h: remove stale PVHv1 comment
` [PATCH 3/4] x86/traps: undo the PVHv1 bodge in NMI delivery path
` [PATCH 4/4] x86: remove stale PVHv1 comment from PV domain builder

[PATCH] x86/monitor: add support for descriptor access events
 2017-03-17 11:03 UTC  (2+ messages)

[PATCH 0/2] Update COLO related API
 2017-03-17 10:54 UTC  (6+ messages)
` [PATCH 1/2] libxl/libxl_qmp.c: Update COLO do checkpoint API
` [PATCH 2/2] libxl/libxl_qmp.c: Update COLO query replication status API

[PATCH v10 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2017-03-17 10:48 UTC  (11+ messages)
` [PATCH v10 4/6] VT-d: introduce update_irte to update irte safely
` [PATCH v10 5/6] passthrough/io: don't migrate pirq when it is delivered through VT-d PI
` [PATCH v10 6/6] passthrough/io: Fall back to remapping interrupt when we can't use "

[PATCH] dm_op: Add xendevicemodel_modified_memory_bulk
 2017-03-17 10:42 UTC  (2+ messages)

[PATCH] x86/EFI: avoid overrunning mb_modules[]
 2017-03-17 10:36 UTC  (2+ messages)

reboot dom0 without vps downtime
 2017-03-17 10:25 UTC  (7+ messages)

[PATCH v2 0/4] Refactor x86 dom0 builder
 2017-03-17 10:00 UTC  (13+ messages)
` [PATCH v2 1/4] x86: rename domain_build.c to dom0_build.c
` [PATCH v2 2/4] x86: split PV dom0 builder to pv/dom0_builder.c
` [PATCH v2 3/4] x86: split PVH dom0 builder to hvm/dom0_build.c
` [PATCH v2 4/4] x86: clean up header files in dom0_build.c

[rumprun test] 106735: all pass - PUSHED
 2017-03-17  9:57 UTC 

[PATCH 0/7] x86/viridian updates
 2017-03-17  9:57 UTC  (8+ messages)
` [PATCH 1/7] x86/viridian: update to version 5.0a of the specification
` [PATCH 2/7] x86/viridian: fix xen-hvmcrash when vp_assist page is present
` [PATCH 3/7] x86/viridian: don't put Xen version information in CPUID leaf 2
` [PATCH 4/7] x86/viridian: get rid of the magic numbers in CPUID leaves 1 and 2
` [PATCH 5/7] x86/viridian: add warnings for unimplemented hypercalls and MSRs
` [PATCH 6/7] x86/viridian: make the threshold for HvNotifyLongSpinWait tunable
` [PATCH 7/7] x86/viridian: implement the crash MSRs

[PATCH v2 0/6] Remove dependency on __LINE__
 2017-03-17  9:10 UTC  (6+ messages)

[PATCH v1 0/3] x86/vvmx: fixes for mov-ss and shadow vmcs handling
 2017-03-17  9:00 UTC  (7+ messages)
` [PATCH v1 1/3] x86/vvmx: add mov-ss blocking check to vmentry
` [PATCH v1 3/3] x86/vvmx: add a shadow vmcs check to vmlaunch

[PATCH v2] x86/time: Don't use virtual TSC if host and guest frequencies are equal
 2017-03-17  7:48 UTC  (2+ messages)

[PATCH] xen: sched: don't call hooks of the wrong scheduler via VCPU2OP
 2017-03-17  7:42 UTC  (3+ messages)

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-17  7:34 UTC  (2+ messages)

[PATCH v9 00/25] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-03-17  7:25 UTC  (4+ messages)

[PATCH 00/18] Provide a command line option to choose how to handle SErrors
 2017-03-17  7:05 UTC  (34+ messages)
` [PATCH 02/18] xen/arm: Restore HCR_EL2 register
` [PATCH 03/18] xen/arm: Avoid setting/clearing HCR_RW at every context switch
` [PATCH 05/18] xen/arm: Save ESR_EL2 to avoid using mismatched value in syndrome check
` [PATCH 08/18] xen/arm: Introduce a initcall to update cpu_hwcaps by serror_op
` [PATCH 09/18] xen/arm64: Use alternative to skip the check of pending serrors
` [PATCH 10/18] xen/arm32: Use cpu_hwcaps "
` [PATCH 11/18] xen/arm: Move macro VABORT_GEN_BY_GUEST to common header
` [PATCH 12/18] xen/arm: Introduce new helpers to handle guest/hyp SErrors
` [PATCH 13/18] xen/arm: Replace do_trap_guest_serror with new helpers

[GIT PULL] xen: fix for 4.11 rc3
 2017-03-17  6:51 UTC 

[PATCH v2 00/12] Add LMCE support
 2017-03-17  6:46 UTC  (13+ messages)
` [PATCH v2 01/12] xen/mce: switch bool_t/1/0 to bool/true/false
` [PATCH v2 02/12] x86/mce_intel: refine messages of MCA capabilities
` [PATCH v2 03/12] xen/mce: add blank lines between non-fall-through switch case blocks
` [PATCH v2 04/12] x86/mce: handle LMCE locally
` [PATCH v2 05/12] x86/mce_intel: detect and enable LMCE on Intel host
` [PATCH v2 06/12] x86/vmx: expose LMCE feature via guest MSR_IA32_FEATURE_CONTROL
` [PATCH v2 07/12] x86/vmce: emulate MSR_IA32_MCG_EXT_CTL
` [PATCH v2 08/12] x86/vmce: enable injecting LMCE to guest on Intel host
` [PATCH v2 09/12] x86/vmce, tools/libxl: expose LMCE capability in guest MSR_IA32_MCG_CAP
` [PATCH v2 10/12] xen/mce: add support of vLMCE injection to XEN_MC_inject_v2
` [PATCH v2 11/12] tools/libxc: add support of injecting MC# to specified CPUs
` [PATCH v2 12/12] tools/xen-mceinj: add support of injecting LMCE

[PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
 2017-03-17  6:35 UTC  (8+ messages)
` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching
` [PATCH 2/2] xen/arm32: Use alternative to skip the check of pending serrors

[xen-4.8-testing test] 106728: regressions - FAIL
 2017-03-17  6:32 UTC 

[xen-unstable test] 106724: regressions - FAIL
 2017-03-17  5:46 UTC 

[PATCH v3 4/7] xen/9pfs: connect to the backend
 2017-03-17  4:54 UTC  (4+ messages)

[PATCH 0/2] xen: use pkg-config for configure
 2017-03-17  4:49 UTC  (6+ messages)
` [PATCH 1/2] xen: use 5 digit xen versions
` [PATCH 2/2] configure: use pkg-config for obtaining xen version

Bug#852324: x86/mm: Found insecure W+X mapping
 2017-03-17  3:05 UTC  (4+ messages)

[linux-4.1 test] 106720: regressions - FAIL
 2017-03-17  3:04 UTC 

[qemu-mainline test] 106718: tolerable FAIL - PUSHED
 2017-03-17  1:18 UTC 

[ovmf test] 106716: regressions - FAIL
 2017-03-17  0:13 UTC 

[linux-linus test] 106714: regressions - trouble: blocked/broken/fail/pass
 2017-03-16 23:33 UTC 

[RFC PATCH 0/9] "Non-shared" IOMMU support on ARM
 2017-03-16 15:39 UTC  (4+ messages)
` [RFC PATCH 1/9] xen/device-tree: Add dt_count_phandle_with_args helper

[xen-unstable-smoke test] 106726: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-16 21:43 UTC 

[PATCH v3 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-16 20:01 UTC  (10+ messages)
` [PATCH v3 1/9] xen: do not build backends for targets that do not support xen
  ` [PATCH v3 2/9] xen: import ring.h from xen
  ` [PATCH v3 3/9] 9p: introduce a type for the 9p header
  ` [PATCH v3 4/9] xen/9pfs: introduce Xen 9pfs backend
  ` [PATCH v3 5/9] xen/9pfs: connect to the frontend
  ` [PATCH v3 6/9] xen/9pfs: receive requests from "
  ` [PATCH v3 7/9] xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
  ` [PATCH v3 8/9] xen/9pfs: send responses back to the frontend
  ` [PATCH v3 9/9] xen/9pfs: build and register Xen 9pfs backend

[xen-unstable-smoke test] 106723: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-16 19:12 UTC 

[PATCH v4 07/14] golang/xenlight: Implement libxl_scheduler enumeration
 2017-03-16 19:11 UTC 

[PATCH v4 01/14] golang/xenlight: Create stub package
 2017-03-16 19:08 UTC  (13+ messages)
` [PATCH v4 02/14] golang/xenlight: Add error constants and standard handling
` [PATCH v4 03/14] golang/xenlight: Add host-related functionality
` [PATCH v4 04/14] golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause
` [PATCH v4 05/14] golang/xenlight: Add tests host related functionality functions
` [PATCH v4 06/14] golang/xenlight: Implement libxl_bitmap and helper operations
` [PATCH v4 08/14] golang/xenlight: Implement cpupool operations
` [PATCH v4 09/14] golang/xenlight: Implement Domain operations
` [PATCH v4 10/14] golang/xenlight: Implement Vcpuinfo and ListVcpu
` [PATCH v4 11/14] golang/xenlight: Implement get console path operations
` [PATCH v4 12/14] golang/xenlight: Created boilerplate code for device related structs
` [PATCH v4 13/14] golang/xenlight: Implement ActionOnShutdown and DomainConfig
` [PATCH v4 14/14] golang/xenlight: Implement domain create/destroy operations

[xen-unstable test] 106711: regressions - FAIL
 2017-03-16 18:45 UTC 

[PATCH] common/mem_access: merged mem_access setting interfaces
 2017-03-16 18:36 UTC  (5+ messages)

[PATCH v4 0/7] Xen transport for 9pfs frontend driver
 2017-03-16 18:04 UTC  (3+ messages)
  ` [PATCH v4 4/7] xen/9pfs: connect to the backend

[PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t
 2017-03-16 18:00 UTC 

[PATCH 00/11] pl011 emulation support in Xen
 2017-03-16 13:24 UTC  (7+ messages)
` [PATCH 05/11] xen/arm: vpl011: Initialize nr_spis in vgic_init in Xen to atleast 1

[PATCH v2 0/9] Fixes to pagetable handling
 2017-03-16 17:25 UTC  (11+ messages)
` [PATCH v2 1/9] x86/cpuid: Sort cpu_has_* predicates by feature number
` [PATCH v2 2/9] x86/pagewalk: Use pointer syntax for pfec parameter
` [PATCH v2 3/9] x86/shadow: Drop VALID_GFN()
` [PATCH v2 4/9] x86/pagewalk: Clean up guest_supports_* predicates
` [PATCH v2 5/9] x86/pagewalk: Helpers for reserved bit handling
` [PATCH v2 6/9] x86/pagewalk: Re-implement the pagetable walker
` [PATCH v2 7/9] x86/shadow: Use the pagewalk reserved bits helpers
` [PATCH v2 8/9] x86/pagewalk: Improve the logic behind setting access and dirty bits
` [PATCH v2 9/9] x86/pagewalk: non-functional cleanup

[GSoC] GSoC Introduction : Fuzzing Xen hypercall interface
 2017-03-16 16:27 UTC  (4+ messages)

[PATCH v2 00/27] arm64: Dom0 ITS emulation
 2017-03-16 16:25 UTC  (6+ messages)
` [PATCH v2 05/27] ARM: GICv3 ITS: introduce ITS command handling
` [PATCH v2 14/27] ARM: vGICv3: introduce basic ITS emulation bits

"Hello Xen Project" Book
 2017-03-16 15:52 UTC 

[PATCH] x86/time: Don't use virtual TSC if host and guest frequencies are equal
 2017-03-16 15:34 UTC  (6+ messages)

question: xen/qemu - mmio mapping issues for device pass-through
 2017-03-16 15:31 UTC  (4+ messages)

[linux-4.1 test] 106704: regressions - FAIL
 2017-03-16 15:04 UTC 

[PATCH v5] xen: don't save/restore the physmap on VM save/restore
 2017-03-16 15:03 UTC  (6+ messages)

[xen-unstable test] 106698: regressions - FAIL
 2017-03-16 15:01 UTC  (4+ messages)

[PATCH v4 0/4] x86: remove PVHv1
 2017-03-16 14:42 UTC  (5+ messages)
` [PATCH v4 2/4] x86: remove PVHv1 code

[PATCH] x86emul: correct DECLARE_ALIGNED()
 2017-03-16 13:47 UTC  (4+ messages)

[PATCH v16 4/9] x86: add multiboot2 protocol support for EFI platforms
 2017-03-16 13:43 UTC  (12+ messages)

[qemu-mainline test] 106702: tolerable FAIL - PUSHED
 2017-03-16 13:21 UTC 


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).