xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-26 15:15:57 to 2016-04-27 16:36:27 UTC [more...]

[PATCH 9] xSplice v1 design and implementation
 2016-04-27 16:36 UTC  (57+ messages)
` [PATCH v9 04/27] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v9 08/27] arm/x86/vmap: Add v[z|m]alloc_xen and vm_init_type
` [PATCH v9 10/27] xsplice: Add helper elf routines
` [PATCH v9 11/27] xsplice: Implement payload loading
` [PATCH v9 12/27] xsplice: Implement support for applying/reverting/replacing patches
` [PATCH v9 13/27] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v9 14/27] xsplice, symbols: Implement symbol name resolution on address
` [PATCH v9 15/27] xsplice, symbols: Implement fast symbol names -> virtual addresses lookup
` [PATCH v9 16/27] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v9 17/27] xsplice: Add support for bug frames
` [PATCH v9 18/27] xsplice: Add support for exception tables
` [PATCH v9 19/27] xsplice: Add support for alternatives
` [PATCH v9 24/27] xsplice: Stacking build-id dependency checking
` [PATCH v9 26/27] xsplice: Prevent duplicate payloads from being loaded

[ovmf test] 92933: regressions - FAIL
 2016-04-27 16:31 UTC 

[PATCH] libxl: don't add cache mode for empty drives
 2016-04-27 16:22 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Clarify the meaning of nested maintainership
 2016-04-27 16:06 UTC 

Don’t Miss your Chance to Speak at Xen Project Developer Summit (CfP closes May 6th)
 2016-04-27 16:01 UTC 

[PATCH v2] altp2m: Allow the hostp2m to be shared
 2016-04-27 15:48 UTC 

[PATCH v2 00/11] Check VT-d Device-TLB flush error
 2016-04-27 15:48 UTC  (20+ messages)
` [PATCH v2 02/11] IOMMU: handle IOMMU mapping and unmapping failures
` [PATCH v2 03/11] IOMMU/MMU: enhance the call trees of IOMMU unmapping and mapping
` [PATCH v2 07/11] IOMMU/MMU: propagate IOMMU Device-TLB flush error up to iommu_iotlb_flush{, _all} (top level ones)

[RFC] Minor change to governance document at http://www.xenproject.org/developers/governance.html
 2016-04-27 15:45 UTC  (3+ messages)

[PATCH] altp2m: Allow the hostp2m to be shared
 2016-04-27 15:40 UTC  (6+ messages)

Questions about the new usb hotplug code in libxl and about adding hotplug (with qmp) usbredir tcp channels
 2016-04-27 15:35 UTC  (3+ messages)

[for-4.7 v2] xen/arm: Force broadcast of TLB and instruction cache maintenance instructions
 2016-04-27 15:35 UTC  (3+ messages)

Xen does not work after changing scheduler's code
 2016-04-27 15:21 UTC  (8+ messages)

[PATCH for-4.7] build/xen: fix assembler instruction tests
 2016-04-27 15:20 UTC  (2+ messages)

[PATCH v3 0/3] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-04-27 14:47 UTC  (16+ messages)
` [PATCH v3 1/3] x86/ioreq server(patch for 4.7): Rename p2m_mmio_write_dm to p2m_ioreq_server
` [PATCH v3 2/3] x86/ioreq server: Add new functions to get/set memory types

[PATCH v3 00/10] xl: improve coding style and return more failure on
 2016-04-27 14:33 UTC  (13+ messages)
` [PATCH v3 1/7] libxl: improve return codes for some pci related functions
` [PATCH v3 4/7] xl_cmdimpl - Add return codes for pci-detach, pci-attach, pci-asssignable-add, and pci-assignable-remove
` [PATCH v3 5/7] xl: improve main_tmem_* return codes
` [PATCH v3 6/7] libxl: Fix libxl_set_memory_target return value
` [PATCH v3 7/7] libxl: libxl_tmem functions improving coding style

xen/arm: Assertion 'timer->status >= TIMER_STATUS_inactive' failed at timer.c:279
 2016-04-27 14:29 UTC  (6+ messages)

[PATCH] add info to p2m_pod_dump_data
 2016-04-27 14:25 UTC  (3+ messages)

[PATCH v12 0/2] libxl: add support for pvscsi, iteration 12
 2016-04-27 14:15 UTC  (4+ messages)
` [PATCH v12 1/2] libxl: add support for vscsi

[PATCH] xen/x86: actually allocate legacy interrupts on PV guests
 2016-04-27 14:03 UTC  (5+ messages)

[PATCH V6] vm_event: Allow subscribing to write events for specific MSR-s
 2016-04-27 13:57 UTC  (2+ messages)

[xen-unstable baseline-only test] 44366: tolerable FAIL
 2016-04-27 13:22 UTC 

[PATCH v3 for-4.7 00/16] Fixes for compiling with clang
 2016-04-27 13:23 UTC  (25+ messages)
