xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-26 10:39:06 to 2012-07-27 10:36:34 UTC [more...]

[xen-unstable test] 13516: regressions - FAIL
 2012-07-27 10:36 UTC  (3+ messages)

Time for 4.2.0 rc0?
 2012-07-27 10:34 UTC  (2+ messages)

[RFC PATCH] Boot PV guests with more than 128GB (v1) for 3.7
 2012-07-27 10:33 UTC  (14+ messages)
` [PATCH 1/7] xen/mmu: use copy_page instead of memcpy
` [PATCH 2/7] xen/mmu: For 64-bit do not call xen_map_identity_early
` [PATCH 3/7] xen/mmu: Release the Xen provided L4 (PGD) back
` [PATCH 4/7] xen/mmu: Recycle the Xen provided L4, L3, and L2 pages
` [PATCH 5/7] xen/p2m: Add logic to revector a P2M tree to use __va leafs
` [PATCH 6/7] xen/mmu: Copy and revector the P2M tree
` [PATCH 7/7] xen/mmu: Remove from __ka space PMD entries for pagetables

compiling error "xen-unstable.hg"
 2012-07-27 10:25 UTC  (7+ messages)

Proper place for an overview of Xen virtual space
 2012-07-27 10:02 UTC  (8+ messages)

[PATCH 00/24] Introduce Xen support on ARM
 2012-07-27  9:48 UTC  (43+ messages)
` [PATCH 01/24] arm: initial Xen support
  ` [Xen-devel] "
` [PATCH 04/24] xen/arm: sync_bitops
  ` [Xen-devel] "
` [PATCH 07/24] xen/arm: Xen detection and shared_info page mapping
` [PATCH 15/24] xen/arm: receive Xen events on ARM
` [PATCH 16/24] xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree
  ` [PATCH 02/24] xen/arm: hypercalls
    ` [Xen-devel] "
  ` [PATCH 03/24] xen/arm: page.h definitions
    ` [Xen-devel] "
  ` [PATCH 05/24] xen/arm: empty implementation of grant_table arch specific functions
  ` [PATCH 06/24] xen: missing includes
    ` [Xen-devel] "
  ` [PATCH 08/24] xen/arm: Introduce xen_pfn_t for pfn and mfn types
  ` [PATCH 09/24] xen/arm: compile and run xenbus
  ` [PATCH 10/24] xen: do not compile manage, balloon, pci, acpi and cpu_hotplug on ARM
    ` [Xen-devel] "
  ` [PATCH 11/24] xen/arm: introduce CONFIG_XEN "
  ` [PATCH 12/24] xen/arm: Introduce xen_guest_init
  ` [PATCH 13/24] xen/arm: get privilege status
  ` [PATCH 14/24] xen/arm: initialize grant_table on ARM
  ` [PATCH 17/24] xen: allow privcmd for HVM guests
    ` [Xen-devel] "
  ` [PATCH 18/24] xen/arm: compile blkfront and blkback
  ` [PATCH 19/24] xen/arm: compile netback
  ` [PATCH 20/24] xen: update xen_add_to_physmap interface
  ` [PATCH 21/24] arm/v2m: initialize arch_timers even if v2m_timer is not present
  ` [PATCH 22/24] ARM: enable earlyprintk=xen
  ` [PATCH 23/24] hvc_xen: allow dom0_write_console for HVM guests
  ` [PATCH 24/24] [HACK] xen/arm: implement xen_remap_domain_mfn_range

[PATCH v2 0/5] NetBSD: minor fixes and hotplug execution
 2012-07-27  8:53 UTC  (8+ messages)
