xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-26 16:16:28 to 2013-09-27 17:04:57 UTC [more...]

[PATCH v3 0/7] support for cubieboard2 / sunxi processors
 2013-09-27 17:04 UTC  (8+ messages)
` [PATCH 7/7] xen/arm: Blacklist some sun7i UARTs

[PATCH RFC v2 0/2] linux/vnuma: vNUMA PV guest support introduction
 2013-09-27 17:03 UTC  (4+ messages)
` [PATCH RFC v2 2/2] linux/vnuma: Enables NUMA for domu PV guest

[PATCH v3 0/5] ARM: Support initrd
 2013-09-27 17:01 UTC  (7+ messages)
` [PATCH v3 1/5] xen: Add macros MB and GB
` [PATCH v3 2/5] xen: Add macro ROUNDUP
` [PATCH v3 3/5] xen/dts: Use ROUNDUP macro instead of the internal ALIGN
` [PATCH v3 4/5] xen/arm: Add support to load initrd in dom0
` [PATCH v3 5/5] xen/dts: Support Linux initrd DT bindings

[PATCH] xen/arm32: don't export v7_init
 2013-09-27 16:49 UTC 

[PATCH V3] x86/AMD-Vi: Fix IVRS HPET special->handle override
 2013-09-27 16:42 UTC 

[xen-4.1-testing test] 19841: regressions - FAIL
 2013-09-27 16:23 UTC 

[PATCH v6 0/5] introduce XENMEM_exchange_and_pin, XENMEM_unpin and XENMEM_pin
 2013-09-27 16:16 UTC  (6+ messages)
` [PATCH v6 1/5] xen: move steal_page and donate_page to common code
` [PATCH v6 2/5] xen/arm: introduce a generic p2m walker and use it in p2m_lookup
` [PATCH v6 3/5] xen: implement guest_physmap_pin_range and guest_physmap_unpin_range
` [PATCH v6 4/5] xen: introduce XENMEM_exchange_and_pin and XENMEM_unpin
` [PATCH v6 5/5] xen: introduce XENMEM_pin

[linux-3.4 test] 19840: tolerable FAIL - PUSHED
 2013-09-27 16:11 UTC 

[PATCH v6 0/19] enable swiotlb-xen on arm and arm64
 2013-09-27 16:10 UTC  (20+ messages)
` [PATCH v6 01/19] arm: make SWIOTLB available
` [PATCH v6 02/19] arm64: define DMA_ERROR_CODE
` [PATCH v6 03/19] xen: introduce XENMEM_exchange_and_pin and XENMEM_unpin
` [PATCH v6 04/19] xen: make xen_create_contiguous_region return the dma address
` [PATCH v6 05/19] swiotlb-xen: support autotranslate guests
` [PATCH v6 06/19] xen/arm,arm64: enable SWIOTLB_XEN
` [PATCH v6 07/19] swiotlb-xen: introduce xen_swiotlb_set_dma_mask
` [PATCH v6 08/19] arm/xen: get_dma_ops: return xen_dma_ops if we are running on Xen
` [PATCH v6 09/19] arm64/xen: "
` [PATCH v6 10/19] xen: introduce xen_alloc/free_coherent_pages
` [PATCH v6 11/19] swiotlb-xen: use xen_alloc/free_coherent_pages
` [PATCH v6 12/19] swiotlb: don't assume that io_tlb_start-io_tlb_end is coherent
` [PATCH v6 13/19] ASoC: Samsung: Rename dma_ops by samsung_dma_ops
` [PATCH v6 14/19] swiotlb: print a warning when the swiotlb is full
` [PATCH v6 15/19] swiotlb-xen: call dma_capable only if dev->dma_mask is allocated
` [PATCH v6 16/19] arm,arm64: do not always merge biovec if we are running on Xen
` [PATCH v6 17/19] xen: introduce XENMEM_pin
` [PATCH v6 18/19] swiotlb-xen: introduce a rbtree to track phys to bus mappings
` [PATCH v6 19/19] swiotlb-xen: instead of bouncing on the swiotlb, pin single pages

[PATCH v3 00/11] xen: arm: rework early bring up
 2013-09-27 15:52 UTC  (28+ messages)
` [PATCH v3 01/11] xen: arm: Load xen under 4GB on 32-bit
` [PATCH v3 02/11] xen: arm: build platform support only on the relevant arch
` [PATCH v3 03/11] xen: arm: Log the raw MIDR on boot
` [PATCH v3 04/11] xen: arm: make sure we stay within the memory bank during mm setup
` [PATCH v3 05/11] xen: arm: add two new device tree helpers
` [PATCH v3 06/11] xen: arm: implement arch/platform SMP and CPU initialisation framework
` [PATCH v3 07/11] xen: arm: implement smp initialisation callbacks for exynos5
` [PATCH v3 08/11] xen: arm: rewrite start of day page table and cpu bring up
` [PATCH v3 09/11] xen: arm: use symbolic names for MPIDR bits
` [PATCH v3 10/11] xen: arm: configure TCR_EL2 for 40 bit physical address space
` [PATCH v3 11/11] xen: arm: split cpu0's domheap mapping PTs out from xen_second

