xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-25 10:10:38 to 2012-07-26 15:34:00 UTC [more...]

[PATCH 00/24] Introduce Xen support on ARM
 2012-07-26 15:34 UTC  (19+ messages)
` [PATCH 01/24] arm: initial Xen support
` [PATCH 04/24] xen/arm: sync_bitops
` [PATCH 07/24] xen/arm: Xen detection and shared_info page mapping
  ` [PATCH 02/24] xen/arm: hypercalls
  ` [PATCH 03/24] xen/arm: page.h definitions
  ` [PATCH 05/24] xen/arm: empty implementation of grant_table arch specific functions
  ` [PATCH 06/24] xen: missing includes
  ` [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
  ` [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
  ` [PATCH 18/24] xen/arm: compile blkfront and blkback
` [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 v13 00/11] execute hotplug scripts from libxl
 2012-07-26 15:33 UTC  (18+ 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] x86: fix off-by-one in nr_irqs_gsi calculation
 2012-07-26 15:31 UTC  (2+ messages)

Xen Security Advisory 10 - HVM guest user mode MMIO emulation DoS
 2012-07-26 15:30 UTC 

[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  (9+ messages)

[PATCH 0 of 4 v7/leftover] Automatic NUMA placement for xl
 2012-07-26 14:42 UTC  (13+ messages)
` [PATCH 1 of 4 v7/leftover] libxl: kill the need for checking and linking to libm
` [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

PoD code killing domain before it really gets started
 2012-07-26 14:41 UTC 

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)

Proper place for an overview of Xen virtual space
 2012-07-26 14:10 UTC  (5+ messages)

[PATCH] xl: support empty CDROM devices
 2012-07-26 14:05 UTC  (17+ messages)
      ` [PATCH 0/2] xl: handle empty xl cdrom devices in xend syntax
        ` [PATCH 1/2] xl: disk parsing preparation for empty cdrom devices
        ` [PATCH 2/2] xl: support xend empty cdrom device syntax

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

xen: update xensource.com to xen.org
 2012-07-26 14:03 UTC  (3+ 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  (30+ 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 04/17] libxl: rename vifs to nics
` [PATCH v12 05/17] libxl: convert libxl_device_disk_add to an async op
` [PATCH v12 06/17] libxl: convert libxl_device_nic_add to an async operation
` [PATCH v12 07/17] libxl: add option to choose who executes hotplug scripts
` [PATCH v12 08/17] libxl: rename _IOEMU nic type to VIF_IOEMU
` [PATCH v12 09/17] libxl: set nic type of stub to PV instead of copying from the parent
` [PATCH v12 10/17] libxl: set correct nic type depending on the guest
` [PATCH v12 11/17] libxl: use libxl__xs_path_cleanup on device_destroy
` [PATCH v12 12/17] libxl: call hotplug scripts for disk devices from libxl
` [PATCH v12 13/17] libxl: call hotplug scripts for nic "
` [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 v12 16/17] xl: main_blockdetach don't call destroy if remove succeeds
` [PATCH v12 17/17] libxl: libxl__xs_path_cleanup don't print error if ENOENT

[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

[PATCH v2 0/3] xl: empty disk devices
 2012-07-26  9:35 UTC  (5+ messages)
` [PATCH 1/3] xl: support empty CDROM devices
` [PATCH 2/3] xl: disk parsing preparation for empty cdrom devices
` [PATCH 3/3] xl: support xend empty cdrom device syntax

[PATCH] xen/p2m: Check __brk_limit before allocating
 2012-07-26  7:53 UTC  (2+ messages)

gdbsx: likely bug in xg_write_mem
 2012-07-26  7:18 UTC 

[PATCH v2] libxl: libxl_domain_sched_params_set case for ARINC 653 scheduler
 2012-07-25 22:11 UTC  (6+ messages)

Openvswitch bridge on xen-unstable
 2012-07-25 20:42 UTC  (2+ messages)

XenStore as a data transfer path?
 2012-07-25 18:44 UTC  (7+ messages)

Regression in kernel 3.5 as Dom0 regarding PCI Passthrough?!
 2012-07-25 18:09 UTC  (6+ messages)

[PATCH 0/6] Set dirty log on qemu-xen
 2012-07-25 17:04 UTC  (7+ messages)
` [PATCH 1/6] libxl_json: Export json_object related function
` [PATCH 2/6] libxl_json: Introduce libxl__json_object_to_yajl_gen
` [PATCH 3/6] libxl_qmp: Introduces helpers to create an argument list
` [PATCH 4/6] libxl_qmp: Use qmp_parameters_* functions for param list of a QMP command
` [PATCH 5/6] libxl_qmp: Introduce libxl__qmp_set_global_dirty_log
` [PATCH 6/6] libxl_dom: Call the right switch logdirty for the right DM

[xen-unstable test] 13394: regressions - FAIL
 2012-07-25 16:56 UTC  (15+ messages)
          ` [PATCH] Rlibxl: refuse to try and migrate an HVM guest using qemu-xen

[PATCH] hotplug: fix ip_of for systems using peer-to-peer link
 2012-07-25 16:45 UTC  (5+ messages)

[PATCH] hotplug: network-bridge: fix for interfaces with no gateway
 2012-07-25 16:45 UTC  (4+ messages)

[PATCH] libxl: fix comment regarding bootloader disk lifetime
 2012-07-25 16:44 UTC  (3+ messages)

[PATCH] libxl: fix transaction leak in logdirty error path
 2012-07-25 16:44 UTC  (3+ messages)

[PATCH 0/9] NetBSD: minor fixes and hotplug execution
 2012-07-25 16:43 UTC  (7+ messages)
` [PATCH 4/9] build: include Tools.mk first in tools/Rules.mk

[PATCH RFC] python: disable libxl bindings
 2012-07-25 16:43 UTC  (3+ messages)

[PATCH 0/4] arm: hypercall handling improvements
 2012-07-25 16:42 UTC  (11+ messages)
` [PATCH 1/4] arm: clobber only argument registers
` [PATCH 2/4] arm: add bounds check on hypercall array
` [PATCH 3/4] arm: implement hypercall continuations
` [PATCH 4/4] arm: kill a guest which uses hvc with an immediate operand != XEN_HYPERCALL_TAG

[Xen-users] configure.ac not correct with test about libm ? (patch included)
 2012-07-25 16:09 UTC  (2+ messages)

The hypercall will fail and return EFAULT when the page becomes COW by forking process in linux
 2012-07-25 13:12 UTC  (6+ messages)

small page physmap population for HVM guests vs POD
 2012-07-25 13:11 UTC 

[PATCH 0/2 V2] arm: hypercall continuations
 2012-07-25 12:20 UTC  (4+ messages)
` [PATCH 1/2] arm: implement "

[PATCH] libxl: make libxl_cdrom_insert async
 2012-07-25 11:20 UTC  (5+ 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).