xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-04 06:59:35 to 2016-03-05 18:29:59 UTC [more...]

Interested to participate in Outreachy Program
 2016-03-05 18:29 UTC 

[PATCH v3 00/16] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-03-05 18:05 UTC  (11+ messages)
` [PATCH v3 11/16] hvmloader: Load OVMF from modules
` [PATCH v3 13/16] hvmloader: Load ACPI tables from hvm_start_info module

[xen-4.3-testing test] 85336: regressions - trouble: blocked/broken/fail/pass
 2016-03-05 17:21 UTC 

[PATCH] xen/mm: Fix page_list_* helpers to evaluate all their arguments
 2016-03-05 16:52 UTC 

[PATCH v2 0/3] allow runtime log level threshold adjustments
 2016-03-05 16:00 UTC  (8+ messages)
` [PATCH v2 1/3] console: allow "
` [PATCH v2 2/3] libxc: wrapper for log level sysctl
` [PATCH v2 3/3] xl: new "loglvl" command

Running two vcpus simultaneously, on two different cpus
 2016-03-05 15:51 UTC  (2+ messages)

Xentrace on Xilinx ARM
 2016-03-05 15:43 UTC  (2+ messages)

[linux-4.1 test] 85331: regressions - FAIL
 2016-03-05 14:59 UTC 

[linux-3.10 baseline-only test] 44220: tolerable FAIL
 2016-03-05 14:19 UTC 

[BUG] Xen BUG at irq.c:1705 after [VT-D]d1:PCIe: unmap
 2016-03-05 12:22 UTC 

[linux-3.14 test] 85253: tolerable FAIL - PUSHED
 2016-03-05 11:29 UTC 

[xen-4.6-testing test] 85324: tolerable FAIL - PUSHED
 2016-03-05 10:36 UTC 

[ovmf test] 85255: regressions - FAIL
 2016-03-05  7:40 UTC 

Running two vcpus simultaneously, on two different cpus
 2016-03-05  6:07 UTC 

[linux-3.10 test] 85254: tolerable FAIL - PUSHED
 2016-03-05  5:44 UTC 

[libvirt test] 85296: tolerable FAIL - PUSHED
 2016-03-05  5:36 UTC 

Patching error while setting up COLO
 2016-03-05  1:51 UTC  (12+ messages)

[PATCH v7]xen: sched: convert RTDS from time to event driven model
 2016-03-05  1:39 UTC 

[qemu-mainline test] 85252: regressions - FAIL
 2016-03-04 23:14 UTC 

[xen-unstable test] 85235: regressions - FAIL
 2016-03-04 22:28 UTC 

[PATCH v14 0/2] Add VT-d Posted-Interrupts support
 2016-03-04 22:00 UTC  (3+ messages)
` [PATCH v14 1/2] vmx: VT-d posted-interrupt core logic handling
  ` Ideas "

[PATCH v13 0/8] Xen VMware tools support
 2016-03-04 21:50 UTC  (2+ messages)
` ping "