[PATCH v4 00/11] xen: arm: rework early bring up
 2013-09-27 15:47 UTC  (15+ messages)
` [PATCH v4 01/11] xen: arm: Load xen under 4GB on 32-bit
` [PATCH v4 02/11] xen: arm: build platform support only on the relevant arch
` [PATCH v4 03/11] xen: arm: Log the raw MIDR on boot
` [PATCH v4 04/11] xen: arm: make sure we stay within the memory bank during mm setup
` [PATCH v4 05/11] xen: arm: add two new device tree helpers
` [PATCH v4 06/11] xen: arm: implement arch/platform SMP and CPU initialisation framework
` [PATCH v4 07/11] xen: arm: implement smp initialisation callbacks for exynos5
` [PATCH v4 08/11] xen: arm: rewrite start of day page table and cpu bring up
` [PATCH v4 09/11] xen: arm: use symbolic names for MPIDR bits
` [PATCH v4 10/11] xen: arm: configure TCR_EL2 for 40 bit physical address space
` [PATCH v4 11/11] xen: arm: split cpu0's domheap mapping PTs out from xen_second
` [PATCH EXTRA] xen: arm: move smp_init_cpus to smpboot.c

[PATCH] xen: cpupools: update domU's node-affinity on the cpupool_unassign_cpu() path
 2013-09-27 15:46 UTC 

[xen-unstable test] 19838: tolerable trouble: broken/fail/pass - PUSHED
 2013-09-27 15:37 UTC 

[PATCH v2] qemu/xen: make use of xenstore relative paths
 2013-09-27 15:28 UTC 

[PATCH v5 0/4] introduce XENMEM_exchange_and_pin and XENMEM_unpin
 2013-09-27 15:27 UTC  (12+ messages)
` [PATCH v5 3/4] xen: implement guest_physmap_pin_range and guest_physmap_unpin_range
` [PATCH v5 4/4] xen: introduce XENMEM_exchange_and_pin and XENMEM_unpin

[PATCHv4 0/11] Xen: FIFO-based event channel ABI
 2013-09-27 14:29 UTC  (16+ messages)
