xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-19 12:54:24 to 2017-10-20 10:08:51 UTC [more...]

[PATCH V3 00/29]
 2017-10-20 10:08 UTC  (57+ messages)
` [PATCH V3 6/29] tools/libxl: Add a user configurable parameter to control vIOMMU attributes
` [PATCH V3 7/29] tools/libxl: build DMAR table for a guest with one virtual VTD
` [PATCH V3 10/29] vtd: add and align register definitions
` [PATCH V3 11/29] x86/hvm: Introduce a emulated VTD for HVM
` [PATCH V3 12/29] x86/vvtd: Add MMIO handler for VVTD
` [PATCH V3 13/29] x86/vvtd: Set Interrupt Remapping Table Pointer through GCMD
` [PATCH V3 14/29] x86/vvtd: Enable Interrupt Remapping "
` [PATCH V3 15/29] x86/vvtd: Process interrupt remapping request
` [PATCH V3 16/29] x86/vvtd: decode interrupt attribute from IRTE
` [PATCH V3 17/29] x86/vvtd: add a helper function to decide the interrupt format
` [PATCH V3 18/29] VIOMMU: Add irq request callback to deal with irq remapping
` [PATCH V3 19/29] x86/vioapic: Hook interrupt delivery of vIOAPIC
` [PATCH V3 20/29] VIOMMU: Add get irq info callback to convert irq remapping request
` [PATCH V3 21/29] VIOMMU: Introduce callback of checking irq remapping mode
` [PATCH V3 22/29] x86/vioapic: extend vioapic_get_vector() to support remapping format RTE
` [PATCH V3 24/29] tools/libxc: Add a new interface to bind remapping format msi with pirq
` [PATCH V3 25/29] x86/vmsi: Hook delivering remapping format msi to guest
` [PATCH V3 26/29] x86/vvtd: Handle interrupt translation faults

[PATCH for-4.10] libxl: annotate s to be nonnull in libxl__enum_from_string
 2017-10-20 10:05 UTC  (2+ messages)

[PATCH v1 0/5] Add dmops to allow use of VGA with restricted QEMU
 2017-10-20 10:04 UTC  (16+ messages)
` [PATCH v1 1/5] xen/mm: Make xenmem_add_to_physmap global
` [PATCH v1 2/5] xen: Provide XEN_DMOP_add_to_physmap
` [PATCH v1 3/5] xen: Provide XEN_DMOP_pin_memory_cacheattr
` [PATCH v1 4/5] tools: libxendevicemodel: Provide xendevicemodel_add_to_physmap
` [PATCH v1 5/5] tools: libxendevicemodel: Provide xendevicemodel_pin_memory_cacheattr

[PATCH v12 00/11] x86: guest resource mapping
 2017-10-20 10:00 UTC  (22+ messages)
` [PATCH v12 05/11] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v12 06/11] x86/hvm/ioreq: add a new mappable resource type

[PATCH v7 for-next 00/12] vpci: PCI config space emulation
 2017-10-20  9:58 UTC  (9+ messages)
` [PATCH v7 for-next 01/12] x86/pio: allow internal PIO handlers to return RETRY
` [PATCH v7 for-next 03/12] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v7 for-next 04/12] x86/mmcfg: add handlers for the PVH Dom0 MMCFG areas
` [PATCH v7 for-next 10/12] vpci/msi: add MSI handlers

[PATCH] tools/Makefile: unset MAKELEVEL before building QEMU
 2017-10-20  9:52 UTC  (3+ messages)

[xen-unstable-smoke test] 114792: tolerable all pass - PUSHED
 2017-10-20  9:46 UTC 

[GIT PULL] xen: fix for 4.14-rc6
 2017-10-20  9:44 UTC 

[PATCH v9 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-20  8:28 UTC  (17+ messages)
` [PATCH v9 01/16] docs: create Memory Bandwidth Allocation (MBA) feature document
` [PATCH v9 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v9 03/16] x86: rename 'cbm_type' to 'psr_type' to make it general
` [PATCH v9 04/16] x86: a few optimizations to psr codes
` [PATCH v9 05/16] x86: implement data structure and CPU init flow for MBA
` [PATCH v9 06/16] x86: implement get hw info "
` [PATCH v9 07/16] x86: implement get value interface "
` [PATCH v9 08/16] x86: implement set value flow "
` [PATCH v9 09/16] tools: create general interfaces to support psr allocation features
` [PATCH v9 10/16] tools: implement the new libxc get hw info interface
` [PATCH v9 11/16] tools: implement the new libxl "
` [PATCH v9 12/16] tools: implement the new xl "
` [PATCH v9 13/16] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
` [PATCH v9 14/16] tools: implement new generic get value interface and MBA get value command
` [PATCH v9 15/16] tools: implement new generic set value interface and MBA set "
` [PATCH v9 16/16] docs: add MBA description in docs

