xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-12 21:10:36 to 2014-03-13 17:57:35 UTC [more...]

[PATCH] tools/libxc: fix errno handling for HVM in xc_domain_save
 2014-03-13 17:57 UTC  (5+ messages)

[PATCH net-next v7 8/9] xen-netback: Timeout packets in RX path
 2014-03-13 17:43 UTC  (14+ messages)
` [PATCH net-next v7 0/9] xen-netback: TX grant mapping with SKBTX_DEV_ZEROCOPY instead of copy
  ` [PATCH net-next v7 4/9] xen-netback: Introduce TX grant mapping

[Xen-staging] [xen staging-4.4] Config.mk: switch QEMU_UPSTREAM_REVISION back to master
 2014-03-13 17:43 UTC 

[PATCH 0/6] xen: Hardware domain support
 2014-03-13 17:41 UTC  (8+ messages)
` [PATCH 5/6] tools/libxl: Allow dom0 to be destroyed

xen-mfndump xch bug (was Re: New Defects reported by Coverity Scan for XenProject)
 2014-03-13 17:36 UTC  (5+ messages)

[xen-unstable test] 25406: regressions - FAIL
 2014-03-13 17:36 UTC  (6+ messages)
` [PATCH 0/2 v2] tools/libxc: various errno changes
  ` [PATCH 2/2] tools/xc: pass errno to callers of xc_domain_save
    ` [PATCH 2/2] tools/xc: pass errno to callers of xc_domain_save [and 1 more messages]

[PATCH] tools: update config.{sub,guess}
 2014-03-13 17:34 UTC  (4+ messages)

[RFC PATCH v2 0/3] Implement the XEN_DOMCTL_memory_mapping hypercall for ARM
 2014-03-13 17:32 UTC  (21+ messages)
` [RFC PATCH v2 1/3] arch, arm: allow dom0 access to I/O memory of mapped devices
` [RFC PATCH v2 2/3] arch, arm: add the XEN_DOMCTL_memory_mapping hypercall
` [RFC PATCH v2 3/3] tools, libxl: handle the iomem parameter with the memory_mapping hcall

[PATCH 0/4] report how much memory a domain has on each NUMA node
 2014-03-13 17:26 UTC  (15+ messages)
` [PATCH 2/4] libxc: "
` [PATCH 3/4] libxl: "

[PATCH v2.1 RESEND 00/19] libxl: asynchronous suspend
 2014-03-13 17:23 UTC  (39+ messages)
` [PATCH 01/19] libxl: init: Provide a gc later in libxl_ctx_alloc
` [PATCH 02/19] libxl: init: libxl__poller_init and _get take gc
` [PATCH 04/19] libxl: events: Provide libxl__xswait_*
` [PATCH 05/19] libxl: events: Use libxl__xswait_* in spawn code
` [PATCH 06/19] libxl: events: Provide libxl__ev_evtchn*
` [PATCH 07/19] libxc: suspend: Rename, improve xc_suspend_evtchn_init
` [PATCH 08/19] libxc: suspend: Fix suspend event channel locking
` [PATCH 09/19] libxl: suspend: Async libxl__domain_suspend_callback
` [PATCH 10/19] libxl: suspend: Async domain_suspend_callback_common
` [PATCH 11/19] libxl: suspend: Reorg domain_suspend_callback_common
` [PATCH 12/19] libxl: suspend: New libxl__domain_pvcontrol_xspath
` [PATCH 13/19] libxl: suspend: New domain_suspend_pvcontrol_acked
` [PATCH 14/19] libxl: suspend: domain_suspend_callback_common xs errs
` [PATCH 15/19] libxl: suspend: Async xenstore pvcontrol wait
` [PATCH 16/19] libxl: suspend: Abolish usleeps in domain suspend wait
` [PATCH 17/19] libxl: suspend: Fix suspend wait corner cases
` [PATCH 18/19] libxl: suspend: Async evtchn wait
` [PATCH 19/19] libxl: suspend: Apply guest timeout in evtchn case

[PATCH 1/5] libxl, gc: fix memory leak in libxl__strndup()
 2014-03-13 16:55 UTC  (10+ messages)
` [PATCH 2/5] libxl: simplify libxl__dirname()
` [PATCH 3/5] libxl: add @count to libxl_gc
` [PATCH 4/5] xc_save: avoid to alloc local constant string
` [PATCH 5/5] xc_save: simplify switch_qemu_logdirty() by use stack strings

[PATCH] xl cpupool-list: add option to list domains
 2014-03-13 16:39 UTC  (4+ messages)

RING_HAS_UNCONSUMED_REQUESTS oddness
 2014-03-13 16:38 UTC  (30+ messages)
      ` [PATCH RFC] xen/public/ring.h: simplify RING_HAS_UNCONSUMED_REQUESTS()

