xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-20 16:26:00 to 2013-01-22 10:52:20 UTC [more...]

[PATCH 00/11] x86: support up to 16Tb
 2013-01-22 10:52 UTC  (5+ messages)
` [PATCH 02/11] x86: extend frame table virtual space
` [PATCH 03/11] x86: re-introduce map_domain_page() et al
` [PATCH 04/11] x86: properly use map_domain_page() when building Dom0
` [PATCH 05/11] x86: consolidate initialization of PV guest L4 page tables

[PATCH 01/11] x86: introduce virt_to_xen_l1e()
 2013-01-22 10:47 UTC 

VMCS weirdness
 2013-01-22 10:40 UTC 

[PATCH] fix race condition between libvirtd event handling and libxl fd deregister
 2013-01-22 10:21 UTC  (10+ messages)

can't boot from iso on cifs mount
 2013-01-22 10:14 UTC  (4+ messages)

Fatal crash on xen4.2 HVM + qemu-xen dm + NFS
 2013-01-22 10:13 UTC  (23+ messages)

[PATCH] Switch to poll() in cxenstored's IO loop
 2013-01-22  9:47 UTC  (2+ messages)

[PATCH v1 01/02] HVM firmware passthrough libxl support
 2013-01-22  9:32 UTC  (6+ messages)

[PATCH RFC 00/10] libxl: new hotplug calling convention
 2013-01-22  9:30 UTC  (8+ messages)
` [PATCH RFC 02/10] libxl: add new hotplug interface support to hotplug script callers

[PATCH 0 of 9 RFC v2] blktap3: Introduce a small subset of blktap3 files
 2013-01-22  9:28 UTC  (18+ messages)
` [PATCH 1 of 9 RFC v2] blktap3: Introduce blktap3 headers
` [PATCH 2 of 9 RFC v2] blktap3/libblktapctl: Introduce tapdisk message types and structures
` [PATCH 5 of 9 RFC v2] blktap3/libblktapctl: Introduce functionality used by tapback to instruct tapdisk to connect to the sring
` [PATCH 6 of 9 RFC v2] blktap3/libblktapctl: Introduce block device control information retrieval functionality
` [PATCH 9 of 9 RFC v2] blktap3/libblktapctl: Introduce makefile that builds tapback-required libblktapctl functionality

[PATCH] Add support for netconsole driver used on bridge device with VIF attached
 2013-01-22  9:23 UTC  (4+ messages)

[RFC PATCH V2 0/8] Implement 3-level event channel in Linux
 2013-01-22  9:12 UTC  (11+ messages)
` [RFC PATCH V2 1/8] xen: fix output of xen_debug_interrupt
` [RFC PATCH V2 2/8] xen: sync public headers
` [RFC PATCH V2 3/8] xen: generalized event channel operations
` [RFC PATCH V2 4/8] xen: dynamically allocate cpu_evtchn_mask
` [RFC PATCH V2 5/8] xen: implement 3-level event channel routines
` [RFC PATCH V2 6/8] xen: introduce xen_event_channel_register_3level
` [RFC PATCH V2 7/8] xen: introduce interfaces to register N-level event channel
` [RFC PATCH V2 8/8] xen: register 3-level "

pygrub/hvm boot with alternate script= for block devices
 2013-01-22  9:05 UTC  (10+ messages)

[PATCH] Provide support for multiple frame buffers in Xen
 2013-01-22  7:31 UTC  (2+ messages)

[xen-unstable test] 15175: tolerable FAIL - PUSHED
 2013-01-22  5:06 UTC 

libxl and libvirt in Fedora (rawhide)
 2013-01-22  0:55 UTC  (2+ messages)

kernel 3.7+ cpufreq regression on AMD system running as dom0
 2013-01-22  0:01 UTC  (14+ messages)
        ` [Xen-devel] "

[PATCH V2] mem_event: Allow emulating an instruction that caused a page fault
 2013-01-21 23:13 UTC  (2+ messages)

[xen-unstable test] 15174: tolerable FAIL - PUSHED
 2013-01-21 22:32 UTC 

[PATCH v3 0/4] nested vmx: enable VMCS shadowing feature
 2013-01-21 19:54 UTC  (7+ messages)
` [PATCH v3 1/4] nested vmx: Use a list to store the launched vvmcs for L1 VMM
` [PATCH v3 2/4] nested vmx: use VMREAD/VMWRITE to construct vVMCS if enabled VMCS shadowing
` [PATCH v3 3/4] nested vmx: optimize for bulk access of virtual VMCS
` [PATCH v3 4/4] nested vmx: enable VMCS shadowing feature

Reverting 26399:b0e618cb0233 (multiple frame buffers in Xen)
 2013-01-21 19:31 UTC  (2+ messages)

[xen-unstable test] 15136: regressions - FAIL
 2013-01-21 18:27 UTC  (16+ messages)
    ` [PATCH] vtpmmgr: fix build on 32-bit

Method to check whether compiled FLASK file is compatible with Xen version
 2013-01-21 17:55 UTC 

[PATCH] x86: restore (optional) forwarding of PCI SERR induced NMI to Dom0
 2013-01-21 17:16 UTC  (6+ messages)

