xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-17 15:37:01 to 2015-07-20 12:06:15 UTC [more...]

[PATCH v2 0/2] xen: sched/cpupool: more fixing of (corner?) cases
 2015-07-20 12:06 UTC  (5+ messages)
` [PATCH v2 1/2] xen: sched: reorganize cpu_disable_scheduler()

[v10][PATCH 00/16] Fix RMRR
 2015-07-20 11:56 UTC  (21+ messages)
` [v10][PATCH 01/16] xen: introduce XENMEM_reserved_device_memory_map
` [v10][PATCH 02/16] xen/vtd: create RMRR mapping
` [v10][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v10][PATCH 04/16] xen: enable XENMEM_memory_map in hvm
` [v10][PATCH 05/16] hvmloader: get guest memory map into memory_map[]
` [v10][PATCH 06/16] hvmloader/pci: Try to avoid placing BARs in RMRRs
` [v10][PATCH 07/16] hvmloader/e820: construct guest e820 table
` [v10][PATCH 08/16] tools/libxc: Expose new hypercall xc_reserved_device_memory_map
` [v10][PATCH 09/16] tools: extend xc_assign_device() to support rdm reservation policy
` [v10][PATCH 10/16] tools: introduce some new parameters to set rdm policy
` [v10][PATCH 11/16] tools/libxl: detect and avoid conflicts with RDM
` [v10][PATCH 12/16] tools: introduce a new parameter to set a predefined rdm boundary
` [v10][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
` [v10][PATCH 14/16] xen/vtd: enable USB device assignment
` [v10][PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr
` [v10][PATCH 16/16] tools: parse to enable new rdm policy parameters

[PATCH v4 00/17] Add ITS support
 2015-07-20 11:52 UTC  (18+ messages)