` [PATCH v3 for-4.7 01/16] build: make HOSTCC conditional on the value of clang
` [PATCH v3 for-4.7 02/16] build: set HOSTCXX based on clang value for Kconfig xconfig target
` [PATCH v3 for-4.7 03/16] build: pass HOST{CC/CXX} value down to Kconfig
` [PATCH v3 for-4.7 04/16] build: remove Kconfig forced gcc selection
` [PATCH v3 for-4.7 05/16] tools/headers: prevent adding two __align8__ to uint64_t in ARM headers
` [PATCH v3 for-4.7 06/16] xen/tools: fix substitution of __align8__ uint64_t inside of headers
` [PATCH v3 for-4.7 07/16] libxc: fix usage of uninitialized variable
` [PATCH v3 for-4.7 08/16] libxl: fix shutdown_reason type in list_domains
` [PATCH v3 for-4.7 09/16] xl: fix usage of libxl_get_scheduler
` [PATCH v3 for-4.7 10/16] libxl: add the printf-like attributes to a couple of functions
` [PATCH v3 for-4.7 11/16] libxl: convert libxl__device_model_xs_path to a macro
` [PATCH v3 for-4.7 12/16] libxl: add explicit casts from yajl_gen_status to yajl_status
` [PATCH v3 for-4.7 13/16] libxl: fix passing the type argument to xc_psr_*
` [PATCH v3 for-4.7 14/16] oxenstored: fix error when shifting negative value
` [PATCH v3 for-4.7 15/16] tools/python: corrently use LDFLAGS and CFLAGS
` [PATCH v3 for-4.7 16/16] tools/pygrub: fix usage of LDFLAGS

Xen 4.7 Headline Features (for PR)
 2016-04-27 13:12 UTC  (6+ messages)

Should we mark RTDS as supported feature from experimental feature?
 2016-04-27 12:27 UTC  (13+ messages)

[xen-unstable-coverity test] 92952: all pass - PUSHED
 2016-04-27 12:16 UTC 

[linux-mingo-tip-master test] 92920: regressions - FAIL
 2016-04-27 11:56 UTC 

[PATCH] MAINTAINERS: Clarify the meaning of nested maintainership
 2016-04-27 11:34 UTC  (5+ messages)

[distros-debian-squeeze test] 44367: tolerable trouble: broken/fail/pass
 2016-04-27 11:18 UTC 

[edk2] OVMF broken under Xen (in PCI initialisation)
 2016-04-27 10:43 UTC  (8+ messages)

[xen-4.3-testing test] 92922: trouble: blocked/broken/fail/pass
 2016-04-27 10:33 UTC 

[for-4.7] xen/arm: Force broadcast of TLB and instruction cache maintenance instructions
 2016-04-27 10:26 UTC  (5+ messages)

[PATCH v2 for-4.7 00/14] Fixes for compiling with clang
 2016-04-27 10:09 UTC  (31+ messages)
` [PATCH v2 for-4.7 06/14] xen/tools: fix substitution of __align8__ uint64_t inside of headers
` [PATCH v2 for-4.7 07/14] libxc: fix uninitialized variable
` [PATCH v2 for-4.7 08/14] libxl: fix shutdown_reason type in list_domains
` [PATCH v2 for-4.7 09/14] xl: fix usage of libxl_get_scheduler
` [PATCH v2 for-4.7 10/14] libxl: add the printf-like attributes to a couple of functions
` [PATCH v2 for-4.7 12/14] libxl: fix passing the type argument to xc_psr_*
` [PATCH v2 for-4.7 13/14] oxenstored: fix error when shifting negative value
` [PATCH v2 for-4.7 14/14] tools/python: corrently use LDFLAGS and CFLAGS

SMMU, Unhandled context fault
 2016-04-27  9:58 UTC  (8+ messages)

[PATCH v2] xen/arm: gicv2: Export GICv2m register frames to domain0 by device tree
 2016-04-27  9:40 UTC  (4+ messages)

[for-4.7] x86/emulate: synchronize LOCKed instruction emulation
 2016-04-27  7:36 UTC  (17+ messages)

[PATCH V5] vm_event: Allow subscribing to write events for specific MSR-s
 2016-04-27  7:21 UTC  (4+ messages)

[PATCH v3] xen/arm: gicv2: Export GICv2m register frames to Dom0 by device tree
 2016-04-27  7:05 UTC 

How to install Xen on Fedora 23?
 2016-04-27  5:50 UTC  (4+ messages)
    ` [Xen-users] "

[ovmf test] 92910: regressions - FAIL
 2016-04-27  5:41 UTC 

[OSSTEST PATCH] crontab: Drop linux-mingo-tip-master linux-next linux-linus
 2016-04-27  4:37 UTC  (3+ messages)

[xen-unstable test] 92842: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2016-04-27  4:25 UTC 

[xen-4.3-testing test] 92882: trouble: blocked/broken/fail/pass
 2016-04-27  3:52 UTC 

[ovmf test] 92876: regressions - FAIL
 2016-04-27  3:03 UTC 

[xen-4.3-testing test] 92825: trouble: blocked/broken/fail/pass
 2016-04-26 21:13 UTC 

[PATCH 3.19.y-ckt 53/66] x86/mm/xen: Suppress hugetlbfs in PV guests
 2016-04-26 20:24 UTC 

[ovmf test] 92813: regressions - FAIL
 2016-04-26 20:24 UTC 

[3.19.y-ckt stable] Patch "x86/mm/xen: Suppress hugetlbfs in PV guests" has been added to the 3.19.y-ckt tree
 2016-04-26 19:54 UTC 

[xen-unstable-smoke test] 92860: tolerable all pass - PUSHED
 2016-04-26 19:33 UTC 

[PATCH 4.2.y-ckt 77/93] x86/mm/xen: Suppress hugetlbfs in PV guests
 2016-04-26 18:17 UTC 

[linux-mingo-tip-master test] 92800: regressions - FAIL
 2016-04-26 17:59 UTC 

MiniOS on ARM64
 2016-04-26 17:11 UTC 

[xen-unstable-smoke test] 92847: regressions - FAIL
 2016-04-26 16:27 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).