xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-25 13:29:41 to 2016-03-29 09:08:35 UTC [more...]

[PATCH 0/7] oxenstored: improve transaction conflict handling
 2016-03-29  9:08 UTC  (6+ messages)
` [PATCH 3/7] oxenstored: refactor request processing

[PATCH] x86/hvm/viridian: save APIC assist vector
 2016-03-29  9:07 UTC  (7+ messages)

[PATCH v4 00/26] x86: Improvements to cpuid handling for guests
 2016-03-29  8:57 UTC  (34+ messages)
` [PATCH v4 07/26] xen/x86: Calculate maximum host and guest featuresets
` [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

4.4: INFO: rcu_sched self-detected stall on CPU
 2016-03-29  8:56 UTC  (7+ messages)

[RFC PATCH 1/2] build: add debug menu to Kconfig
 2016-03-29  8:50 UTC  (7+ messages)
` [RFC PATCH 2/2] build: convert crash_debug "

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-03-29  8:47 UTC  (11+ messages)

xen run on minnowboard
 2016-03-29  8:33 UTC 

[PATCH v8 01/17] Xen: ACPI: Hide UART used by Xen
 2016-03-29  8:08 UTC  (6+ messages)
  ` [RESEND PATCH v9 "

[PATCH v9 01/17] Xen: ACPI: Hide UART used by Xen
 2016-03-29  8:05 UTC 

[PATCH 0/2] Check VT-d Device-TLB flush error
 2016-03-29  7:36 UTC  (9+ messages)
` [PATCH 1/2] IOMMU/MMU: Adjust top level functions for "
` [PATCH 2/2] IOMMU/MMU: Adjust low "

[linux-4.1 test] 87765: regressions - FAIL
 2016-03-29  7:29 UTC 

[PATCH v7 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-29  7:12 UTC  (26+ messages)
` [PATCH v7 01/22] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v7 02/22] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v7 03/22] arm/acpi: Prepare FADT table for Dom0
` [PATCH v7 04/22] arm/gic: Add a new callback for creating MADT "
` [PATCH v7 05/22] arm/acpi: Prepare "
` [PATCH v7 06/22] arm/acpi: Prepare STAO "
` [PATCH v7 07/22] arm/acpi: Prepare XSDT "
` [PATCH v7 08/22] arm/acpi: Prepare RSDP "
` [PATCH v7 09/22] arm/p2m: Add helper functions to map memory regions
` [PATCH v7 10/22] arm/acpi: Map all other tables for Dom0
` [PATCH v7 11/22] arm/acpi: Prepare EFI system table "
` [PATCH v7 12/22] arm/acpi: Prepare EFI memory descriptor "
` [PATCH v7 13/22] arm/acpi: Map the new created EFI and ACPI tables to Dom0
` [PATCH v7 14/22] arm/acpi: Create min DT stub for Dom0
` [PATCH v7 15/22] arm/acpi: Permit access all Xen unused SPIs "
` [PATCH v7 16/22] arm/acpi: Configure SPI interrupt type and route to Dom0 dynamically
` [PATCH v7 17/22] arm/gic: Add a new callback to deny Dom0 access to GIC regions
` [PATCH v7 18/22] arm/acpi: Permit MMIO access of Xen unused devices for Dom0
` [PATCH v7 19/22] hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v7 20/22] xen/acpi: Fix event-channel interrupt when booting with ACPI
` [PATCH v7 21/22] xen/arm: Add a hypercall for device mmio mapping
` [PATCH v7 22/22] xen/arm64: Add ACPI support

[PATCH 0/4] x86: accommodate 32-bit PV guests with SMAP/SMEP handling
 2016-03-29  6:59 UTC  (11+ messages)
` [PATCH v2 0/3] x86: accommodate 32-bit PV guests with SMEP/SMAP handling
    ` [PATCH v3 0/4] "
      ` [PATCH v3 2/4] x86: suppress SMEP and SMAP while running 32-bit PV guest code
      ` [PATCH v3 4/4] x86: use 32-bit loads for 32-bit PV guest state reload
      ` [PATCH v3 5/4] x86: reduce code size of struct cpu_info member accesses

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

[PATCH] tools: fix xen-detect to correctly identify domU type
 2016-03-29  6:49 UTC  (18+ messages)

[ovmf test] 87789: regressions - FAIL
 2016-03-29  5:55 UTC 

[PATCH v2 0/2] usb, xen: add pvUSB backend
 2016-03-29  4:55 UTC  (4+ messages)
    ` [Xen-devel] "

[PATCH v2 0/3] libxl: add support for qemu base pvusb backend
 2016-03-29  4:53 UTC  (7+ messages)
` [PATCH v2 2/3] libxl: add new pvusb backend "qusb" provided by qemu
` [PATCH v2 3/3] libxl: add domain config parameter to force start of qemu

