xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-19 03:53:31 to 2013-09-20 15:30:18 UTC [more...]

[PATCH] x86/HVM: linear address must be canonical for the whole accessed range
 2013-09-20 15:30 UTC  (2+ messages)

Introduce PVH domU support
 2013-09-20 15:26 UTC  (29+ messages)
` [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 08/21] pvh: vmx-specific changes
` [PATCH RFC v12 13/21] pvh: Support read_segment_register for PVH
` [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 v3 0/6] Dissociate logical and gic/hardware CPU ID
 2013-09-20 15:03 UTC  (6+ messages)
` [PATCH v3 3/6] xen/arm: gic: Use the correct "

[PATCH net-next 1/2] xen-netback: add a vif-is-connected flag
 2013-09-20 15:02 UTC  (10+ messages)
` [PATCH net-next 2/2] xen-netback: handle frontends that fail to transition through Closing

[PATCH 0/4] Initial patches for ARM64 based APM X-Gene Storm
 2013-09-20 14:08 UTC  (15+ messages)
` [PATCH 1/4] xen: arm64: Add Basic Platform support for "
` [PATCH 2/4] xen: arm64: Add APM implementor id to processor implementers
` [PATCH 3/4] xen: drivers: char: Add Device Tree Based NS16550 UART driver
` [PATCH 4/4] xen: arm: arm64: Enabling compilation of device tree based ns16550 UART

[PATCH net-next v2 1/2] xen-netback: add a vif-is-connected flag
 2013-09-20 13:57 UTC  (2+ messages)
` [PATCH net-next v2 2/2] xen-netback: handle frontends that fail to transition through Closing

[PATCH net-next 0/2] xen-netback: windows frontend compatibility fixes
 2013-09-20 13:57 UTC 

[PATCH v2] libxl: spice usbredirection support for upstream qemu
 2013-09-20 13:55 UTC 

[xen-unstable test] 19756: regressions - trouble: broken/fail/pass
 2013-09-20 13:48 UTC  (3+ messages)

[xen-unstable test] 19765: regressions - FAIL
 2013-09-20 13:23 UTC 

[PATCH 1/4] kexec/xen: require libxc from Xen 4.4
 2013-09-20 13:18 UTC  (4+ messages)
` [PATCH 2/4] kexec/xen: use libxc to get location of crash notes
` [PATCH 3/4] kexec/xen: switch to use xc_kexec_get_range for get_xen_vmcoreinfo
` [PATCH 4/4] kexec/xen: directly load images images into Xen

[PATCHv5 0/4] kexec-tools: add support for Xen 4.4
 2013-09-20 13:18 UTC 

[PATCHv5 0/4] kexec-tools: add support for Xen 4.4
 2013-09-20 13:16 UTC  (5+ messages)
` [PATCH 1/4] kexec/xen: require libxc from "
` [PATCH 2/4] kexec/xen: use libxc to get location of crash notes
` [PATCH 3/4] kexec/xen: switch to use xc_kexec_get_range for get_xen_vmcoreinfo
` [PATCH 4/4] kexec/xen: directly load images images into Xen

[PATCHv8 0/9] Xen: extend kexec hypercall for use with pv-ops kernels
 2013-09-20 13:10 UTC  (10+ messages)
` [PATCH 1/9] x86: give FIX_EFI_MPF its own fixmap entry
` [PATCH 2/9] kexec: add public interface for improved load/unload sub-ops
` [PATCH 3/9] kexec: add infrastructure for handling kexec images
` [PATCH 4/9] kexec: extend hypercall with improved load/unload ops
` [PATCH 5/9] xen: kexec crash image when dom0 crashes
` [PATCH 6/9] libxc: add hypercall buffer arrays
` [PATCH 7/9] libxc: add API for kexec hypercall
` [PATCH 8/9] x86: check kexec relocation code fits in a page
` [PATCH 9/9] MAINTAINERS: Add KEXEC maintainer

[PATCH] x86/HVM: refuse doing string operations in certain situations
 2013-09-20 13:08 UTC 

[PATCH v5] libxl: usb2 and usb3 controller support for upstream qemu
 2013-09-20 13:08 UTC  (4+ messages)

[PATCH net-next 0/2] xen-netback: windows frontend compatibility fixes
 2013-09-20 12:56 UTC 

hvmemul_rep_movs() vs MMIO
 2013-09-20 12:53 UTC  (5+ messages)

[BUG] hhvm running on Ubuntu 13.04 with Xen Hypervisor - linux kernel panic
 2013-09-20 12:33 UTC  (9+ messages)

[PATCH] Allow 4 MB of video RAM for Cirrus graphics on traditional QEMU
 2013-09-20 11:48 UTC  (2+ messages)

libxl videoram for cirrus graphics
 2013-09-20 10:49 UTC  (3+ messages)

[PATCH] x86_emulate: fix wrap around handling for repeated string instructions
 2013-09-20 10:19 UTC  (2+ messages)

[PATCH v2 00/13] x86/PMU: Xen PMU PV support
 2013-09-20  9:42 UTC  (14+ messages)