[PATCH RFC 00/14] Intel EPT-Based Sub-page Write Protection Support
 2017-10-20  8:44 UTC  (20+ messages)
` [PATCH RFC 05/14] xen: vmx: Disable the 2M/1G superpage when SPP enabled
` [PATCH RFC 08/14] xen: vmx: Added setup spp page structure
` [PATCH RFC 09/14] xen: vmx: Introduce a Hyper call to set subpage
` [PATCH RFC 13/14] xen: tools: Introduce the set-subpage into xenctrl
` [PATCH RFC 14/14] xen: tools: Added xen-subpage tool

[PATCH v2] arm: configure interrupts to be in non-secure group1
 2017-10-20  8:37 UTC  (2+ messages)

[PATCH] x86/xen: support priv-mapping in an HVM tools domain
 2017-10-20  8:35 UTC  (3+ messages)

[PATCH v1 01/27] x86/crypto: Adapt assembly for PIE support
 2017-10-20  8:28 UTC  (8+ messages)
` [PATCH v1 06/27] x86/entry/64: "
` [PATCH v1 15/27] compiler: Option to default to hidden symbols

[PATCH] pci-assign: Remove
 2017-10-20  8:25 UTC 

x86: PIE support and option to extend KASLR randomization
 2017-10-20  8:13 UTC 

[libvirt test] 114713: tolerable all pass - PUSHED
 2017-10-20  8:08 UTC 

[xen-4.7-testing test] 114698: regressions - FAIL
 2017-10-20  7:42 UTC 

[PATCH for-4.10] string: fix memmove when size is 0
 2017-10-20  7:17 UTC  (2+ messages)

[PATCH for-4.10] passthrough/vtd: Don't DMA to the stack in queue_invalidate_wait()
 2017-10-20  7:12 UTC  (7+ messages)
` [PATCH for-4.10 v2] "

VPMU interrupt unreliability
 2017-10-20  7:07 UTC  (13+ messages)

[RFC v2 0/7] SMMUv3 driver and the supporting framework
 2017-10-20  6:25 UTC  (13+ messages)
` [RFC v2 2/7] arm64: Add definitions for fwnode_handle
` [RFC v2 3/7] xen/passthrough/arm: Introduce iommu_fwspec
` [RFC v2 5/7] acpi:arm64: Add support for parsing IORT table

[PATCH v3 0/7] Allow setting up shared memory areas between VMs from xl config files
 2017-10-20  6:14 UTC  (8+ messages)
` [PATCH v3 2/7] xsm: flask: change the dummy xsm policy and flask hook for map_gmfn_foregin

[PATCH 1/1] xen/time: do not decrease steal time after live migration on xen
 2017-10-20  5:37 UTC 

[qemu-mainline test] 114703: regressions - FAIL
 2017-10-20  4:14 UTC 

[xen-4.8-testing test] 114689: tolerable FAIL - PUSHED
 2017-10-20  4:14 UTC 

[linux-3.18 baseline-only test] 72332: regressions - trouble: blocked/broken/fail/pass
 2017-10-20  3:38 UTC 

[xen-unstable-smoke test] 114780: tolerable all pass - PUSHED
 2017-10-20  2:15 UTC 

