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

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

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

HVMlite ABI specification DRAFT A
 2016-02-05 14:31 UTC  (29+ messages)

[PATCH RFC v2 00/30] x86: Improvements to cpuid handling for guests
 2016-02-05 14:28 UTC  (32+ 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/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 01/17] Xen: ACPI: Hide UART used by Xen
 2016-02-05 14:15 UTC  (18+ messages)
` [PATCH v4 02/17] xen/grant-table: Move xlated_setup_gnttab_pages to common place
` [PATCH v4 03/17] Xen: xlate: Use page_to_xen_pfn instead of page_to_pfn
` [PATCH v4 04/17] arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table
` [PATCH v4 05/17] xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmio
` [PATCH v4 06/17] Xen: ARM: Add support for mapping platform device mmio
` [PATCH v4 07/17] Xen: ARM: Add support for mapping AMBA "
` [PATCH v4 08/17] Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from Xen
` [PATCH v4 09/17] xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBACK_IRQ
` [PATCH v4 10/17] arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI
` [PATCH v4 11/17] ARM: XEN: Move xen_early_init() before efi_init()
` [PATCH v4 12/17] ARM64: ACPI: Check if it runs on Xen to enable or disable ACPI
` [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 v5 for Xen 4.7 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2016-02-05 14:09 UTC  (6+ messages)
` [PATCH v5 for Xen 4.7 1/4] xen: enable "
` [PATCH v5 for Xen 4.7 2/4] libxc: "
` [PATCH v5 for Xen 4.7 3/4] libxl: "
` [PATCH v5 for Xen 4.7 4/4] xl: "

[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 1/2] xen/scsiback: correct frontend counting
 2016-02-05 13:21 UTC  (2+ messages)
  ` [PATCH 2/2] xen/scsiback: avoid warnings when adding multiple LUNs to a domain

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

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

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

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

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  (3+ 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  (8+ 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  (3+ 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

[PATCH 0/3] x86/mm: paging simplifications
 2016-02-05  8:02 UTC  (4+ 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

[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 

Adding Xen to the kbuild bot?
 2016-02-05  3:11 UTC 

[PATCH v4 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-02-05  3:05 UTC 

[linux-mingo-tip-master test] 80380: regressions - FAIL
 2016-02-04 23:59 UTC 

[BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
 2016-02-04 23:35 UTC  (5+ messages)

[PATCH v2 00/11] HVMlite domU support
 2016-02-04 23:10 UTC  (8+ messages)
` [PATCH v2 02/11] xen/hvmlite: Bootstrap HVMlite guest
` [PATCH v2 07/11] xen/hvmlite: Initialize context for secondary VCPUs

[BUG} libxl.c:5947:libxl_send_trigger: Send trigger 'reset' failed: Function not implemented
 2016-02-04 23:08 UTC  (3+ messages)

[RFC v1 0/8] x86/init: Linux linker tables
 2016-02-04 22:50 UTC  (4+ messages)
` [RFC v1 1/8] paravirt: rename paravirt_enabled to paravirt_legacy

Clarifying PVH mode requirements
 2016-02-04 22:39 UTC  (11+ messages)

[PULL 44/49] fix MSI injection on Xen
 2016-02-04 21:53 UTC 

[linux-4.1 test] 80370: regressions - FAIL
 2016-02-04 19:23 UTC 

[PATCH v3 1/3] libxl: add p2p migration
 2016-02-04 19:20 UTC 

[BUG] libxl: error: libxl_device.c:301:libxl__device_disk_set_backend: no suitable backend for disk
 2016-02-04 19:19 UTC  (3+ messages)

[xen-unstable-smoke test] 80508: tolerable all pass - PUSHED
 2016-02-04 19:08 UTC 

[libvirt test] 80382: regressions - FAIL
 2016-02-04 19:00 UTC 

[PATCH RESEND] fix MSI injection on Xen
 2016-02-04 18:16 UTC  (3+ messages)

[PATCH v7 9/9] vring: Use the DMA API on Xen
 2016-02-04 17:49 UTC 

xen host going down: transmit queue 0 timed out
 2016-02-04 17:48 UTC  (2+ messages)

[PATCH v6 0/3] Refactor DT specific codes preparing for ACPI support on ARM64
 2016-02-04 17:16 UTC  (5+ messages)
` [PATCH v6 2/3] ACPI: add config for BIOS table scan
` [PATCH v6 3/3] acpi: Refactor acpi_os_map_memory to be architecturally independent

[PATCH] xen/arm64: Make sure we get all debug output
 2016-02-04 17:07 UTC  (3+ messages)

Handling CPU unplug failure
 2016-02-04 16:59 UTC 

[PATCH] libxc: fix uninitialised usage of rc in meminit_hvm
 2016-02-04 16:20 UTC  (3+ messages)
` [PATCH v2] "


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