xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-09 10:39:05 to 2012-07-13 09:44:54 UTC [more...]

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

[PATCH 0 of 4] Xen 4.0 backport of cs 23420-23423
 2012-07-13  9:28 UTC  (5+ messages)
` [PATCH 1 of 4] xen 4.0: tools: libxc: Detect superpages on domain restore
` [PATCH 2 of 4] xen 4.0: tools: Save superpages in the same batch, to make detection easier
` [PATCH 3 of 4] xen 4.0: tools: Introduce "allocate-only" page type for migration
` [PATCH 4 of 4] xen 4.0: tools: Enable superpages for HVM domains by default

Backport requests of cs 23420..23423 for 4.0 and 4.1
 2012-07-13  9:26 UTC  (3+ messages)

[PATCH 0 of 4] Xen 4.1 backport of cs 23420-23423
 2012-07-13  9:21 UTC  (5+ messages)
` [PATCH 1 of 4] tools: libxc: Detect superpages on domain restore
` [PATCH 2 of 4] tools: Save superpages in the same batch, to make detection easier
` [PATCH 3 of 4] tools: Introduce "allocate-only" page type for migration
` [PATCH 4 of 4] tools: Enable superpages for HVM domains by default

[PATCH] xen: populate correct number of pages when across mem boundary
 2012-07-13  8:31 UTC  (4+ messages)
  ` [Xen-devel] "
  ` [Xen-devel] [PATCH-v2] "

[xen-unstable test] 13475: tolerable FAIL
 2012-07-13  6:07 UTC 

Is Xen affected by this?
 2012-07-13  1:49 UTC  (2+ messages)

kobject (null) without dirent 3.x domU
 2012-07-12 20:08 UTC 

[PATCH WIP 0/6] xen/arm: PV console support
 2012-07-12 18:00 UTC  (17+ messages)
` [PATCH WIP 1/6] xen/arm: fix the shared_info and vcpu_info structs
  ` [PATCH WIP 2/6] xen/arm: Introduce xen_guest_init
    ` [Xen-devel] "
  ` [PATCH WIP 3/6] xen/arm: get privilege status
    ` [Xen-devel] "
  ` [PATCH WIP 6/6] xen/arm: enable evtchn irqs
  ` [PATCH] xen/events: fix unmask_evtchn for PV on HVM guests
    ` [Xen-devel] "

[PATCH] xen pv-on-hvm: add pfn_is_ram helper for kdump
 2012-07-12 17:44 UTC  (3+ messages)
` [Xen-devel] "

Security discussion: Summary of proposals and criteria (was Re: Security vulnerability process, and CVE-2012-0217)
 2012-07-12 17:22 UTC  (13+ messages)

[Fedora-xen] Xen, Linux and EFI
 2012-07-12 16:47 UTC  (7+ messages)
`  "
  ` [Fedora-xen] [Xen-devel] "

[PATCH 0/9] NetBSD: minor fixes and hotplug execution
 2012-07-12 16:30 UTC  (16+ messages)
` [PATCH 1/9] xenstore: don't print an error when gntdev cannot be opened
` [PATCH 2/9] tools/build: fix pygrub linking
` [PATCH 3/9] pygrub: don't leave fds open
` [PATCH 4/9] build: include Tools.mk first in tools/Rules.mk
` [PATCH 5/9] libxl: react correctly to POLLHUP
` [PATCH 6/9] libxl: check backend state before setting it to "closing"
` [PATCH 7/9] hotplug/NetBSD: check type of file to attach from params
` [PATCH 8/9] libxl: call hotplug scripts from xl for NetBSD
` [PATCH 9/9] init/NetBSD: move xenbackendd to xend init script

LIBDIR not set during xen build
 2012-07-12 15:56 UTC  (8+ messages)

[PATCH] tools/vtpm: fix version.h error during parallel build
 2012-07-12 15:08 UTC 

[PATCH] tools/vtpm: fix version.h error during parallel build
 2012-07-12 15:07 UTC  (2+ messages)

[PATCH] xen pv-on-hvm: add pfn_is_ram helper for kdump
 2012-07-12 14:22 UTC  (5+ messages)
` [Xen-devel] "

nr_irqs_gsi
 2012-07-12 13:36 UTC  (6+ messages)

[PATCH 0/4] xen/arm: grant_table
 2012-07-12 12:11 UTC  (9+ 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-12 11:46 UTC  (7+ 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 4/4] libxc/arm: allocate xenstore and console pages

[PATCH] nestedsvm: fix l2 guest display refresh issue
 2012-07-12 11:26 UTC  (2+ messages)

maximum memory size allocated by _xmalloc
 2012-07-12  9:28 UTC 

maximum memory size allocated by _xmalloc
 2012-07-12  9:24 UTC  (5+ messages)
      ` FW: "

