xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-09-22 13:00:27 to 2014-09-23 08:20:16 UTC [more...]

[PATCH v8 0/6] xen: systemd support
 2014-09-23  8:19 UTC  (6+ messages)
` [PATCH v8 3/6] autoconf: xen: move standard path variables to config/Paths.mk.in

[PATCH V5 00/15] arm64 EFI stub
 2014-09-23  7:43 UTC  (33+ messages)
` [PATCH V5 02/15] Move x86 specific funtions/variables to arch header
` [PATCH V5 03/15] create arch functions to allocate memory for and process EFI memory map
` [PATCH V5 06/15] Add efi_arch_handle_cmdline() for processing commandline
` [PATCH V5 07/15] Move x86 specific disk probing code
` [PATCH V5 09/15] Add efi_arch_memory() for arch specific memory setup
` [PATCH V5 10/15] Add arch specific module handling to read_file()
` [PATCH V5 12/15] Add efi_arch_use_config_file() function to control use of config file
` [PATCH V5 13/15] add arm64 cache flushing code from linux v3.16
` [PATCH V5 14/15] Update libfdt to v1.4.0
` [PATCH V5 15/15] Add ARM EFI boot support

[linux-3.10 test] 30355: regressions - FAIL
 2014-09-23  6:20 UTC 

[PATCH V3 0/3] x86: Full support of PAT
 2014-09-23  5:31 UTC  (2+ messages)

[PATCH v19 00/12] Remus/Libxl: Remus network buffering and drbd disk
 2014-09-23  5:13 UTC  (7+ messages)
` [PATCH v19 06/12] libxl/remus: setup and control disk replication for DRBD backends

[xen-unstable test] 30353: regressions - FAIL
 2014-09-23  4:05 UTC 

[PATCH V3] xen: remove some memory limits from pv-domains
 2014-09-23  3:58 UTC  (3+ messages)
` [PATCH V3] xen: eliminate scalability issues from initial mapping setup

[RFC Patch v4 0/9] Some bugfix patches
 2014-09-23  3:07 UTC  (30+ messages)
` [RFC Patch v4 1/9] copy the correct page to memory
` [RFC Patch v4 5/9] check if mfn is supported by IOCTL_PRIVCMD_MMAPBATCH before calling ioctl()
` [RFC Patch v4 7/9] correct xc_domain_save()'s return value
                ` [PATCH RFC 0/3] "
                  ` [PATCH 1/3] libxl: save helper: remove redundant declaration
                  ` [PATCH 2/3] libxl: save helper: transport errno with all callback return values
                  ` [PATCH 3/3] libxl: save/restore callbacks: enforce a useful errno value
` [RFC Patch v4 8/9] store correct format into tapdisk-params/params
` [RFC Patch v4 9/9] update libxl__device_disk_from_xs_be() to support blktap device

[PATCH v6] Fix interrupt latency of HVM PCI passthrough devices
 2014-09-23  2:10 UTC  (4+ messages)
