xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-20 12:03:40 to 2015-02-23 11:25:57 UTC [more...]

[Block dev] : Qemu block ide_dma_read call routine
 2015-02-23 11:25 UTC  (2+ messages)
` [Qemu-devel] "

[PATCH] xen: Minor modifications to platform.h to make it C++-friendly
 2015-02-23 11:24 UTC  (9+ messages)

[PATCH] correct mis-conversion set_bit() -> __cpumask_set_cpu() by 4aaca0e9cd
 2015-02-23 11:17 UTC  (2+ messages)

RFC: [PATCH 1/3] Enhance platform support for PCI
 2015-02-23 11:14 UTC  (21+ messages)

Assertion 'cpu < nr_cpu_ids' failed at .../src/new/xen-unstable/xen/include/xen/cpumask.h:97
 2015-02-23 10:57 UTC  (6+ messages)

[PATCH v3 00/13] xen/arm: Resync the SMMU driver with the Linux one
 2015-02-23 10:52 UTC  (56+ messages)
` [PATCH v3 01/13] xen/arm: gic-v2: Change the device name in DT_DEVICE_START
` [PATCH v3 02/13] xen/arm: vgic: Drop unecessary include asm/device.h
` [PATCH v3 03/13] xen/dt: Extend dt_device_match to possibly store data
` [PATCH v3 04/13] xen/arm: device: Rename device_type into device_class
` [PATCH v3 05/13] xen/iommu: arm: Remove temporary the SMMU driver
` [PATCH v3 06/13] xen/arm: Introduce a generic way to describe device
` [PATCH v3 07/13] xen/iommu: Consolidate device assignment ops into a single set
` [PATCH v3 08/13] xen/arm: Describe device supported by a driver with dt_match_node
` [PATCH v3 09/13] xen/iommu: arm: Import the SMMU driver from Linux
` [PATCH v3 10/13] xen/iommu: smmu: Check for duplicate stream IDs when registering master devices
` [PATCH v3 11/13] xen/iommu: smmu: Introduce automatic stream-id-masking
` [PATCH v3 12/13] xen/iommu: smmu: Add Xen specific code to be able to use the driver
` [PATCH v3 13/13] xen/iommu: smmu: Advertise when the SMMU support coherent table walk

[PATCH v3 00/24] xen/arm: Add support for non-pci passthrough
 2015-02-23 10:20 UTC  (73+ messages)
` [PATCH v3 01/24] xen: Extend DOMCTL createdomain to support arch configuration
` [PATCH v3 02/24] xen/arm: Divide GIC initialization in 2 parts
` [PATCH v3 03/24] xen/dts: Allow only IRQ translation that are mapped to main GIC
` [PATCH v3 04/24] xen: guestcopy: Provide an helper to safely copy string from guest
` [PATCH v3 05/24] xen/arm: vgic: Introduce a function to initialize pending_irq
` [PATCH v3 06/24] xen/arm: Map disabled device in DOM0
` [PATCH v3 07/24] xen/arm: Introduce xen, passthrough property
` [PATCH v3 08/24] xen/arm: Allow virq != irq
` [PATCH v3 09/24] xen/arm: route_irq_to_guest: Check validity of the IRQ
` [PATCH v3 10/24] xen/arm: gic: Add sanity checks gic_route_irq_to_guest
` [PATCH v3 11/24] xen/arm: Let the toolstack configure the number of SPIs
` [PATCH v3 12/24] xen/arm: Release IRQ routed to a domain when it's destroying
` [PATCH v3 13/24] xen/arm: Implement hypercall PHYSDEVOP_{, un}map_pirq
` [PATCH v3 14/24] xen/dts: Use unsigned int for MMIO and IRQ index
` [PATCH v3 15/24] xen/dts: Provide an helper to get a DT node from a path provided by a guest
` [PATCH v3 16/24] xen/passthrough: Introduce iommu_construct
` [PATCH v3 17/24] xen/passthrough: arm: release earlier the DT devices assigned to a guest
` [PATCH v3 18/24] xen/passthrough: iommu_deassign_device_dt: By default reassign device to nobody
` [PATCH v3 19/24] xen/iommu: arm: Wire iommu DOMCTL for ARM
` [PATCH v3 20/24] xen/passthrough: Extend XEN_DOMCTL_assign_device to support DT device

[PATCH] tools/Coverity: Audit of MISSING_BREAK defects
 2015-02-23 10:08 UTC  (2+ messages)

[PATCH] x86/numa: Adjust datatypes for node and pxm
 2015-02-23  9:57 UTC  (2+ messages)

[PATCH] xen/xsm: Generate the permission in a spec-compliant way
 2015-02-23  9:44 UTC  (3+ messages)

libxl backport request for 4.5/4.4/4.3/4.2
 2015-02-23  9:36 UTC  (2+ messages)

[seabios test] 34922: regressions - FAIL
 2015-02-23  9:19 UTC 

[PATCH] tools/hotplug: Don't ever kill xenstored
 2015-02-23  9:18 UTC 

GARP Issue
 2015-02-23  7:02 UTC 

GSoC ideas for Xen?
 2015-02-23  6:04 UTC  (4+ messages)

[xen-4.3-testing test] 35078: regressions - trouble: blocked/broken/fail/pass
 2015-02-23  5:33 UTC 

[linux-next test] 34913: regressions - trouble: broken/fail/pass
 2015-02-23  5:17 UTC 

[xen-4.4-testing test] 34955: regressions - trouble: blocked/broken/fail/pass
 2015-02-23  0:40 UTC 

[libvirt test] 34969: regressions - trouble: blocked/broken/fail/pass
 2015-02-22 21:58 UTC 