[PATCH v1 00/02] HVM firmware passthrough libxl support
 2013-01-21 17:13 UTC  (6+ messages)

[PATCH] xen arm: add XSM hooks to arch_memory_op
 2013-01-21 17:03 UTC  (6+ messages)

[RFC PATCH V2] Implement 3-level event channel support in Xen
 2013-01-21 16:53 UTC  (21+ messages)
` [RFC PATCH V2 01/14] Remove trailing whitespaces in event_channel.c
` [RFC PATCH V2 02/14] Remove trailing whitespaces in sched.h
` [RFC PATCH V2 03/14] Add evtchn_level in struct domain
` [RFC PATCH V2 04/14] Dynamically allocate d->evtchn
` [RFC PATCH V2 05/14] Bump EVTCHNS_PER_BUCKET to 512
` [RFC PATCH V2 06/14] Add evtchn_is_{pending, masked} and evtchn_clear_pending
` [RFC PATCH V2 07/14] Genneralized event channel operations
` [RFC PATCH V2 08/14] Define N-level event channel registration interface
` [RFC PATCH V2 09/14] Update Xen public header
` [RFC PATCH V2 10/14] Add control structures for 3-level event channel
` [RFC PATCH V2 11/14] Introduce some macros for event channels
` [RFC PATCH V2 12/14] Make NR_EVTCHN_BUCKETS 3-level ready
` [RFC PATCH V2 13/14] Infrastructure for manipulating 3-level event channel pages
` [RFC PATCH V2 14/14] Implement 3-level event channel routines

[PATCH v1 02/02] HVM firmware passthrough libxl support
 2013-01-21 16:42 UTC  (3+ messages)

[PATCH] Add support for netconsole driver used on bridge device with, VIF attached
 2013-01-21 16:40 UTC  (2+ messages)

[xen-unstable test] 15173: regressions - FAIL
 2013-01-21 16:14 UTC 

xen-netback notify DomU to send ARP
 2013-01-21 16:02 UTC  (35+ messages)
` [Xen-devel] "
                              ` [V2] "

[RFC] x86: restore PCI SERR NMI forwarding to Dom0
 2013-01-21 16:01 UTC  (6+ messages)

Xen 4.3 development update, and stock-taking
 2013-01-21 15:06 UTC  (11+ messages)

[PATCH 00/10 V5] arm: support for initial modules (e.g. dom0) and DTB supplied in RAM
 2013-01-21 12:41 UTC  (4+ messages)
` [PATCH 01/10] xen: arm: introduce concept of modules which can be in RAM at start of day

RFC v1: Xen block protocol overhaul - problem statement (with pictures!)
 2013-01-21 12:37 UTC  (4+ messages)

driver domain crash and reconnect handling
 2013-01-21 12:20 UTC 

Qemu upstream bugs with xen
 2013-01-21 12:16 UTC  (4+ messages)

xen-unstable, winxp32 very poor performance on AMD FX-8150, I bisected and changeset is 24770:7f79475d3de7
 2013-01-21 12:07 UTC  (11+ messages)

[PATCH]: PVH: specify xen features strings cleany for PVH
 2013-01-21 12:06 UTC  (2+ messages)

[PATCH 0 of 2] pci passthrough: support "managed" pci device in xend for libvirt usage
 2013-01-21 11:40 UTC  (6+ messages)

[PATCH v4 2/7] xen: infrastructure to have cross-platform video drivers
 2013-01-21 11:38 UTC  (2+ messages)

driver domain crash and reconnect handling
 2013-01-21 11:31 UTC 

[xen-unstable test] 15172: regressions - FAIL
 2013-01-21 10:53 UTC 

Need help to debug win7 BSOD on IGD passthrough
 2013-01-21 10:35 UTC  (16+ messages)

Proposed XENMEM_claim_pages hypercall: Analysis of problem and alternate solutions
 2013-01-21 10:29 UTC  (9+ messages)

[PATCH 0/5 V2] install into /usr/local and docs/configure
 2013-01-21  9:33 UTC  (6+ messages)
` [PATCH V2 1/5] tools+stubdom: install under /usr/local by default
` [PATCH V2 2/5] docs: Remove xen-api docs
` [PATCH V2 3/5] docs: drop doxygen stuff
` [PATCH V2 4/5] docs: check for documentation generation tools in docs/configure
` [PATCH V2 5/5] build: cleanup configure detritus at toplevel and stubdom

[PATCH 0/4] install into /usr/local and docs/configure
 2013-01-21  9:32 UTC  (8+ messages)
` [PATCH 1/4] tools: install under /usr/local by default
` [PATCH 4/4] docs: check for documentation generation tools in docs/configure

[xen-unstable test] 15171: regressions - FAIL
 2013-01-21  6:35 UTC 

[xen-unstable test] 15170: regressions - FAIL
 2013-01-21  1:43 UTC 

[xen-unstable test] 15169: regressions - FAIL
 2013-01-20 21:26 UTC 

[xen-unstable test] 15168: regressions - FAIL
 2013-01-20 17:34 UTC 


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