Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-04 13:22:51 to 2015-09-07 10:56:18 UTC [more...]

[PATCH v6 00/31] Add ITS support
 2015-09-07 10:56 UTC  (10+ messages)
` [PATCH v6 01/31] xen/dt: Handle correctly node with interrupt-map in dt_for_each_irq_map
` [PATCH v6 17/31] xen/arm: ITS: Store LPIs allocated and IRQ ID bits per domain

[PATCH v6 00/18] Add VT-d Posted-Interrupts support
 2015-09-07 10:54 UTC  (40+ messages)
` [PATCH v6 02/18] Add cmpxchg16b support for x86-64
` [PATCH v6 03/18] iommu: Add iommu_intpost to control VT-d Posted-Interrupts feature
` [PATCH v6 04/18] vt-d: VT-d Posted-Interrupts feature detection
` [PATCH v6 05/18] vmx: Extend struct pi_desc to support VT-d Posted-Interrupts
` [PATCH v6 06/18] vmx: Add some helper functions for Posted-Interrupts
` [PATCH v6 07/18] vmx: Initialize VT-d Posted-Interrupts Descriptor
` [PATCH v6 08/18] vmx: Suppress posting interrupts when 'SN' is set
` [PATCH v6 09/18] VT-d: Remove pointless casts
` [PATCH v6 11/18] vt-d: Add API to update IRTE when VT-d PI is used
` [PATCH v6 12/18] x86: move some APIC related macros to apicdef.h
` [PATCH v6 13/18] Update IRTE according to guest interrupt config changes

[PATCH RFC v2 0/4] HVM x86 deprivileged mode operations
 2015-09-07 10:50 UTC  (3+ messages)

Design doc of adding ACPI support for arm64 on Xen - version 5
 2015-09-07 10:47 UTC  (4+ messages)

Found memory leak in libxenstore
 2015-09-07 10:46 UTC  (4+ messages)

Commit moratorium
 2015-09-07 10:35 UTC  (10+ messages)

Question about the status of vNUMA in Xen
 2015-09-07 10:23 UTC  (2+ messages)

[PATCH for 4.6 v3 0/5] Migration v2 fix
 2015-09-07 10:10 UTC  (18+ messages)
` [PATCH for 4.6 v3 1/5] libxc: clearer migration v2 debug message
` [PATCH for 4.6 v3 2/5] libxc: migration v2 prefix Memory -> Frames
` [PATCH for 4.6 v3 3/5] libxc: fix indentation
` [PATCH for 4.6 v3 4/5] libxc: don't populate same pfn more than once in populate_pfns
` [PATCH for 4.6 v3 5/5] libxc: add assertion to avoid setting same bit more than once

[Draft C] Boot ABI for HVM guests without a device-model
 2015-09-07 10:05 UTC  (14+ messages)

BUG: failed to save x86 HVM guest with 1TB ram
 2015-09-07  9:48 UTC  (2+ messages)

[PATCH v13 00/16] Fix RMRR (avoid RDM)
 2015-09-07  9:45 UTC  (11+ messages)
` [PATCH 15/16] xen/vtd: prevent from assign the device with shared rmrr

What is the difference between XenAPI and XenAPI-Extensions
 2015-09-07  9:06 UTC  (2+ messages)

[adhoc xen-unstable bisection] complete test-amd64-i386-xl
 2015-09-07  8:53 UTC 

[linux-3.14 test] 61421: trouble: blocked/broken
 2015-09-07  8:08 UTC 

Linux 4.1 reports wrong number of pages to toolstack
 2015-09-07  7:09 UTC  (13+ messages)

[PATCH] xen-blkback: free requests on disconnection
 2015-09-07  6:07 UTC  (3+ messages)

[libvirt test] 61413: trouble: blocked/broken
 2015-09-07  3:07 UTC 

[xen-4.5-testing test] 61390: trouble: blocked/broken
 2015-09-06 22:06 UTC 

[PATCH for 4.6 v2 0/5] Migration v2 fix
 2015-09-06 19:21 UTC  (9+ messages)
` [PATCH for 4.6 v2 1/5] libxc: clearer migration v2 debug message
` [PATCH for 4.6 v2 2/5] libxc: migration v2 prefix Memory -> Frames
` [PATCH for 4.6 v2 3/5] libxc: fix indentation
` [PATCH for 4.6 v2 4/5] libxc: don't populate same pfn more than once in populate_pfns
` [PATCH for 4.6 v2 5/5] libxc: add assertion to avoid setting same bit more than once

