xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-03 10:37:29 to 2017-07-04 08:04:06 UTC [more...]

[PATCH v6 01/18] xen: introduce the pvcalls interface header
 2017-07-04  8:04 UTC  (34+ messages)
  ` [PATCH v6 02/18] xen/pvcalls: introduce the pvcalls xenbus backend
  ` [PATCH v6 03/18] xen/pvcalls: initialize the module and register the "
  ` [PATCH v6 04/18] xen/pvcalls: xenbus state handling
  ` [PATCH v6 05/18] xen/pvcalls: connect to a frontend
  ` [PATCH v6 06/18] xen/pvcalls: handle commands from the frontend
  ` [PATCH v6 07/18] xen/pvcalls: implement socket command
  ` [PATCH v6 08/18] xen/pvcalls: implement connect command
  ` [PATCH v6 09/18] xen/pvcalls: implement bind command
  ` [PATCH v6 10/18] xen/pvcalls: implement listen command
  ` [PATCH v6 11/18] xen/pvcalls: implement accept command
  ` [PATCH v6 12/18] xen/pvcalls: implement poll command
  ` [PATCH v6 13/18] xen/pvcalls: implement release command
  ` [PATCH v6 14/18] xen/pvcalls: disconnect and module_exit
  ` [PATCH v6 15/18] xen/pvcalls: implement the ioworker functions
  ` [PATCH v6 16/18] xen/pvcalls: implement read
  ` [PATCH v6 17/18] xen/pvcalls: implement write
  ` [PATCH v6 18/18] xen: introduce a Kconfig option to enable the pvcalls backend

Optimising the DevSummit schedule on July 11
 2017-07-04  8:01 UTC  (3+ messages)

[PATCH 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-07-04  7:57 UTC  (8+ messages)
` [PATCH 1/25] VIOMMU: Add vIOMMU helper functions to create, destroy and query capabilities

[RFC] DOMCTL_memattrs_op : a new DOMCTL to play with stage-2 page attributes
 2017-07-04  7:47 UTC  (10+ messages)

[RTDS Patch v3 for Xen4.8]
 2017-07-04  7:41 UTC  (4+ messages)

[PATCH 0/2] hvmloader: misc adjustments
 2017-07-04  7:33 UTC  (5+ messages)
` [PATCH 1/2] hvmloader: dynamically determine scratch memory range for tests
  ` Ping: "

[PATCH 00/17 v5] SBSA UART emulation support in Xen
 2017-07-04  7:31 UTC  (3+ messages)

[PATCH v12 00/23] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-07-04  7:28 UTC  (9+ messages)
` [PATCH v12 13/23] x86: refactor psr: CDP: implement CPU init flow

[PATCH 0/7] Generic IOMMU bindings support for Xen platform devices
 2017-07-04  7:26 UTC  (20+ messages)
` [PATCH 1/7] xen/arm: SMMU: Implement the add_device callback in SMMU
` [PATCH 2/7] xen/arm: SMMU: Introduce a helper to add DT device to SMMU
` [PATCH 3/7] xen/arm: Prepare SMMU resources for protected devices
` [PATCH 4/7] xen/arm: SMMU: Detect types of device tree binding
` [PATCH 5/7] xen/arm: SMMU: Keep registering legacy master in SMMU probe
` [PATCH 6/7] xen/arm: SMMU: Support generic IOMMU bindings
` [PATCH 7/7] xen: Fix a typo in error message of iommu_do_dt_domctl

[PATCH 0/6] Various XSA followups
 2017-07-04  7:10 UTC  (13+ messages)
` [PATCH 3/6] x86/shadow: Use ERR_PTR infrastructure for sh_emulate_map_dest()
` [PATCH 6/6] x86/hvm: Implement hvmemul_write() using real mappings

[PATCH v5 00/11] Add LMCE support
 2017-07-04  7:02 UTC  (6+ messages)
