xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-21 11:08:31 to 2016-03-22 16:10:54 UTC [more...]

[PATCH RFC v3 00/28] x86: Improvements to cpuid handling for guests
 2016-03-22 16:10 UTC  (43+ messages)
` [PATCH v3 01/28] xen/x86: Drop unused and non-useful feature definitions
` [PATCH v3 03/28] xen/public: Export cpu featureset information in the public API
` [PATCH v3 08/28] xen/x86: Annotate VM applicability in featureset
` [PATCH v3 09/28] xen/x86: Calculate maximum host and guest featuresets
` [PATCH v3 10/28] xen/x86: Generate deep dependencies of features
` [PATCH v3 11/28] xen/x86: Clear dependent features when clearing a cpu cap
` [PATCH v3 13/28] xen/x86: Improvements to in-hypervisor cpuid sanity checks
` [PATCH v3 14/28] x86/cpu: Move set_cpumask() calls into c_early_init()
` [PATCH v3 15/28] x86/cpu: Sysctl and common infrastructure for levelling context switching
` [PATCH v3 16/28] x86/cpu: Rework AMD masking MSR setup
` [PATCH v3 17/28] x86/cpu: Rework Intel masking/faulting setup
` [PATCH v3 19/28] x86/pv: Provide custom cpumasks for PV domains
` [PATCH v3 20/28] x86/domctl: Update PV domain cpumasks when setting cpuid policy
` [PATCH v3 21/28] xen+tools: Export maximum host and guest cpu featuresets via SYSCTL

[PATCH v4] xSplice v1 design and implementation
 2016-03-22 16:10 UTC  (27+ messages)
` [PATCH v4 03/34] xsm/xen_version: Add XSM for the xen_version hypercall
` [PATCH v4 04/34] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
` [PATCH v4 06/34] x86/arm: Add BUGFRAME_NR define and BUILD checks
` [PATCH v4 08/34] vmap: Make the while loop less fishy

[PATCH v6 00/22] Prepare UEFI and ACPI tables for Dom0 on ARM64
 2016-03-22 16:04 UTC  (41+ messages)
` [PATCH v6 01/22] arm/acpi: Estimate memory required for acpi/efi tables
` [PATCH v6 02/22] arm/acpi: Add a helper function to get the acpi table offset
` [PATCH v6 03/22] arm/acpi: Prepare FADT table for Dom0
` [PATCH v6 04/22] arm/gic: Add a new callback for creating MADT "
` [PATCH v6 05/22] arm/acpi: Prepare "
` [PATCH v6 06/22] arm/acpi: Prepare STAO "
` [PATCH v6 07/22] arm/acpi: Prepare XSDT "
` [PATCH v6 08/22] arm/acpi: Prepare RSDP "
` [PATCH v6 09/22] arm/p2m: Add helper functions to map memory regions
` [PATCH v6 10/22] arm/acpi: Map all other tables for Dom0
` [PATCH v6 11/22] arm/acpi: Prepare EFI system table "
` [PATCH v6 12/22] arm/acpi: Prepare EFI memory descriptor "
` [PATCH v6 13/22] arm/acpi: Map the new created EFI and ACPI tables to Dom0
` [PATCH v6 14/22] arm/acpi: Create min DT stub for Dom0

[seabios baseline-only test] 44274: tolerable FAIL
 2016-03-22 16:02 UTC 