` [PATCH v6 for-xen-4.5 1/3] dpci: Move from domain centric model to hvm_dirq_dpci model
` [PATCH v6 for-xen-4.5 2/3] dpci: In hvm_dirq_assist stop using pt_pirq_iterate
` [PATCH v6 for-xen-4.5 3/3] dpci: Replace tasklet with an softirq (v6)

[v6][PATCH 2/2] xen:vtd: missing RMRR mapping while share EPT
 2014-09-23  1:56 UTC  (5+ messages)

[PATCH 3/3 v2] xen/xenbus: Improve failure processing code for __xenbus_switch_state()
 2014-09-23  1:56 UTC  (4+ messages)

This Wednesday is Xen Project Document Day
 2014-09-23  1:45 UTC 

[PATCH v3] docs: add PVH specification
 2014-09-23  0:38 UTC  (8+ messages)

gdbsx - xg_attach:Unable to pause domain:1; failed to attach to domain:1 errno:13
 2014-09-23  0:10 UTC  (8+ messages)

[PATCH v11 for-xen-4.5 00/20] x86/PMU: Xen PMU PV(H) support
 2014-09-22 23:58 UTC  (21+ messages)
` [PATCH v11 for-xen-4.5 01/20] common/symbols: Export hypervisor symbols to privileged guest
` [PATCH v11 for-xen-4.5 02/20] x86/VPMU: Manage VPMU_CONTEXT_SAVE flag in vpmu_save_force()
` [PATCH v11 for-xen-4.5 03/20] x86/VPMU: Set MSR bitmaps only for HVM/PVH guests
` [PATCH v11 for-xen-4.5 04/20] x86/VPMU: Make vpmu macros a bit more efficient
` [PATCH v11 for-xen-4.5 05/20] intel/VPMU: Clean up Intel VPMU code
` [PATCH v11 for-xen-4.5 06/20] vmx: Merge MSR management routines
` [PATCH v11 for-xen-4.5 07/20] x86/VPMU: Handle APIC_LVTPC accesses
` [PATCH v11 for-xen-4.5 08/20] intel/VPMU: MSR_CORE_PERF_GLOBAL_CTRL should be initialized to zero
` [PATCH v11 for-xen-4.5 09/20] x86/VPMU: Add public xenpmu.h
` [PATCH v11 for-xen-4.5 10/20] x86/VPMU: Make vpmu not HVM-specific
` [PATCH v11 for-xen-4.5 11/20] x86/VPMU: Interface for setting PMU mode and flags
` [PATCH v11 for-xen-4.5 12/20] x86/VPMU: Initialize PMU for PV(H) guests
` [PATCH v11 for-xen-4.5 13/20] x86/VPMU: Save VPMU state for PV guests during context switch
` [PATCH v11 for-xen-4.5 14/20] x86/VPMU: When handling MSR accesses, leave fault injection to callers
` [PATCH v11 for-xen-4.5 15/20] x86/VPMU: Add support for PMU register handling on PV guests
` [PATCH v11 for-xen-4.5 16/20] x86/VPMU: Handle PMU interrupts for "
` [PATCH v11 for-xen-4.5 17/20] x86/VPMU: Merge vpmu_rdmsr and vpmu_wrmsr
` [PATCH v11 for-xen-4.5 18/20] x86/VPMU: Add privileged PMU mode
` [PATCH v11 for-xen-4.5 19/20] x86/VPMU: NMI-based VPMU support
` [PATCH v11 for-xen-4.5 20/20] x86/VPMU: Move VPMU files up from hvm/ directory

[PATCH v10 00/20] x86/PMU: Xen PMU PV(H) support
 2014-09-22 22:48 UTC  (10+ messages)
` [PATCH v10 11/20] x86/VPMU: Interface for setting PMU mode and flags

[PATCH] x86/hvm: implement save/restore for posted interrupts
 2014-09-22 22:43 UTC  (14+ messages)

Introduce rtds real-time scheduler for Xen
 2014-09-22 22:43 UTC  (11+ messages)
` [PATCH v3 1/4] xen: add real time scheduler rtds

[linux-3.10 test] 30351: regressions - FAIL
 2014-09-22 22:17 UTC 

[PATCH for-4.5 v6 00/16] Xen VMware tools support
 2014-09-22 22:08 UTC  (30+ messages)
` [PATCH for-4.5 v6 01/16] xen: Add support for VMware cpuid leaves
` [PATCH for-4.5 v6 02/16] tools: Add vmware_hw support
` [PATCH for-4.5 v6 05/16] tools: Add vmware_port support
` [PATCH for-4.5 v6 08/16] xen: Add limited support of VMware's hyper-call rpc
` [PATCH for-4.5 v6 09/16] tools: "

[xen-unstable test] 30350: regressions - FAIL
 2014-09-22 20:40 UTC 

