xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-15 13:50:08 to 2012-08-16 17:10:40 UTC [more...]

[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
 2012-08-16 17:10 UTC  (11+ messages)
` [PATCH v3 1/6] xen: improve changes to xen_add_to_physmap
` [PATCH v3 2/6] xen: xen_ulong_t substitution
` [PATCH v3 3/6] xen: change the limit of nr_extents to UINT_MAX >> MEMOP_EXTENT_SHIFT
` [PATCH v3 4/6] xen: introduce XEN_GUEST_HANDLE_PARAM
` [PATCH v3 5/6] xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriate
` [PATCH v3 6/6] xen: more substitutions

[xen-unstable test] 13607: tolerable FAIL - PUSHED
 2012-08-16 16:48 UTC 

[PATCH] AMD, powernow: Update P-state directly when _PSD's CoordType is DOMAIN_COORD_TYPE_HW_ALL
 2012-08-16 16:41 UTC 

want to write a difference copy program to sync two VHDs in blktap
 2012-08-16 16:39 UTC  (2+ messages)

[PATCH] EPT/PoD: fix interaction with 1Gb pages
 2012-08-16 16:39 UTC  (2+ messages)

[PATCH] Dump IOMMU p2m table
 2012-08-16 16:36 UTC 

[PATCH] Dump IOMMU p2m table
 2012-08-16 16:27 UTC  (3+ messages)

[PATCH] x86/ucode: don't crash during AP bringup on non-Intel, non-AMD CPUs
 2012-08-16 16:25 UTC  (4+ messages)

[PATCH] Various cleanups in the code base found with sparse (v1) for v3.7
 2012-08-16 16:12 UTC  (7+ messages)
` [PATCH 1/6] xen/swiotlb: Remove functions not needed anymore
` [PATCH 2/6] xen/swiotlb: Fix compile warnings when using plain integer instead of NULL pointer
` [PATCH 3/6] xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static
` [PATCH 4/6] xen/mmu: Fix compile warnings
` [PATCH 5/6] xen/blkback: Fix compile warning
` [PATCH 6/6] iommu: Fixes duplicate const warning

remove dependency on PyXML from xen?
 2012-08-16 16:10 UTC  (5+ messages)
    ` [PATCH] "

RFC: blktap3
 2012-08-16 16:09 UTC  (2+ messages)

[PATCH] Boot PV guests with more than 128GB (v3) for v3.7
 2012-08-16 16:03 UTC  (12+ messages)
` [PATCH 01/11] xen/p2m: Fix the comment describing the P2M tree
` [PATCH 02/11] xen/x86: Use memblock_reserve for sensitive areas
` [PATCH 03/11] xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything
` [PATCH 04/11] xen/mmu: Provide comments describing the _ka and _va aliasing issue
` [PATCH 05/11] xen/mmu: use copy_page instead of memcpy
` [PATCH 06/11] xen/mmu: For 64-bit do not call xen_map_identity_early
` [PATCH 07/11] xen/mmu: Recycle the Xen provided L4, L3, and L2 pages
` [PATCH 08/11] xen/p2m: Add logic to revector a P2M tree to use __va leafs
` [PATCH 09/11] xen/mmu: Copy and revector the P2M tree
` [PATCH 10/11] xen/mmu: Remove from __ka space PMD entries for pagetables
` [PATCH 11/11] xen/mmu: Release just the MFN list, not MFN list and part of pagetables

[PATCH] Xen-SWIOTLB fies (v3) for v3.7
 2012-08-16 15:54 UTC  (6+ messages)
` [PATCH 1/5] xen/swiotlb: Simplify the logic
` [PATCH 2/5] xen/swiotlb: With more than 4GB on 64-bit, disable the native SWIOTLB
` [PATCH 3/5] swiotlb: add the late swiotlb initialization function with iotlb memory
` [PATCH 4/5] xen/swiotlb: Use the swiotlb_late_init_with_tbl to init Xen-SWIOTLB late when PV PCI is used
` [PATCH 5/5] xen/pcifront: Use Xen-SWIOTLB when initting if required

[PATCH] Fixes for v3.6 (v1)
 2012-08-16 15:50 UTC  (3+ messages)
` [PATCH 1/2] xen/p2m: Fix for 32-bit builds the "Reserve 8MB of _brk space for P2M"
` [PATCH 2/2] Revert "xen PVonHVM: move shared_info to MMIO before kexec"

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

[DOCDAY PATCH] docs: initial documentation for xenstore paths
 2012-08-16 14:52 UTC  (7+ messages)
` Guest knowledge of own domid [was: docs: initial documentation for xenstore paths]

[RFC PATCH 0/8]: PVH : PV guest in HVM container
 2012-08-16 14:42 UTC  (2+ messages)

[PATCH v2 0/2] XEN/X86: Document pagetable_reserve PVOPS and enforce a better semantic
 2012-08-16 14:33 UTC  (20+ messages)
` [PATCH v2 1/2] XEN, X86: Improve semantic support for pagetable_reserve PVOPS
` [PATCH v2 2/2] Xen: Document the semantic of the "

[PATCH, RFC v2] x86/HVM: assorted RTC emulation adjustments (was Re: Big Bug:Time in VM goes slower...)
 2012-08-16 14:27 UTC  (8+ messages)

Xen 4.2 Limits (needs review)
 2012-08-16 14:25 UTC  (14+ messages)

Introducing O.S. system level virtualization in Xen
 2012-08-16 14:19 UTC  (3+ messages)

[RFC v1 0/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 14:18 UTC  (5+ messages)

[RFC PATCH 3/8]: PVH: memory manager and paging related changes
 2012-08-16 14:15 UTC  (3+ messages)

[RFC PATCH 4/8]: identity map, events, and xenbus related changes
 2012-08-16 14:14 UTC  (2+ messages)

[RFC PATCH 6/8]: Ballooning changes
 2012-08-16 14:13 UTC  (2+ messages)

CPU stucked when xen initializing, why?
 2012-08-16 14:12 UTC 

[PATCH] x86/HVM: assorted RTC emulation adjustments
 2012-08-16 14:11 UTC 

[PATCH] Spelling fixes in comments and macro names (ressource -> resource)
 2012-08-16 14:10 UTC 

[[RFC PATCH 2/8]: PVH: changes related to initial boot and irq rewiring
 2012-08-16 14:09 UTC  (3+ messages)

[RFC PATCH 1/8]: PVH: Basic and preparatory changes
 2012-08-16 13:59 UTC  (2+ messages)

Big Bug:Time in VM running on xen goes slower
 2012-08-16 13:15 UTC  (4+ messages)
` Big Bug:Time in VM goes slower; foud Solution but demand Judgement! A Interesting Story!

[PATCH 0/5] RFC: V4V (v3)
 2012-08-16 12:32 UTC  (7+ messages)
` [PATCH 5/5] xen: Add V4V implementation

PV USB Use Case for Xen 4.x
 2012-08-16 12:21 UTC  (3+ messages)

E5606 with no HVM; Assertion 'i == 1' failed at p2m-ept.c:524
 2012-08-16 12:08 UTC  (5+ messages)

Xen4.2 S3 regression?
 2012-08-16 11:56 UTC  (29+ messages)

[PATCH 1/3] xen/tools: Add 64 bits big bar support
 2012-08-16 11:04 UTC  (8+ messages)

[PATCH 2/3] xen/p2m: Using INVALID_MFN instead of mfn_valid
 2012-08-16 11:01 UTC  (7+ messages)

[xen-unstable test] 13606: tolerable trouble: broken/fail/pass
 2012-08-16 10:40 UTC  (2+ messages)

[RFC v1 5/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 10:31 UTC 

[RFC v1 4/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 10:29 UTC 

[RFC v1 3/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 10:27 UTC 

[RFC v1 2/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 10:25 UTC 

[RFC v1 1/5] VBD: enlarge max segment per request in blkfront
 2012-08-16 10:23 UTC 

xen 4.2.0-rc3-pre: building failure on alpine linux / uclibc
 2012-08-16  9:56 UTC  (8+ messages)

Debian kernel 3.1 onwards fails to boot on Xen domU
 2012-08-16  8:09 UTC  (2+ messages)

[PATCH 1/2] x86/PoD: prevent guest from being destroyed upon early access to its memory
 2012-08-16  4:34 UTC  (3+ messages)

[RFC PATCH 8/8]: PVH: privcmd changes
 2012-08-16  1:07 UTC 

[RFC PATCH 7/8]: PVH: grant changes
 2012-08-16  1:06 UTC 

[RFC PATCH 5/8]: PVH: smp changes
 2012-08-16  1:04 UTC 

qemu-xen-traditional: NOCACHE or CACHE_WB to open disk images for IDE
 2012-08-16  0:27 UTC  (6+ messages)

blkback and bcache
 2012-08-15 23:48 UTC  (3+ messages)

[xen-unstable test] 13605: tolerable FAIL - PUSHED
 2012-08-15 21:50 UTC 

Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
 2012-08-15 21:22 UTC 

[PATCH] libxl: make domain resume API asynchronous
 2012-08-15 17:40 UTC  (2+ messages)

[xen-unstable test] 13604: regressions - trouble: broken/fail/pass
 2012-08-15 16:55 UTC 

sr-ivo & hvm & PV
 2012-08-15 16:43 UTC  (2+ messages)

[TESTDAY] xl cpupool-create segfaults if given invalid configuration
 2012-08-15 16:35 UTC  (2+ messages)

live migration with hvm type vm
 2012-08-15 16:11 UTC  (2+ messages)

[PATCH] xl: make "xl list -l" proper JSON
 2012-08-15 16:03 UTC 

Xen Test Day - Thank You!
 2012-08-15 15:55 UTC 

Xen 4.2 TODO / Release Plan
 2012-08-15 15:46 UTC  (2+ messages)

4.2 TODO / Release Plan
 2012-08-15 14:28 UTC  (6+ messages)

[PATCH 2/2] x86/PoD: clean up types
 2012-08-15 13:52 UTC  (2+ 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).