xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-04 10:55:46 to 2012-07-06 12:15:52 UTC [more...]

[PATCH 00 of 10 v3] Automatic NUMA placement for xl
 2012-07-06 12:15 UTC  (26+ messages)
` [PATCH 01 of 10 v3] libxl: add a new Array type to the IDL
` [PATCH 02 of 10 v3] libxl, libxc: introduce libxl_get_numainfo()
` [PATCH 03 of 10 v3] xl: add more NUMA information to `xl info -n'
` [PATCH 04 of 10 v3] libxl: rename libxl_cpumap to libxl_bitmap
` [PATCH 05 of 10 v3] libxl: expand the libxl_bitmap API a bit
` [PATCH 06 of 10 v3] libxl: introduce some node map helpers
` [PATCH 07 of 10 v3] libxl: explicitly check for libmath in autoconf
` [PATCH 08 of 10 v3] libxl: enable automatic placement of guests on NUMA nodes
` [PATCH 09 of 10 v3] libxl: have NUMA placement deal with cpupools
` [PATCH 10 of 10 v3] Some automatic NUMA placement documentation

incorrect layout of globals from head_64.S during kexec boot
 2012-07-06 12:07 UTC  (4+ messages)
  ` [Xen-devel] "

[PATCH v8 00/15] execute hotplug scripts from libxl
 2012-07-06 10:28 UTC  (17+ messages)
` [PATCH v8 01/15] libxl: change ao_device_remove to ao_device
` [PATCH v8 02/15] libxl: move device model creation prototypes
` [PATCH v8 03/15] libxl: convert libxl_domain_destroy to an async op
` [PATCH v8 04/15] libxl: move bootloader data strucutres and prototypes
` [PATCH v8 05/15] libxl: refactor disk addition to take a helper
` [PATCH v8 06/15] libxl: convert libxl__device_disk_local_attach to an async op
` [PATCH v8 07/15] libxl: rename vifs to nics
` [PATCH v8 08/15] libxl: convert libxl_device_disk_add to an async op
` [PATCH v8 09/15] libxl: convert libxl_device_nic_add to an async operation
` [PATCH v8 10/15] libxl: add option to choose who executes hotplug scripts
` [PATCH v8 11/15] libxl: rename _IOEMU nic type to VIF_IOEMU
` [PATCH v8 12/15] libxl: set correct nic type depending on the guest
` [PATCH v8 13/15] libxl: use libxl__xs_path_cleanup on device_destroy
` [PATCH v8 14/15] libxl: call hotplug scripts for disk devices from libxl
` [PATCH v8 15/15] libxl: call hotplug scripts for nic "

[PATCH] Xen/MCE: adjust for future new vMCE model
 2012-07-06 10:13 UTC  (24+ messages)

[PATCH 0 of 2 RFC] xl: move domeins among NUMA nodes
 2012-07-06  9:54 UTC  (3+ messages)
` [PATCH 1 of 2 RFC] xl: parse extra_config options even when restoring
` [PATCH 2 of 2 RFC] xl: allow for moving the domain's memory when changing vcpu affinity

[PATCH] Xen/MCE: stick all 1's to MCi_CTL of vMCE
 2012-07-06  8:39 UTC  (3+ messages)

[PATCH] Xen/MCE: adjust for future new vMCE model
 2012-07-06  8:07 UTC  (18+ messages)

[RFC PATCH] Xen/MCE: adjust for future new vMCE model
 2012-07-06  8:01 UTC  (2+ messages)

[xen-unstable test] 13465: tolerable FAIL
 2012-07-06  6:29 UTC 

[xen-unstable test] 13464: tolerable FAIL - PUSHED
 2012-07-05 22:15 UTC 

[PATCH 0/5] crash: Small bundle of fixes for Xen
 2012-07-05 19:20 UTC  (14+ messages)
` [PATCH 1/5] xen: Always calculate max_cpus value
` [PATCH 2/5] xen: Read only crash notes for onlined CPUs
` [PATCH 3/5] x86/xen: Read variables from dynamically allocated per_cpu data
` [PATCH 4/5] xen: Get idle data from alternative source
` [PATCH 5/5] xen: Read data correctly from dynamically allocated console ring too

[PATCH v4] tools: honour --libdir when it is passed to ./configure
 2012-07-05 17:05 UTC  (5+ messages)

[xen-unstable test] 13463: regressions - FAIL
 2012-07-05 16:39 UTC 