` [PATCH v2 01/13] Export hypervisor symbols
` [PATCH v2 02/13] Set VCPU's is_running flag closer to when the VCPU is dispatched
` [PATCH v2 03/13] x86/PMU: Stop AMD counters when called from vpmu_save_force()
` [PATCH v2 04/13] x86/VPMU: Minor VPMU cleanup
` [PATCH v2 05/13] intel/VPMU: Clean up Intel VPMU code
` [PATCH v2 06/13] x86/PMU: Add public xenpmu.h
` [PATCH v2 07/13] x86/PMU: Make vpmu not HVM-specific
` [PATCH v2 08/13] x86/PMU: Interface for setting PMU mode and flags
` [PATCH v2 09/13] x86/PMU: Initialize PMU for PV guests
` [PATCH v2 10/13] x86/PMU: Add support for PMU registes handling on "
` [PATCH v2 11/13] x86/PMU: Handle PMU interrupts for "
` [PATCH v2 12/13] x86/PMU: Save VPMU state for PV guests during context switch
` [PATCH v2 13/13] x86/PMU: Move vpmu files up from hvm directory

[PATCH OSSTEST 0/6] Improvement, cleanup and enable Wheezy to run test jobs
 2013-09-20  9:15 UTC  (7+ messages)
` [PATCH OSSTEST 1/6] README: add curl and netcat to requirement list
` [PATCH OSSTEST 2/6] README: describe job dependence
` [PATCH OSSTEST 3/6] Osstest: purge Lenny branches
` [PATCH OSSTEST 4/6] Debian: install libc6-dev-i386 for Wheezy amd64
` [PATCH OSSTEST 5/6] ts-debian-fixup: remove dead code
` [PATCH OSSTEST 6/6] ts-debian-install: pass 'Mb' as memory size

[PATCH 0/6] x86: emulation improvements
 2013-09-20  9:10 UTC  (10+ messages)
` [PATCH 1/6] x86/HVM: properly handle MMIO reads and writes wider than a machine word
` [PATCH 2/6] x86: fix dependencies of emulator test
` [PATCH 3/6] x86_emulate: MOVSXD must read source operand just once
` [PATCH 4/6] x86_emulate: PUSH <mem> "
` [PATCH 5/6] x86_emulate: fix flag setting for 8-bit signed multiplication
` [PATCH 6/6] x86_emulate: fold wide reads

[PATCH OSSTEST RFC 0/5] Improve README and enable Wheezy
 2013-09-20  8:52 UTC  (16+ messages)
` [PATCH OSSTEST RFC 1/5] README: add curl and netcat to requirement list
` [PATCH OSSTEST RFC 2/5] README: describe job dependence
` [PATCH OSSTEST RFC 3/5] Debian: install libc6-dev-i386 for Wheezy amd64
` [PATCH OSSTEST RFC 4/5] ts-debian-fixup: remove dead code
` [PATCH OSSTEST RFC 5/5] ts-debian-fixup: workaround Debian bug #691320

Xen 4.1.x security support
 2013-09-20  8:12 UTC  (7+ messages)

[PATCH net-next v4] Don't destroy the netdev until the vif is shut down
 2013-09-20  8:10 UTC  (3+ messages)

Problems in running XenARM on Cortex-A15 Fast Models
 2013-09-19 23:54 UTC  (5+ messages)

[xen-unstable test] 19745: regressions - FAIL
 2013-09-19 21:05 UTC 

large packet support in netfront driver and guest network throughput
 2013-09-19 20:54 UTC  (9+ messages)

[PATCH] x86: mark BUG()s and assertion failures as terminal
 2013-09-19 16:52 UTC  (8+ messages)

[PATCH] xen/balloon: don't alloc page while non-preemptible
 2013-09-19 16:14 UTC 

[PATCH RFC 0/N] xen: arm: rework early bring up
 2013-09-19 15:51 UTC  (24+ messages)
` [PATCH RFC 1/7] xen: arm: Load xen under 4GB on 32-bit
` [PATCH RFC 2/7] xen: arm: Log the raw MIDR on boot
` [PATCH RFC 3/7] xen: arm: make sure we stay within the memory bank during mm setup
` [PATCH RFC 5/7] xen: arm: rewrite start of day page table and cpu bring up
` [PATCH RFC 6/7] xen: arm: configure TCR_EL2 for 40 bit physical address space
` [PATCH RFC 7/7] xen: arm: split cpu0's domheap mapping PTs out from xen_second

[xen-unstable test] 19710: regressions - FAIL
 2013-09-19 15:26 UTC  (3+ messages)

[xen-unstable bisection] complete test-amd64-i386-xend-winxpsp3
 2013-09-19 15:18 UTC 

[PATCH RFC v2 7/7] xen/vNUMA: adds vNUMA to NUMA debug-key
 2013-09-19 14:38 UTC  (2+ messages)

[PATCH RFC v2 5/7] libxl/vNUMA: VM config parsing functions
 2013-09-19 14:29 UTC  (3+ messages)

Problems when creating domU on OMAP5
 2013-09-19 13:39 UTC  (5+ messages)

[linux-linus test] 19742: regressions - FAIL
 2013-09-19 11:14 UTC 

[xen-unstable test] 19738: regressions - trouble: broken/fail/pass
 2013-09-19 11:13 UTC 

[PATCH] libxl: Remove qxl support for the 4.3 release
 2013-09-19 11:08 UTC  (11+ messages)
  ` Processed: "

[PATCH v2] xen: sched_credit: filter node-affinity mask against online cpus
 2013-09-19 10:46 UTC  (2+ messages)

[PATCH] xen: numa-sched: leave node-affinity alone if not in "auto" mode
 2013-09-19 10:32 UTC  (2+ messages)

[Xen-staging] [xen staging] ARM: parse separate DT properties for different commandlines
 2013-09-19  9:44 UTC  (3+ messages)

[PATCH 00/28] Fixes for various minor Coverity issues, volume 2
 2013-09-19  9:12 UTC  (3+ messages)
` [PATCH 01/28] gnttab: remove unused shared header lookup

Multi-Function PCI passthrough not implemented?
 2013-09-19  7:53 UTC  (5+ messages)

[PATCH] qemu-traditional: do not strip binaries during make install
 2013-09-19  7:41 UTC  (3+ messages)

[xen-unstable test] 19732: regressions - FAIL
 2013-09-19  3:53 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).