Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-07 16:44:22 to 2015-07-08 13:58:34 UTC [more...]

[PATCH 00/27] Libxl migration v2
 2015-07-08 13:58 UTC  (5+ messages)
` [PATCH 10/27] docs: Libxl migration v2 stream specification

[PATCH OSSTEST v8 00/14] add distro domU testing flight
 2015-07-08 13:58 UTC  (23+ messages)
` [PATCH OSSTEST v8 01/14] mfi-common: Allow make-*flight to filter the set of build jobs to include
` [PATCH OSSTEST v8 02/14] TestSupport: Add helper to fetch a URL on a host
` [PATCH OSSTEST v8 03/14] distros: add support for installing Debian PV guests via d-i, flight and jobs
` [PATCH OSSTEST v8 04/14] distros: support booting Debian PV (d-i installed) guests with pvgrub
` [PATCH OSSTEST v8 05/14] distros: Support pvgrub for Wheezy too
` [PATCH OSSTEST v8 06/14] Test pygrub and pvgrub on the regular flights
` [PATCH OSSTEST v8 07/14] distros: add branch infrastructure
` [PATCH OSSTEST v8 08/14] crontab-cambridge: Use hard tabs for alignment
` [PATCH OSSTEST v8 09/14] distros: Run one suite per day on a weekly basis
` [PATCH OSSTEST v8 10/14] Debian: Handle lack of bootloader support in d-i on ARM
` [PATCH OSSTEST v8 11/14] ts-debian-di-install: Refactor root_disk specification
` [PATCH OSSTEST v8 12/14] make-flight: refactor PV debian tests
` [PATCH OSSTEST v8 13/14] Add testing of file backed disk formats
` [PATCH OSSTEST v8 14/14] make-distros-flight: Use ftp.debian.org directly

[PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m
 2015-07-08 13:52 UTC  (17+ messages)
` [PATCH v3 02/13] VMX: VMFUNC and #VE definitions and detection
` [PATCH v3 03/13] VMX: implement suppress #VE
` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines
` [PATCH v3 06/13] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v3 11/13] x86/altp2m: define and implement alternate p2m HVMOP types

[v6][PATCH 00/16] Fix RMRR
 2015-07-08 13:27 UTC  (21+ messages)
` [v6][PATCH 01/16] xen: introduce XENMEM_reserved_device_memory_map
` [v6][PATCH 02/16] xen/vtd: create RMRR mapping
` [v6][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v6][PATCH 04/16] xen: enable XENMEM_memory_map in hvm
` [v6][PATCH 05/16] hvmloader: get guest memory map into memory_map[]
` [v6][PATCH 06/16] hvmloader/pci: skip reserved ranges
` [v6][PATCH 07/16] hvmloader/e820: construct guest e820 table
` [v6][PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map
` [v6][PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy
` [v6][PATCH 10/16] tools: introduce some new parameters to set rdm policy
` [v6][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
` [v6][PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary
` [v6][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
` [v6][PATCH 14/16] xen/vtd: enable USB device assignment
` [v6][PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr
` [v6][PATCH 16/16] tools: parse to enable new rdm policy parameters

[PATCH v4 0/7] get rid of the SEDF
 2015-07-08 13:21 UTC  (5+ messages)
` [PATCH v4 1/7] libxl: get rid of the SEDF scheduler
` [PATCH v4 7/7] docs: "

[v3 00/15] Add VT-d Posted-Interrupts support
 2015-07-08 13:09 UTC  (53+ messages)
` [v3 01/15] Vt-d Posted-intterrupt (PI) design
` [v3 02/15] Add helper macro for X86_FEATURE_CX16 feature detection
` [v3 03/15] Add cmpxchg16b support for x86-64
` [v3 04/15] iommu: Add iommu_intpost to control VT-d Posted-Interrupts feature
` [v3 05/15] vt-d: VT-d Posted-Interrupts feature detection
` [v3 06/15] vmx: Extend struct pi_desc to support VT-d Posted-Interrupts
` [v3 07/15] vmx: Initialize VT-d Posted-Interrupts Descriptor
` [v3 08/15] Suppress posting interrupts when 'SN' is set
` [v3 09/15] vt-d: Extend struct iremap_entry to support VT-d Posted-Interrupts
` [v3 10/15] vt-d: Add API to update IRTE when VT-d PI is used
` [v3 11/15] Update IRTE according to guest interrupt config changes
` [v3 12/15] vmx: posted-interrupt handling when vCPU is blocked
` [v3 13/15] vmx: Properly handle notification event when vCPU is running
` [v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
` [v3 15/15] Add a command line parameter for VT-d posted-interrupts

[PATCH v5 0/3] Add support for GICv2 on GICv3
 2015-07-08 12:43 UTC  (5+ messages)
` [PATCH v5 2/3] arm: Allow the user to specify the GIC version

[PATCH V4 0/3] Vm_event memory introspection helpers
 2015-07-08 12:52 UTC  (10+ messages)
` [PATCH V4 1/3] xen/mem_access: Support for memory-content hiding
` [PATCH V4 2/3] xen/vm_event: Support for guest-requested events
` [PATCH V4 3/3] xen/vm_event: Deny register writes if refused by vm_event reply

[PATCH v2 00/12] Alternate p2m: support multiple copies of host p2m
 2015-07-08 12:51 UTC  (20+ messages)
` [PATCH v2 07/12] x86/altp2m: add control of suppress_ve

[PATCH 2/6] xen/x86: Remove unnecessary memset() call
 2015-07-08 12:50 UTC  (12+ messages)
  ` [PATCH 3/6] xen/x86/pvh: Properly set page tables for 32-bit PVH guests
  ` [PATCH 4/6] xen/x86/pvh: Set up descriptors "
  ` [PATCH 5/6] xen/x86/pvh: Add 32-bit PVH initialization code
  ` [PATCH 6/6] xen/x86/pvh: Allow building 32-bit PVH guests
  ` [PATCH 1/6] xen/x86/pvh: Save %rbx in xen_pvh_early_cpu_init()
` [PATCH 0/6] 32-bit PVH domU support

[xen-unstable test] 59160: regressions - FAIL
 2015-07-08 12:47 UTC  (2+ messages)

[PATCH 0/5] tools: 3 misc fixes/cleanups
 2015-07-08 12:44 UTC  (3+ messages)

[PATCH V3] libxc: Prevent NULL pointer dereference in stdiostream_vmessage()
 2015-07-08 12:43 UTC  (3+ messages)

[PATCH] x86: correct socket_cpumask allocation for AP
 2015-07-08 12:38 UTC  (2+ messages)

[PATCH] x86/MSI: fix guest unmasking when handling IRQ via event channel
 2015-07-08 12:33 UTC  (9+ messages)

[PATCH v25 00/15] x86/PMU: Xen PMU PV(H) support
 2015-07-08 12:20 UTC  (12+ messages)
` [PATCH v25 05/15] x86/VPMU: Initialize VPMUs with __initcall
` [PATCH v25 06/15] x86/VPMU: Initialize PMU for PV(H) guests
` [PATCH v25 07/15] x86/VPMU: Save VPMU state for PV guests during context switch
` [PATCH v25 08/15] x86/VPMU: When handling MSR accesses, leave fault injection to callers
` [PATCH v25 10/15] x86/VPMU: Use pre-computed masks when checking validity of MSRs

[RFC PATCH v3 00/18] Add ITS support
 2015-07-08 12:11 UTC  (3+ messages)
` [RFC PATCH v3 11/18] xen/arm: ITS: Add GITS registers emulation

[libvirt] [PATCH] libxl: support dom0
 2015-07-08 12:04 UTC 

[v3 11/15] Update IRTE according to guest interrupt config changes
 2015-07-08 11:47 UTC  (2+ messages)

[PATCH] xen: Use module_pci_driver() in platform pci driver
 2015-07-08 11:07 UTC 

"x86, arm: remove asm/spinlock.h from all architectures" removed x86's _raw_read_unlock()
 2015-07-08 10:55 UTC  (2+ messages)

traps.c:3227: GPF (0000): ffff82d080194a4d -> ffff82d080239d85 and other dom0 induced log messages
 2015-07-08 10:17 UTC  (7+ messages)

[PATCH v10 00/13] enable Cache Allocation Technology (CAT) for VMs
 2015-07-08 10:02 UTC  (11+ messages)
` [PATCH v10 01/13] x86: add socket_cpumask
` [PATCH v10 02/13] x86: detect and initialize Intel CAT feature

[v5][PATCH 00/16] Fix RMRR
 2015-07-08  9:17 UTC  (24+ messages)
` [v5][PATCH 01/16] xen: introduce XENMEM_reserved_device_memory_map
` [v5][PATCH 10/16] tools: introduce some new parameters to set rdm policy

[PATCH v2] net/bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6
 2015-07-08  9:04 UTC  (2+ messages)

[linux-4.1 test] 59143: regressions - FAIL
 2015-07-08  8:58 UTC 

Xen-unstable: pci-passthrough of device using MSI-X interrupts not working after commit x86/MSI: track host and guest masking separately
 2015-07-08  8:37 UTC  (13+ messages)

[PATCH v3 for Xen 4.6 0/4] Enable per-VCPU parameter settings for RTDS scheduler
 2015-07-08  8:33 UTC  (6+ messages)
` [PATCH v3 for Xen 4.6 1/4] xen: enable "

[linux-3.4 test] 59139: regressions - FAIL
 2015-07-08  8:18 UTC 

[PATCH v2] Modified RTDS scheduler to use an event-driven model instead of polling
 2015-07-08  8:01 UTC  (7+ messages)

Performance problem about address translation
 2015-07-08  7:43 UTC  (5+ messages)

[PATCH 4.0 01/55] config: Enable NEED_DMA_MAP_STATE by default when SWIOTLB is selected
 2015-07-08  7:34 UTC 

[PATCH v4 11/11] tools: enable xenpm to control the intel_pstate driver
 2015-07-08  6:50 UTC  (7+ messages)

[PATCH v2 0/4] 32-bit domU PVH support
 2015-07-08  6:48 UTC  (7+ messages)
` [PATCH v2 1/4] x86/compat: Test whether guest has 32b shinfo instead of being a PV 32b domain

[PATCH] xen: Use module_pci_driver() in platform pci driver
 2015-07-08  5:54 UTC 

[rumpuserxen test] 59184: regressions - FAIL
 2015-07-08  5:31 UTC 

[linux-linus test] 59130: regressions - FAIL
 2015-07-08  4:03 UTC 

[ovmf test] 59121: tolerable FAIL - PUSHED
 2015-07-08  1:12 UTC 

[linux-3.18 test] 59117: regressions - FAIL
 2015-07-08  0:47 UTC 

[libvirt test] 59132: regressions - FAIL
 2015-07-07 23:09 UTC 

[PATCH v8 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-07-07 20:48 UTC  (7+ messages)
` [PATCH v8 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason
` [PATCH v8 02/11] libxl: support "
` [PATCH v8 03/11] xl: introduce enum domain_restart_type

[seabios test] 59114: regressions - FAIL
 2015-07-07 19:57 UTC 

3.18.17 Xen regression
 2015-07-07 19:54 UTC 

[linux-3.18 test] 59041: regressions - trouble: blocked/broken/fail/pass
 2015-07-07 19:45 UTC  (11+ messages)

[qemu-mainline test] 59109: regressions - FAIL
 2015-07-07 19:10 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 read-only IMAP folder(s) and NNTP newsgroup(s).