[PATCH v3] arm: Fix asynchronous aborts (SError exceptions) due to bogus PTEs
 2016-03-29  4:46 UTC 

[PATCH v2] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-29  3:34 UTC  (5+ messages)

[PATCH v3] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-29  3:26 UTC 

[xen-unstable test] 87739: regressions - FAIL
 2016-03-29  3:04 UTC 

pv-grub guest booting fail with recent qemu-xen
 2016-03-29  1:44 UTC  (5+ messages)

[PATCH v8 0/3] VT-d Device-TLB flush issue
 2016-03-29  1:32 UTC  (14+ messages)
` [PATCH v8 1/3] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed
` [PATCH v8 3/3] VT-d: Fix vt-d Device-TLB flush timeout issue

[qemu-mainline test] 87710: regressions - FAIL
 2016-03-28 22:51 UTC 

[linux-linus test] 87701: regressions - FAIL
 2016-03-28 20:21 UTC 

[ovmf test] 87722: regressions - FAIL
 2016-03-28 20:13 UTC 

[PATCH 0/6] xentrace/xenalyze support on ARM
 2016-03-28 18:55 UTC  (9+ messages)
` [PATCH 1/6] Flask: Support for ARM xentrace
` [PATCH 3/6] xentrace: P2M lookup suport for ARM platform
` [PATCH 6/6] xentrace: ARM platform timestamp support

crash on boot with 4.6.1 on fedora 24
 2016-03-28 17:00 UTC 

[linux-mingo-tip-master test] 87700: regressions - FAIL
 2016-03-28 15:46 UTC 

[PATCH RFC v3 00/28] x86: Improvements to cpuid handling for guests
 2016-03-28 15:02 UTC  (5+ messages)
` [PATCH v3 11/28] xen/x86: Clear dependent features when clearing a cpu cap

[PATCH 1/2] libxl: ensure var is inited in libxl__domain_firmware
 2016-03-28 15:01 UTC  (7+ messages)