Unable to start xen-unstable 4.2
 2012-07-05 15:38 UTC 

[PATCH 0/5] RFC: V4V (v2)
 2012-07-05 14:23 UTC  (5+ messages)
` [PATCH 4/5] xen: Add V4V implementation
` [PATCH 5/5] v4v: Introduce basic access control to V4V

unstable git mirror syncing
 2012-07-05 14:10 UTC 

[HYBRID]: status update
 2012-07-05 14:05 UTC  (6+ messages)

[PATCH] nestedsvm: fix DRn handling
 2012-07-05 13:55 UTC 

[PATCH] kexec-tools: Read always one vmcoreinfo file
 2012-07-05 12:16 UTC 

[xen-unstable test] 13461: regressions - FAIL
 2012-07-05 11:57 UTC  (17+ messages)
            ` [xen-unstable test] 13461: regressions - FAIL [and 1 more messages]

[xen-unstable test] 13462: regressions - FAIL
 2012-07-05 10:07 UTC 

[xen-unstable test] 13460: regressions - FAIL
 2012-07-04 22:39 UTC 

[PATCH] xentop.c: Change curses painting behavior to avoid flicker
 2012-07-04 18:55 UTC 

[PATCH v3] tools: honour --libdir when it is passed to ./configure
 2012-07-04 17:11 UTC  (6+ messages)

Xen 4.2 Release Plan / TODO
 2012-07-04 17:08 UTC  (3+ messages)

[PATCH 00 of 10 v3] Automatic NUMA placement for xl
 2012-07-04 16:21 UTC  (5+ messages)
` [PATCH 01 of 10 v3] libxl: add a new Array type to the IDL
` [PATCH 02 of 10 v3] libxl, libxc: introduce libxl_get_numainfo()
` [PATCH 03 of 10 v3] xl: add more NUMA information to `xl info -n'

[PATCH 0 of 3] [v2] tools/configure.ac changes
 2012-07-04 15:17 UTC  (8+ messages)
` [PATCH 2 of 3] tools/m4: add AC_LANG_SOURCE to fix autoconf warnings

Security vulnerability process, and CVE-2012-0217
 2012-07-04 15:09 UTC  (12+ messages)

Using "xl create" without domain config file
 2012-07-04 14:48 UTC  (9+ messages)

pygrub: verify chosen kernel really exists
 2012-07-04 14:48 UTC  (8+ messages)
      ` pygrub: avoid problems if guest files are large etc

[PATCH] tools/hotplug: fix locking
 2012-07-04 14:48 UTC  (9+ messages)

[PATCH] netbsd: pci passthrough for HVM guests
 2012-07-04 13:59 UTC  (2+ messages)

[PATCH] libxl: fix unitialized variables in libxl__primary_console_find
 2012-07-04 12:17 UTC 

[PATCH WIP 0/5] xen/arm: grant_table, blkfront and blkback
 2012-07-04 11:49 UTC  (9+ messages)
` [PATCH WIP 1/5] xen/arm: initialize grant_table on ARM
` [PATCH WIP 2/5] xen/arm: set xen_platform_pci_unplug to XEN_UNPLUG_ALL
` [PATCH WIP 3/5] xen/arm: implement alloc/free_xenballooned_pages with alloc_pages/kfree
` [PATCH WIP 4/5] xen: allow privcmd for hvm guests
` [PATCH WIP 5/5] xen/arm: compile blkfront and blkback

[PATCH v2] tools, configure: Fix LIB_PATH computation in configure scripts
 2012-07-04 11:31 UTC  (5+ messages)

[PATCH 0/4] xen/arm: grant_table
 2012-07-04 11:05 UTC  (5+ messages)
` [PATCH 1/4] xen/arm: set paging_mode_translate and paging_mode_external
` [PATCH 2/4] xen/arm: implement page reference and grant table functions needed by grant_table.c
` [PATCH 3/4] xen/arm: create_p2m_entries should not call free_domheap_page
` [PATCH 4/4] xen/arm: grant table

[PATCH v2 0/4] xen/arm: dom1 PV console up and running
 2012-07-04 10:55 UTC  (5+ messages)
` [PATCH v2 1/4] xen/arm: implement do_hvm_op for ARM
` [PATCH v2 2/4] xen/arm: gic and vgic fixes
` [PATCH v2 3/4] xen/arm: disable the event optimization in the gic
` [PATCH v2 4/4] libxc/arm: allocate xenstore and console pages


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