[xen-unstable test] 61379: trouble: blocked/broken
 2015-09-06 16:49 UTC 

[PATCH 0/5] Intel Code/Data Prioritization(CDP) feature enabling
 2015-09-06 16:29 UTC  (8+ messages)
` [PATCH 3/5] x86: add domctl cmd to set/get CDP code/data CBM

Xen-unstable: Keyboard doesn't seem to work when using VNC to HVM with qemu-xen device model
 2015-09-06 10:46 UTC 

[linux-3.14 test] 61362: trouble: blocked/broken
 2015-09-06  7:23 UTC 

[libvirt test] 61360: trouble: blocked/broken
 2015-09-06  1:37 UTC 

[xen-4.5-testing test] 61356: trouble: blocked/broken
 2015-09-05 19:30 UTC 

[distros-debian-snapshot test] 37897: regressions - FAIL
 2015-09-05 14:25 UTC 

[xen-unstable test] 61352: trouble: blocked/broken
 2015-09-05 14:17 UTC 

[PATCH v3 1/9] xen-blkfront: convert to blk-mq APIs
 2015-09-05 12:39 UTC  (9+ messages)
` [PATCH v3 2/9] xen-block: add document for mutli hardware queues/rings
` [PATCH v3 3/9] xen/blkfront: separate per ring information out of device info
` [PATCH v3 4/9] xen/blkfront: pseudo support for multi hardware queues/rings
` [PATCH v3 5/9] xen/blkfront: convert per device io_lock to per ring ring_lock
` [PATCH v3 6/9] xen/blkfront: negotiate the number of hw queues/rings with backend
` [PATCH v3 7/9] xen/blkback: separate ring information out of struct xen_blkif
` [PATCH v3 8/9] xen/blkback: pseudo support for multi hardware queues/rings
` [PATCH v3 9/9] xen/blkback: get number of hardware queues/rings from blkfront

[PATCH v3 0/9] xen-block: support multi hardware-queues/rings
 2015-09-05 12:39 UTC 

[linux-3.14 test] 61316: regressions - trouble: broken/fail/pass
 2015-09-05  5:23 UTC 

[libvirt test] 61350: trouble: blocked/broken/pass
 2015-09-05  5:06 UTC 

[PATCH v6 00/29] Introduce HVM without dm and new boot ABI
 2015-09-04 22:41 UTC  (7+ messages)
` [PATCH v6 11/29] xen/x86: add bitmap of enabled emulated devices

[xen-4.5-testing test] 61309: regressions - trouble: blocked/broken/fail/pass
 2015-09-04 22:14 UTC 

[RFC] Support of non-indirect grant backend on 64KB guest
 2015-09-04 22:05 UTC  (17+ messages)
                  ` PAGE_SIZE (64KB), while block driver 'struct request' deals with < PAGE_SIZE (up to 44Kb). Was:Re: "

[PATCH for 4.6 0/5] Migration v2 fix
 2015-09-04 21:56 UTC  (13+ messages)
` [PATCH for 4.6 1/5] libxc: clearer migration v2 debug message
` [PATCH for 4.6 2/5] libxc: migration v2 prefix Memory -> Memory (P2M)
` [PATCH for 4.6 3/5] libxc: fix indentation
` [PATCH for 4.6 4/5] libxc: add assertion to avoid setting same bit more than once
` [PATCH for 4.6 5/5] libxc: de-duplicate gpfns in populate_pfns