[PATCH] qemu-traditional: fix no-return-in-nonvoid-function
 2012-07-12  8:13 UTC 

[PATCH] stubdom: fix errors in newlib
 2012-07-12  7:56 UTC 

[xen-unstable test] 13474: tolerable FAIL
 2012-07-12  6:34 UTC 

[PATCH 0/4] x86/xen: page fault and context switch performance (v2)
 2012-07-11 19:21 UTC  (7+ messages)
` [PATCH 1/4] xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable
` [PATCH 2/4] xen/mm: zero PTEs for non-present MFNs in the initial page table
` [PATCH 3/4] x86: add desc_equal() to compare GDT descriptors
` [PATCH 4/4] x86/xen: avoid updating TLS descriptors if they haven't changed
` [Xen-devel] [PATCH 0/4] x86/xen: page fault and context switch performance (v2)

[PATCH] various fixes for v3.6 (v2)
 2012-07-11 19:03 UTC  (4+ messages)
` [PATCH 1/3] xen/perf: Define .glob for the different hypercalls
` [PATCH 2/3] xen/acpi: Fix potential memory leak
` [PATCH 3/3] xen/hvc: Fix up checks when the info is allocated

Xen/Profile: oprofile and perf
 2012-07-11 15:30 UTC 

SATA controller passthrough - option rom
 2012-07-11 13:23 UTC  (4+ messages)

[PATCH 0 of 2] x86/numa logical fixes
 2012-07-11 12:49 UTC  (3+ messages)
` [PATCH 1 of 2] x86/numa: Correct assumption that each NUMA node has memory
` [PATCH 2 of 2] x86/numa: Remove warning about small NUMA nodes

[PATCH v8 00/15] execute hotplug scripts from libxl
 2012-07-11  9:08 UTC  (14+ messages)
` [PATCH v8 10/15] libxl: add option to choose who executes hotplug scripts

[xen-unstable test] 13473: tolerable FAIL
 2012-07-11  5:56 UTC 

[PATCH] vt-d: fix wrong addr in IOTLB invalidation descriptor
 2012-07-11  0:58 UTC 

[PATCH] stubdom: fix errors in newlib
 2012-07-10 20:51 UTC  (4+ messages)

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

[PATCH] hotplug: vif: fail if a duplicate vifname is used
 2012-07-10 17:36 UTC 

[PATCH] xen/pv-on-hvm kexec: shutdown watches from old kernel
 2012-07-10 15:24 UTC  (3+ messages)
` [Xen-devel] "

[PATCH 00 of 10 v3] Automatic NUMA placement for xl
 2012-07-10 15:16 UTC  (8+ messages)
` [PATCH 09 of 10 v3] libxl: have NUMA placement deal with cpupools

[PATCH 0 of 3 v4/leftover] Automatic NUMA placement for xl
 2012-07-10 15:03 UTC  (4+ messages)
` [PATCH 1 of 3 v4/leftover] libxl: enable automatic placement of guests on NUMA nodes
` [PATCH 2 of 3 v4/leftover] libxl: have NUMA placement deal with cpupools
` [PATCH 3 of 3 v4/leftover] Some automatic NUMA placement documentation

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

[PATCH] hotplug: fix ip_of for systems using peer-to-peer link
 2012-07-10 14:05 UTC  (3+ messages)

[PATCH] Fix xen pci passthrough
 2012-07-10 13:35 UTC  (3+ messages)

[PATCH] xen: enable platform-pci only in a Xen guest
 2012-07-10 13:31 UTC 

[PATCH] libxl: check pending child signals on libxl__ev_child_inuse
 2012-07-10 11:13 UTC  (3+ messages)

can i debug xen hypervisor in source level?
 2012-07-10 10:55 UTC 

[xen-unstable test] 13472: tolerable FAIL
 2012-07-10  6:33 UTC 

[PATCH] hotplug: network-bridge: fix for interfaces with no gateway
 2012-07-09 23:42 UTC 

[PATCH] Xen/MCE: remove mcg_ctl and other adjustment for future vMCE
 2012-07-09 20:57 UTC  (3+ messages)

[xen-unstable test] 13471: tolerable FAIL - PUSHED
 2012-07-09 18:57 UTC 

[PATCH] various Xen fixes for v3.6 (v1)
 2012-07-09 16:14 UTC  (4+ messages)
` [PATCH 1/4] xen/p2m: Optimize the get_phys_to_machine function a bit
  ` [Xen-devel] "

[xen-4.1-testing test] 13470: tolerable FAIL - PUSHED
 2012-07-09 15:25 UTC 

co-scheduler modification
 2012-07-09 14:19 UTC  (2+ messages)

Recommendations for backport from unstable to 4.1
 2012-07-09 13:47 UTC  (2+ messages)

how to label a pci device step by step?
 2012-07-09 13:11 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).