[PATCH v8 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-20  1:45 UTC  (4+ messages)

[PATCH v5 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
 2017-10-20  1:41 UTC  (8+ messages)
  ` [PATCH v5 04/13] xen/pvcalls: implement socket command and handle events
  ` [PATCH v5 06/13] xen/pvcalls: implement bind command
  ` [PATCH v5 09/13] xen/pvcalls: implement sendmsg
      ` [PATCH v5 10/13] xen/pvcalls: implement recvmsg

[PATCH v3 for 4.10] x86/vpt: guarantee the return value of pt_update_irq() set in vIRR or PIR
 2017-10-20  0:35 UTC 

[linux-linus test] 114682: tolerable FAIL - PUSHED
 2017-10-20  0:32 UTC 

[linux-next test] 114679: regressions - trouble: blocked/broken/fail/pass
 2017-10-20  0:03 UTC 

[xen-unstable-smoke test] 114776: tolerable all pass - PUSHED
 2017-10-19 23:28 UTC 

[PATCH for-4.10] xen/arm: gic-v3: Make sure ICC_SRE_EL1 is restored before ICH_VMCR_EL2
 2017-10-19 21:11 UTC  (3+ messages)

[linux-3.18 test] 114677: tolerable FAIL - PUSHED
 2017-10-19 20:52 UTC 

[dpdk-dev] Can xenvirt pmd work in xen guest (aka DomU) without xen-vhost in Dom0 ?
 2017-10-19 19:21 UTC 

[PATCH v5 0/8] xen: xen-domid-restrict improvements
 2017-10-19 18:56 UTC  (10+ messages)
` [PATCH 1/8] xen: link against xentoolcore
` [PATCH 2/8] xen: restrict: use xentoolcore_restrict_all
` [PATCH 3/8] xen: defer call to xen_restrict until just before os_setup_post
` [PATCH 4/8] xen: destroy_hvm_domain: Move reason into a variable
` [PATCH 5/8] xen: move xc_interface compatibility fallback further up the file
` [PATCH 6/8] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [PATCH 7/8] os-posix: Provide new -runas <uid>.<gid> facility
` [PATCH 8/8] configure: do_compiler: Dump some extra info under bash
` [Qemu-devel] [PATCH v5 0/8] xen: xen-domid-restrict improvements

runstatedir matters when using debhelper tools in Artful
 2017-10-19 17:11 UTC  (2+ messages)

Block device hang after migration
 2017-10-19 17:01 UTC  (3+ messages)

[RFC 0/4] TEE mediator framework + OP-TEE mediator
 2017-10-19 16:52 UTC  (11+ messages)
` [RFC 4/4] arm: tee: add basic "

[PATCH v4 0/8] xen: xen-domid-restrict improvements
 2017-10-19 16:47 UTC  (6+ messages)
` [PATCH 1/8] xen: link against xentoolcore

[xen-unstable-smoke test] 114756: tolerable all pass - PUSHED
 2017-10-19 16:44 UTC 

[PATCH v3 01/46] Replace all occurances of __FUNCTION__ with __func__
 2017-10-19 16:15 UTC 

[PATCH] watchdog: xen: use time64_t for timeouts
 2017-10-19 15:51 UTC 

[PATCH for-next 1/3] x86/pv: Move compat_set_gdt() to be beside do_set_gdt()
 2017-10-19 15:47 UTC  (3+ messages)
` [PATCH for-next 2/3] x86/pv: Use DIV_ROUND_UP() when converting between GDT entries and frames
` [PATCH for-next 3/3] x86/pv: Misc improvements to pv_destroy_gdt()

[PATCH 00/12] ARM: VGIC/GIC separation cleanups
 2017-10-19 15:37 UTC  (2+ messages)

[PATCH] x86/xen: support priv-mapping in an HVM tools domain
 2017-10-19 15:25 UTC  (2+ messages)

[PATCH for-4.10 1/2] tools/libxc: Fix precopy_policy() to not pass a structure by value
 2017-10-19 15:17 UTC  (7+ messages)

[PATCH 1/1] xen/time: do not decrease steal time after live migration on xen
 2017-10-19 15:10 UTC 

[PATCH] libxc: don't fail domain creation when unpacking initrd fails
 2017-10-19 15:06 UTC  (6+ messages)

[PATCH] watchdog: xen: use time64_t for timeouts
 2017-10-19 15:05 UTC 

[PATCH] MAINTAINERS: Make Christian Lindig maintainer for ocaml tools
 2017-10-19 15:05 UTC  (2+ messages)

[PATCH v2 for-4.10 1/2] tools/libs/evtchn: Add support for restricting a handle
 2017-10-19 14:57 UTC  (3+ messages)
` [PATCH v2 for-4.10 2/2] xentoolcore_restrict_all: Implement for libxenevtchn

[linux-4.9 test] 114676: trouble: blocked/broken/fail/pass
 2017-10-19 14:56 UTC 

[PATCH] aarch64: advertise the GIC system register interface
 2017-10-19 14:46 UTC  (2+ messages)

4.9.52: INFO: task XXX blocked for more than 300 seconds
 2017-10-19 14:34 UTC  (4+ messages)
    ` 4.9.52: INFO: task X "

[PATCH v6 0/4] x86/xen: pvclock vdso support
 2017-10-19 13:40 UTC  (2+ messages)
    ` [PATCH v6 1/4] x86/pvclock: add setter for pvclock_pvti_cpu0_va

[PATCH v7 1/5] ptp_kvm: probe for kvm guest availability
 2017-10-19 13:39 UTC  (5+ messages)
` [PATCH v7 2/5] x86/pvclock: add setter for pvclock_pvti_cpu0_va
` [PATCH v7 3/5] x86/xen/time: set pvclock flags on xen_time_init()
` [PATCH v7 4/5] x86/xen/time: setup vcpu 0 time info page
` [PATCH v7 5/5] MAINTAINERS: xen, kvm: track pvclock-abi.h changes

[PATCH v7 0/5] x86/xen: pvclock vdso support
 2017-10-19 13:39 UTC 

[linux-4.1 baseline-only test] 72330: regressions - trouble: blocked/broken/fail/pass
 2017-10-19 13:29 UTC 

[OSSTEST PATCH] mg-repro-setup: Correct usage message re host idents
 2017-10-19 12:57 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).