xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-03 13:34:46 to 2013-10-07 07:47:11 UTC [more...]

[PATCHv8 0/9] Xen: extend kexec hypercall for use with pv-ops kernels
 2013-10-07  7:47 UTC  (8+ messages)
` [PATCH 4/9] kexec: extend hypercall with improved load/unload ops

AMD IOMMU disabled - No Perdev Intremap
 2013-10-07  7:33 UTC  (15+ messages)

[PATCHv5 0/4] kexec-tools: add support for Xen 4.4
 2013-10-07  7:22 UTC  (5+ messages)
` [PATCH 4/4] kexec/xen: directly load images images into Xen

ASMedia ASM1083/1085 rev3 and Xen DMA Failure
 2013-10-07  7:19 UTC  (5+ messages)

[RFC 0 PATCH 0/3]: PVH dom0 construction
 2013-10-07  7:12 UTC  (14+ messages)
` [RFC 0 PATCH 3/3] PVH dom0: construct_dom0 changes

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-10-07  6:55 UTC  (2+ messages)

[PATCH 10/11] xenbus: convert bus code to use dev_groups
 2013-10-07  6:55 UTC 

[xen-unstable test] 20097: tolerable trouble: broken/fail/pass
 2013-10-07  6:19 UTC 

[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
 2013-10-07  5:10 UTC  (3+ messages)

Installing guest OS into Xen (compiled from source)
 2013-10-07  3:21 UTC 

[PATCH v7] tools/migrate: Fix regression when migrating from older version of Xen
 2013-10-07  3:00 UTC  (2+ messages)

[PATCH net-next] xen-netback: fix xenvif_count_skb_slots()
 2013-10-07  0:07 UTC  (2+ messages)

[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
 2013-10-06 22:14 UTC 

[PATCH] xen/hvc-console: Make it work with HVM guests
 2013-10-06 20:52 UTC 

Problems when using latest git tree to boot xen on OMAP5
 2013-10-06 14:21 UTC  (2+ messages)

[xen] double fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
 2013-10-06  8:23 UTC 

[xen-unstable test] 20095: tolerable trouble: broken/fail/pass
 2013-10-06  6:27 UTC 

Improve performance between Network driver domain to guest OS
 2013-10-06  6:19 UTC 

[linux-3.4 test] 20091: tolerable FAIL - PUSHED
 2013-10-06  1:27 UTC 

[xen-unstable test] 20088: tolerable trouble: broken/fail/pass
 2013-10-05  6:20 UTC 

[xen-unstable test] 20086: tolerable trouble: broken/fail/pass - PUSHED
 2013-10-05  1:33 UTC 

[xen-unstable test] 20085: regressions - trouble: broken/fail/pass
 2013-10-04 20:31 UTC 

[PATCH] Allow building of XEN from source on a system without internet access
 2013-10-04 18:43 UTC  (3+ messages)

[PATCH] Add git special file .mailmap
 2013-10-04 18:39 UTC  (5+ messages)

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-10-04 17:36 UTC  (3+ messages)

IBM HS20 Xen 4.1 and 4.2 Critical Interrupt - Front panel NMI crash
 2013-10-04 16:55 UTC  (9+ messages)
          ` Is: 0xCF8 on extended config space instead of MCONF? Was:Re: "

[PATCH net-next] xen-netback: fix xenvif_count_skb_slots()
 2013-10-04 16:26 UTC 

[PATCHv5 0/11] Xen: FIFO-based event channel ABI
 2013-10-04 16:02 UTC  (7+ messages)
` [PATCH 08/11] evtchn: add FIFO-based event channel hypercalls and port ops
` [PATCH 09/11] xen: Add DOMCTL to limit the number of event channels a domain may use

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-10-04 15:59 UTC  (2+ messages)

[PATCH v3 00/28] libxl: ocaml: improve the bindings
 2013-10-04 15:58 UTC  (29+ messages)