[PATCH 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-03-22 16:02 UTC  (26+ messages)
` [PATCH 1/5] public/xen.h: add flags field to vcpu_time_info
` [PATCH 2/5] x86/time: implement tsc as clocksource
` [PATCH 3/5] x86/time: streamline platform time init on plt_init()
` [PATCH 4/5] x86/time: refactor read_platform_stime()
` [PATCH 5/5] x86/time: implement PVCLOCK_TSC_STABLE_BIT

Interested to participate in Outreachy Program
 2016-03-22 15:49 UTC  (5+ messages)

[linux-mingo-tip-master test] 86881: regressions - FAIL
 2016-03-22 15:31 UTC 

[PATCH v2 0/3] libxl: add support for qemu base pvusb backend
 2016-03-22 15:31 UTC  (5+ messages)
` [PATCH v2 1/3] libxl: make libxl__need_xenpv_qemu() operate on domain config
` [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

[RFC PATCH] blkif.h: document scsi/0x12/0x83 node
 2016-03-22 15:27 UTC  (14+ messages)

[PATCH] x86/domctl: don't waste domain CPUID slot for all zero data
 2016-03-22 15:10 UTC  (2+ messages)

[PATCH] libxc/x86: XSAVE related adjustments
 2016-03-22 14:46 UTC  (3+ messages)

[V5] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
 2016-03-22 14:34 UTC  (2+ messages)

[PATCH 2/3] Rename p2m_mmio_write_dm to p2m_ioreq_server
 2016-03-22 14:15 UTC  (2+ messages)

[libvirt test] 86883: tolerable FAIL - PUSHED
 2016-03-22 13:50 UTC 

[PATCH] x86: drop raw_write_cr4() again
 2016-03-22 13:25 UTC  (2+ messages)

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

[PATCH v2 0/9] tools: Allow HVM domains emulated access to disks provided by hotplug scripts
 2016-03-22 12:52 UTC  (12+ messages)
` [PATCH v2 1/9] tools/hotplug: Add a "dummy" hotplug script for testing
` [PATCH v2 2/9] libxl: Remove redundant setting of phyical-device
` [PATCH v2 3/9] tools/hotplug: Write physical-device-path in addition to physical-device
` [PATCH v2 4/9] libxl: Move check for local access to a funciton
` [PATCH v2 5/9] libxl: Rearrange qemu upstream disk argument code
` [PATCH v2 6/9] libxl: Share logic for finding path between qemuu and pygrub
` [PATCH v2 7/9] libxl: Allow local access for block devices with hotplug scripts
` [PATCH v2 8/9] docs: Document block-script protocol
` [PATCH v2 9/9] DO NOT APPLY libxl: Change hotplug script interface to use physical-device-path

Linux 4.5's nfp_net_irq_unmask_msix() vs Xen
 2016-03-22 12:33 UTC  (4+ messages)

Regarding Outreachy project on Improving CR Dashboard
 2016-03-22 12:05 UTC  (4+ messages)
` Regarding Outreachy project on Improving CR Dashboard (Urgent)

[seabios test] 86832: tolerable FAIL - PUSHED
 2016-03-22 11:46 UTC 

[linux-3.4 test] 86823: regressions - FAIL
 2016-03-22 11:32 UTC  (2+ messages)

[PATCH 1/3] Add new functions to get/set memory types
 2016-03-22 11:31 UTC  (2+ messages)

[V4] x86/xsaves: calculate the xstate_comp_offsets base on xstate_bv
 2016-03-22 10:53 UTC  (2+ messages)

[linux-4.1 test] 86830: regressions - FAIL
 2016-03-22 10:50 UTC 

[ovmf test] 86841: regressions - FAIL
 2016-03-22 10:23 UTC 

[xen-unstable test] 86819: regressions - FAIL
 2016-03-22  8:59 UTC 

[PATCH v10 0/5] libxl: add support for pvscsi, iteration 10
 2016-03-22  8:23 UTC  (6+ messages)
` [PATCH v10 1/5] vscsiif.h: fix WWN notation for p-dev property
` [PATCH v10 2/5] docs: add vscsi to xenstore-paths.markdown
` [PATCH v10 3/5] vscsiif.h: add some notes about xenstore layout
` [PATCH v10 4/5] libxl: add support for vscsi
` [PATCH v10 5/5] Scripts to create and delete xen-scsiback nodes in Linux target framework

[distros-debian-snapshot test] 44272: trouble: blocked/broken
 2016-03-22  8:09 UTC 

[PATCH 00/16] Fixes and improvement (including hard affinity!) for Credit2
 2016-03-22  8:08 UTC  (15+ messages)
` [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 08/16] xen: sched: prepare a .switch_sched hook for Credit2
` [PATCH 10/16] xen: sched: improve credit2 bootparams' scope, placement and signedness
` [PATCH 13/16] xen: sched: allow for choosing credit2 runqueues configuration at boot

[PATCH v4 0/3] add hypercall option to temporarily pin a vcpu
 2016-03-22  7:36 UTC  (2+ messages)

[qemu-mainline test] 86813: regressions - FAIL
 2016-03-22  6:31 UTC 

Outreachy 2016
 2016-03-22  6:26 UTC  (5+ messages)

[PATCH v11 00/27] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-22  6:01 UTC  (11+ messages)
` [PATCH v11 22/27] COLO proxy: implement setup/teardown of COLO proxy module
` [PATCH v11 25/27] setup and control colo proxy on primary side
` [PATCH v11 27/27] cmdline switches and config vars to control colo-proxy

[PATCH v10 00/31] COarse-grain LOck-stepping Virtual Machines for Non-stop Service
 2016-03-22  3:40 UTC  (5+ messages)
` [PATCH v10 26/31] COLO proxy: implement setup/teardown of COLO proxy module

[linux-linus test] 86811: regressions - FAIL
 2016-03-21 23:40 UTC 

[PATCH v2] arm: Fix asynchronous aborts (SError exceptions) due to bogus PTEs
 2016-03-21 23:18 UTC  (2+ messages)

[libvirt test] 86625: regressions - FAIL
 2016-03-21 21:51 UTC  (2+ messages)

i don't get any eth0 while running xen on omap5
 2016-03-21 21:30 UTC 

identify a Xen PV domU to fix devmem_is_allowed
 2016-03-21 21:29 UTC  (7+ messages)

[linux-mingo-tip-master test] 86788: regressions - FAIL
 2016-03-21 18:36 UTC 

[ovmf test] 86792: regressions - FAIL
 2016-03-21 17:43 UTC 

[PATCH v4 00/14] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-03-21 17:21 UTC  (5+ messages)
` [PATCH v4 06/14] xen: Move the hvm_start_info C representation from libxc to public/xen.h

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

[linux-4.1 test] 86761: regressions - FAIL
 2016-03-21 15:46 UTC 

[PATCH V2 0/4] Extend <hap> to a tristate
 2016-03-21 15:45 UTC  (3+ messages)
` [libvirt] "

[PATCH 0/8] tools: Allow HVM domains emulated access to disks provided by hotplug scripts
 2016-03-21 15:35 UTC  (4+ messages)
` [PATCH 4/8] libxl: Move check for local access to a funciton

[PATCH v2 0/5] xen: avoid module usage in non-modular code
 2016-03-21 15:17 UTC 

List of projects for 4.7
 2016-03-21 14:57 UTC  (5+ messages)

[PATCH 0/3] libxl: add support for qemu base pvusb backend
 2016-03-21 14:44 UTC  (6+ messages)
` [PATCH 2/3] libxl: add domain config parameter to force start of qemu

Xen components
 2016-03-21 14:26 UTC  (4+ messages)

[PATCH v2 1/6] xen: sync xen header
 2016-03-21 14:21 UTC  (9+ messages)
` [PATCH v2 2/6] smp: add function to execute a function synchronously on a physical cpu
` [PATCH v2 3/6] dcdbas: make use of smp_call_sync_on_phys_cpu()
` [PATCH v2 4/6] hwmon: use smp_call_sync_on_phys_cpu() for dell-smm i8k
` [PATCH v2 5/6] virt, sched: add cpu pinning to smp_call_sync_on_phys_cpu()
` [PATCH v2 6/6] xen: add xen_pin_vcpu() to support calling functions on a dedicated pcpu

[libvirt test] 86783: regressions - FAIL
 2016-03-21 14:08 UTC 

Outreachy Application
 2016-03-21 13:33 UTC  (2+ messages)

[xen-unstable test] 86747: regressions - FAIL
 2016-03-21 12:56 UTC 

[PATCH v2 0/6] Support calling functions on dedicated physical cpu
 2016-03-21 12:24 UTC 

[PATCH 0/2] Check VT-d Device-TLB flush error
 2016-03-21 12:22 UTC  (11+ messages)
` [PATCH 1/2] IOMMU/MMU: Adjust top level functions for "

[distros-debian-sid test] 44268: trouble: blocked/broken
 2016-03-21 11:41 UTC 

[xen-4.3-testing test] 86445: regressions - trouble: blocked/broken/fail/pass
 2016-03-21 11:28 UTC  (6+ messages)

[qemu-mainline test] 86723: regressions - FAIL
 2016-03-21 11:08 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).