xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-12 13:38:37 to 2013-09-13 13:20:16 UTC [more...]

[PATCH v2 0/9] xen: arm: memory mangement fixes / improvements
 2013-09-13 13:20 UTC  (20+ messages)
` [PATCH v2 1/9] xen/arm: ensure the xenheap is 32MB aligned
` [PATCH v2 2/9] xen/arm: DOMHEAP_SECOND_PAGES is arm32 specific
` [PATCH v2 3/9] xen/arm: Reserve FDT via early module mechanism
` [PATCH v2 4/9] xen/arm: do not relocate Xen outside of visible RAM
` [PATCH v2 5/9] xen/arm: cope with modules outside of "visible" RAM
` [PATCH v2 6/9] xen/arm: Support dtb /memreserve/ regions
` [PATCH v2 7/9] xen/arm: rename boot misc region to boot reloc now it has a single purpose
` [PATCH v2 8/9] xen/arm: print the location of the Xen heap on 32 bit
` [PATCH v2 9/9] xen: support RAM at addresses 0 and 4096

[PATCH v2 0/6] some libxc cleanups and xen-mfndump
 2013-09-13 13:12 UTC  (8+ messages)
` [PATCH v2 5/6] libxc: introduce xc_map_domain_meminfo (and xc_unmap_domain_meminfo)

[PATCH RFC v2 2/7] xen/vNUMA: Per-domain vNUMA initialization
 2013-09-13 13:07 UTC  (2+ messages)

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

[xen-4.3-testing test] 19212: regressions - FAIL
 2013-09-13 12:47 UTC 

[PATCH] xen: make sure the node-affinity is always updated
 2013-09-13 12:43 UTC  (5+ messages)

[PATCH 1/9] x86: give FIX_EFI_MPF its own fixmap entry
 2013-09-13 12:37 UTC  (11+ messages)
` [PATCH 2/9] kexec: add public interface for improved load/unload sub-ops
` [PATCH 3/9] kexec: add infrastructure for handling kexec images
` [PATCH 4/9] kexec: extend hypercall with improved load/unload ops
` [PATCH 5/9] xen: kexec crash image when dom0 crashes
` [PATCH 6/9] libxc: add hypercall buffer arrays
` [PATCH 7/9] libxc: add API for kexec hypercall
` [PATCH 8/9] x86: check kexec relocation code fits in a page
` [PATCH 9/9] MAINTAINERS: Add KEXEC maintainer

[PATCH] xl: fix `xl cpupool-list' behavior in case no pool name is provided
 2013-09-13 12:35 UTC  (4+ messages)

[PATCH] xen: arm: describe Xen boot protocol requirements
 2013-09-13 12:34 UTC  (2+ messages)

[PATCH] xenstat: Fix buffer over-run with new_domains being negative
 2013-09-13 12:32 UTC  (3+ messages)

[PATCH 0/2] libxl: fixes for driver domains
 2013-09-13 12:32 UTC  (5+ messages)
` [PATCH 2/2] libxl: fix libxl__device_disk_from_xs_be to parse backend domid

[PATCH 0/8] Fixes for various minor Coverity issues
 2013-09-13 12:31 UTC  (2+ messages)

[PATCH v5] libxl: Spice vdagent support for upstream qemu
 2013-09-13 12:29 UTC  (2+ messages)

[PATCH] tools/tests: tweak .gitignore
 2013-09-13 12:27 UTC  (2+ messages)

[PATCH RFC v2 0/7] xen: vNUMA introduction
 2013-09-13 12:25 UTC  (6+ messages)

Investigating a SLES11 guest crash
 2013-09-13 12:09 UTC  (6+ messages)

[PATCH v4] libxl: usb2 and usb3 controller support for upstream qemu
 2013-09-13 11:59 UTC  (3+ messages)

[PATCH RFC v2 1/7] xen/vNUMA: vNUMA support for PV guests
 2013-09-13 11:53 UTC  (4+ messages)

large packet support in netfront driver and guest network throughput
 2013-09-13 11:44 UTC  (2+ messages)

Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
 2013-09-13 11:41 UTC  (3+ messages)

[PATCH 0/7] xen: arm: memory mangement fixes / improvements
 2013-09-13 11:28 UTC  (12+ messages)