[PATCH for-4.5] flask/policy: Updates for example XSM policy
 2014-09-22 20:23 UTC 

[OSSTEST PATCH RFC v1 00/12] XSM test cases for OSSTest
 2014-09-22 20:23 UTC  (14+ messages)
` [OSSTEST PATCH RFC v1 01/12] README: list chiark-utils-bin as requirement
` [OSSTEST PATCH RFC v1 02/12] gitignore: ignore images directory
` [OSSTEST PATCH RFC v1 03/12] ts-xen-build-prep: install checkpolicy
` [OSSTEST PATCH RFC v1 04/12] ts-xen-build: build with XSM support if requested
` [OSSTEST PATCH RFC v1 05/12] mfi-common: create build-$arch-xsm job
` [OSSTEST PATCH RFC v1 06/12] Debian.pm: pass in XSM configuration to bootloader setup routines
` [OSSTEST PATCH RFC v1 07/12] Debian.pm: load flask policy in uboot
` [OSSTEST PATCH RFC v1 08/12] ts-xen-install: install Xen with XSM support if requested
` [OSSTEST PATCH RFC v1 09/12] mfi-common: use XSM build if job name contains -xsm suffix
` [OSSTEST PATCH RFC v1 10/12] make-flight: create XSM test jobs
` [OSSTEST PATCH RFC v1 11/12] ts-debian-install: add in seclabel if XSM is enabled
` [OSSTEST PATCH RFC v1 12/12] ts-debian-hvm-install: "

Questions about the in-tree Flask policy
 2014-09-22 20:23 UTC  (2+ messages)

[PATCH v4 01/16] xen: Add support for VMware cpuid leaves
 2014-09-22 19:55 UTC  (3+ messages)

[PATCH OSSTEST 1/2] Switch default Linux branch from 3.4 to 3.13
 2014-09-22 18:54 UTC  (6+ messages)
  ` [PATCH OSSTEST 2/2] Switch armhf to use common default Linux

[PATCH v4 0/3] Move xenstore and libxc public headers to include subdir
 2014-09-22 18:52 UTC  (10+ messages)
` [PATCH v4 1/3] "

[PATCH for-4.5 v6 00/17] Mem_event and mem_access for ARM
 2014-09-22 18:48 UTC  (10+ messages)
` [PATCH for-4.5 v6 13/17] xen/arm: Data abort exception (R/W) mem_events
` [PATCH for-4.5 v6 17/17] tools/tests: Enable xen-access on ARM

[XEN/ARM: Patch v4 1/1] Add support for the Exynos secure firmware
 2014-09-22 18:33 UTC 

[PATCH for-4.5 v7 00/21] Mem_event and mem_access for ARM
 2014-09-22 18:24 UTC  (10+ messages)
` [PATCH for-4.5 v7 14/21] xen/arm: p2m changes for mem_access support
` [PATCH for-4.5 v7 16/21] xen/arm: Add p2m_set_permission and p2m_shatter_page helpers
` [PATCH for-4.5 v7 21/21] tools/tests: Enable xen-access on ARM

[PATCH v3] xen/tools: Introduce QNX IFS loader
 2014-09-22 18:12 UTC  (2+ messages)

[XEN/ARM: Patch v3 1/1] Add support for the Exynos secure firmware
 2014-09-22 17:25 UTC  (3+ messages)

[PATCH for 4.5 v4 1/4] xen: add real time scheduler rtds
 2014-09-22 17:13 UTC  (2+ messages)

[PATCH v11 0/2] x86/viridian improvements
 2014-09-22 16:48 UTC  (7+ messages)
` [PATCH v11 1/2] x86/viridian: Re-purpose the HVM parameter to be a feature mask

[PATCH 00/45 v3] tool changes to honor configure --prefix=DIR
 2014-09-22 16:38 UTC  (33+ messages)