` [PATCH v2 1/5] tools/build: fix pygrub linking
` [PATCH v2 2/5] libxl: react correctly to POLLHUP
` [PATCH v2 3/5] hotplug/NetBSD: check type of file to attach from params
` [PATCH v2 4/5] libxl: call hotplug scripts from xl for NetBSD
` [PATCH v2 5/5] init/NetBSD: move xenbackendd to xend init script

[PATCH 0/2] libxl: fixes for device addition/removal
 2012-07-27  8:22 UTC  (6+ messages)
` [PATCH 1/2] libxl: fix race in libxl__devices_destroy
` [PATCH 2/2] libxl: allow to create a domain without disks

Xen Security Advisory 10 - HVM guest user mode MMIO emulation DoS
 2012-07-27  8:10 UTC  (2+ messages)

[PATCH, v2] x86: fix off-by-one in nr_irqs_gsi calculation
 2012-07-27  8:01 UTC  (3+ messages)

[PATCH v2 0/6] xen/arm: grant_table
 2012-07-27  7:57 UTC  (13+ messages)
` [PATCH v2 1/6] Initialize lr_queue in vcpu_vgic_init for the first 32 irqs
  ` [PATCH v2 3/6] xen/arm: implement page reference and grant table functions needed by grant_table.c
  ` [PATCH v2 4/6] xen/arm: implement get/put_page_type

[RFC PATCH] Xen-SWIOTLB fixes (v1) for 3.7
 2012-07-27  7:27 UTC  (4+ messages)
` [PATCH 1/2] xen/swiotlb: If iommu=soft was not passed in on > 4GB, don't turn it on
` [PATCH 2/2] xen/swiotlb: If user supplied e820_hole=1 in the guest config, enable SWIOTLB

about libxc/ia64/
 2012-07-27  7:12 UTC  (3+ messages)

PoD code killing domain before it really gets started
 2012-07-27  6:45 UTC  (4+ messages)

[xen-4.1-testing test] 13515: tolerable FAIL - PUSHED
 2012-07-27  2:01 UTC 

[xen-4.0-testing test] 13514: tolerable FAIL - PUSHED
 2012-07-26 23:44 UTC 

[xen-unstable test] 13513: tolerable FAIL - PUSHED
 2012-07-26 20:48 UTC 

[PATCH] documentation, refactor, and cleanups (v2) for 3.7
 2012-07-26 20:34 UTC  (5+ messages)
` [PATCH 1/4] xen/p2m: Fix the comment describing the P2M tree
` [PATCH 2/4] xen/x86: Use memblock_reserve for sensitive areas
` [PATCH 3/4] xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything
` [PATCH 4/4] xen/mmu: Provide comments describing the _ka and _va aliasing issue

About revoke write access of all the shadows
 2012-07-26 20:18 UTC 

[PATCH v3 0/4] xen/arm: grant_table
 2012-07-26 18:54 UTC  (5+ messages)
` [PATCH v3 1/4] xen/arm: implement page reference and grant table functions needed by grant_table.c
` [PATCH v3 2/4] xen/arm: implement get/put_page_type
` [PATCH v3 3/4] xen/arm: create_p2m_entries should not call free_domheap_page
` [PATCH v3 4/4] xen/arm: grant table

[PATCH] nestedhvm: fix write access fault on ro mapping
 2012-07-26 18:21 UTC  (2+ messages)

[PATCH] x86/mm/p2m: use NX bit for p2m entries
 2012-07-26 18:07 UTC  (2+ messages)

[PATCH] libxc: Don't call set_pod_target in case of previous memory failure
 2012-07-26 17:05 UTC  (2+ messages)

[PATCH 0/3 V2] arm: guest domain building
 2012-07-26 16:30 UTC  (3+ messages)
` [PATCH V2 2/3] libxc: add ARM support to xc_dom (PV domain building)

[PATCH] x86: fix off-by-one in nr_irqs_gsi calculation
 2012-07-26 16:27 UTC  (4+ messages)

[PATCH] libxl: make libxl_device_pci_{add, remove, destroy} interfaces asynchronous
 2012-07-26 16:25 UTC 

[PATCH] xen/p2m: Check __brk_limit before allocating
 2012-07-26 16:24 UTC  (3+ messages)
  ` [Xen-devel] "

[PATCH 0/2] libxl: event fixes for Roger
 2012-07-26 16:23 UTC  (7+ messages)
