messages from 2017-03-01 19:36:23 to 2017-03-02 16:18:06 UTC [more...]
[linux-linus test] 106354: regressions - FAIL
2017-03-02 16:18 UTC
[PATCH 0/7] Fixes to pagetable handling
2017-03-02 16:16 UTC (28+ messages)
` [PATCH 1/7] x86/hvm: Correctly identify implicit supervisor accesses
` [PATCH 2/7] x86/shadow: Try to correctly "
` [PATCH 3/7] x86/pagewalk: Helpers for reserved bit handling
` [PATCH 5/7] x86/shadow: Use the pagewalk reserved bits helpers
` [PATCH 6/7] x86/pagewalk: Consistently use guest_walk_*() helpers for translation
` [PATCH 7/7] x86/pagewalk: Re-implement the pagetable walker
[RFC PATCH v1 00/21] ARM: Add Xen NUMA support
2017-03-02 16:09 UTC (28+ messages)
` [RFC PATCH v1 07/21] ARM: NUMA: Parse memory NUMA information
` [RFC PATCH v1 08/21] ARM: NUMA: Parse NUMA distance information
` [RFC PATCH v1 10/21] ARM: NUMA: Add memory NUMA support
` [RFC PATCH v1 11/21] ARM: NUMA: Add fallback on NUMA failure
` [RFC PATCH v1 12/21] ARM: NUMA: Do not expose numa info to DOM0
` [RFC PATCH v1 13/21] ACPI: Refactor acpi SRAT and SLIT table handling code
` [RFC PATCH v1 17/21] ARM: NUMA: Extract memory proximity from SRAT table
[PATCH v2 1/5] golang/xenlight: Create stub package
2017-03-02 16:07 UTC (5+ messages)
` [PATCH v2 2/5] golang/xenlight: Add error constants and standard handling
` [PATCH v2 3/5] golang/xenlight: Add host-related functionality
` [PATCH v2 4/5] golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause
` [PATCH v2 5/5] golang/xenlight: Add tests host related functionality functions
[PATCH 1/2] x86/hvm: Don't raise #GP behind the emulators back for CR accesses
2017-03-02 16:06 UTC (4+ messages)
` [PATCH 2/2] x86/emul: Hold x86_emulate() to strict X86EMUL_EXCEPTION requirements
[PATCH] x86/microcode: Replace sync_core() with cpuid_eax()
2017-03-02 15:47 UTC (2+ messages)
[PATCH] xen/common: low performance of lib/sort.c
2017-03-02 15:38 UTC (2+ messages)
[PATCH] x86/SVM: correct boot time cpu_data[] handling
2017-03-02 15:35 UTC (8+ messages)
qdisks and stubdomains
2017-03-02 15:29 UTC
[PATCH] x86emul: assert no duplicate mappings of stub space
2017-03-02 15:09 UTC (2+ messages)
[xen-unstable-smoke test] 106368: tolerable trouble: broken/fail/pass - PUSHED
2017-03-02 15:04 UTC
BUG due to "xen-netback: protect resource cleaning on XenBus disconnect"
2017-03-02 14:55 UTC (6+ messages)
Xen-unstable: Bisected Host boot failure on AMD Phenom
2017-03-02 14:55 UTC (2+ messages)
[PATCH v9 0/8] VMX: Properly handle pi descriptor and per-cpu
2017-03-02 14:32 UTC (7+ messages)
` [PATCH v9 5/8] VT-d: Introduce a new function update_irte_for_msi_common
` [PATCH v9 8/8] VT-d: Add copy_irte_{to, from}_irt for updating irte
[RFC PATCH] mm, hotplug: get rid of auto_online_blocks
2017-03-02 14:28 UTC (2+ messages)
arm64: Approach for DT based NUMA and issues
2017-03-02 14:10 UTC (8+ messages)
[xtf test] 106365: all pass - PUSHED
2017-03-02 13:52 UTC
[xen-unstable test] 106351: tolerable FAIL - PUSHED
2017-03-02 13:52 UTC
[PATCH net 0/2] xen-netback: update memory leak fix to avoid BUG
2017-03-02 13:35 UTC (6+ messages)
` [PATCH net 1/2] xen-netback: keep a local pointer for vif in backend_disconnect()
` [PATCH net 2/2] xen-netback: don't vfree() queues under spinlock
[PATCH 0/5] xl cleanup and docs
2017-03-02 12:56 UTC (2+ messages)
[xen-unstable-smoke test] 106366: tolerable trouble: broken/fail/pass - PUSHED
2017-03-02 12:50 UTC
About UMIP unit test
2017-03-02 12:39 UTC (9+ messages)
` [DO NOT APPLY PATCH XTF 0/2] UMIP test case
` [DO NOT APPLY PATCH XTF 1/2] x86: add UMIP feature bit
` [DO NOT APPLY PATCH XTF 2/2] Add UMIP test
[PATCH v2 0/4] build enhancements related to qemu
2017-03-02 12:37 UTC (10+ messages)
` [PATCH v2 1/4] stubdom: set xen interface version for stubdom apps using xenctrl.h
` [PATCH v2 2/4] tools: add pkg-config file for libxc
` [PATCH v2 3/4] tools: use a dedicated build directory for qemu
` [PATCH v2 4/4] tools: set pkg-config path when configuring qemu
[PATCH v2 0/5] xen: use new xendevicemodel library
2017-03-02 12:10 UTC (7+ messages)
` [PATCH v2 1/5] xen: make use of xen_xc implicit in xen_common.h inlines
` [PATCH v2 2/5] xen: rename xen_modified_memory() to xen_hvm_modified_memory()
` [PATCH v2 3/5] xen: create wrappers for all other uses of xc_hvm_XXX() functions
` [PATCH v2 4/5] configure: detect presence of libxendevicemodel
` [PATCH v2 5/5] xen: use libxendevicemodel when available
[PATCH v3] x86/apicv: Enhance posted-interrupt processing
2017-03-02 12:03 UTC (4+ messages)
[xen-unstable test] 106307: regressions - FAIL
2017-03-02 11:53 UTC (3+ messages)
[PATCH] tools: Fix build of QEMU with lib xendevicemodel support
2017-03-02 11:39 UTC (3+ messages)
[PATCH 0/6] xen: sched: improve scalability of Credit1, and optimize a bit both Credit1 and Credit2
2017-03-02 11:35 UTC (10+ messages)
` [PATCH 1/6] xen: credit1: simplify csched_runq_steal() a little bit
` [PATCH 2/6] xen: credit: (micro) optimize csched_runq_steal()
` [PATCH 3/6] xen: credit1: increase efficiency and scalability of load balancing
` [PATCH 4/6] xen: credit1: treat pCPUs more evenly during balancing
` [PATCH 5/6] xen/tools: tracing: add record for credit1 runqueue stealing
` [PATCH 6/6] xen: credit2: avoid cpumask_any() in pick_cpu()
[PATCH 0/5] xen: use new xendevicemodel library
2017-03-02 11:26 UTC (15+ messages)
` [PATCH 4/5] configure: detect presence of libxendevicemodel
` [PATCH 5/5] xen: use libxendevicemodel when available
` [PATCH 3/5] xen: create wrappers for all other uses of xc_hvm_XXX() functions
[xen-unstable bisection] complete test-amd64-i386-xl-qemut-stubdom-debianhvm-amd64-xsm
2017-03-02 11:09 UTC (4+ messages)
[PATCH net] xen-netback: Use GFP_ATOMIC to allocate hash
2017-03-02 10:52 UTC (3+ messages)
[xen-unstable-smoke test] 106361: regressions - trouble: broken/fail/pass
2017-03-02 10:46 UTC
[libvirt test] 106352: tolerable FAIL - PUSHED
2017-03-02 9:56 UTC
Xen staging: libxendevicemodel.so.1 [...] not found
2017-03-02 9:43 UTC (5+ messages)
xen/arm and swiotlb-xen: possible data corruption
2017-03-02 8:53 UTC (3+ messages)
[PATCH v4 00/17] x86emul: MMX/SSEn support
2017-03-02 8:30 UTC (21+ messages)
` [PATCH v4 02/17] x86emul: support MMX/SSE{,2,3} moves
` [PATCH v4 02/17] x86emul: support MMX/SSE{, 2, 3} moves
` [PATCH v4 05/17] x86emul: support MMX/SSE{, 2, 4a} insns with only register operands
` [PATCH v4 10/17] x86emul: add tables for 0f38 and 0f3a extension space
` [PATCH v4 12/17] x86emul: support SSE4.1 insns
` [PATCH v4 15/17] x86emul: support PCLMULQDQ
[xen-4.4-testing test] 106323: tolerable FAIL - PUSHED
2017-03-02 8:18 UTC
[PATCH v2] x86/apicv: enhance posted-interrupt processing
2017-03-02 7:42 UTC (8+ messages)
[ovmf test] 106328: regressions - FAIL
2017-03-02 7:25 UTC
[qemu-mainline test] 106316: regressions - FAIL
2017-03-02 7:00 UTC
Virtual Interrupt Delivery
2017-03-02 6:27 UTC (3+ messages)
[PATCH v2 0/3] x86: remove PVHv1
2017-03-02 6:25 UTC (3+ messages)
` [PATCH v2 1/3] x86: remove PVHv1 code
[PATCH v4 0/2] VPMU management update
2017-03-02 6:23 UTC (3+ messages)
` [PATCH v4 2/2] x86/vpmu: Disable VPMU if guest's CPUID indicates no PMU support
[PATCH 0/8] x86: switch away from temporary 32-bit register names
2017-03-02 6:21 UTC (3+ messages)
` [PATCH 8/8] x86/VMX: "
[linux-linus test] 106312: regressions - FAIL
2017-03-02 5:47 UTC
kpartx for raisin hvm tests
2017-03-02 1:16 UTC (8+ messages)
[RAISIN] Allow-running-tests-as-non-root
2017-03-02 1:11 UTC (2+ messages)
[ovmf test] 106308: regressions - FAIL
2017-03-02 0:27 UTC
[PATCH v5 0/3] xen/arm: remove race conditions in irq migration
2017-03-01 23:24 UTC (5+ messages)
` [PATCH v5 1/3] arm: remove irq from inflight, then change physical affinity
` [PATCH v5 2/3] xen/arm: move setting of new target vcpu to vgic_migrate_irq
` [PATCH v5 3/3] xen/arm: vgic_migrate_irq: do not race against GIC_IRQ_GUEST_MIGRATING
[PULL 0/2] tags/xen-20170228-tag
2017-03-01 23:09 UTC (2+ messages)
[xen-unstable-smoke test] 106320: tolerable trouble: broken/fail/pass - PUSHED
2017-03-01 22:55 UTC
[PATCH v2 0/7] MCE code cleanup and bugfix
2017-03-01 22:10 UTC (3+ messages)
` [PATCH v2 1/7] xen/mce: adjust comment of callback register functions
[PATCH linux v3 2/9] x86/acpi: store ACPI ids from MADT for future usage
2017-03-01 22:04 UTC (2+ messages)
[xen-4.4-testing test] 106298: regressions - FAIL
2017-03-01 21:12 UTC
[linux-next test] 106294: tolerable FAIL
2017-03-01 21:03 UTC
VLAPIC and Event channel relationship or how to map PIRQ to HVM guest
2017-03-01 20:32 UTC (2+ messages)
[PATCH v4] xen/arm: introduce vwfi parameter
2017-03-01 20:13 UTC
XenGT GPU virtualization
2017-03-01 19:50 UTC (10+ messages)
` [iGVT-g] "
[PATCH v4] xen/arm: introduce vwfi parameter
2017-03-01 19:43 UTC
[PATCH 00/28] arm64: Dom0 ITS emulation
2017-03-01 19:42 UTC (14+ messages)
` [PATCH 09/28] ARM: GICv3 ITS: map device and LPIs to the ITS on physdev_op hypercall
[PATCH v3] xen/arm: introduce vwfi parameter
2017-03-01 19:39 UTC (3+ messages)
[GSoC]about the task "Share a page in memory from the VM config file"
2017-03-01 19:36 UTC (2+ messages)
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).