` [PATCH v5 03/11] x86/mce: handle host LMCE
  ` [PATCH v6 "

[ovmf test] 111370: all pass - PUSHED
 2017-07-04  5:57 UTC 

[PATCH] kbdif: Define "feature-raw-pointer" and "request-raw-pointer"
 2017-07-04  5:52 UTC  (4+ messages)

[PATCH] xen/balloon: don't online new memory initially
 2017-07-04  5:42 UTC  (4+ messages)

[qemu-mainline test] 111359: tolerable FAIL - PUSHED
 2017-07-04  5:23 UTC 

[ovmf baseline-only test] 71630: tolerable FAIL
 2017-07-04  5:17 UTC 

[ovmf test] 111369: all pass - PUSHED
 2017-07-04  3:44 UTC 

[linux-next test] 111357: regressions - FAIL
 2017-07-04  3:43 UTC 

[PATCH 0/3] Qemu: Add Xen vIOMMU interrupt remapping function support
 2017-07-04  2:31 UTC  (6+ messages)
` [PATCH 1/3] i386/msi: Correct mask of destination ID in MSI address
  ` [Qemu-devel] "
` [PATCH 2/3] xen-pt: bind/unbind interrupt remapping format MSI

[ovmf baseline-only test] 71629: tolerable FAIL
 2017-07-04  1:21 UTC 

[ovmf test] 111367: all pass - PUSHED
 2017-07-03 23:43 UTC 

[xen-unstable test] 111352: tolerable FAIL
 2017-07-03 22:46 UTC 

[ovmf baseline-only test] 71628: tolerable FAIL
 2017-07-03 21:15 UTC 

[PATCH 0/4] xen: don't save/restore the physmap on VM save/restore
 2017-07-03 21:10 UTC  (8+ messages)
` [PATCH 2/4] xen/mapcache: add an ability to create dummy mappings
` [PATCH 3/4] xen/mapcache: introduce xen_remap_cache_entry()

[PATCH v6 00/18] introduce the Xen PV Calls backend
 2017-07-03 21:08 UTC 

[PATCH v5 00/18] introduce the Xen PV Calls backend
 2017-07-03 20:57 UTC  (4+ messages)
  ` [PATCH v5 06/18] xen/pvcalls: handle commands from the frontend

[PATCH v4 00/17] xen: common: rbtree: ported updates from Linux tree
 2017-07-03 19:58 UTC  (18+ messages)
` [PATCH v4 01/17] rbtree: changes to inline coding conventions with "
` [PATCH v4 02/17] rbtree: remove redundant if()-condition in rb_erase()
` [PATCH v4 03/17] rbtree: empty nodes have no color
` [PATCH v4 04/17] rbtree: move some implementation details from rbtree.h to rbtree.c
` [PATCH v4 05/17] rbtree: break out of rb_insert_color loop after tree rotation
` [PATCH v4 06/17] rbtree: adjust root color in rb_insert_color() only when necessary
` [PATCH v4 07/17] rbtree: low level optimizations in rb_insert_color()
` [PATCH v4 08/17] rbtree: adjust node color in __rb_erase_color() only when necessary
` [PATCH v4 09/17] rbtree: optimize case selection logic in __rb_erase_color()
` [PATCH v4 10/17] rbtree: low level optimizations "
` [PATCH v4 11/17] rbtree: coding style adjustments
` [PATCH v4 12/17] rbtree: optimize fetching of sibling node
` [PATCH v4 13/17] rbtree: add __rb_change_child() helper function
` [PATCH v4 14/17] rbtree: place easiest case first in rb_erase()
` [PATCH v4 15/17] rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()
` [PATCH v4 16/17] rbtree: low level optimizations in rb_erase()
` [PATCH v4 17/17] rbtree: fix typo in comment of rb_insert_color

[ovmf test] 111361: all pass - PUSHED
 2017-07-03 19:15 UTC 

What is provided with the Xen Tools and why do I need them?
 2017-07-03 18:44 UTC 

RT-Xen on ARM
 2017-07-03 18:42 UTC  (6+ messages)

I was able to cross-compile the hypervisor on an amd64 host for the aarch64 target ... However, I can't build the Xen toolset
 2017-07-03 18:41 UTC 

[xen-unstable-smoke test] 111364: tolerable trouble: broken/pass - PUSHED
 2017-07-03 17:53 UTC 

[linux-3.18 test] 111344: regressions - FAIL
 2017-07-03 17:41 UTC 

[ovmf baseline-only test] 71627: tolerable FAIL
 2017-07-03 17:40 UTC 

[PATCH 0/2] Handle SMCs and HVCs in conformance with SMCCC
 2017-07-03 17:29 UTC  (6+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] vsmc: psci: remove 64 bit mode check

[xen-unstable baseline-only test] 71626: regressions - trouble: blocked/broken/fail/pass
 2017-07-03 17:02 UTC 

[OSSTEST PATCH 0/3] Schema tidying following recent changes
 2017-07-03 16:59 UTC  (4+ messages)
` [OSSTEST PATCH 1/3] mg-schema-test-database: Apply updates, regardless of compatibility
` [OSSTEST PATCH 2/3] mg-schema-test-database: New --max-flight option
` [OSSTEST PATCH 3/3] db schema: Make the testid column NOT NLLL

[linux-4.9 test] 111336: tolerable FAIL - PUSHED
 2017-07-03 16:38 UTC 

[PATCH v2 1/2] tools/libxc: add interface for GNTTABOP_query_size
 2017-07-03 16:26 UTC  (4+ messages)
` [PATCH v2 2/2] tools: utility to dump guest grant table info

[PATCH] xen/balloon: don't online new memory initially
 2017-07-03 15:40 UTC 

[PATCH 0/2] x86: XSA_214 follow-up
 2017-07-03 14:56 UTC  (4+ messages)
` [PATCH 2/2] x86: don't allow clearing of TF_kernel_mode for other than 64-bit PV
    ` Ping: "

[PATCH v3] livepatch: Declare live patching as a supported feature
 2017-07-03 14:54 UTC 

[PATCH for-4.9] livepatch: Declare live patching as a supported feature
 2017-07-03 14:53 UTC  (7+ messages)

[RFC] ARM PCI Passthrough design document
 2017-07-03 14:35 UTC  (5+ messages)

[PATCH 0/3] Improvements to struct semgent_register
 2017-07-03 14:10 UTC  (19+ messages)
` [PATCH 1/3] x86/emul: Introduce build time assertions for struct segment_register
` [PATCH 2/3] x86/hvm: Rearange check_segment() to use a switch statement
` [PATCH 3/3] x86/emul: Drop segment_attributes_t
` [PATCH 4/3] x86/svm: Drop svm_segment_register_t

[PATCH v5 00/12] arm/mem_access: Walk guest page tables in SW if mem_access is active
 2017-07-03 13:27 UTC  (11+ messages)
` [PATCH v5 02/12] arm/mem_access: Move PAGE_SHIFT_* macros to lib.h

[PATCH 00/18] x86: more bool_t to bool cleanup
 2017-07-03 13:19 UTC  (4+ messages)

[PATCH 0/2 v2] xenfb: Fix protocol for HVM guests
 2017-07-03 13:17 UTC  (3+ messages)
` [PATCH 1/2 v2] xenfb: Use qemu_input_handler_* calls directly
` [PATCH 2/2 v2] xenfb: Allow vkbd to connect without a DisplayState

race in vif-common.sh
 2017-07-03 13:07 UTC  (2+ messages)

[linux-linus test] 111332: regressions - FAIL
 2017-07-03 13:04 UTC 

[PATCH v12 15/23] x86: refactor psr: CDP: implement set value callback function
 2017-07-03 13:02 UTC  (12+ messages)

[PATCH v3 00/11] libxl: add PV display device driver interface
 2017-07-03 12:57 UTC  (8+ messages)
` [PATCH v3 04/11] libxl: add generic function to add device

[ovmf test] 111355: all pass - PUSHED
 2017-07-03 12:19 UTC 

[PATCH] x86: xen: remove unnecessary variable in xen_foreach_remap_area()
 2017-07-03 11:28 UTC 

[PATCH v2] x86/xen: allow userspace access during hypercalls
 2017-07-03 11:28 UTC 

race in vif-common.sh
 2017-07-03 11:28 UTC 

[PATCH v6 01/12] x86/apic: Construct a selector for the interrupt delivery mode
 2017-07-03 11:07 UTC  (12+ messages)
` [PATCH v6 02/12] x86/apic: Prepare for unifying the interrupt delivery modes setup
` [PATCH v6 03/12] x86/apic: Split local APIC timer setup from the APIC setup
` [PATCH v6 04/12] x86/apic: Move logical APIC ID away from apic_bsp_setup()
` [PATCH v6 05/12] x86/apic: Unify interrupt mode setup for SMP-capable system
` [PATCH v6 06/12] x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
` [PATCH v6 07/12] x86/apic: Unify interrupt mode setup for UP system
` [PATCH v6 08/12] x86/ioapic: Refactor the delay logic in timer_irq_works()
` [PATCH v6 09/12] x86/init: add intr_mode_init to x86_init_ops
` [PATCH v6 10/12] x86/xen: Bypass intr mode setup in enlighten_pv system
` [PATCH v6 11/12] x86/time: Initialize interrupt mode behind timer init
` [PATCH v6 12/12] x86/apic: Remove the init_bsp_APIC()

[PATCH v6 00/12] Unify the interrupt delivery mode and do its setup in advance
 2017-07-03 11:07 UTC 

[OSSTEST PATCH v11 00/20] Have OpenStack tested on top of xen's master and libvirt's master
 2017-07-03 11:00 UTC  (5+ messages)
` [OSSTEST PATCH v11 20/20] Introduce flight for stable branches of OpenStack

[xtf test] 111353: all pass - PUSHED
 2017-07-03 10:45 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).