xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-13 14:13:30 to 2013-09-16 17:04:59 UTC [more...]

[linux-3.10 test] 19677: regressions - FAIL
 2013-09-16 17:04 UTC 

[PROPOSAL] ARM/FDT: passing multiple binaries to a kernel
 2013-09-16 17:01 UTC  (3+ messages)

[PATCH] xend: handle extended PCI configuration space when saving state
 2013-09-16 16:49 UTC  (5+ messages)
  ` xend deprecation [Was: Re: [PATCH] xend: handle extended PCI configuration space when saving state]
    ` Support for xm create -F (sxp configuration files)

Suggestion for merging xl save/restore/migrate/migrate-receive
 2013-09-16 16:40 UTC  (7+ messages)

[PATCH RFC v2 2/7] xen/vNUMA: Per-domain vNUMA initialization
 2013-09-16 16:24 UTC  (2+ messages)

[PATCH] libxl: Use LOG_ERRNO rather than ERRNOVAL in libxl_pci.c
 2013-09-16 15:47 UTC  (2+ messages)

[PATCH RFC v2 1/7] xen/vNUMA: vNUMA support for PV guests
 2013-09-16 15:46 UTC  (2+ messages)

[PATCH] xen: sched_credit: filter node-affinity mask against online cpus
 2013-09-16 15:27 UTC  (4+ messages)

[PATCH 0/2] ARM: Support initrd loading
 2013-09-16 15:20 UTC  (3+ messages)
` [PATCH 1/2] xen/arm: Add support to load initrd in dom0
` [PATCH 2/2] xen/dts: Support Linux initrd DT bindings

[xen-unstable test] 19676: regressions - FAIL
 2013-09-16 15:12 UTC 

[xen-unstable bisection] complete build-i386
 2013-09-16 15:05 UTC  (4+ messages)

Xen 4.4 development update
 2013-09-16 14:52 UTC  (5+ messages)

[PATCH] libxl: Remove qxl support for the 4.3 release
 2013-09-16 14:49 UTC  (7+ messages)

[PATCH 0/2] VMX: further code generation improvements
 2013-09-16 14:43 UTC  (10+ messages)
` [PATCH 1/2] VMX: also use proper instruction mnemonic for VMREAD
` [PATCH 2/2] VMX: drop memory clobbers from vmread/vmwrite wrappers

[PATCH] gitgnore: tweaks for stgit
 2013-09-16 14:30 UTC  (4+ messages)

large packet support in netfront driver and guest network throughput
 2013-09-16 14:21 UTC  (4+ messages)

Problems when creating domU on OMAP5
 2013-09-16 13:42 UTC  (2+ messages)

[PATCH 8/9] x86: check kexec relocation code fits in a page
 2013-09-16 13:41 UTC  (3+ messages)
  ` [PATCH 9/9] MAINTAINERS: Add KEXEC maintainer

[PATCH 1/1] libxl: Use LOG_ERRNO rather than ERRNOVAL in libxl_pci.c
 2013-09-16 13:34 UTC  (2+ messages)

[xen-unstable test] 19308: regressions - FAIL
 2013-09-16 13:30 UTC  (9+ messages)

[PATCH 1/5] purgatory: put variables altered by kexec in .data not .bss
 2013-09-16 12:48 UTC  (2+ messages)

Multi-Function PCI passthrough not implemented?
 2013-09-16 12:32 UTC  (4+ messages)

[PATCH v8] interrupts: allow guest to set/clear MSI-X mask bit
 2013-09-16 11:51 UTC  (10+ messages)

[PATCHv3 0/11] Xen: FIFO-based event channel ABI
 2013-09-16 10:57 UTC  (22+ messages)
` [PATCH 01/11] debug: remove some event channel info from the 'i' and 'q' debug keys
` [PATCH 02/11] evtchn: refactor low-level event channel port ops
` [PATCH 03/11] evtchn: print ABI specific state with the 'e' debug key
` [PATCH 04/11] evtchn: use a per-domain variable for the max number of event channels
` [PATCH 05/11] evtchn: dynamically allocate d->evtchn
` [PATCH 06/11] evtchn: alter internal object handling scheme
` [PATCH 07/11] evtchn: add FIFO-based event channel ABI
` [PATCH 08/11] evtchn: implement EVTCHNOP_set_priority and add the set_priority hook
` [PATCH 09/11] evtchn: implement EVTCHNOP_set_limit
` [PATCH 10/11] libxc: add xc_evtchn_set_limit()
` [PATCH 11/11] evtchn: add FIFO-based event channel hypercalls and port ops

