xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-29 14:25:07 to 2012-03-01 16:20:20 UTC [more...]

[PATCH 0 of 8 v2] Several fixes for autoconf and Linux init scripts
 2012-03-01 16:20 UTC  (11+ messages)
` [PATCH 2 of 8 v2] autoconf: remove ip check
` [PATCH 5 of 8 v2] Linux/init: include init-functions on xencommons and xend
` [PATCH 6 of 8 v2] Linux/init: check for brctl and ip at xencommons
` [PATCH 7 of 8 v2] Linux/init: check for udev >= 59 "
` [PATCH 8 of 8 v2] Linux/init: check for xml.dom.minidom at xend init script

[PATCH DOCDAY] hcall: markup the event channel hypercalls to improve generated docs
 2012-03-01 16:11 UTC  (9+ messages)
        ` [PATCH 1/2] docs: xen-headers: Annotate typedefs
        ` [PATCH 2/2] docs: xen-headers: Remove hard tabs

Pointed questions re Xen memory overcommit
 2012-03-01 16:08 UTC  (13+ messages)

[PATCH] MSI / MSIX injection for Xen HVM
 2012-03-01 16:06 UTC  (11+ messages)

[PATCH] [PATCH v2] Fetch the OVMF repository from specific git mirror and enable it
 2012-03-01 16:02 UTC 

[PATCH] xenpaging: remove obsolete XENMEM_paging_op_resume
 2012-03-01 15:58 UTC  (5+ messages)

[PATCH] Improve documentation of the blkif interface
 2012-03-01 15:32 UTC  (2+ messages)

[PATCH 1/5] build: Export configure variables to hypervisor build
 2012-03-01 15:31 UTC  (9+ messages)
        ` [PATCH] build: remove hypervisor-only configuration from tools/configure

[PATCH 0 of 2] Virq for low memory condition, V4
 2012-03-01 15:30 UTC  (4+ messages)
` [PATCH 1 of 2] Global virq for low memory situations
` [PATCH 2 of 2] Lowmemd: Simple demo code to show use of VIRQ_ENOMEM

"Deprecate" order>0 allocations? (was: [PATCH 1 of 2] Global virq for low memory situations)
 2012-03-01 15:27 UTC  (4+ messages)

[PATCH 1 of 3 RESEND V5] libxl: QMP stop/resume & refactor QEMU suspend/resume/save
 2012-03-01 15:27 UTC  (6+ messages)
` [PATCH 2 of 3 RESEND V5] libxl: support suspend_cancel in domain_resume
` [PATCH 3 of 3 RESEND V5] libxl: refactor migrate_domain and generalize migrate_receive
` [PATCH 0 of 3 RESEND V5] libxl: refactor suspend/resume code

[PATCH v2 0/2] libxc: allow size of MMIO hole for HVM guests to be set
 2012-03-01 15:20 UTC  (4+ messages)
` [PATCH 1/2] libxc: pass arguments to xc_hvm_build() in a structure
` [PATCH 2/2] libxc: add MMIO hole size parameter to xc_hvm_build()

[PATCH 0 of 7] Mem event ring setup interface update
 2012-03-01 15:17 UTC  (7+ messages)
` [PATCH 3 of 7] Use a reserved pfn in the guest address space to store mem event rings

Core parking feature enable
 2012-03-01 15:11 UTC  (12+ messages)

[PATCH] Add optionals build configs for qemu upstream
 2012-03-01 15:08 UTC  (3+ messages)

Need help with qemu args debug
 2012-03-01 14:40 UTC  (19+ messages)

Xen scripts rewrite
 2012-03-01 13:35 UTC  (3+ messages)

[Patch] X86: expose HLE/RTM features to pv and hvm
 2012-03-01 12:55 UTC  (5+ messages)

[PATCH 00 of 27 V4] libxl: improved handling for default values in API
 2012-03-01 12:53 UTC  (30+ messages)
` [PATCH 01 of 27 V4] libxl: remove sysctl.h from public interface
` [PATCH 02 of 27 V4] libxl: Remove xen/sched.h "
` [PATCH 03 of 27 V4] libxl: allow specification of testidl random seed
` [PATCH 04 of 27 V4] libxl: generate a _dispose function for all Aggregate types
` [PATCH 05 of 27 V4] libxl: Document _init/_dispose/_setdefault functions
` [PATCH 06 of 27 V4] libxl: provide _init and _setdefault for libxl_domain_create_info
` [PATCH 07 of 27 V4] libxl: provide _init and _setdefault for libxl_domain_build_info
` [PATCH 08 of 27 V4] libxl: use an explicit LIBXL_TIMER_MODE_DEFAULT value
` [PATCH 09 of 27 V4] libxl: drop 8M slack for PV guests
` [PATCH 10 of 27 V4] libxl: introduce a descriminating default value for memkb fields
` [PATCH 11 of 27 V4] libxl: disk: use _init/_setdefault
` [PATCH 12 of 27 V4] libxl: nic: "
` [PATCH 13 of 27 V4] libxl: vfb/vkb: "
` [PATCH 14 of 27 V4] libxl: make libxl_device_console internal
` [PATCH 15 of 27 V4] libxl: pci: use _init/_setdefault
` [PATCH 16 of 27 V4] libxl: add new "defbool" built in type
` [PATCH 17 of 27 V4] libxl: make boolean members of libxl_domain_create_info into libxl_defbool
` [PATCH 18 of 27 V4] libxl: make boolean members of libxl_domain_build_info "
` [PATCH 19 of 27 V4] libxl: switch generation id control to libxl_defbool
` [PATCH 20 of 27 V4] libxl: use defbool for graphics related options
` [PATCH 21 of 27 V4] libxl: Select BIOS using libxl_domain_build_info_setdefaults
` [PATCH 22 of 27 V4] libxl: do not explicitly initialise members of build info to zero
` [PATCH 23 of 27 V4] libxl: switch device model selection over to libxl_defbool
` [PATCH 24 of 27 V4] libxl: add libxl_domain_build_info_init_type
` [PATCH 25 of 27 V4] libxl: Make IDL KeyedUnion keyvar an idl.Field
` [PATCH 26 of 27 V4] libxl: idl: generate KeyedUnion key member as part of the KeyedUnion
` [PATCH 27 of 27 V4] libxl: autogenerate libxl_FOO_init and libxl_FOO_init_FIELD

Xen-3.x fix pagefault in cmci handler
 2012-03-01 12:22 UTC 

[PATCH-WIP 00/13] xen/arm: receive Xen events and initialize xenbus
 2012-03-01 12:12 UTC  (20+ messages)
` [PATCH-WIP 01/13] xen/arm: use r12 to pass the hypercall number to the hypervisor