` [PATCH 01/11] debug: remove some event channel info from the 'i' and 'q' debug keys
` [PATCH 02/11] evtchn: refactor low-level event channel port ops
` [PATCH 03/11] evtchn: print ABI specific state with the 'e' debug key
` [PATCH 04/11] evtchn: use a per-domain variable for the max number of event channels
` [PATCH 05/11] evtchn: allow many more evtchn objects to be allocated per domain
` [PATCH 06/11] evtchn: add FIFO-based event channel ABI
` [PATCH 07/11] evtchn: implement EVTCHNOP_set_priority and add the set_priority hook
` [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
` [PATCH 10/11] libxc: add xc_domain_set_max_evtchn()
` [PATCH 11/11] libxl, xl: add event_channels option to xl configuration file

[PATCH] libxl: handle null lists in libxl_string_list_length
 2013-09-27 14:15 UTC  (7+ messages)

Status of FLR in Xen 4.4
 2013-09-27 14:00 UTC  (13+ messages)

[PATCH] tools: adds tracer on qemu-xen debug configure options
 2013-09-27 14:00 UTC 

Qxl problem with xen domU, is xen spice and/or qemu bugs?
 2013-09-27 13:53 UTC  (6+ messages)
      ` [Qemu-devel] "

preparing for 4.3.1
 2013-09-27 13:26 UTC  (8+ messages)

[PATCH RFC v13 00/20] Introduce PVH domU support
 2013-09-27 13:08 UTC  (6+ messages)
` [PATCH RFC v13 03/20] Introduce pv guest type and has_hvm_container macros

guests started with xl create -V have no monitoring process
 2013-09-27 12:53 UTC  (3+ messages)

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-09-27 11:52 UTC 

Linux kernel 3.12 regression, Dom0 fails to boot on Core 2 6400
 2013-09-27 11:51 UTC  (2+ messages)

[PATCH] libxl: handle null lists in libxl_string_list_length
 2013-09-27 11:29 UTC 

[PATCH] qemu-xen: make use of xenstore relative paths
 2013-09-27 11:01 UTC  (3+ messages)

Xen 4.3.1?
 2013-09-27 10:22 UTC  (4+ messages)

Xen 4.4 development update -- RFC for feature freeze timeline
 2013-09-27 10:21 UTC  (8+ messages)

Linux kernel 3.12 regression, Dom0 fails to boot on Core 2 6400
 2013-09-27  9:26 UTC 

[RFC] Make xl vcpu-set work in overcommit and with PV guests. (v2)
 2013-09-27  8:41 UTC  (10+ messages)
` [PATCH 1/2] xl: neuter vcpu-set --ignore-host

Xen 4.2.3-rc2 and 4.1.6-rc2 have been tagged
 2013-09-27  8:34 UTC  (6+ messages)
    ` Ping: backport proposals (was: Xen 4.2.3-rc2 and 4.1.6-rc2 have been tagged)
      ` Ping: backport proposals

[xen-4.3-testing test] 19832: tolerable trouble: broken/fail/pass - PUSHED
 2013-09-27  8:24 UTC 

[PATCH v2] Add ARINC653 scheduler maintainers
 2013-09-27  7:28 UTC  (6+ messages)
` Ping:[PATCH "

[PATCH 1/1 V4] x86/AMD: Fix setup ssss:bb:dd:f for d0 failed
 2013-09-27  7:28 UTC  (8+ messages)
` [PATCH v5] AMD IOMMU: fix Dom0 device setup failure for host bridges
  ` Ping: "

[RFC 0 PATCH 0/3]: PVH dom0 construction
 2013-09-27  7:01 UTC  (10+ messages)
` [RFC 0 PATCH 2/3] PVH dom0: move some pv specific code to static functions
` [RFC 0 PATCH 3/3] PVH dom0: construct_dom0 changes

wrong io/tpmif.h made it into upstream Linux
 2013-09-27  6:37 UTC  (8+ messages)

Hvmloader: Add _STA for PCI hotplug slots
 2013-09-27  6:29 UTC 

[PATCH] microcode: Scan the multiboot payloads for cpio format microcode blob. (v3.3)
 2013-09-27  5:31 UTC  (4+ messages)
` [PATCH 1/2] microcode: Scan the initramfs payload for microcode blob
` [PATCH 2/2] microcode: Check whether the microcode is correct

[xen-4.1-testing test] 19830: regressions - FAIL
 2013-09-27  4:50 UTC 

Suggestions wanted for future Xen Project User events
 2013-09-27  3:55 UTC 

[xen-4.2-testing test] 19829: tolerable FAIL - PUSHED
 2013-09-27  1:42 UTC 

[PATCH 00/28] Fixes for various minor Coverity issues, volume 2
 2013-09-27  0:46 UTC  (5+ messages)
` [PATCH 04/28] libxl: fix libxl_string_list_length and its only caller

[xen-unstable test] 19828: regressions - FAIL
 2013-09-26 22:48 UTC 

GPU passthrough issue when VM is configured with 4G memory
 2013-09-26 20:09 UTC  (11+ messages)
                  ` GPU passthrough issue when VM is configured with 4G memory / Xen 4.4

[PATCH] hvmloader/smbios: Change strncpy to memcpy for anchor strings
 2013-09-26 19:13 UTC  (2+ messages)

[PATCHv2] tracing/events: Add bounce tracing to swiotbl
 2013-09-26 18:03 UTC  (5+ messages)

[PATCH v6] tools/migrate: Fix regression when migrating from older version of Xen
 2013-09-26 17:15 UTC 

[xen-4.3-testing test] 19821: regressions - FAIL
 2013-09-26 16:45 UTC 

[PATCH] xen/arm: Don't dump stack when the VCPU is offline
 2013-09-26 16:40 UTC  (2+ messages)

[PATCH v3 0/9] xen: arm: memory mangement fixes / improvements
 2013-09-26 16:40 UTC  (3+ 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).