Investigating a SLES11 guest crash
 2013-09-16  9:44 UTC  (5+ messages)

Introduce PVH domU support
 2013-09-16  9:15 UTC  (29+ messages)
` [PATCH RFC v12 01/21] Fix failure path in hvm_vcpu_initialise
` [PATCH RFC v12 02/21] Fix failure path in construct_vmcs
` [PATCH RFC v12 03/21] Remove an unnecessary assert from vmx_update_debug_state
` [PATCH RFC v12 04/21] pvh prep: code motion
` [PATCH RFC v12 05/21] Introduce pv guest type and has_hvm_container macros
` [PATCH RFC v12 06/21] pvh: Introduce PVH guest type
` [PATCH RFC v12 07/21] pvh: Disable unneeded features of HVM containers
` [PATCH RFC v12 08/21] pvh: vmx-specific changes
` [PATCH RFC v12 09/21] pvh: Do not allow PVH guests to change paging modes
` [PATCH RFC v12 10/21] pvh: PVH access to hypercalls
` [PATCH RFC v12 11/21] pvh: Use PV e820
` [PATCH RFC v12 12/21] pvh: Support guest_kernel_mode for PVH
` [PATCH RFC v12 13/21] pvh: Support read_segment_register "
` [PATCH RFC v12 14/21] pvh: read_descriptor for PVH guests
` [PATCH RFC v12 15/21] pvh: Set up more PV stuff in set_info_guest
` [PATCH RFC v12 16/21] pvh: Use PV handlers for emulated forced invalid ops, cpuid, and IO
` [PATCH RFC v12 17/21] pvh: Disable 32-bit guest support for now
` [PATCH RFC v12 18/21] pvh: Restrict tsc_mode to NEVER_EMULATE "
` [PATCH RFC v12 19/21] pvh: Disable debug traps when doing pv emulation for PVH domains
` [PATCH RFC v12 20/21] pvh: Disable memevents for PVH guests for now
` [PATCH RFC v12 21/21] pvh: Documentation

[PATCH 0/3 V4] x86/AMD-Vi: Miscs patch to fix and clean up ivrs override
 2013-09-16  8:03 UTC  (6+ messages)
` [PATCH 1/3] x86/AMD-Vi: Overrides special->handle in IVRS IOAPIC
` [PATCH 2/3] x86/AMD-Vi: Clean up code for handling IVRS IOAPIC override
` [PATCH 3/3] x86/AMD-Vi: Fix IVRS HPET special->handle override

[linux-3.10 test] 19579: regressions - trouble: blocked/broken/fail/pass
 2013-09-16  6:13 UTC 

[xen-unstable test] 19578: regressions - FAIL
 2013-09-16  4:34 UTC 

[BUG]Buffer Overflow in string library
 2013-09-16  0:05 UTC 

[linux-3.10 test] 19499: regressions - FAIL
 2013-09-15 17:59 UTC 

[xen-unstable test] 19498: regressions - trouble: blocked/broken/fail/pass
 2013-09-15 16:16 UTC 

about memory migration between NUMA nodes based on HVM
 2013-09-15  4:56 UTC 

[linux-3.4 test] 19307: tolerable FAIL - PUSHED
 2013-09-15  4:50 UTC 

[linux-3.10 test] 19303: regressions - FAIL
 2013-09-14 22:52 UTC 

[xen-unstable test] 19288: regressions - FAIL
 2013-09-14 21:09 UTC 

