xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-22 21:09:53 to 2016-03-24 05:21:51 UTC [more...]

[qemu-mainline test] 86891: regressions - FAIL
 2016-03-24  5:21 UTC 

[ovmf test] 87061: regressions - FAIL
 2016-03-24  5:13 UTC 

Severe guest disk corruption with device_model_stubdomain_override=1
 2016-03-24  4:26 UTC  (3+ messages)

[linux-linus test] 86882: regressions - FAIL
 2016-03-24  4:15 UTC 

rcu_sched self-detected stall on CPU on kernel 4.4.5 in PV DomU
 2016-03-24  3:32 UTC  (4+ messages)
    ` rcu_sched self-detected stall on CPU on kernel 4.4.5/6 "

[PATCH v4] xSplice v1 design and implementation
 2016-03-24  3:15 UTC  (16+ messages)
` [PATCH v4 07/34] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables
` [PATCH v4 11/34] xsplice: Design document
` [PATCH v4 12/34] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op

[PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
 2016-03-24  2:37 UTC  (13+ messages)

[linux-4.1 test] 87031: regressions - FAIL
 2016-03-24  0:43 UTC 

[ovmf test] 87014: regressions - FAIL
 2016-03-24  0:21 UTC  (2+ messages)

[PATCH] Mini-OS: netfront: fix off-by-one error introduced in 7c8f3483
 2016-03-23 21:26 UTC 

[xen-unstable test] 87027: regressions - FAIL
 2016-03-23 20:55 UTC 

[PATCH v2 2/6] x86/mm/pat: Add pat_disable() interface
 2016-03-23 21:47 UTC  (9+ messages)
    ` [PATCH v2 4/6] x86/mtrr: Fix PAT init handling when MTRR MSR is disabled
    ` [PATCH v2 6/6] x86/pat: Document PAT initializations
    ` [PATCH v2 5/6] x86/xen, pat: Remove PAT table init code from Xen
      ` [PATCH v2 3/6] x86/mtrr: Fix Xorg crashes in Qemu sessions

[PATCH v3 1/7] x86/mm/pat: Add support of non-default PAT MSR setting
 2016-03-23 21:42 UTC  (7+ messages)
` [PATCH v3 2/7] x86/mm/pat: Add pat_disable() interface
` [PATCH v3 3/7] x86/mm/pat: Replace cpu_has_pat with boot_cpu_has
` [PATCH v3 4/6] x86/mtrr: Fix Xorg crashes in Qemu sessions
` [PATCH v3 5/7] x86/mtrr: Fix PAT init handling when MTRR is disabled
` [PATCH v3 6/7] x86/xen, pat: Remove PAT table init code from Xen
` [PATCH v3 7/7] x86/pat: Document PAT initialization

[PATCH v3 0/7] Enhance PAT init to fix Xorg crashes
 2016-03-23 21:41 UTC 

[PATCH 00/16] Fixes and improvement (including hard affinity!) for Credit2
 2016-03-23 19:05 UTC  (17+ messages)
` [PATCH 01/16] xen: sched: fix locking when allocating an RTDS pCPU
` [PATCH 02/16] xen: sched: add .init_pdata hook to the scheduler interface
` [PATCH 03/16] xen: sched: make implementing .alloc_pdata optional
` [PATCH 04/16] xen: sched: implement .init_pdata in all schedulers
` [PATCH 05/16] xen: sched: move pCPU initialization in an helper
` [PATCH 09/16] xen: sched: close potential races when switching scheduler to CPUs

Interested to participate in Outreachy Program
 2016-03-23 19:05 UTC  (8+ messages)

[PATCH] tools: fix xen-detect to correctly identify domU type
 2016-03-23 19:03 UTC  (19+ messages)

[PATCH] tools/python/xc: fix tmem_control parameter parsing
 2016-03-23 18:43 UTC  (2+ messages)

ARMv8: New board bring up hangs in kernel start?
 2016-03-23 18:41 UTC  (2+ messages)

Outreachy bite-sized tasks
 2016-03-23 18:21 UTC  (3+ messages)

[PATCH v2] xen/arm64: correctly emulate the {w, x}zr registers
 2016-03-23 18:10 UTC  (3+ messages)

help
 2016-03-23 17:40 UTC  (2+ messages)
` Building tools for ARM (WAS Re: help)

Call for nominations for new Hypervisor subproject maintainers and committers
 2016-03-23 17:22 UTC 

x86/vMSI-X emulation issue
 2016-03-23 17:05 UTC 

[PATCH v4 00/26] x86: Improvements to cpuid handling for guests
 2016-03-23 16:36 UTC  (27+ messages)
` [PATCH v4 01/26] xen/public: Export cpu featureset information in the public API
` [PATCH v4 02/26] xen/x86: Script to automatically process featureset information
` [PATCH v4 03/26] xen/x86: Collect more cpuid feature leaves
` [PATCH v4 04/26] xen/x86: Mask out unknown features from Xen's capabilities
` [PATCH v4 05/26] xen/x86: Annotate special features
` [PATCH v4 06/26] xen/x86: Annotate VM applicability in featureset
` [PATCH v4 07/26] xen/x86: Calculate maximum host and guest featuresets
` [PATCH v4 08/26] xen/x86: Generate deep dependencies of features
` [PATCH v4 09/26] xen/x86: Clear dependent features when clearing a cpu cap
` [PATCH v4 10/26] xen/x86: Improve disabling of features which have dependencies
` [PATCH v4 11/26] xen/x86: Improvements to in-hypervisor cpuid sanity checks
` [PATCH v4 12/26] x86/cpu: Move set_cpumask() calls into c_early_init()
` [PATCH v4 13/26] x86/cpu: Sysctl and common infrastructure for levelling context switching
` [PATCH v4 14/26] x86/cpu: Rework AMD masking MSR setup
` [PATCH v4 15/26] x86/cpu: Rework Intel masking/faulting setup
` [PATCH v4 16/26] x86/cpu: Context switch cpuid masks and faulting state in context_switch()
` [PATCH v4 17/26] x86/pv: Provide custom cpumasks for PV domains
` [PATCH v4 18/26] x86/domctl: Update PV domain cpumasks when setting cpuid policy
` [PATCH v4 19/26] xen+tools: Export maximum host and guest cpu featuresets via SYSCTL
` [PATCH v4 20/26] tools/libxc: Modify bitmap operations to take void pointers
` [PATCH v4 21/26] tools/libxc: Use public/featureset.h for cpuid policy generation
` [PATCH v4 22/26] tools/libxc: Expose the automatically generated cpu featuremask information
` [PATCH v4 23/26] tools: Utility for dealing with featuresets
` [PATCH v4 24/26] tools/libxc: Wire a featureset through to cpuid policy logic
` [PATCH v4 25/26] tools/libxc: Use featuresets rather than guesswork
` [PATCH v4 26/26] tools/libxc: Calculate xstate cpuid leaf from guest information

[PATCH] blkif.h: document scsi/0x12/0x<NN> node
 2016-03-23 16:00 UTC  (10+ messages)

[PATCH v2 1/6] x86/mm/pat: Change PAT to support non-default PAT MSR
 2016-03-23 15:46 UTC  (3+ messages)

[xen-unstable-smoke test] 87036: tolerable all pass - PUSHED
 2016-03-23 14:40 UTC 

[PATCH 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-03-23 14:05 UTC  (11+ messages)
` [PATCH 2/5] x86/time: implement tsc as clocksource

[PATCH 0/3] xen: more scheduler tracing improvement
 2016-03-23 12:36 UTC  (5+ messages)
` [PATCH 1/3] xenalyze: handle DOM0 operaions events
` [PATCH 3/3] xenalyze: handle RTDS scheduler events

[PATCH v3 0/5] libxl: add support for qemu base pvusb backend
 2016-03-23 12:24 UTC  (6+ messages)
` [PATCH v3 1/5] libxl: make libxl__need_xenpv_qemu() operate on domain config
` [PATCH v3 2/5] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v3 3/5] libxl: add service function to check whether device model is running
` [PATCH v3 4/5] libxl: check for dynamic device model start required
` [PATCH v3 5/5] libxl: add domain config parameter to force start of qemu