[xen-unstable test] 61306: regressions - FAIL
 2015-09-04 18:00 UTC 

[PATCH v5 0/5] 32-bit domU PVH support
 2015-09-04 17:05 UTC  (6+ messages)
` [PATCH v5 1/5] x86/pvh: Set 32b PVH guest mode in XEN_DOMCTL_set_address_size
` [PATCH v5 2/5] x86/pvh: Do not allow 32-bit PVH guests to clear CR4's PAE bit
` [PATCH v5 3/5] x86/compat: Test both PV and PVH guests for compat mode
` [PATCH v5 4/5] x86/pvh: Handle hypercalls for 32b PVH guests
` [PATCH v5 5/5] libxc/x86/pvh: Allow creation of "

[BUG] Xen live migration dom0 memory
 2015-09-04 17:05 UTC  (4+ messages)

[PATCH] xen: switch extra memory accounting to use pfns
 2015-09-04 15:44 UTC  (3+ messages)
` [Xen-devel] "

[PATCH] xen: limit memory to architectural maximum
 2015-09-04 15:43 UTC  (3+ messages)
` [Xen-devel] "

[Pkg-xen-devel] Bug#795330: Suggests noapic but doesn't support it
 2015-09-04 15:37 UTC  (6+ messages)

Fwd: [PATCH] x86: Use larger chunks in mtrr_cleanup
 2015-09-04 14:56 UTC  (2+ messages)

[PATCH v2] public/io/netif.h: move and amend multicast control documentation
 2015-09-04 14:42 UTC  (4+ messages)

[PATCH] MAINTAINERS: tools/ocaml: update David Scott's email address
 2015-09-04 14:41 UTC  (4+ messages)

[PATCH] build: update top-level make help
 2015-09-04 14:41 UTC  (9+ messages)

[PATCH for 4.6] tools/xen-access: use PRI_xen_pfn
 2015-09-04 14:40 UTC  (2+ messages)

[PATCH] xen/arm64: do not (incorrectly) limit size of xenheap
 2015-09-04 14:40 UTC  (3+ messages)

[PATCH for 4.6] build: fix tarball stubdom build
 2015-09-04 13:54 UTC  (4+ messages)

[PATCH v11 00/11] toolstack-assisted approach to PVHVM guest kexec
 2015-09-04 13:39 UTC  (12+ messages)
` [PATCH v11 01/11] xen: introduce SHUTDOWN_soft_reset shutdown reason
` [PATCH v11 02/11] libxl: support "
` [PATCH v11 03/11] xl: introduce enum domain_restart_type
` [PATCH v11 04/11] xen: evtchn: make evtchn_reset() ready for soft reset
` [PATCH v11 05/11] xen: grant_table: implement grant_table_warn_active_grants()
` [PATCH v11 06/11] xen: Introduce XEN_DOMCTL_soft_reset
` [PATCH v11 07/11] flask: DOMCTL_soft_reset support
` [PATCH v11 08/11] xen: arch-specific hooks for domain_soft_reset()
` [PATCH v11 09/11] libxc: support XEN_DOMCTL_soft_reset operation
` [PATCH v11 10/11] libxl: add LIBXL_DEVICE_MODEL_SAVE_FILE
` [PATCH v11 11/11] (lib)xl: soft reset support

[RFC v0 1/9] smpboot: Add a separate CPU state when a surviving CPU times out
 2015-09-04 13:34 UTC 

[Xen-users] Changing netback tx interrupts affinity on Dom0
 2015-09-04 13:28 UTC  (4+ messages)

Backport "tools/console: xenconsole tolerate tty errors"
 2015-09-04 13:26 UTC 

[Patch V1 0/3] usb, xen: add pvUSB backend
 2015-09-04 13:25 UTC  (3+ messages)
` [Patch V1 2/3] xen/usb: add capability for passing through isoc jobs to host devices


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 read-only IMAP folder(s) and NNTP newsgroup(s).