` [PATCH v4 05/17] xen/arm: ITS: implement hw_irq_controller for LPIs
` [PATCH v4 07/17] xen/arm: ITS: Add virtual ITS commands support
` [PATCH v4 08/17] xen/arm: ITS: Add APIs to add and assign device

[Patch V2] xen: release lock occasionally during ballooning
 2015-07-20 11:49 UTC 

[Patch V2] xen: release lock occasionally during ballooning
 2015-07-20 11:48 UTC  (2+ messages)

Request backport to xen qemu-upstream gits of a fix that solves occasional qemu crash using spice
 2015-07-20 11:30 UTC  (2+ messages)

[PATCH] blkif.h: document physical-device node
 2015-07-20 11:04 UTC  (2+ messages)

[PATCH] xen: release lock occasionally during ballooning
 2015-07-20 10:46 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] VT-d: add iommu=igfx_off option to workaround graphics issues
 2015-07-20 10:44 UTC  (10+ messages)

[PATCH for 4.6 0/6] Prune legacy migration and move migration v2 out of daft status
 2015-07-20 10:37 UTC  (7+ messages)
` [PATCH 1/6] tools/libxc: Remove legacy migration implementation
` [PATCH 2/6] tools/libx{l, c}: Remove the toolstack_{save, restore} callbacks
` [PATCH 3/6] tools/libx{l, c}: Remove XC_DEVICE_MODEL_RESTORE_FILE
` [PATCH 4/6] tools/libx{l, c}: Drop '2' suffixes from xc_domain_{save, restore}2() functions
` [PATCH 5/6] docs: Migration v2 is now no longer draft
` [PATCH 6/6] tools/libx{l, c}: Fix trivial Coverity defects in migration v2 code

[PATCH] blktap2: update connection handling to fix build with gcc5
 2015-07-20 10:23 UTC  (6+ messages)

[PATCH 0/4] Fix to libxl migration v2 issue blocking OSSTest
 2015-07-20 10:11 UTC  (18+ messages)
` [PATCH 1/4] tools/libxc: Identify the path of the kernel image which cannot be found
` [PATCH 2/4] tools/libxl: Log the subject fd in datacopier messages
` [PATCH 3/4] tools/libxl: Identify copywhat in stream v2 datacopiers
` [PATCH 4/4] tools/libxl: Initialise the fd of the unused half of a datacopier
    ` [PATCH v2 "

[PATCH 1/5] xl: Command line: Adjust "Fix segfaults from `xl psr-cat-cbm-set`..."
 2015-07-20 10:07 UTC  (11+ messages)
` [PATCH 2/5] xl: Command line: Remove maximum argument limit for network-attach
` [PATCH 3/5] xl: Command line: Support -h everywhere
` [PATCH 4/5] xl: Command line: Make COMMON_LONG_OPTS include sentinel
` [PATCH 5/5] xl: Command line: Support xl vcpu-set --help

xen/mmu: Copy and revector the P2M tree
 2015-07-20 10:03 UTC 

design philosophy of blktap
 2015-07-20  9:52 UTC  (2+ messages)

[PATCH v2] xl: fix vcpus to vnode assignement in config file
 2015-07-20  9:30 UTC 

[xen-unstable test] 59721: regressions - trouble: broken/fail/pass
 2015-07-20  8:59 UTC  (3+ messages)

[xen-unstable test] 59699: regressions - FAIL
 2015-07-20  8:57 UTC  (2+ messages)

[xen-unstable test] 59759: regressions - trouble: blocked/broken/fail/pass
 2015-07-20  8:52 UTC 

[xen-unstable test] 59681: regressions - FAIL
 2015-07-20  8:28 UTC  (4+ messages)

Request a freeze exception for COLO in v4.6
 2015-07-20  7:27 UTC  (4+ messages)

Preface working plan for altp2m during freeze exception
 2015-07-20  7:11 UTC  (2+ messages)

[PATCH v5 00/15] Alternate p2m: support multiple copies of host p2m
 2015-07-20  6:53 UTC  (24+ messages)
` [PATCH v5 05/15] x86/altp2m: basic data structures and support routines
` [PATCH v5 06/15] VMX/altp2m: add code to support EPTP switching and #VE
` [PATCH v5 07/15] VMX: add VMFUNC leaf 0 (EPTP switching) to emulator
` [PATCH v5 10/15] x86/altp2m: add remaining support routines

[v9][PATCH 00/16] Fix RMRR
 2015-07-20  6:19 UTC  (14+ messages)
` [v9][PATCH 03/16] xen/passthrough: extend hypercall to support rdm reservation policy
` [v9][PATCH 07/16] hvmloader/e820: construct guest e820 table

[PATCH v3 00/12] Alternate p2m: support multiple copies of host p2m
 2015-07-20  6:18 UTC  (11+ messages)
` [PATCH v3 05/13] x86/altp2m: basic data structures and support routines

[linux-3.4 test] 59758: regressions - FAIL
 2015-07-20  5:30 UTC 

[qemu-mainline test] 59760: regressions - FAIL
 2015-07-20  5:20 UTC 

[Patch V4 0/3] xen, usb: support pvUSB frontend driver
 2015-07-20  5:13 UTC  (2+ messages)

Adjusting HVM guest time leads to overflow
 2015-07-20  4:11 UTC 

[linux-3.18 test] 59757: regressions - FAIL
 2015-07-20  3:47 UTC 

[PATCH] dmar: Fix double free in error paths following c/s a8bc99b
 2015-07-20  1:31 UTC  (2+ messages)

Requesting for freeze exception for RMRR
 2015-07-20  1:14 UTC  (16+ messages)

[linux-3.18 test] 59746: regressions - FAIL
 2015-07-19 21:33 UTC 

[linux-3.4 test] 59744: regressions - FAIL
 2015-07-19 20:34 UTC 

[xen-unstable test] 59736: regressions - FAIL
 2015-07-19 16:17 UTC 

[qemu-mainline test] 59726: regressions - trouble: broken/fail/pass
 2015-07-19 16:10 UTC 

[linux-3.18 test] 59734: regressions - FAIL
 2015-07-19 13:56 UTC 

[linux-3.4 test] 59735: regressions - FAIL
 2015-07-19 13:17 UTC 

[linux-linus test] 59729: regressions - trouble: blocked/broken/fail/pass
 2015-07-19 11:03 UTC 

[linux-3.18 test] 59718: regressions - trouble: broken/fail/pass
 2015-07-19  8:49 UTC 

[libvirt test] 59730: regressions - FAIL
 2015-07-19  7:04 UTC 

[linux-3.4 test] 59716: regressions - FAIL
 2015-07-19  5:49 UTC 

[qemu-mainline test] 59715: regressions - FAIL
 2015-07-19  3:19 UTC 

[linux-3.18 test] 59697: regressions - FAIL
 2015-07-18 22:24 UTC 

[linux-3.4 test] 59696: regressions - FAIL
 2015-07-18 20:13 UTC 

[qemu-mainline test] 59695: regressions - FAIL
 2015-07-18 19:38 UTC 

[linux-linus bisection] complete test-amd64-i386-rumpuserxen-i386
 2015-07-18 18:57 UTC 

[v3 14/15] Update Posted-Interrupts Descriptor during vCPU scheduling
 2015-07-18 13:43 UTC  (20+ messages)
  ` Fwd: "

ARM - why does setup_frametable_size() round frametable_size to 32MB ?
 2015-07-18 11:58 UTC  (2+ messages)

[linux-3.18 test] 59665: regressions - FAIL
 2015-07-18  8:36 UTC 

[linux-linus test] 59687: regressions - trouble: blocked/broken/fail/pass
 2015-07-18  8:21 UTC 

[qemu-mainline test] 59661: regressions - FAIL
 2015-07-18  7:08 UTC 

[libvirt test] 59688: regressions - FAIL
 2015-07-18  6:04 UTC 

[xen-unstable bisection] complete test-amd64-amd64-xl-qemut-debianhvm-amd64
 2015-07-18  4:51 UTC 

[linux-3.4 test] 59664: regressions - FAIL
 2015-07-18  4:34 UTC 

[linux-next test] 59659: tolerable FAIL
 2015-07-18  3:58 UTC 

[xen-unstable test] 59654: regressions - FAIL
 2015-07-17 23:39 UTC 

[PATCH] xen: arm: Avoid reading beyond the last module
 2015-07-17 22:15 UTC  (3+ messages)

3.18.17 Xen regression
 2015-07-17 21:23 UTC  (4+ messages)

[PATCH] xen: arm: Avoid reading beyond the last module
 2015-07-17 20:48 UTC 

[PATCH v9 0/8] pci: add pci_iomap_wc() and pci_ioremap_wc_bar()
 2015-07-17 20:29 UTC  (2+ messages)

[PATCH v2 0/6] add xsaves/xrstors support
 2015-07-17 20:15 UTC  (4+ messages)
` [PATCH 1/6] x86/xsaves: enable xsaves/xrstors for pv guest

PV-vNUMA issue: topology is misinterpreted by the guest
 2015-07-17 18:17 UTC  (12+ messages)

[PATCH v2 0/6] 32-bit PVH domU support
 2015-07-17 17:52 UTC  (5+ messages)
` [PATCH v2 4/6] xen/x86/pvh: Set up descriptors for 32-bit PVH guests

[PATCH] xl: fix vcpus to vnode assignement in config file
 2015-07-17 17:19 UTC  (4+ messages)

[PATCH v4 0/3] xl/libxl: fix some issues discovered by coverity
 2015-07-17 17:12 UTC  (8+ messages)
` [PATCH v4 1/3] libxl: make libxl__strdup and libxl__strndup handle NULL
` [PATCH v4 2/3] libxl: localtime(3) can return NULL
` [PATCH v4 3/3] libxl: call libxl_cpupoolinfo_{init, dispose} in numa_place_domain

[PATCH v1 02/10] xen/pt: Sync up the dev.config and data values
 2015-07-17 16:48 UTC  (13+ messages)
` [PATCH v1 03/10] xen/pt: Check if reg->init function sets the 'data' past the reg->size
` [PATCH v1 04/10] xen/pt: Use xen_host_pci_get_[byte, word, long] instead of xen_host_pci_get_long
` [PATCH v1 05/10] xen/pt: Remove XenPTReg->data field
  ` [PATCH v1 01/10] xen/pt: Use xen_host_pci_get_[byte|word] instead of dev.config
  ` [PATCH v1 08/10] xen/pt: Make xen_pt_unregister_device idempotent
    ` [PATCH] xen/pt: Don't slurp wholesale the PCI configuration registers

[PATCH OSSTEST 0/4] Have OpenStack tested on top of xen's master and libvirt's master
 2015-07-17 16:45 UTC  (14+ messages)
` [PATCH OSSTEST 1/4] ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM
` [PATCH OSSTEST 2/4] Toolstack: Add OpenStack as a toolstack
` [PATCH OSSTEST 3/4] ts-devstack: Deploy OpenStack then test it with Tempest
` [PATCH OSSTEST 4/4] Create a flight to test OpenStack with xen-unstable and libvirt

Request a freeze exception for COLO in v4.6
 2015-07-17 16:29 UTC 

Request a freeze exception for COLO in v4.6
 2015-07-17 16:04 UTC 

pre-cursor email to incremental rev6 of altp2m patch series
 2015-07-17 15:42 UTC  (4+ messages)

RFC on deprivileged x86 hypervisor device models
 2015-07-17 15:38 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).