xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-05 03:05:47 to 2016-02-05 20:14:48 UTC [more...]

[PATCH v12 0/3] Refactor ioreq server for better performance
 2016-02-05 20:14 UTC  (65+ messages)
` [PATCH v3 3/3] tools: introduce parameter max_wp_ram_ranges

Adding Xen to the kbuild bot?
 2016-02-05 20:10 UTC  (2+ messages)

[PATCH v2] xSplice v1 implementation
 2016-02-05 19:30 UTC  (14+ messages)
` [PATCH v2 01/13] xsplice: Design document (v5)
` [PATCH v2 07/13] xsplice: Add helper elf routines (v2)
` [PATCH v2 09/13] xsplice: Implement support for applying/reverting/replacing patches. (v2)

HVMlite ABI specification DRAFT A
 2016-02-05 18:44 UTC  (30+ messages)

[libvirt test] 80615: regressions - FAIL
 2016-02-05 18:44 UTC  (2+ messages)

[PATCH 00/14] Scheduling related tracing improvements
 2016-02-05 18:35 UTC  (15+ messages)
` [PATCH 01/14] xen: sched: __runq_tickle takes a useless cpu parameter
` [PATCH 02/14] xen: sched: move up the trace record for vcpu_wake and vcpu_sleep
` [PATCH 03/14] xen: sched: fi position of TRC_SCHED_DOM_{ADD, REM}
` [PATCH 04/14] xen: credit2: pack trace data better for xentrace_format
` [PATCH 05/14] xen: RTDS: "
` [PATCH 06/14] xen: sched: tracing: enable TSC tracing for all events
` [PATCH 07/14] xentrace: formats: update format of scheduling events
` [PATCH 08/14] xentrace: formats: add events from Credit scheduler
` [PATCH 09/14] xentrace: formats: add events from Credit2 scheduler
` [PATCH 10/14] xentrace: formats: add events from RTDS scheduler
` [PATCH 11/14] xenalyze: handle scheduling events
` [PATCH 12/14] xenalyze: handle Credit1 scheduler events
` [PATCH 13/14] xenalyze: handle Credit2 "
` [PATCH 14/14] xenalyze: handle RTDS "

[qemu-mainline test] 80634: regressions - FAIL
 2016-02-05 18:11 UTC 

[PATCH 1/2] xen/scsiback: correct frontend counting
 2016-02-05 17:24 UTC  (8+ messages)
  ` [PATCH 2/2] xen/scsiback: avoid warnings when adding multiple LUNs to a domain

[PATCH] travis: add initial Travis CI script to do builds
 2016-02-05 16:41 UTC  (6+ messages)

[linux-4.1 test] 80533: regressions - trouble: blocked/broken/fail/pass
 2016-02-05 16:30 UTC 

[PATCH v5 0/3] Have OpenStack tested on top of xen's master and libvirt's master
 2016-02-05 16:26 UTC  (4+ messages)
` [PATCH v5 1/3] ts-openstack-deploy: Deploy OpenStack on a host with devstack
` [PATCH v5 2/3] ts-openstack-tempest: Run Tempest to check OpenStack
` [PATCH v5 3/3] Create a flight to test OpenStack with xen-unstable and libvirt

