xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-09 21:57:02 to 2013-09-10 15:20:10 UTC [more...]

[PATCH RFC 0/8] xen/arm: very initial cubieboard2 support
 2013-09-10 15:20 UTC  (25+ messages)
` [PATCH RFC 1/8] xen/arm: Implement ioremap
` [PATCH RFC 2/8] xen/arm: implement read[bl] and write[bl]
` [PATCH RFC 3/8] ns16550: make usable on ARM
` [PATCH RFC 4/8] ns16550: support DesignWare 8250
` [PATCH RFC 5/8] xen/arm: Support Cortex-A7 GIC
` [PATCH RFC 6/8] xen/arm: Basic support for sunxi/sun7i platform
` [PATCH RFC 7/8] xen/arm: Blacklist some sun7i UARTs
` [PATCH RFC 8/8] xen/arm: Some early trap logging

[PATCH 0/2] libxl: fixes for driver domains
 2013-09-10 15:19 UTC  (18+ messages)
` [PATCH 1/2] libxl: correctly list disks served by driver domains in block-list
            ` [PATCH] libxl: set permissions for xs frontend entry pointing to xs backend
` [PATCH 2/2] libxl: fix libxl__device_disk_from_xs_be to parse backend domid

[PATCH] libxc/pm: Fix NULL pointer checks
 2013-09-10 15:10 UTC  (8+ messages)

[PATCH 0/7] Dissociate logical and gic/hardware CPUD ID
 2013-09-10 15:09 UTC  (4+ messages)
` [PATCH 2/7] xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irq

[PATCH v8] interrupts: allow guest to set/clear MSI-X mask bit
 2013-09-10 15:08 UTC  (4+ messages)

HVM support for e820_host (Was: Bug: Limitation of <=2GB RAM in domU persists with 4.3.0)
 2013-09-10 15:04 UTC  (12+ messages)

[PATCH 0/8] Fixes for various minor Coverity issues
 2013-09-10 15:03 UTC  (22+ messages)
` [PATCH 1/8] x86: add missing va_end to hypercall_xlat_continuation
` [PATCH 2/8] sched/arinc653: check for guest data transfer failures
` [PATCH 3/8] libxl: fix use-after-free in discard_events iteration
` [PATCH 4/8] libxl: correctly handle readlink() errors
` [PATCH 5/8] mini-os: fix use-after-free in xs_daemon_close event iteration
` [PATCH 6/8] mini-os: handle possibly overlong _nodename in init_consfront
` [PATCH 7/8] kdd: fix free of array-typed value
` [PATCH 8/8] xenstored: fix possible, but unlikely, stack overflow

Test report for xen-unstable and qemu-xen
 2013-09-10 14:52 UTC 

[PATCH] x86/mm: Fix possible increment of uninitialised variable
 2013-09-10 14:49 UTC  (3+ messages)

[PATCH v3 00/27] Allow Xen to boot with a raw device tree
 2013-09-10 14:49 UTC  (28+ messages)
` [PATCH v3 01/27] xen/dts: Constify device_tree_flattened
` [PATCH v3 02/27] xen/dts: Prefix device tree macro by dt_
` [PATCH v3 03/27] xen/dts: Don't add a fake property "name" in the device tree
` [PATCH v3 04/27] xen/dts: Add new helpers to use "
` [PATCH v3 05/27] xen: Use the right string comparison function in "
` [PATCH v3 06/27] xen/dts: Remove device_get_reg call in process_cpu_node
` [PATCH v3 07/27] xen/dts: Check "reg" property length in process_multiboot_node
` [PATCH v3 08/27] xen/dts: Check the CPU ID is not greater than NR_CPUS
` [PATCH v3 09/27] xen/video: hdlcd: Convert the driver to the new device tree API
` [PATCH v3 10/27] xen/video: hdlcd: Use early_printk instead of printk
` [PATCH v3 11/27] xen/arm: Use dt_device_match to avoid multiple if conditions
` [PATCH v3 12/27] xen/dts: dt_find_interrupt_controller: accept multiple compatible strings
` [PATCH v3 13/27] xen/arm: Build DOM0 FDT by browsing the device tree structure
` [PATCH v3 14/27] xen/arm: Don't map disabled device in DOM0
` [PATCH v3 15/27] xen/arm: Create a fake PSCI node in dom0 device tree
` [PATCH v3 16/27] xen/arm: Create a fake cpus "
` [PATCH v3 17/27] xen/arm: Create a fake GIC "
` [PATCH v3 18/27] xen/arm: Create a fake timer "
` [PATCH v3 19/27] xen/arm: Add new platform specific callback device_is_blacklist
` [PATCH v3 20/27] xen/arm: Remove devices used by Xen from dom0 device tree
` [PATCH v3 21/27] xen/arm: vexpress: Blacklist a list of board specific devices
` [PATCH v3 22/27] xen/arm: exynos5: Blacklist MCT device
` [PATCH v3 23/27] xen/dts: Clean up the exported API for device tree
` [PATCH v3 24/27] xen/dts: device_get_reg: cells are 32-bit big endian value
` [PATCH v3 25/27] xen/dts: replace get_val by dt_next_cell
` [PATCH v3 26/27] xen/arm: Check if the device is available before using it
` [PATCH v3 27/27] ARM: parse separate DT properties for different commandlines

[PATCH v5] libxl: Spice vdagent support for upstream qemu
 2013-09-10 14:46 UTC 

[cros-discuss] Boot in Hyp mode on Samsung ARM Chromebook
 2013-09-10 14:45 UTC 

[Urgent, Input Needed] Moving the Xen Project Developer meeting to start a little earlier to accomodate for joint Xen-KVM Hackathon
 2013-09-10 14:32 UTC  (8+ messages)

[ANNOUNCE] Xen 4.1.6.1 released
 2013-09-10 14:08 UTC 

[RFC] XenGT - An Mediated Graphics Passthrough Solution from Intel
 2013-09-10 14:02 UTC  (9+ messages)

[PATCH] tools/tests: tweak .gitignore
 2013-09-10 13:53 UTC 

[PATCH v2 0/3] Nested VMX: fix bugs when reading VMX MSRs
 2013-09-10 13:45 UTC  (8+ messages)
` [PATCH v2 1/3] Nested VMX: Check VMX capability before read VMX related MSRs
` [PATCH v2 2/3] Nested VMX: Clear bit 31 of IA32_VMX_BASIC MSR
` [PATCH v2 3/3] Nested VMX: Fix IA32_VMX_CR4_FIXED1 msr emulation

