xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-01 09:05:45 to 2017-03-02 07:14:21 UTC [more...]

[PATCH v3] x86/apicv: Enhance posted-interrupt processing
 2017-03-02  9:41 UTC  (3+ messages)

[PATCH v9 0/8] VMX: Properly handle pi descriptor and per-cpu
 2017-03-02  8:58 UTC  (4+ messages)
` [PATCH v9 5/8] VT-d: Introduce a new function update_irte_for_msi_common

[PATCH v2] x86/apicv: enhance posted-interrupt processing
 2017-03-02  7:42 UTC  (9+ messages)

[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  (20+ messages)
` [PATCH v2 1/3] x86: remove PVHv1 code
` [PATCH v2 2/3] x86: remove has_hvm_container_{domain/vcpu}

[PATCH v4 0/2] VPMU management update
 2017-03-02  6:23 UTC  (4+ messages)
` [PATCH v4 1/2] x86/vpmu: Add get/put_vpmu() and VPMU_AVAILABLE
` [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  (5+ messages)
` [PATCH 5/8] x86/mm: "
` [PATCH 8/8] x86/VMX: "

[linux-linus test] 106312: regressions - FAIL
 2017-03-02  5:47 UTC 

[PATCH v2 0/4] build enhancements related to qemu
 2017-03-02  5:13 UTC  (5+ 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

[xen-unstable test] 106307: regressions - FAIL
 2017-03-02  4:15 UTC 

About UMIP unit test
 2017-03-02  2:33 UTC 

[PATCH 0/5] xen: use new xendevicemodel library
 2017-03-02  2:05 UTC  (11+ messages)
` [PATCH 1/5] xen: make use of xen_xc implicit in xen_common.h inlines
` [PATCH 2/5] xen: rename xen_modified_memory() to xen_hvm_modified_memory()
` [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

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)

xen/arm and swiotlb-xen: possible data corruption
 2017-03-02  1:05 UTC 

[ovmf test] 106308: regressions - FAIL
 2017-03-02  0:27 UTC 

[xen-unstable bisection] complete test-amd64-i386-xl-qemut-stubdom-debianhvm-amd64-xsm
 2017-03-01 23:53 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 

[PATCH v4 00/17] x86emul: MMX/SSEn support
 2017-03-01 20:35 UTC  (39+ messages)
` [PATCH v4 01/17] x86emul: support most memory accessing MMX/SSE{, 2, 3} insns
` [PATCH v4 02/17] x86emul: support MMX/SSE{,2,3} moves
  ` [PATCH v4 02/17] x86emul: support MMX/SSE{, 2, 3} moves
` [PATCH v4 03/17] x86emul: support MMX/SSE/SSE2 converts
` [PATCH v4 04/17] x86emul: support {,V}{,U}COMIS{S,D}
  ` [PATCH v4 04/17] x86emul: support {, V}{, U}COMIS{S, D}
` [PATCH v4 05/17] x86emul: support MMX/SSE{, 2, 4a} insns with only register operands
` [PATCH v4 06/17] x86emul: support {,V}{LD,ST}MXCSR
` [PATCH v4 07/17] x86emul: support {,V}MOVNTDQA
` [PATCH v4 10/17] x86emul: add tables for 0f38 and 0f3a extension space
` [PATCH v4 11/17] x86emul: support SSSE3 insns
` [PATCH v4 12/17] x86emul: support SSE4.1 insns
` [PATCH v4 13/17] x86emul: support SSE4.2 insns
` [PATCH v4 14/17] x86emul: test coverage for SSE3/SSSE3/SSE4* insns
` [PATCH v4 15/17] x86emul: support PCLMULQDQ
` [PATCH v4 17/17] x86emul: support SHA insns

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)

[xen-unstable-smoke test] 106310: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-01 19:03 UTC 

[DOC RFC] Heterogeneous Multi Processing Support in Xen
 2017-03-01 18:58 UTC  (4+ messages)

[qemu-mainline test] 106291: regressions - FAIL
 2017-03-01 18:03 UTC 

[xtf test] 106302: all pass - PUSHED
 2017-03-01 17:44 UTC 

[linux-linus test] 106285: regressions - FAIL
 2017-03-01 17:28 UTC 

[PATCH v4 0/7] xen: credit2: improve style, and tracing; fix two bugs
 2017-03-01 17:12 UTC  (13+ messages)
` [PATCH v4 1/7] xen: credit2: always mark a tickled pCPU as... tickled!
` [PATCH v4 2/7] xen: credit2: don't miss accounting while doing a credit reset
` [PATCH v4 3/7] xen: credit2: make accessor helpers inline functions instead of macros
` [PATCH v4 4/7] xen: credit2: tidy up functions names by removing leading '__'
` [PATCH v4 5/7] xen: credit2: group the runq manipulating functions
` [PATCH v4 6/7] xen/tools: tracing: trace (Credit2) runq traversal
` [PATCH v4 7/7] xen/tools: tracing: Report next slice time when continuing as well as switching

[ARM] SMC (and HVC) handling in hypervisor
 2017-03-01 16:47 UTC  (6+ messages)

[PATCH 0/1] xen/arm: Add pl011 uart support in Xen for guest domains
 2017-03-01 16:44 UTC  (11+ messages)
` [PATCH 1/1] "