[PATCH v5 for Xen 4.7 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2016-02-05 16:19 UTC  (9+ messages)
` [PATCH v5 for Xen 4.7 2/4] libxc: enable "
` [PATCH v5 for Xen 4.7 3/4] libxl: "
` [PATCH v5 for Xen 4.7 4/4] xl: "

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

[PATCH] x86/HVM: rewrite the start info structure definition in binary form
 2016-02-05 15:45 UTC  (3+ messages)

[PATCH v2] travis: add initial Travis CI script to do builds
 2016-02-05 15:36 UTC 

[PATCH 0/3] x86/mm: paging simplifications
 2016-02-05 15:30 UTC  (9+ messages)
` [PATCH 1/3] x86/mm: drop guest_{map, get_eff}_l1e() hooks
` [PATCH 2/3] x86/mm: make {cmpxchg, write}_guest_entry() hook shadow mode specific
` [PATCH 3/3] x86/shadow: remove a few 32-bit hypervisor leftovers

[linux-4.1 test] 79008: regressions - FAIL
 2016-02-05 14:51 UTC  (5+ messages)

[PATCH v4] xen: sched: convert RTDS from time to event driven model
 2016-02-05 14:45 UTC  (8+ messages)

[RFC Design Doc] Add vNVDIMM support for Xen
 2016-02-05 14:40 UTC  (6+ messages)

[PATCH] x86/nHVM: avoid NULL deref during INVLPG intercept handling
 2016-02-05 14:18 UTC  (2+ messages)

[PATCH] x86emul: drop redundant #GP checks
 2016-02-05 14:16 UTC  (2+ messages)

[PATCH v4 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
 2016-02-05 14:15 UTC  (7+ messages)
` [PATCH v4 13/17] ARM: Xen: Document UEFI support on Xen ARM virtual platforms
` [PATCH v4 14/17] XEN: EFI: Move x86 specific codes to architecture directory
` [PATCH v4 15/17] ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services
` [PATCH v4 16/17] FDT: Add a helper to get specified name subnode
` [PATCH v4 17/17] Xen: EFI: Parse DT parameters for Xen specific UEFI

[PATCH v4 00/10] Add VMX TSC scaling support
 2016-02-05 14:06 UTC  (10+ messages)
` [PATCH v4 04/10] x86/hvm: Collect information of TSC scaling ratio
` [PATCH v4 05/10] x86: Add functions for 64-bit integer arithmetic
` [PATCH v4 06/10] x86/hvm: Setup TSC scaling ratio
` [PATCH v4 09/10] vmx: Add VMX RDTSC(P) scaling support
  ` [RESEND PATCH "

[PATCH 0/2] xen/scsiback: correct two issues
 2016-02-05 13:15 UTC 

[qemu-mainline test] 80469: regressions - FAIL
 2016-02-05 11:52 UTC  (2+ messages)

Help in fixing a issue
 2016-02-05 11:21 UTC  (4+ messages)

[xen-unstable test] 80434: regressions - FAIL
 2016-02-05 10:51 UTC 

Memory Sharing
 2016-02-05 10:40 UTC  (2+ messages)

Nested virtualization off VMware vSphere 6.0 with EL6 guests crashes on Xen 4.6
 2016-02-05 10:33 UTC  (9+ messages)

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

[PATCH v5 0/7] VT-d Device-TLB flush issue
 2016-02-05 10:18 UTC  (8+ messages)
` [PATCH v5 1/7] VT-d: Check VT-d Device-TLB flush error(IOMMU part)
` [PATCH v5 2/7] VT-d: Check VT-d Device-TLB flush error(MMU part)
` [PATCH v5 3/7] VT-d: Reduce spin timeout to 1ms, which can be boot-time changed
` [PATCH v5 4/7] VT-d: Refactor iommu_ops .iotlb_flush() and iotlb_flush_all()
` [PATCH v5 5/7] VT-d: Refactor iommu_ops .map_page() and unmap_page()
` [PATCH v5 6/7] VT-d: Refactor iommu_flush .iotlb()
` [PATCH v5 7/7] VT-d: Fix vt-d Device-TLB flush timeout issue

[BUG?] qemuu only built with i386-softmmu
 2016-02-05 10:07 UTC  (4+ messages)

new idl helper, append to Array
 2016-02-05 10:06 UTC  (5+ messages)

[QUESTION] x86_64 -> i386/i686 CPU translation between xl and qemu binary?
 2016-02-05  9:56 UTC  (5+ messages)

[distros-debian-jessie test] 38726: trouble: broken/pass
 2016-02-05  9:55 UTC 

[PATCH v7 5/5] PCI: ACPI: Add a generic ACPI based host controller
 2016-02-05  9:47 UTC  (2+ messages)

[PATCH OSSTEST v3 1/2] Move collectversions from ts-xen-build into Osstest::BuildSupport
 2016-02-05  9:30 UTC  (2+ messages)
` [PATCH OSSTEST v3 2/2] Add a weekly coverity flight

[ovmf test] 80399: regressions - FAIL
 2016-02-05  5:59 UTC 

[linux-linus test] 80381: regressions - trouble: blocked/broken/fail/pass
 2016-02-05  5:34 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).