[PATCH v5 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-04 21:19 UTC  (44+ messages)
` [PATCH v5 01/22] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v5 02/22] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v5 09/22] arm/p2m: Add helper functions to map memory regions
` [PATCH v5 11/22] arm/acpi: Prepare EFI system table for Dom0
` [PATCH v5 12/22] arm/acpi: Prepare EFI memory descriptor "
` [PATCH v5 14/22] arm/acpi: Create min DT stub "
` [PATCH v5 16/22] arm/acpi: Configure SPI interrupt type and route to Dom0 dynamically
` [PATCH v5 17/22] arm/gic: Add a new callback to deny Dom0 access to GIC regions
` [PATCH v5 18/22] arm/acpi: Permit MMIO access of Xen unused devices for Dom0
` [PATCH v5 19/22] hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v5 21/22] xen/arm: Add a hypercall for device mmio mapping
` [PATCH v5 22/22] xen/arm64: Add ACPI support

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

[PATCH v2 1/3] travis: skip building coverity, smoke, and master
 2016-03-04 20:09 UTC  (3+ messages)
` [PATCH v2 2/3] travis: use matching C++ for GCC version
` [PATCH v2 3/3] travis: actually disable debug for non-debug

[PATCH v2 00/16] Scheduling related tracing improvements
 2016-03-04 19:52 UTC  (3+ messages)

[xen-4.5-testing test] 85210: regressions - FAIL
 2016-03-04 18:48 UTC 

[xen-unstable-smoke test] 85354: tolerable all pass - PUSHED
 2016-03-04 18:42 UTC 

[PATCH 1/3] travis: skip building coverity, smoke, and master
 2016-03-04 18:28 UTC  (9+ messages)
` [PATCH 2/3] travis: use matching C++ for GCC version
` [PATCH 3/3] travis: actually disable debug for non-debug

[PATCH 0/1] ARM: Implement support for write-ctrlreg vm-events
 2016-03-04 17:48 UTC  (2+ messages)

[distros-debian-jessie test] 44218: tolerable all pass
 2016-03-04 17:21 UTC 

[xen-unstable-smoke test] 85333: regressions - FAIL
 2016-03-04 16:47 UTC 

[linux-linus test] 85168: regressions - FAIL
 2016-03-04 16:45 UTC 

[PATCH v6][RFC]xen: sched: convert RTDS from time to event driven model
 2016-03-04 16:34 UTC  (8+ messages)

[PATCH v5 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-03-04 16:28 UTC  (5+ messages)
  ` [PATCH v5 01/17] Xen: ACPI: Hide UART used by Xen
  ` [PATCH v5 16/17] FDT: Add a helper to get the subnode by given name

[PATCH 3/4] xen/errno: Reduce complexity of inclusion
 2016-03-04 16:07 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v2] arm/timer: fix panic when booting with DT
 2016-03-04 15:10 UTC  (2+ messages)

[linux-mingo-tip-master test] 85150: regressions - FAIL
 2016-03-04 14:51 UTC 

[xen-4.3-testing test] 85121: regressions - trouble: blocked/broken/fail/pass
 2016-03-04 14:25 UTC 

XSA-155: _apparently_ missing blktap1 fix (up to 4.5)
 2016-03-04 14:15 UTC  (3+ messages)

[PATCH v6 0/5] VT-d Device-TLB flush issue
 2016-03-04 14:09 UTC  (11+ messages)
` [PATCH v6 3/5] IOMMU: Make the pcidevs_lock a recursive one
` [PATCH v6 4/5] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed

[xen-unstable baseline-only test] 44216: regressions - trouble: blocked/broken/fail/pass
 2016-03-04 14:09 UTC 

[V2] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
 2016-03-04 14:06 UTC  (2+ messages)

[V3] x86/xsaves: calculate the xstate_comp_offsets base on xcomp_bv
 2016-03-04 13:56 UTC  (2+ messages)

[xen-unstable-smoke test] 85320: regressions - FAIL
 2016-03-04 13:52 UTC 

[linux-4.1 test] 85117: regressions - trouble: blocked/broken/fail/pass
 2016-03-04 13:21 UTC 

[PATCH 0/4] ns16550: enable support for Pericom controllers
 2016-03-04 13:19 UTC  (2+ messages)
` Ping: "

4.5.3 preparations
 2016-03-04 12:18 UTC  (3+ messages)

[PATCH 0/4] x86: accommodate 32-bit PV guests with SMAP/SMEP handling
 2016-03-04 11:29 UTC  (5+ messages)
` [PATCH 1/4] x86/alternatives: correct near branch check
` [PATCH 2/4] x86: suppress SMAP and SMEP while running 32-bit PV guest code
` [PATCH 3/4] x86: use optimal NOPs to fill the SMAP/SMEP placeholders
` [PATCH 4/4] x86: use 32-bit loads for 32-bit PV guest state reload

[xen-unstable-smoke test] 85306: regressions - FAIL
 2016-03-04 11:06 UTC 

[PATCH v4 00/24] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-04 10:46 UTC  (10+ messages)
` [PATCH v4 14/24] arm/acpi: Prepare EFI system table for Dom0

[PATCH] arm/timer: fix panic when booting with DT
 2016-03-04 10:43 UTC  (5+ messages)

[PATCH 0/6] x86/HVM: cache attribute pinning adjustments
 2016-03-04 10:36 UTC  (2+ messages)

Fixation on polarssl 1.1.4 - EOL was 2013-10-01
 2016-03-04 10:15 UTC  (7+ messages)
          ` Processed: "

[PATCH v3 0/6] add hypercall option to temporarily pin a vcpu
 2016-03-04 10:03 UTC  (9+ messages)
` [PATCH v3 1/6] xen, cpupool: correct error handling when removing cpu from cpupool
` [PATCH v3 2/6] xen: add hypercall option to override and restore vcpu affinity
` [PATCH v3 3/6] xen: add force flag to xen_domctl_vcpuaffinity for undoing pin override

[PATCH v2 0/2] x86/entry/32: Get rid of paravirt_enabled in ESPFIX
 2016-03-04  9:38 UTC  (5+ messages)
` [PATCH v2 1/2] x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled
` [PATCH v2 2/2] x86/asm-offsets: Remove PARAVIRT_enabled

Prototype Code Review Dashboards (input required)
 2016-03-04  9:21 UTC  (7+ messages)

[xen-unstable-smoke test] 85295: regressions - FAIL
 2016-03-04  8:43 UTC 

答复: Questions about XenRT
 2016-03-04  8:06 UTC 

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-03-04  7:30 UTC  (11+ messages)

[libvirt test] 85151: tolerable FAIL - PUSHED
 2016-03-04  7:00 UTC 

[linux-3.16 baseline-only test] 44215: regressions - FAIL
 2016-03-04  6:59 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).