[PATCH v6 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-23 12:15 UTC  (5+ messages)
` [PATCH v6 18/22] arm/acpi: Permit MMIO access of Xen unused devices for Dom0
` [PATCH v6 20/22] xen/acpi: Fix event-channel interrupt when booting with ACPI

[PATCH v2 0/9] tools: Allow HVM domains emulated access to disks provided by hotplug scripts
 2016-03-23 12:14 UTC  (7+ messages)
` [PATCH v2 8/9] docs: Document block-script protocol

[OSSTEST PATCH 1/2] cri-getprevxenbranch: Only ever return xen-X.Y-testing
 2016-03-23 11:36 UTC  (2+ messages)
` [OSSTEST PATCH 2/2] coverity: Rename branch names to `smoke', not `smoked'

[PATCH 3/3] Add HVMOP to map guest ram with p2m_ioreq_server to an ioreq server
 2016-03-23 11:43 UTC  (8+ messages)

[V5] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
 2016-03-23 11:01 UTC  (6+ messages)

[linux-4.1 test] 86912: regressions - trouble: blocked/broken/fail/pass
 2016-03-23 10:46 UTC 

[libvirt test] 86994: tolerable FAIL - PUSHED
 2016-03-23 10:05 UTC 

[xen-unstable test] 86901: regressions - FAIL
 2016-03-23  8:36 UTC 

identify a Xen PV domU to fix devmem_is_allowed
 2016-03-23  8:28 UTC  (9+ messages)

[PATCH v12 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-23  8:06 UTC  (27+ messages)
` [PATCH v12 01/26] tools/libxl: introduction of libxl__qmp_restore to load qemu state
` [PATCH v12 02/26] tools/libxl: introduce libxl__domain_common_switch_qemu_logdirty()
` [PATCH v12 03/26] tools/libxl: Add back channel to allow migration target send data back
` [PATCH v12 04/26] tools/libxl: Introduce new helper function dup_fd_helper()
` [PATCH v12 05/26] tools/libx{l, c}: add back channel to libxc
` [PATCH v12 06/26] docs: add colo readme
` [PATCH v12 07/26] docs/libxl: Introduce CHECKPOINT_CONTEXT to support migration v2 colo streams
` [PATCH v12 08/26] libxc/migration: Specification update for DIRTY_PFN_LIST records
` [PATCH v12 09/26] libxc/migration: export read_record for common use
` [PATCH v12 10/26] tools/libxl: add back channel support to write stream
` [PATCH v12 11/26] tools/libxl: add back channel support to read stream
` [PATCH v12 12/26] secondary vm suspend/resume/checkpoint code
` [PATCH v12 13/26] libxl_internal: move stream read manipulations to right place
` [PATCH v12 14/26] primary vm suspend/resume/checkpoint code
` [PATCH v12 15/26] libxc/restore: support COLO restore
` [PATCH v12 16/26] libxc/save: support COLO save
` [PATCH v12 17/26] implement the cmdline for COLO
` [PATCH v12 18/26] COLO: introduce new API to prepare/start/do/get_error/stop replication
` [PATCH v12 19/26] Introduce COLO mode and refactor relevant function
` [PATCH v12 20/26] Support colo mode for qemu disk
` [PATCH v12 21/26] COLO: use qemu block replication
` [PATCH v12 22/26] COLO proxy: implement setup/teardown/preresume/postresume/checkpoint
` [PATCH v12 23/26] COLO nic: implement COLO nic subkind
` [PATCH v12 24/26] setup and control colo proxy on primary side
` [PATCH v12 25/26] setup and control colo proxy on secondary side
` [PATCH v12 26/26] cmdline switches and config vars to control colo-proxy

[ovmf test] 86908: regressions - FAIL
 2016-03-23  7:30 UTC 

bug: xen-detect returns HVM for pv-domU
 2016-03-23  7:22 UTC 

[PATCH] libxc/x86: XSAVE related adjustments
 2016-03-23  7:15 UTC  (5+ messages)

[PATCH 2/3] Rename p2m_mmio_write_dm to p2m_ioreq_server
 2016-03-23  6:30 UTC  (3+ messages)

[PATCH 1/3] Add new functions to get/set memory types
 2016-03-23  6:30 UTC  (3+ messages)

confirm
 2016-03-23  5:40 UTC  (2+ messages)

[PATCH v7 0/2] VT-d Device-TLB flush issue
 2016-03-23  5:39 UTC  (9+ messages)
` [PATCH v7 2/2] VT-d: Fix vt-d Device-TLB flush timeout issue

[V4] x86/xsaves: calculate the xstate_comp_offsets base on xstate_bv
 2016-03-23  3:28 UTC  (4+ messages)

[linux-3.4 test] 86898: regressions - FAIL
 2016-03-23  2:36 UTC 

[PATCH v11]xen: sched: convert RTDS from time to event driven model
 2016-03-18  9:23 UTC  (4+ messages)

[PATCH v2] arm: Fix asynchronous aborts (SError exceptions) due to bogus PTEs
 2016-03-22 22:38 UTC  (4+ messages)

Fwd: Last minute submission for OUTREACHY!
 2016-03-22 21:59 UTC 

[linux-3.4 baseline-only test] 44273: regressions - FAIL
 2016-03-22 21:22 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).