` [PATCH 2/2] tools: detect appropriate debug optimization level

[PATCH 0/4] ns16550: enable support for Pericom controllers
 2016-03-28 14:46 UTC  (4+ messages)
` [PATCH 2/4] ns16550: enable Pericom controller support
  ` [PATCH v2 "

[libvirt test] 87702: tolerable FAIL - PUSHED
 2016-03-28 14:45 UTC 

[linux-4.1 test] 87692: regressions - FAIL
 2016-03-28 14:20 UTC 

Changing the CPUID hypervisor string for HVM DomU
 2016-03-28 13:43 UTC  (2+ messages)

[xen-unstable test] 87625: regressions - FAIL
 2016-03-28  8:51 UTC 

[ovmf test] 87656: regressions - FAIL
 2016-03-28  6:38 UTC 

XEN 4.6.0 on arm64 Ubuntu Xenial 16.04: unable to start domU
 2016-03-28  5:48 UTC 

[qemu-mainline test] 87591: regressions - FAIL
 2016-03-28  5:00 UTC 

[PATCH v13 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-28  3:52 UTC  (9+ messages)
` [PATCH v13 20/26] Support colo mode for qemu disk
  ` [PATCH v13.1 "
` [PATCH v13 23/26] COLO nic: implement COLO nic subkind
  ` [PATCH v13.1 "
` [PATCH v13 26/26] cmdline switches and config vars to control colo-proxy
  ` [PATCH v13.1 "

[PATCH v12 00/26] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-28  3:21 UTC  (11+ messages)
` [PATCH v12 23/26] COLO nic: implement COLO nic subkind
` [PATCH v12 26/26] cmdline switches and config vars to control colo-proxy

[linux-4.1 test] 87582: regressions - FAIL
 2016-03-28  2:31 UTC 

[linux-linus test] 87558: regressions - FAIL
 2016-03-27 22:36 UTC 

[ovmf test] 87566: regressions - FAIL
 2016-03-27 20:07 UTC 

[linux-mingo-tip-master test] 87557: regressions - FAIL
 2016-03-27 18:53 UTC 

[xen-unstable test] 87551: regressions - FAIL
 2016-03-27 14:33 UTC 

[xen-unstable-coverity test] 87590: trouble: broken
 2016-03-27  9:53 UTC 

[qemu-mainline test] 87526: regressions - FAIL
 2016-03-27  9:48 UTC 

[linux-4.1 test] 87465: regressions - FAIL
 2016-03-27  7:46 UTC 

[ovmf test] 87525: regressions - FAIL
 2016-03-27  5:29 UTC 

[xen-unstable test] 87461: regressions - FAIL
 2016-03-27  3:12 UTC 

[ovmf test] 87443: regressions - FAIL
 2016-03-26 23:37 UTC 

[qemu-mainline test] 87428: regressions - FAIL
 2016-03-26 23:13 UTC 

[linux-linus test] 87418: regressions - FAIL
 2016-03-26 21:14 UTC 

[PATCH] Mini-OS: netfront: fix off-by-one error introduced in 7c8f3483
 2016-03-26 20:53 UTC  (7+ messages)

[linux-mingo-tip-master test] 87403: regressions - FAIL
 2016-03-26 15:42 UTC 

[libvirt test] 87404: tolerable FAIL - PUSHED
 2016-03-26 13:55 UTC 

[linux-4.1 test] 87395: regressions - trouble: blocked/broken/fail/pass
 2016-03-26 13:24 UTC 

[xen-unstable test] 87377: regressions - trouble: blocked/broken/fail/pass
 2016-03-26 12:56 UTC 

[PATCH v7 11/17] ARM: XEN: Move xen_early_init() before efi_init()
 2016-03-26 12:56 UTC  (2+ messages)
  ` [PATCH v7 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI

Xen 4.6.1 raisin build error etherboot undeclared
 2016-03-26 12:46 UTC 

[ovmf test] 87391: regressions - trouble: broken/fail/pass
 2016-03-26 10:24 UTC 

[qemu-mainline test] 87327: regressions - FAIL
 2016-03-26  7:57 UTC 

[linux-linus test] 87315: regressions - FAIL
 2016-03-26  6:03 UTC 

[linux-4.1 test] 87295: regressions - FAIL
 2016-03-26  2:16 UTC 

[ovmf test] 87299: regressions - FAIL
 2016-03-26  1:23 UTC 

[xen-unstable-smoke test] 87376: tolerable all pass - PUSHED
 2016-03-26  1:09 UTC 

[xen-unstable-smoke test] 87360: regressions - FAIL
 2016-03-25 22:59 UTC 

[xen-unstable test] 87287: regressions - FAIL
 2016-03-25 22:52 UTC 

debug xen with GNU DDD
 2016-03-25 22:39 UTC 

[PATCH] xen/arm64: check XSM Magic and Signature from the second unknown module
 2016-03-25 21:02 UTC  (4+ messages)

[GRUB2 PATCH v5 1/4] i386/relocator: Add grub_relocator64_efi relocator
 2016-03-25 20:43 UTC  (4+ messages)
  ` [GRUB2 PATCH v5 4/4] multiboot2: Add support for relocatable images

[PATCH v5 0/3] tools: Return failure when the command failed for more xl commands
 2016-03-25 19:51 UTC  (2+ messages)

[xen-unstable-smoke test] 87332: tolerable all pass - PUSHED
 2016-03-25 18:23 UTC 

[PATCH v8 for Xen 4.7 0/4] Enable per-VCPU parameter for RTDS
 2016-03-25 18:07 UTC  (8+ messages)
` [PATCH v8 for Xen 4.7 1/4] xen: enable "

compilation fail, xen staging-4.6, vnc.c, qemu-tradintional issues under ubuntu 16.04
 2016-03-25 17:53 UTC 

[linux-mingo-tip-master test] 87263: regressions - FAIL
 2016-03-25 17:25 UTC 

[PATCH] blktap2: Invalid logic detecting unaligned buffers in vhd_write_block
 2016-03-25 16:38 UTC  (4+ messages)

[PATCH v5] xSplice v1 design and implementation
 2016-03-25 16:26 UTC  (6+ messages)
` [PATCH v5 20/28] HYPERCALL_version_op: Add VERSION_build_id to retrieve build-id
` [PATCH v5 21/28] libxl: info: Display build_id of the hypervisor using XEN_VERSION_build_id

[PATCH] tools/python/xc: fix tmem_control parameter parsing
 2016-03-25 15:58 UTC  (2+ messages)

[PATCH 1/2] xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
 2016-03-25 15:45 UTC  (4+ messages)
  ` [PATCH 2/2] xen/x86: Call cpu_startup_entry(CPUHP_AP_ONLINE_IDLE) from xen_play_dead()

[PATCH v2 1/2] xsm: only define XSM_MAGIC in xsm.h
 2016-03-25 15:30 UTC  (3+ messages)

[PATCH 1/2] xen/x86: Move irq allocation from Xen smp_op.cpu_up()
 2016-03-25 15:23 UTC  (2+ messages)

[qemu-mainline test] 87241: regressions - FAIL
 2016-03-25 15:22 UTC 

[libvirt test] 87264: regressions - FAIL
 2016-03-25 14:47 UTC 

xl: improve return codes for more xl comands
 2016-03-25 13:53 UTC 

[PATCH 0/3] xen: more scheduler tracing improvement
 2016-03-25 13:29 UTC  (4+ messages)
` [PATCH 1/3] xenalyze: handle DOM0 operaions events


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