[PATCH RESEND RFC 0/8] Memory scrubbing from idle loop
 2017-03-01 16:43 UTC  (7+ messages)

[PATCH 0/7] Fixes to pagetable handling
 2017-03-01 16:41 UTC  (17+ 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 4/7] x86/hvm: Adjust hvm_nx_enabled() to match how Xen behaves
` [PATCH 5/7] x86/shadow: Use the pagewalk reserved bits helpers
` [PATCH 6/7] x86/pagewalk: Consistently use guest_walk_*() helpers for translation

[PATCH v3] displif: add ABI for para-virtual display
 2017-03-01 16:40 UTC  (13+ messages)

[ovmf test] 106287: regressions - FAIL
 2017-03-01 15:58 UTC 

[PATCH v1 0/2] x86/vvmx: a couple of fixes (vmptrld + vmread/vmwrite)
 2017-03-01 15:39 UTC  (14+ messages)
` [PATCH v1 1/2] x86/vvmx: check vmcs address in vmread/vmwrite
` [PATCH v1 2/2] x86/vvmx: add vmcs id check into vmptrld emulation

[xen-unstable test] 106283: regressions - trouble: blocked/broken/fail/pass
 2017-03-01 15:28 UTC 

[xen-unstable bisection] complete test-amd64-i386-xl-qemuu-winxpsp3-vcpus1
 2017-03-01 13:49 UTC  (4+ messages)

[xen-unstable-smoke test] 106301: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-01 13:20 UTC 

[PATCH v3 0/7] xen: credit2: improve style, and tracing; fix two bugs
 2017-03-01 13:07 UTC  (8+ messages)
` [PATCH v3 3/7] xen: credit2: group the runq manipulating functions
` [PATCH v3 4/7] xen: credit2: always mark a tickled pCPU as... tickled!

[PATCH] MAINTAINERS: add Marek as maintainer of python bindings
 2017-03-01 12:44 UTC  (2+ messages)

[PATCH] tools/libxendevicemodel: define O_CLOEXEC
 2017-03-01 12:37 UTC  (2+ messages)

Backport request
 2017-03-01 12:31 UTC 

[xen-unstable-smoke test] 106297: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-01 11:50 UTC 

[PATCH v8 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-03-01 11:31 UTC  (5+ messages)
` [PATCH v8 20/24] x86: L2 CAT: implement set value flow

[PATCH 2/2] acpi: check if mapping is valid before reading / writing
 2017-03-01 11:23 UTC  (2+ messages)

[PATCH v16 0/9] x86: multiboot2 protocol support
 2017-03-01 11:21 UTC  (7+ messages)
` [PATCH v16 5/9] x86: change default load address from 1 MiB to 2 MiB

[PATCH v2] efi/boot: Don't free ebmalloc area at all
 2017-03-01 11:18 UTC  (4+ messages)

[PATCH 1/2] xenstore: free resp in do_control_help
 2017-03-01 11:17 UTC  (3+ messages)

[PATCH 01/10] x86: assembly, ENTRY for fn, GLOBAL for data
 2017-03-01 10:27 UTC  (4+ messages)

[xen-unstable-coverity test] 106295: all pass - PUSHED
 2017-03-01 10:27 UTC 

[PATCH 0/5] xl cleanup and docs
 2017-03-01 10:24 UTC  (6+ messages)
` [PATCH 1/5] CONTRIBUTING: list xl in inbound license section
` [PATCH 2/5] xl: add CODING_STYLE
` [PATCH 3/5] xl: remove declaration of ctx in c files
` [PATCH 4/5] xl: lift common_domname declaration to xl.h
` [PATCH 5/5] xl: lift logfile "

[PATCH 1/2] x86/layout: Correct Xen's idea of its own memory layout
 2017-03-01  9:44 UTC  (20+ messages)
` [PATCH 2/2] efi/boot: Don't free ebmalloc area at all

[xen-4.4-testing test] 106281: regressions - FAIL
 2017-03-01  9:42 UTC 

[PATCH 1/5] x86/xen: start untangling PV and PVHVM guest support code
 2017-03-01  9:38 UTC  (2+ messages)

[PATCH v3 0/2] VPMU management update
 2017-03-01  9:27 UTC  (3+ messages)
` [PATCH v3 1/2] x86/vpmu: Add get/put_vpmu() and VPMU_AVAILABLE

[PATCH] x86/MCE: sanitize domain/vcpu ID handling
 2017-03-01  9:14 UTC  (2+ messages)
` Ping: "


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