` [PATCH 02/46] tools/xenpaging: create dumpdir with mode 0700
` [PATCH 03/46] install.sh: Preserve permissions from make install
` [PATCH 04/46] tools/mkrpm: allow custom rpm package name
` [PATCH 05/46] tools: remove obsolete path.py from tools/python
` [PATCH 06/46] tools/pygrub: store kernels in /var/run/xen/pygrub
` [PATCH 13/46] Config.mk: replace dependency to genpath with actual target
` [PATCH 14/46] Config.mk: add new macro buildmakevars2header
` [PATCH 18/46] Use configure --sysconfdir=DIR to set CONFIG_DIR
` [PATCH 19/46] Add configure --with-initd-dir=DIR
` [PATCH 20/46] tools/hotplug: use XEN_SCRIPT_DIR instead of hardcoded path
` [PATCH 21/46] tools/configure.ac: sort AC_CONFIG_FILES
` [PATCH 38/46] Move xenconsoled to libexec
` [PATCH 39/46] Move xenstored "
` [PATCH 40/46] Move xenwatchdogd "
` [PATCH 41/46] tools: use XEN_LIB_STORED instead of /var/lib/xenstored
` [PATCH 42/46] Use XEN_RUN_DIR instead of /var/run/xen
` [PATCH 43/46] Move systemd paths to Paths.mk
` [PATCH 44/46] Include Paths.mk in toplevel Makefile to fix uninstall
` [PATCH 45/46] Move MAN1DIR and MAN8DIR to Paths.mk
` [PATCH 46/46] rerun autogen.sh

[PATCH v3] RFC: extend the xenstore ring with a 'closing' signal
 2014-09-22 16:38 UTC  (3+ messages)
` [PATCH v4] xenstore: "

[PATCH for-4.5 v3 0/3] Support for sparse physical address space on ARM
 2014-09-22 16:28 UTC  (6+ messages)
` [PATCH for-4.5 v3 2/3] xen: add helpers for PDX mask initialisation calculations

[PATCH for-4.5 v5] add support for libvirt-like channels
 2014-09-22 16:25 UTC  (5+ messages)
` [PATCH v5 for-4.5 1/2] libxl: add support for 'channels'
` [PATCH v5 for-4.5 2/2] xl: "

[PATCH] MAINTAINERS: Add Wei Liu as toolstack co-maintainer
 2014-09-22 16:13 UTC  (2+ messages)

[PATCH v3] xen/arm: Correctly support WARN_ON
 2014-09-22 15:39 UTC  (3+ messages)

[PATCH v5] Fix interrupt latency of HVM PCI passthroughdevices
 2014-09-22 15:31 UTC  (5+ messages)
` [PATCH v5 for-xen-4.5 1/3] dpci: Replace tasklet with an softirq (v5)

[PATCH v4 0/4] x86/HVM: fix various aspects of APIC emulation
 2014-09-22 15:19 UTC  (7+ messages)
` [PATCH v4 1/4] x86/HVM: fix miscellaneous aspects of x2APIC emulation
` [PATCH v4 2/4] x86/HVM: fix ID handling "

[linux-3.10 test] 30348: regressions - FAIL
 2014-09-22 15:19 UTC 

[PATCH v2] xen/tools: Introduce QNX IFS loader
 2014-09-22 15:13 UTC  (16+ messages)

AMD GPU passthrough in Xen
 2014-09-22 15:05 UTC  (4+ messages)

[PATCH v3 for-4.5 0/9] xen: arm: support for > 40-bit physical addressing
 2014-09-22 14:33 UTC  (6+ messages)
` [PATCH v3 for-4.5 2/9] xen: arm: Implement variable levels in dump_pt_walk

[linux-linus test] 30347: regressions - FAIL
 2014-09-22 14:11 UTC 

[RFC PATCH] xen/arm: GICv3 support for domU
 2014-09-22 14:02 UTC  (7+ messages)

Question about high CPU load during iperf ethernet testing
 2014-09-22 13:01 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).