[PATCH v5 0/4] introduce XENMEM_exchange_and_pin and XENMEM_unpin
 2013-09-10 13:28 UTC  (14+ messages)
` [PATCH v5 1/4] xen: move steal_page and donate_page to common code
` [PATCH v5 2/4] xen/arm: introduce a generic p2m walker and use it in p2m_lookup
` [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

[PATCH v2-resend 00/30] libxl: ocaml: improve the bindings
 2013-09-10 13:06 UTC  (19+ messages)
` [PATCH v2-resend 01/30] libxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWN
` [PATCH v2-resend 03/30] libxl: idl: add domain_type field to libxl_dominfo struct
` [PATCH v2-resend 04/30] libxl: idl: complete some enums in the IDL with their defaults
` [PATCH v2-resend 05/30] libxl: ocaml: fix code intended to output comments before definitions

[PATCH V1 00/29] Allow Xen to boot with a raw Device Tree
 2013-09-10 13:02 UTC  (49+ messages)
` [PATCH V1 02/29] xen: Introduce __initconst to store initial const data
` [PATCH V1 03/29] xen/dts: Don't check the number of address and size cells in process_cpu_node
` [PATCH V1 04/29] xen/dts: Constify device_tree_flattened
` [PATCH V1 07/29] xen: Use the right string comparison function in device tree
` [PATCH V1 16/29] xen/arm: Build DOM0 FDT by browsing the device tree structure
` [PATCH V1 17/29] xen/arm: Mark each device used by Xen as disabled in DOM0 FDT
` [PATCH V1 18/29] xen/arm: Don't map disabled device in DOM0
` [PATCH V1 19/29] xen/arm: Create a fake PSCI node in dom0 device tree
` [PATCH V1 21/29] xen/arm: Create a fake GIC "
` [PATCH V1 22/29] xen/arm: Create a fake timer "
` [PATCH V1 24/29] xen/arm: vexpress: Blacklist a list of board specific devices
` [PATCH V1 27/29] xen/dts: device_get_reg: cells are 32 bits big endian value

[PATCH 1/1 V3] x86/AMD: Fix setup ssss:bb:dd:f for d0 failed
 2013-09-10 13:02 UTC  (5+ messages)

[GIT PULL] (xen) stable/for-linus-3.12-rc0-tag-two for v3.12-rc0
 2013-09-10 12:44 UTC 

TSQ accounting skb->truesize degrades throughput for large packets
 2013-09-10 12:35 UTC  (3+ messages)

Xen Security Advisory 61 - libxl partially sets up HVM passthrough even with disabled iommu
 2013-09-10 10:56 UTC 

[PATCH v2 0/4] minios: various cleanups and fixes
 2013-09-10 10:48 UTC  (2+ messages)

[xen-4.1-testing test] 19174: tolerable FAIL - PUSHED
 2013-09-10 10:25 UTC 

[PATCH] linux-2.6.18/evtchn: adjust CPU notifier registration
 2013-09-10 10:09 UTC 

Questions about hvm domU default devices with upstream qemu
 2013-09-10 10:02 UTC  (6+ messages)

Is it possible to assign two controllers of dq45cb to two guest VMs respectively?
 2013-09-10  9:52 UTC  (2+ messages)

[xen-unstable test] 19173: tolerable FAIL - PUSHED
 2013-09-10  9:29 UTC 

Booting NetBSD in pygrub
 2013-09-10  8:56 UTC  (5+ messages)

Data Abort in Dom0 for cubieboard2
 2013-09-10  8:41 UTC  (5+ messages)

[V2 PATCH 0/5]: PVH xen tools: tools changes to create PVH guest
 2013-09-10  8:28 UTC  (9+ messages)
` [V2 PATCH 2/4] PVH xen tools: libxc changes to build a "
` [V2 PATCH 3/4] PVH xen tools: libxl changes to create "

[xen-4.2-testing test] 19171: tolerable FAIL - PUSHED
 2013-09-10  5:06 UTC 

[xen-4.1-testing test] 19172: tolerable FAIL - PUSHED
 2013-09-10  3:22 UTC 

[xen-unstable test] 19170: tolerable FAIL - PUSHED
 2013-09-10  2:28 UTC 

[xen-4.3-testing test] 19167: tolerable FAIL - PUSHED
 2013-09-09 22:13 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).