[PATCH v4 1/2] arm: support fewer LR registers than virtual irqs
 2012-03-01 11:57 UTC  (5+ messages)

Xen 3.4.x Backports
 2012-03-01 11:40 UTC  (3+ messages)

[PATCH] [PATCH v4] Add the bios option to specify the bios to load
 2012-03-01 11:29 UTC  (6+ messages)

[linux test] 12125: regressions - FAIL
 2012-03-01 11:21 UTC 

[PATCH] Fetch the OVMF repository from specific git mirror and enable it
 2012-03-01 10:41 UTC  (4+ messages)

[xen-unstable test] 12127: tolerable FAIL - PUSHED
 2012-03-01  8:38 UTC 

How to debug drive back-end
 2012-03-01  8:32 UTC 

Problems with hyperthreading in Windows HVM
 2012-03-01  8:22 UTC  (4+ messages)

[PATCH] x86: Use deep C states for off-lined CPUs
 2012-03-01  8:10 UTC  (10+ messages)

[PATCH 0 of 3] RFC Paging support for AMD NPT V2
 2012-03-01  7:55 UTC  (5+ messages)
` [PATCH 1 of 3] IOMMU: Add command line param to disable sharing of IOMMU and hap tables
` [PATCH 2 of 3] x86/mm: Teach paging to page table-based p2m
` [PATCH 3 of 3] x86/mm: Enable paging and sharing in AMD NPT mode

Preventing hotplug devices in HVM guests
 2012-03-01  7:52 UTC  (2+ messages)

[PATCH 0 of 7] Mem event ring interface setup update, V2
 2012-03-01  6:54 UTC  (9+ messages)
` [PATCH 1 of 7] Tools: Sanitize mem_event/access/paging interfaces
` [PATCH 2 of 7] x86/hvm: refactor calls to prepare and tear down a helper ring
` [PATCH 3 of 7] Use a reserved pfn in the guest address space to store mem event rings
` [PATCH 4 of 7] x86/mm: wire up sharing ring
` [PATCH 5 of 7] Tools: libxc side for setting up the mem "
` [PATCH 6 of 7] x86/mm: Clean up mem event structures on domain destruction
` [PATCH 7 of 7] x86/mm: Fix mem event error message typos

[xen-unstable test] 12120: regressions - FAIL
 2012-03-01  3:39 UTC 

HYBRID: DOM0 PV in HVM container
 2012-03-01  2:14 UTC 

[linux test] 12116: regressions - FAIL
 2012-03-01  1:02 UTC 

[PATCH 00 of 10] arm: SMP boot
 2012-02-29 22:22 UTC  (3+ messages)

[xen-unstable test] 12115: regressions - FAIL
 2012-02-29 20:48 UTC 

[PATCH 0 of 6] [RFC] Use wait queues for paging, v2
 2012-02-29 19:56 UTC  (6+ messages)

GSoC 2012 project brainstorming
 2012-02-29 18:25 UTC  (2+ messages)
  ` [Xen-devel] "

[PATCH v3] arm: support fewer LR registers than virtual irqs
 2012-02-29 17:18 UTC  (5+ messages)

[PATCH v2 0/5] xen/arm: event channels and shared_info page
 2012-02-29 17:14 UTC  (7+ messages)
` [PATCH v2 2/5] arm: implement vcpu_mark_events_pending

[PATCH] configure: do not require Bison
 2012-02-29 17:02 UTC  (11+ messages)

make install not creating lib entries in /usr/lib under Ubunu 11.10
 2012-02-29 17:01 UTC  (14+ messages)

xen git
 2012-02-29 16:19 UTC  (2+ messages)

Tools maintainer away next week
 2012-02-29 15:52 UTC 

[xen-devel] Question about local disk support for live migration
 2012-02-29 15:47 UTC 

configure failure
 2012-02-29 14:53 UTC  (8+ messages)

CVE-2011-1166
 2012-02-29 14:49 UTC  (2+ messages)

[PATCH v8] build: add autoconf to replace custom checks in tools/check
 2012-02-29 14:44 UTC  (5+ messages)

[PATCH 0 of 2] rename libxl__yajl_gen_alloc
 2012-02-29 14:33 UTC  (4+ messages)
` [PATCH 1 of 2] tools/libxl: "


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