messages from 2018-07-13 18:54:40 to 2018-07-16 17:27:21 UTC [more...]
[PATCH 00/15] xen/arm: Bunch of clean-up/improvement
2018-07-16 17:26 UTC (2+ messages)
` [PATCH 01/15] xen/arm: cpregs: Allow HSR_CPREG* to receive more than 1 parameter
[ovmf test] 125241: all pass - PUSHED
2018-07-16 17:16 UTC
[PATCH] x86/HVM: avoid memory_type_changed() invocations when possible
2018-07-16 17:08 UTC (2+ messages)
[PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
2018-07-16 17:04 UTC (9+ messages)
` [PATCH v3.1] libxl: Design of an async API to issue QMP commands to QEMU
` [PATCH v3.2] "
` [PATCH v3.2] libxl: Design of an async API to issue QMP commands to QEMU [and 1 more messages]
[PATCH] x86: report use of PCID together with reporting XPTI status
2018-07-16 17:01 UTC (2+ messages)
[PATCH] VMX: fix vmx_{find,del}_msr() build
2018-07-16 16:56 UTC (2+ messages)
[xen-unstable-smoke test] 125237: tolerable all pass - PUSHED
2018-07-16 16:23 UTC
[PATCH v2 00/21] dom0less step1: boot multiple domains from device tree
2018-07-16 16:19 UTC (14+ messages)
` [PATCH v2 05/21] xen/arm: extend device tree based multiboot protocol
` [PATCH v2 15/21] xen/arm: generate vpl011 node on device tree for domU
` [PATCH v2 19/21] xen/arm: introduce create_domUs
` [PATCH v2 20/21] xen: support console_switching between Dom0 and DomUs on ARM
[qemu-mainline test] 125169: tolerable FAIL - PUSHED
2018-07-16 15:52 UTC
[PATCH v12 00/11] x86/domctl: Save info for one vcpu instance
2018-07-16 15:34 UTC (14+ messages)
` [PATCH v12 01/11] x86/cpu: Introduce vmce_save_vcpu_ctxt_one() func
` [PATCH v12 02/11] x86/hvm: Introduce hvm_save_tsc_adjust_one() func
` [PATCH v12 03/11] x86/hvm: Introduce hvm_save_cpu_ctxt_one func
` [PATCH v12 04/11] x86/hvm: Introduce hvm_save_cpu_xsave_states_one
` [PATCH v12 05/11] x86/hvm: Introduce hvm_save_cpu_msrs_one func
` [PATCH v12 06/11] x86/hvm: Introduce hvm_save_mtrr_msr_one func
` [PATCH v12 07/11] x86/hvm: Introduce viridian_save_vcpu_ctxt_one() func
` [PATCH v12 08/11] x86/hvm: Add handler for save_one funcs
` [PATCH v12 09/11] x86/domctl: Don't pause the whole domain if only getting vcpu state
` [PATCH v12 10/11] x86/hvm: Remove redundant save functions
` [PATCH v12 11/11] x86/hvm: Remove save_one handler
[linux-linus test] 125167: regressions - FAIL
2018-07-16 15:16 UTC
[PATCH v4 0/6] Load ipxe from a standalone file
2018-07-16 14:59 UTC (11+ messages)
` [PATCH v4 1/6] Tools.mk.in: drop unused variables
` [PATCH v4 2/6] ipxe: produce a single binary from its build
` [PATCH v4 3/6] libxc: allow HVM guest to have modules
` [PATCH v4 4/6] tools: load IPXE from standalone file
` [PATCH v4 5/6] tools: provide --with-system-ipxe
` [PATCH v4 6/6] tools: --with-system-{ovmf, seabios, ipxe} should provide absolute paths
[PATCH 0/8] x86: (allow to) suppress use of hyper-threading
2018-07-16 14:53 UTC (16+ messages)
` [PATCH 6/8] x86: (command line option to) avoid use of secondary hyper-threads
` [PATCH 1/8] cpupools: fix state when downing a CPU failed
[ovmf test] 125235: regressions - FAIL
2018-07-16 14:48 UTC
[PATCH v2 00/13] paravirtual IOMMU interface
2018-07-16 14:17 UTC (11+ messages)
` [PATCH v2 05/13] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v2 06/13] public / x86: introduce __HYPERCALL_iommu_op
` [PATCH v2 07/13] iommu: track reserved ranges using a rangeset
[PATCH] x86/HVM: improve a few state load checks
2018-07-16 14:09 UTC (5+ messages)
[PATCH v2 0/2] EFI build improvements
2018-07-16 14:07 UTC (3+ messages)
` [PATCH v2 1/2] x86/efi: move the logic to detect PE build support
` [PATCH v2 2/2] x86/efi: split compiler vs linker support
[freebsd-master test] 125226: all pass - PUSHED
2018-07-16 13:54 UTC
[PATCH 00/11] Fixes to debugging facilities
2018-07-16 13:33 UTC (4+ messages)
` [PATCH 01/11] x86/svm Fixes and cleanup to svm_inject_event()
[qemu-upstream-4.9-testing baseline-only test] 74974: regressions - FAIL
2018-07-16 13:31 UTC
[PATCH v2 00/13] x86: CPUID and MSR policy marshalling support
2018-07-16 13:23 UTC (55+ messages)
` [PATCH v2 01/13] x86/msr: Drop stale comment for vcpu_msrs.spec_ctrl
` [PATCH v2 02/13] libx86: Introduce libx86/cpuid.h
` [PATCH v2 03/13] libx86: generate cpuid-autogen.h in the libx86 include dir
` [PATCH v2 04/13] libx86: Share struct cpuid_policy with userspace
` [PATCH v2 05/13] libx86: introduce a libx86 shared library
` [PATCH v2 06/13] libx86: Introduce libx86/msr.h and share msr_policy with userspace
` [PATCH v2 07/13] libx86: Introduce a helper to serialise cpuid_policy objects
` [PATCH v2 08/13] libx86: Introduce a helper to serialise msr_policy objects
` [PATCH v2 09/13] libx86: Introduce a helper to deserialise cpuid_policy objects
` [PATCH v2 10/13] libx86: introduce a helper to deserialise msr_policy objects
` [PATCH v2 11/13] x86: Introduce struct cpu_policy to refer to a group of individual policies
` [PATCH v2 12/13] x86/sysctl: Implement XEN_SYSCTL_get_cpu_policy
` [PATCH v2 13/13] x86/domctl: Implement XEN_DOMCTL_get_cpu_policy
[PATCH v7 00/12] arm: more kconfig configurability and small default configs
2018-07-16 12:50 UTC (3+ messages)
` [PATCH v7 11/12] xen: specify support for EXPERT and DEBUG Kconfig options
[PATCH] tboot: Avoid recursive fault in early boot panic with tboot
2018-07-16 12:22 UTC (2+ messages)
[ovmf test] 125229: regressions - FAIL
2018-07-16 12:10 UTC
[PATCH] mm, oom: distinguish blockable mode for mmu notifiers
2018-07-16 11:50 UTC
[ovmf bisection] complete build-amd64-xsm
2018-07-16 11:12 UTC
4.11.0 RC1 panic
2018-07-16 11:02 UTC (8+ messages)
[PATCH] x86/efi: move the logic to detect PE build support
2018-07-16 10:21 UTC (9+ messages)
[PATCH v2] console: avoid printing no or null time stamps
2018-07-16 10:05 UTC (3+ messages)
` Ping: "
[PATCH 4.9 and older] cmdline: fix parse_boolean() for NULL incoming end pointer
2018-07-16 10:03 UTC (2+ messages)
[ovmf test] 125224: regressions - FAIL
2018-07-16 10:00 UTC
xpti=dom0=false doesn't seem to work on 4.8.4
2018-07-16 9:39 UTC (2+ messages)
[PATCH V3] xen/altp2m: set access_required properly for all altp2ms
2018-07-16 8:53 UTC (4+ messages)
[PATCH V5] x86/altp2m: Fix crash with INVALID_ALTP2M EPTP index
2018-07-16 8:51 UTC (4+ messages)
[ovmf test] 125220: regressions - FAIL
2018-07-16 8:33 UTC
[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
2018-07-16 8:02 UTC (4+ messages)
` [PATCH 4.4.y 040/101] x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
[RFC PATCH] mm, oom: distinguish blockable mode for mmu notifiers
2018-07-16 7:59 UTC
[ovmf test] 125216: regressions - FAIL
2018-07-16 7:33 UTC
[xen-4.8-testing test] 125165: regressions - trouble: blocked/broken/fail/pass
2018-07-16 7:22 UTC
[ovmf test] 125213: regressions - FAIL
2018-07-16 7:07 UTC
[ovmf test] 125206: regressions - FAIL
2018-07-16 6:17 UTC
[PATCH 00/16] x86: indirect call overhead reduction
2018-07-16 6:15 UTC (8+ messages)
[xen-4.11-testing test] 125161: tolerable FAIL - PUSHED
2018-07-16 5:54 UTC
[ovmf test] 125202: regressions - FAIL
2018-07-16 5:28 UTC
Error during cross compiling of xen by chroot
2018-07-16 4:45 UTC (3+ messages)
[qemu-upstream-4.9-testing test] 125160: tolerable FAIL - PUSHED
2018-07-16 4:41 UTC
[ovmf test] 125197: regressions - FAIL
2018-07-16 4:20 UTC
[ovmf test] 125194: regressions - FAIL
2018-07-16 3:14 UTC
Why Xen Project need an OS for doing Virtualization?
2018-07-16 2:36 UTC (2+ messages)
[seabios baseline-only test] 74972: regressions - FAIL
2018-07-16 0:09 UTC
[linux-next test] 125159: regressions - FAIL
2018-07-15 23:44 UTC
[xen-unstable baseline-only test] 74971: regressions - FAIL
2018-07-15 21:10 UTC
Xen for Windows OS and macOS
2018-07-15 20:32 UTC
[seabios test] 125181: tolerable FAIL - PUSHED
2018-07-15 19:03 UTC
[linux-4.9 test] 125156: regressions - FAIL
2018-07-15 16:45 UTC
[linux-3.18 baseline-only test] 74970: tolerable FAIL
2018-07-15 11:00 UTC
[libvirt test] 125154: regressions - FAIL
2018-07-15 10:52 UTC
[xen-unstable-coverity test] 125177: all pass - PUSHED
2018-07-15 10:19 UTC
[xen-unstable test] 125152: tolerable FAIL - PUSHED
2018-07-15 10:19 UTC
[linux-4.14 test] 125148: regressions - FAIL
2018-07-15 8:03 UTC
[qemu-mainline baseline-only test] 74969: regressions - FAIL
2018-07-15 3:43 UTC
[xen-4.9-testing test] 125144: regressions - FAIL
2018-07-15 3:28 UTC
[linux-3.18 test] 125138: tolerable FAIL - PUSHED
2018-07-14 23:24 UTC
[qemu-mainline test] 125134: tolerable FAIL - PUSHED
2018-07-14 20:29 UTC
[linux-linus test] 125129: regressions - FAIL
2018-07-14 19:29 UTC
[xen-4.8-testing test] 125123: regressions - trouble: broken/fail/pass
2018-07-14 14:43 UTC
[xen-4.11-testing test] 125118: regressions - FAIL
2018-07-14 10:13 UTC
[distros-debian-stretch test] 74968: tolerable FAIL
2018-07-14 9:33 UTC
[GIT PULL] xen: fixes for 4.18-rc5
2018-07-14 8:25 UTC
[qemu-upstream-4.9-testing test] 125116: trouble: broken/fail/pass
2018-07-14 8:19 UTC
[linux-next test] 125109: regressions - trouble: blocked/broken/fail/pass
2018-07-14 3:27 UTC
Xen ARM Community Call Wednesday 25th July 9AM Pacific / 4PM UTC
2018-07-13 20:12 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).