` [PATCH v3 01/28] libxl: idl: allow KeyedUnion members to be empty
` [PATCH v3 02/28] libxl: ocaml: support for Arrays in bindings generator
` [PATCH v3 03/28] libxl: ocaml: avoid reserved words in type and field names
` [PATCH v3 04/28] libxl: ocaml: support for KeyedUnion in the bindings generator
` [PATCH v3 05/28] libxl: ocaml: add some more builtin types
` [PATCH v3 06/28] libxc: ocaml: add simple binding for xentoollog (output only)
` [PATCH v3 07/28] libxl: ocaml: allocate a long lived libxl context
` [PATCH v3 08/28] libxl: ocaml: switch all functions over to take a context
` [PATCH v3 09/28] libxl: make the libxl error type an IDL enum
` [PATCH v3 10/28] libxl: ocaml: generate string_of_* functions for enums
` [PATCH v3 11/28] libxl: ocaml: propagate the libxl return error code in exceptions
` [PATCH v3 12/28] libxl: ocaml: make Val_defbool GC-proof
` [PATCH v3 13/28] libxl: ocaml: add domain_build/create_info/config and events to the bindings
` [PATCH v3 14/28] libxl: ocaml: add META to list of generated files in Makefile
` [PATCH v3 15/28] libxl: ocaml: fix the handling of enums in the bindings generator
` [PATCH v3 16/28] libxl: ocaml: use the "string option" type for IDL strings
` [PATCH v3 17/28] libxl: ocaml: add dominfo_list and dominfo_get
` [PATCH v3 18/28] libxl: ocaml: implement some simple tests
` [PATCH v3 19/28] libxl: ocaml: event management
` [PATCH v3 20/28] libxl: ocaml: allow device operations to be called asynchronously
` [PATCH v3 21/28] libxl: ocaml: add NIC helper functions
` [PATCH v3 22/28] libxl: ocaml: add PCI device "
` [PATCH v3 23/28] libxl: ocaml: add disk and cdrom "
` [PATCH v3 24/28] libxl: ocaml: add VM lifecycle operations
` [PATCH v3 25/28] libxl: ocaml: in send_debug_keys, clean up before raising exception
` [PATCH v3 26/28] libxl: ocaml: provide defaults for libxl types
` [PATCH v3 27/28] libxl: ocaml: use CAMLlocal1 macro rather than value-type in auto-generated C-code
` [PATCH v3 28/28] libxl: ocaml: add console reader functions

[PATCH RFC v13 00/20] Introduce PVH domU support
 2013-10-04 15:29 UTC  (3+ messages)
` [PATCH RFC v13 02/20] pvh prep: code motion

Usb passthrough with upstream qemu question
 2013-10-04 14:59 UTC  (9+ messages)

[PATCH 0/2] add LZ4 kernel decompression support
 2013-10-04 14:30 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] libxc: add LZ4 "

[PATCH] xen: Fix possible user space selector corruption
 2013-10-04 13:33 UTC  (2+ messages)

CSCHED_CREDITS_PER_MSEC" and "MILLISECS(1)"
 2013-10-04 13:38 UTC  (6+ messages)
      ` difference of Credit and Weight
        ` burn_credits

DomU vs Dom0 performance
 2013-10-04 13:24 UTC  (8+ messages)

[PATCH v6 0/19] enable swiotlb-xen on arm and arm64
 2013-10-04 13:23 UTC  (10+ messages)
` [PATCH v6 12/19] swiotlb: don't assume that io_tlb_start-io_tlb_end is coherent
` [PATCH v6 15/19] swiotlb-xen: call dma_capable only if dev->dma_mask is allocated

[Query] Xen nomenclature mapping to ARMv7
 2013-10-04 13:04 UTC  (3+ messages)

[BUG] pci-passthrough on dom0 kernel versions above 3.8 crashes dom0
 2013-10-04 12:03 UTC  (5+ messages)

[xen-unstable test] 20083: tolerable trouble: broken/fail/pass - PUSHED
 2013-10-04 11:57 UTC 

[PATCH] common/symbols: Drop '+0/<len>' when printing function pointer symbols
 2013-10-04 10:18 UTC  (4+ messages)

[PATCH] xen: correct xenheap_bits after "xen: support RAM at addresses 0 and 4096"
 2013-10-04  9:47 UTC  (2+ messages)

[PATCH] Add scripts/get_maintainer.pl
 2013-10-04  9:35 UTC  (4+ messages)

guests started with xl create -V have no monitoring process
 2013-10-04  9:06 UTC  (6+ messages)

Three Xenpaging design questions
 2013-10-04  8:42 UTC  (2+ messages)

[PATCH 00/28] Fixes for various minor Coverity issues, volume 2
 2013-10-04  8:00 UTC  (5+ messages)

[xen-unstable test] 20082: regressions - trouble: broken/fail/pass
 2013-10-04  6:19 UTC 

Status of FLR in Xen 4.4
 2013-10-04  6:07 UTC  (12+ messages)
        ` Is: RCU callback detects an RCU hang with Linux 3.12+ Was: "

[PATCH v4 0/9] xen/arm: live migration support in arndale board
 2013-10-04  4:44 UTC  (10+ messages)