` [PATCH 1/2] libxl: fix reentrancy hazard in fd event processing

[PATCH v9] Some automatic NUMA placement documentation
 2012-07-26 16:17 UTC 

[PATCH v8] Some automatic NUMA placement documentation
 2012-07-26 16:12 UTC  (4+ messages)

[PATCH 0 of 4 v7/leftover] Automatic NUMA placement for xl
 2012-07-26 16:00 UTC  (13+ messages)
` [PATCH 2 of 4 v7/leftover] libxl: enable automatic placement of guests on NUMA nodes
` [PATCH 3 of 4 v7/leftover] libxl: have NUMA placement deal with cpupools
` [PATCH 4 of 4 v7/leftover] Some automatic NUMA placement documentation

[PATCH v13 00/11] execute hotplug scripts from libxl
 2012-07-26 15:48 UTC  (19+ messages)
` [PATCH v13 01/11] libxl: fix removal of secondary consoles
` [PATCH v13 02/11] libxl: refactor disk addition to take a helper
` [PATCH v13 03/11] libxl: convert libxl__device_disk_local_attach to an async op
` [PATCH v13 04/11] libxl: convert libxl_device_disk_add "
` [PATCH v13 05/11] libxl: convert libxl_device_nic_add to an async operation
` [PATCH v13 06/11] libxl: add option to choose who executes hotplug scripts
` [PATCH v13 07/11] libxl: set correct nic type depending on the guest
` [PATCH v13 08/11] libxl: call hotplug scripts for disk devices from libxl
` [PATCH v13 09/11] libxl: call hotplug scripts for nic "
` [PATCH v13 10/11] libxl: convert libxl_device_vkb_add to an async operation
` [PATCH v13 11/11] libxl: convert libxl_device_vfb_add "

[PATCH] x86-64: drop updating of UREGS_rip when converting sysenter to #GP
 2012-07-26 15:33 UTC  (3+ messages)

[PATCH] use C11's _Static_assert() for BUILD_BUG_ON etc when available
 2012-07-26 15:32 UTC  (2+ messages)

[PATCH] serial: don't waste space allocated for the tx buffer(s)
 2012-07-26 15:29 UTC  (2+ messages)

[PATCH V3] libxl: make libxl_cdrom_insert async
 2012-07-26 14:58 UTC  (3+ messages)

Kernel crash with acpi_processor, cpu_idle and intel_idle =y
 2012-07-26 14:57 UTC  (6+ messages)

Xen 4 serial hangs during boot
 2012-07-26 14:36 UTC  (6+ messages)

[PATCH v11 0/17] execute hotplug scripts from libxl
 2012-07-26 14:26 UTC  (5+ messages)
` [PATCH v11 15/17] libxl: convert libxl_device_vfb_add to an async operation

[ANNOUNCE] Third release candidates for 4.0.4 and 4.1.3
 2012-07-26 14:18 UTC  (7+ messages)

[PATCH] xl: support empty CDROM devices
 2012-07-26 14:05 UTC  (5+ messages)

xen: update xensource.com to xen.org
 2012-07-26 14:03 UTC  (2+ messages)

[PATCH WIP 1/6] xen/arm: fix the shared_info and vcpu_info structs
 2012-07-26 13:53 UTC  (12+ messages)
` [PATCH WIP 6/6] xen/arm: enable evtchn irqs
              ` [Xen-devel] "

acpidump crashes on some machines
 2012-07-26 13:02 UTC  (6+ messages)

[PATCH v12 00/17] execute hotplug scripts from libxl
 2012-07-26 11:08 UTC  (15+ messages)
` [PATCH v12 01/17] libxl: fix removal of secondary consoles
` [PATCH v12 02/17] libxl: refactor disk addition to take a helper
` [PATCH v12 03/17] libxl: convert libxl__device_disk_local_attach to an async op
` [PATCH v12 10/17] libxl: set correct nic type depending on the guest
` [PATCH v12 14/17] libxl: convert libxl_device_vkb_add to an async operation
` [PATCH v12 15/17] libxl: convert libxl_device_vfb_add "

[PATCH v9 00/15] execute hotplug scripts from libxl
 2012-07-26 10:42 UTC  (3+ messages)
` [PATCH v9 17/17] libxl: convert libxl_device_vfb_add to an async operation


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