[PATCH] x86/tboot: Use an integer_param for "tboot="
 2014-03-13 16:35 UTC 

[PATCH v2 0/5] Improvements to the use of __attribute__((packed))
 2014-03-13 16:30 UTC  (9+ messages)
` [PATCH v2 1/5] xen/misc: Functional cleanup for __attribute__((packed)) changes
` [PATCH v2 2/5] xen/common: Shuffle use of __attribute__((packed))
` [PATCH v2 3/5] xen/x86: "
` [PATCH v2 4/5] xen/arm: "
` [PATCH v2 5/5] xen/x86_emulate: "

(no subject)
 2014-03-13 16:05 UTC  (3+ messages)
` [PATCH 11/23] libxc: suspend: Rename, improve xc_suspend_evtchn_init

Question about VTPM Implementation
 2014-03-13 15:59 UTC  (10+ messages)
  ` [PATCH] docs/vtpm: explain dom0 physical TPM access caveats

[PATCH 0/3] x86: support further Intel CPU families
 2014-03-13 15:53 UTC  (10+ messages)
` [PATCH 2/3] x86/idle: update to include further package/core residency MSRs
` [PATCH 3/3] xenpm: use new Cx statistics interface

[PATCH net-next] xen-netback: Schedule NAPI from dealloc thread instead of callback
 2014-03-13 15:44 UTC  (3+ messages)

[PATCH RFC v6 09/11] pvqspinlock, x86: Add qspinlock para-virtualization support
 2014-03-13 15:25 UTC  (10+ messages)
` [PATCH RFC v6 10/11] pvqspinlock, x86: Enable qspinlock PV support for KVM
    ` [PATCH v6 04/11] qspinlock: Optimized code path for 2 contending tasks
  ` [PATCH v6 05/11] pvqspinlock, x86: Allow unfair spinlock in a PV guest

[PATCH v4 0/5] xen/arm: Merge early_printk function in console code
 2014-03-13 15:09 UTC  (6+ messages)
` [PATCH v4 1/5] xen/arm: earlyprintk: move early_flush in early_puts
` [PATCH v4 2/5] xen/arm: earlyprintk: export early_puts
` [PATCH v4 3/5] xen/arm: Rename EARLY_PRINTK compile option to CONFIG_EARLY_PRINTK
` [PATCH v4 4/5] xen/console: Add support for early printk
` [PATCH v4 5/5] xen/arm: Replace early_{printk, panic} call to {printk, panic} call

[PATCH v4] libxl: Add none to vga parameter
 2014-03-13 15:03 UTC  (3+ messages)

[RFC 00/14] xen/arm: Add support for XSM
 2014-03-13 14:47 UTC  (23+ messages)
` [RFC 05/14] xen/xsm: xsm functions for PCI passthrough is not x86 specific
` [RFC 06/14] xen/xsm: xsm_do_mca is "
` [RFC 07/14] xen/xsm: flask: Fix compilation when CONFIG_COMPAT=y
` [RFC 08/14] xen/xsm: flask: Rename variable "bool" in "b"
` [RFC 09/14] xen/xsm: flask: MSI is PCI specific
` [RFC 10/14] xen/xsm: flask: flask_copying_string is taking a XEN_GUEST_HANDLE as first param
` [RFC 11/14] xen/xsm: flask: Add missing header in hooks.c
` [RFC 12/14] xen/xsm: Don't use multiboot by default to initialize XSM
` [RFC 13/14] xen/xsm: Add support for device tree