[linux-3.4 test] 19294: regressions - FAIL
 2013-09-14 20:40 UTC 

[xen-unstable bisection] complete build-i386-oldkern
 2013-09-14 16:46 UTC 

[BUG]Buffer Overflow in string library
 2013-09-14 16:03 UTC  (2+ messages)

[linux-linus test] 19286: regressions - FAIL
 2013-09-14 15:59 UTC 

[xen-unstable test] 19268: regressions - FAIL
 2013-09-14 14:13 UTC  (3+ messages)

HVM firmware passthrough - helper library
 2013-09-14 13:45 UTC  (11+ messages)

[xen-4.2-testing test] 19229: tolerable FAIL - PUSHED
 2013-09-14  1:56 UTC 

[PATCH 1/1 V3] x86/AMD-Vi: Add additional check for invalid special->handle
 2013-09-13 23:31 UTC  (4+ messages)

[xen-unstable test] 19217: regressions - FAIL
 2013-09-13 22:02 UTC 

[xen-4.3-testing test] 19216: tolerable FAIL - PUSHED
 2013-09-13 21:17 UTC 

Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
 2013-09-13 18:47 UTC  (4+ messages)

[xen-4.2-testing test] 19211: regressions - FAIL
 2013-09-13 18:02 UTC 

Booting NetBSD in pygrub
 2013-09-13 18:00 UTC  (8+ messages)

(no subject)
 2013-09-13 17:03 UTC  (15+ messages)
` [PATCH 01/13] xen/events: refactor retrigger_dynirq() and resend_irq_on_evtchn()
` [PATCH 02/13] xen/events: remove unnecessary init_evtchn_cpu_bindings()
` [PATCH 03/13] xen/events: introduce test_and_set_mask
` [PATCH 04/13] xen/events: replace raw bit ops with functions
` [PATCH 05/13] xen/events: move drivers/xen/events.c into drivers/xen/events/
` [PATCH 06/13] xen/events: move 2-level specific code into its own file
` [PATCH 07/13] xen/events: add struct evtchn_ops for the low-level port operations
` [PATCH 08/13] xen/events: allow setup of irq_info to fail
` [PATCH 09/13] xen/events: add a evtchn_op for port setup
` [PATCH 10/13] xen/events: Refactor evtchn_to_irq array to be dynamically allocated
` [PATCH 11/13] xen/events: add xen_evtchn_mask_all()
` [PATCH 12/13] xen/events: Add the hypervisor interface for the FIFO-based event channels
` [PATCH 13/13] xen/events: use the FIFO-based ABI if available
` [RFC PATCHv3 00/12] Linux: FIFO-based event channel ABI

[PATCH RFC 0/8] xen/arm: initial cubieboard2 support
 2013-09-13 16:43 UTC  (10+ messages)
` [PATCH 1/8] xen/arm: Implement ioremap
` [PATCH 3/8] ns16550: make usable on ARM
` [PATCH 4/8] ns16550: support DesignWare 8250
` [PATCH 5/8] xen/arm: Support Cortex-A7 GIC
` [PATCH 6/8] xen/arm: Basic support for sunxi/sun7i platform
` [PATCH 7/8] xen/arm: Blacklist some sun7i UARTs
` [PATCH 8/8] xen/arm: Some early trap logging

[PATCH v2] xen: arm: rework placement of fdt in initial dom0 memory map
 2013-09-13 16:20 UTC  (4+ messages)

[PATCH] xen: make sure the node-affinity is always updated
 2013-09-13 15:45 UTC  (4+ messages)

Making changes to osstest (via its push gate, or not)
 2013-09-13 15:20 UTC 

Linux v3.12 + pv ticketlocks
 2013-09-13 15:17 UTC  (6+ messages)

[PATCH v5] libxl: usb2 and usb3 controller support for upstream qemu
 2013-09-13 14:25 UTC 

[PATCHv3] xen/p2m: check MFN is in range before using the m2p table
 2013-09-13 14:13 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).