[ovmf test] 34942: regressions - FAIL
 2015-02-22 20:36 UTC 

issues booting HVM with 9p as root (btrfs)
 2015-02-22 16:46 UTC 

[RFC] [Design] Better XL support of RTDS scheduler for Xen 4.6
 2015-02-22 15:56 UTC  (2+ messages)

[RFC] More efficient RTDS scheduler for Xen 4.6
 2015-02-22 15:53 UTC  (2+ messages)

[PATCH v5 00/24] Virtual NUMA for PV and HVM
 2015-02-22 15:50 UTC  (11+ messages)
` [PATCH v5 08/24] libxl: introduce libxl__vnuma_config_check

[xen-4.5-testing test] 34907: regressions - trouble: broken/fail/pass
 2015-02-22  7:24 UTC 

[qemu-upstream-unstable test] 34901: regressions - trouble: broken/fail/pass
 2015-02-22  6:06 UTC 

[xen-4.3-testing test] 34946: regressions - trouble: blocked/broken/fail/pass
 2015-02-22  4:24 UTC 

[linux-linus test] 34877: regressions - trouble: broken/fail/pass
 2015-02-22  3:30 UTC 

[linux-3.10 test] 34811: regressions - trouble: broken/fail/pass
 2015-02-21 22:50 UTC 

[linux-3.16 test] 34793: regressions - trouble: broken/fail/pass
 2015-02-21 22:15 UTC 

[PATCH v9 00/13] Xen VMware tools support
 2015-02-21 16:06 UTC  (8+ messages)
` [PATCH v9 06/13] xen: Add ring 3 vmware_port support

[qemu-mainline test] 34756: regressions - trouble: broken/fail/pass
 2015-02-21 11:36 UTC 

[libvirt test] 34801: regressions - FAIL
 2015-02-21  5:54 UTC 

[PATCH v3 00/15] xen/arm: Bug fixes for the vGIC
 2015-02-21  5:36 UTC  (10+ messages)

[xen-4.4-testing test] 34822: regressions - trouble: blocked/broken/fail/pass
 2015-02-21  2:07 UTC 

[rumpuserxen test] 34885: regressions - FAIL
 2015-02-21  0:14 UTC 

[xen-4.3-testing test] 34807: regressions - trouble: blocked/broken/fail/pass
 2015-02-20 23:45 UTC 

[ovmf test] 34747: regressions - FAIL
 2015-02-20 23:08 UTC 

[RFC PATCH] xentop: add support for qdisks
 2015-02-20 22:03 UTC 

[PATCH RFC 5/5] pvh: dom0 boot option to specify iommu rw ranges
 2015-02-20 20:03 UTC  (10+ messages)

[RFC PATCH 00/10] Multi-queue support for xen-block driver
 2015-02-20 18:59 UTC  (2+ messages)
                  ` [PATCH 04/10] xen/blkfront: separate ring information to an new struct

[RFC PATCH] xentop: add support for qdisks
 2015-02-20 18:10 UTC 

[PATCH v18 00/16] x86/PMU: Xen PMU PV(H) support
 2015-02-20 16:55 UTC  (22+ messages)
` [PATCH v18 05/16] x86/VPMU: Interface for setting PMU mode and flags
` [PATCH v18 06/16] x86/VPMU: Initialize VPMUs with __initcall
` [PATCH v18 07/16] x86/VPMU: Initialize PMU for PV(H) guests
` [PATCH v18 12/16] x86/VPMU: Merge vpmu_rdmsr and vpmu_wrmsr
` [PATCH v18 14/16] x86/VPMU: NMI-based VPMU support
` [PATCH v18 15/16] x86/VPMU: VPMU should not exist when vpmu_initialise() is called

[PATCH 07/18] efi: run EFI specific code on EFI platform only
 2015-02-20 16:47 UTC  (4+ messages)
  ` [PATCH 04/18] xen/x86: add multiboot2 protocol support
  ` [PATCH 05/18] efi: split efi_enabled to efi_platform and efi_loader

[RFC v1 0/8] xen: kconfig changes
 2015-02-20 16:04 UTC  (8+ messages)

Xen Project Document Day is Wednesday, February 25: The Great 4.5 Clean-Up (Part II)
 2015-02-20 15:10 UTC 

EPT question - XENMEM_get_access_op
 2015-02-20 15:03 UTC  (6+ messages)

[xen-unstable test] 34715: regressions - FAIL
 2015-02-20 14:26 UTC 

[seabios test] 34755: regressions - FAIL
 2015-02-20 14:18 UTC 

[PATCH] MAINTAINERS: add x86 emulator test directory to "X86 ARCHITECTURE"
 2015-02-20 14:10 UTC  (3+ messages)

[PATCH v4 21/29] Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL
 2015-02-20 14:10 UTC 

[PATCH 0/6] tools/libxl: Improvements to libxl__datacopier
 2015-02-20 14:05 UTC  (5+ messages)
` [PATCH 6/6] tools/libxl: Fix datacopier POLLHUP handling to not always be fatal

[PATCH V2 0/3] xen: pvscsi: avoid race, support suspend/resume
 2015-02-20 13:52 UTC  (3+ messages)
` [PATCH V2 1/3] xen: mark pvscsi frontend request consumed only after last read
  ` [Xen-devel] "

[PATCHv6] x86/xen: allow privcmd hypercalls to be preempted
 2015-02-20 13:51 UTC  (3+ messages)

[PATCH v2] xen: fix build failure if using perfc=y
 2015-02-20 12:27 UTC 

[RFC] [PATCH 3/3] XEN ARM PCI support
 2015-02-20 12:12 UTC  (4+ 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).