` [PATCH 3/7] xen/arm: Reserve FDT via early module mechanism
` [PATCH 5/7] xen: support RAM at addresses 0 and 4096
` [PATCH 6/7] xen/arm: Support dtb /memreserve/ regions

[PROPOSAL] ARM/FDT: passing multiple binaries to a kernel
 2013-09-13 11:22 UTC  (2+ messages)

[linux-linus test] 19210: regressions - FAIL
 2013-09-13 11:02 UTC 

problem with running xen
 2013-09-13 10:17 UTC  (3+ messages)

[PATCH] xen/build: Remove hacked up version of figlet
 2013-09-13 10:16 UTC  (9+ messages)

[PATCH] x86: machine_restart() must not call acpi_dmar_reinstate() twice
 2013-09-13 10:14 UTC  (2+ messages)

[PATCH] libxl, hotplug/Linux: default to phy backend for raw format file
 2013-09-13 10:09 UTC  (4+ messages)

Backport request: 5d98adc3e5e85 (tools/gdbsx: fix build failure with glibc-2.17) to 4.2.x
 2013-09-13 10:02 UTC  (2+ messages)

[PATCH] sched/credit: Remove redundant assignments from alloc_* functions
 2013-09-13  9:44 UTC  (2+ messages)

[PATCH v2] Add ARINC653 scheduler maintainers
 2013-09-13  9:42 UTC  (2+ messages)

[xen-unstable test] 19208: tolerable FAIL - PUSHED
 2013-09-13  9:25 UTC 

[PATCH 1/1 V3] x86/AMD-Vi: Add additional check for invalid special->handle
 2013-09-13  9:24 UTC  (2+ messages)

[PATCH RFC v2 7/7] xen/vNUMA: adds vNUMA to NUMA debug-key
 2013-09-13  8:50 UTC 

[PATCH RFC v2 6/7] xl.cgf documentation update for vNUMA
 2013-09-13  8:50 UTC 

[PATCH RFC v2 5/7] libxl/vNUMA: VM config parsing functions
 2013-09-13  8:50 UTC 

[PATCH RFC v2 4/7] libxl/vNUMA: vNUMA libxl functionality
 2013-09-13  8:50 UTC 

[PATCH RFC v2 3/7] libxc/vNUMA: vnodes allocation on NUMA nodes
 2013-09-13  8:50 UTC 

[V4 PATCH 0/2]: PVH xen tools: tools changes to create PVH guest
 2013-09-13  8:28 UTC  (4+ messages)

[PATCH] RFC xen: suppress Coverity warnings about atomic_read and atomic_set
 2013-09-13  7:27 UTC  (7+ messages)

More Coverity-reported issues
 2013-09-13  7:18 UTC  (17+ messages)
` [PATCH 4/9] passthrough/amd: Shuffle declaration
` [PATCH 5/9] cpufreq: avoid integer overflows
` [PATCH 6/9] cpufreq: missing check of copy_from_guest()
` [PATCH 7/9] ehci-dbgp: avoid division by zero
` [PATCH 8/9] ehci-dbgp: drop dead code
` [PATCH 9/9] acpi/pmstat: fix check for empty name strings

Linux v3.12 + pv ticketlocks
 2013-09-13  4:44 UTC  (3+ messages)

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

[PATCHv2 net] xen-netback: count number required slots for an skb more carefully
 2013-09-13  3:23 UTC 

[xen-unstable test] 19204: regressions - FAIL
 2013-09-13  2:40 UTC 

how does domU fills io_buffer for ide (QEMU HARDDISK)
 2013-09-12 23:41 UTC 

[PATCH] hvm/vpmu: Prevent core2_vpmu_dump() handler from incorrectly mutating state
 2013-09-12 23:28 UTC  (3+ messages)
` [PATCH v2] hvm/vpmu: Prevent dump handlers "

[xen-4.3-testing test] 19203: tolerable FAIL - PUSHED
 2013-09-12 22:20 UTC 

[PATCH v3 00/27] Allow Xen to boot with a raw device tree
 2013-09-12 22:04 UTC  (3+ messages)
` [PATCH v3 13/27] xen/arm: Build DOM0 FDT by browsing the device tree structure

[PATCH] xen-netback: fix possible format string flaw
 2013-09-12 21:20 UTC 

[xen-4.2-testing test] 19202: tolerable FAIL - PUSHED
 2013-09-12 20:39 UTC 

[PATCH 1/5] purgatory: put variables altered by kexec in .data not .bss
 2013-09-12 20:00 UTC  (5+ messages)
` [PATCH 2/5] kexec/xen: require libxc from Xen 4.4
` [PATCH 3/5] kexec/xen: use libxc to get location of crash notes
` [PATCH 4/5] kexec/xen: switch to use xc_kexec_get_range for get_xen_vmcoreinfo
` [PATCH 5/5] kexec/xen: directly load images images into Xen

[PATCHv4 0/5] kexec-tools: add support for Xen 4.3
 2013-09-12 20:00 UTC 

[PATCHv7 0/9] Xen: extend kexec hypercall for use with pv-ops kernels
 2013-09-12 19:48 UTC 

HVM firmware passthrough - helper library
 2013-09-12 19:29 UTC  (9+ messages)

[linux-linus test] 19201: regressions - FAIL
 2013-09-12 18:58 UTC 

[PATCH V2] x86/AMD-Vi: Add additional check for invalid special->handle
 2013-09-12 18:03 UTC  (12+ messages)

[PATCH osstest] Debian: correct ARM u-boot boot runes
 2013-09-12 17:13 UTC  (2+ messages)

probe_intel_cpuid_faulting() behavior
 2013-09-12 17:12 UTC  (2+ messages)

Xen, using PC processor
 2013-09-12 16:40 UTC  (2+ messages)

XCP installation problem
 2013-09-12 16:25 UTC  (2+ messages)

[PATCH net-next v3] Don't destroy the netdev until the vif is shut down
 2013-09-12 16:19 UTC 

[PATCH] Boot PV guests with more than 128GB (v2) for 3.7
 2013-09-12 15:38 UTC  (13+ messages)
                    ` [PATCH] libxc/x86: fix page table creation for huge guests
                      ` Ping: "

[PATCH v2] Don't destroy the netdev until the vif is shut down
 2013-09-12 15:30 UTC  (2+ messages)

[PATCH v5 11/13] xen: introduce xen_alloc/free_coherent_pages
 2013-09-12 15:04 UTC  (13+ messages)

[PATCH v1 00/13] x86/PMU: Xen PMU PV support
 2013-09-12 14:58 UTC  (7+ messages)

[PATCH osstest 00/10] Add initial support for testing arm32 on arm servers (Calxeda Midway)
 2013-09-12 14:46 UTC  (14+ messages)

[PATCH] tools: disable xend build by default
 2013-09-12 14:22 UTC  (5+ messages)

[PATCH] xend: handle extended PCI configuration space when saving state
 2013-09-12 14:02 UTC  (8+ messages)
  ` xend deprecation [Was: Re: [PATCH] xend: handle extended PCI configuration space when saving state]
      ` xend deprecation


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