` [PATCH v4 1/9] xen/arm: Implement hvm save and restore
` [PATCH v4 2/9] xen/arm: Add more registers for saving and restoring vcpu registers
` [PATCH v4 3/9] xen/arm: Implement set_memory_map hypercall for arm
` [PATCH v4 4/9] xen/arm: Implement get_maximum_gpfn "
` [PATCH v4 5/9] xen/arm: Implement modify_returncode
` [PATCH v4 6/9] xen/arm: Fixing clear_guest_offset macro
` [PATCH v4 7/9] xen/arm: Implement virtual-linear page table for guest p2m mapping in live migration
` [PATCH v4 8/9] xen/arm: Implement hypercall for dirty page tracing
` [PATCH v4 9/9] xen/arm: Implement toolstack for xl restore/save and migrate

[xen-unstable test] 20080: regressions - trouble: broken/fail/pass
 2013-10-04  1:09 UTC 

[PATCH 0/3] per_cpu() fixes
 2013-10-03 19:52 UTC  (3+ messages)

xen: Add MB, GB and ROUNDUP macros to common headers (Was: Re: [PATCH v3 0/5] ARM: Support initrd)
 2013-10-03 19:49 UTC  (2+ messages)

[xen-unstable test] 20077: regressions - FAIL
 2013-10-03 19:10 UTC 

[qemu-upstream-4.3-testing baseline test] 20079: tolerable FAIL
 2013-10-03 18:38 UTC 

[qemu-upstream-4.2-testing baseline test] 20078: tolerable FAIL
 2013-10-03 17:57 UTC 

[PATCH 00/15] Implement per-vcpu NUMA node-affinity for credit1
 2013-10-03 17:47 UTC  (16+ messages)
` [PATCH 01/15] xl: update the manpage about "cpus=" and NUMA node-affinity
` [PATCH 02/15] xl: fix a typo in main_vcpulist()
` [PATCH 03/15] xen: numa-sched: leave node-affinity alone if not in "auto" mode
` [PATCH 04/15] libxl: introduce libxl_node_to_cpumap
` [PATCH 05/15] xl: allow for node-wise specification of vcpu pinning
` [PATCH 06/15] xl: implement and enable dryrun mode for `xl vcpu-pin'
` [PATCH 07/15] xl: test script for the cpumap parser (for vCPU pinning)
` [PATCH 08/15] xen: numa-sched: make space for per-vcpu node-affinity
` [PATCH 09/15] xen: numa-sched: domain node-affinity always comes from vcpu node-affinity
` [PATCH 10/15] xen: numa-sched: use per-vcpu node-affinity for actual scheduling
` [PATCH 11/15] xen: numa-sched: enable getting/specifying per-vcpu node-affinity
` [PATCH 12/15] libxc: "
` [PATCH 13/15] libxl: "
` [PATCH 14/15] xl: "
` [PATCH 15/15] xl: numa-sched: enable specifying node-affinity in VM config file

[PATCH] Register PV driver product numbers 4 and 5
 2013-10-03 16:56 UTC  (7+ messages)

[PATCH RFC v2 1/7] xen/vNUMA: vNUMA support for PV guests
 2013-10-03 15:33 UTC  (10+ messages)

[PATCH v6] libxl: usb2 and usb3 controller support for upstream qemu
 2013-10-03 15:12 UTC  (4+ messages)

[PATCH 13/28] libxl: only free cputopology if it was allocated in libxl_{cpu, node}map_to_{node, cpu}map
 2013-10-03 14:03 UTC  (4+ messages)
` [PATCH v2] libxl: correctly handle libxl_get_cpu_topology failure "

[PATCH] remove unnecessary null pointer checks before frees
 2013-10-03 13:43 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] libxl: handle null lists in libxl_string_list_length
 2013-10-03 13:42 UTC  (2+ messages)

[PATCH] xen/arm32: don't export v7_init
 2013-10-03 13:40 UTC  (2+ messages)

[PATCH] xm-test: fix the ip allocation function
 2013-10-03 13:40 UTC  (2+ messages)

[PATCH 03/28] libxc: move munmap into the loop it's needed in in change_pte
 2013-10-03 13:39 UTC  (3+ messages)
` [PATCH] libxc: only munmap when something has actually been mapped "

[PATCH 11/28] libxl: only put poller if already gotten in libxl_event_wait
 2013-10-03 13:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 1/1] xen/arm: map_domain_page: reuse slots with avail == 0
 2013-10-03 13:38 UTC  (3+ messages)

Problems in starting up domU with Xen-ARM (on Cortex-A15 Fast Models)
 2013-10-03 13:37 UTC  (18+ messages)

[PATCH] tools: adds tracer on qemu-xen debug configure options
 2013-10-03 13:35 UTC  (3+ messages)

Suggestion for merging xl save/restore/migrate/migrate-receive
 2013-10-03 13:34 UTC  (10+ messages)


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