[TestDay] F20 Xen 4.4 RC3 Spice support
 2014-03-13 14:47 UTC  (5+ messages)

[PATCH 0/3] libxl: Fix deadlock with pygrub
 2014-03-13 13:59 UTC  (2+ messages)

[PATCH] xen: arm: increase priority of SGIs used as IPIs
 2014-03-13 13:35 UTC  (6+ messages)

[PATCH v3 RESEND] libxl: Add none to vga parameter
 2014-03-13 12:55 UTC  (5+ messages)

[PATCH] tools/mfndump: Avoid deliberate NULL dereference
 2014-03-13 12:53 UTC  (4+ messages)
  ` [PATCH v2] tools/mfndump: Avoid unintentional "

[PATCH] libxl: arm: do not create /chosen/bootargs in DTB if no cmdline is specified
 2014-03-13 12:48 UTC  (4+ messages)

[PATCH V2] netif.h: Document xen-net{back, front} multi-queue feature
 2014-03-13 12:35 UTC  (2+ messages)

[PATCH] xen: arm: correctly write release target in smp_spin_table_cpu_up
 2014-03-13 12:27 UTC  (3+ messages)

[PATCH] xen: arm: prevent building with CONFIG_EARLY_PRINTK if not a debug build
 2014-03-13 12:25 UTC  (3+ messages)

[PATCH] tools/xen-mceinj: Fix depency for the install rule
 2014-03-13 12:25 UTC  (3+ messages)

xl cannot cd-eject an initialy inserted iso in staging-4.2
 2014-03-13 11:51 UTC  (6+ messages)

[PATCH 0/5] Improvements with __attribute__((packed))
 2014-03-13 11:36 UTC  (22+ messages)
` [PATCH 1/5] xen: Remove redundant __attribute__((packed)) statements
` [PATCH 2/5] xen/common: Cleanup use of __attribute__((packed))
` [PATCH 3/5] xen/x86: "
` [PATCH 4/5] xen/arm: "

[PATCH v5 00/17] x86/PMU: Xen PMU PV(H) support
 2014-03-13 10:47 UTC  (4+ messages)
` [PATCH v5 04/17] intel/VPMU: Clean up Intel VPMU code

[PATCH v5 0/5] Improvements to console timestamps
 2014-03-13 10:29 UTC  (4+ messages)
` [PATCH v5 3/5] x86/time: Initialise time earlier during start_secondary()

[PATCH 0/2] make hypercall preemption checks consistent
 2014-03-13 10:26 UTC  (2+ messages)

memory performance 20% degradation in DomU -- Sisu
 2014-03-13 10:25 UTC  (8+ messages)

Building Xen tools
 2014-03-13 10:01 UTC  (2+ messages)

[PATCH] systemd: add support initial systemd service files
 2014-03-13  9:55 UTC  (14+ messages)

[PATCH 1/3] bridge: preserve random init MAC address
 2014-03-13  3:15 UTC  (3+ messages)
` [PATCH 2/3] bridge: trigger a bridge calculation upon port changes
` [PATCH 3/3] bridge: fix bridge root block on designated port

[PATCH 0/3] bridge: few enhancements and small fixes
 2014-03-13  3:15 UTC 

[libvirt] libvirt: [PATCH] libxl: Check for control_d string to decide about dom0
 2014-03-13  0:58 UTC  (4+ messages)
    ` [libvirt] [Xen-devel] "


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