xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-01 14:20:16 to 2021-10-06 17:42:08 UTC [more...]

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-06 17:40 UTC  (8+ messages)
` [PATCH v5 01/11] xen/arm: xc_domain_ioport_permission(..) not supported on ARM
` [PATCH v5 02/11] xen/arm: Add PHYSDEVOP_pci_device_(*add/remove) support for ARM
` [PATCH v5 03/11] xen/arm: Add cmdline boot option "pci-passthrough = <boolean>"
` [PATCH v5 04/11] xen/arm: PCI host bridge discovery within XEN on ARM
` [PATCH v5 05/11] xen/arm: Add support for Xilinx ZynqMP PCI host controller
` [PATCH v5 09/11] xen/arm: Transitional change to build HAS_VPCI on ARM
` [PATCH v5 10/11] arm/libxl: Emulated PCI device tree node in libxl

[PATCH v4 00/14] PCI devices passthrough on Arm
 2021-10-06 17:34 UTC  (34+ messages)
` [PATCH v4 01/14] xen/pci: gate APEI support on ARM
` [PATCH v4 02/14] xen/arm: xc_domain_ioport_permission(..) not supported "
` [PATCH v4 03/14] xen/arm: Add PHYSDEVOP_pci_device_(*add/remove) support for ARM
` [PATCH v4 04/14] xen/pci: Include asm/pci.h after pci_sbdf_t in xen/pci.h
` [PATCH v4 05/14] xen/arm: Add support for PCI init to initialize the PCI driver
` [PATCH v4 06/14] xen/arm: Add cmdline boot option "pci-passthrough = <boolean>"
` [PATCH v4 07/14] xen/arm: PCI host bridge discovery within XEN on ARM
` [PATCH v4 08/14] xen/arm: Add support for Xilinx ZynqMP PCI host controller
` [PATCH v4 09/14] xen/arm: Implement pci access functions
` [PATCH v4 10/14] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag
` [PATCH v4 11/14] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v4 12/14] xen/arm: Transitional change to build HAS_VPCI on ARM
` [PATCH v4 13/14] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v4 14/14] xen/arm: Add linux,pci-domain property for hwdom if not available

[xen-4.13-testing test] 165385: regressions - FAIL
 2021-10-06 17:27 UTC 

Xen Rust VirtIO demos work breakdown for Project Stratos
 2021-10-06 16:43 UTC  (10+ messages)
    ` [Stratos-dev] "

[PATCH] xen/arm: optee: Allocate anonymous domheap pages
 2021-10-06 13:23 UTC  (4+ messages)
    ` [PING] "

[xen-4.12-testing test] 165384: tolerable FAIL - PUSHED
 2021-10-06 13:16 UTC 

[RFC 0/1] tag IOMMU-protected devices in Dom0 fdt
 2021-10-06 12:45 UTC  (4+ messages)
` [RFC 1/1] xen/arm: set iommu property for IOMMU-protected devices
` [RFC PATCH] dma-mapping: don't set swiotlb-xen fops "

[PATCH] x86/pvh: add prototype for xen_pvh_init()
 2021-10-06 12:43 UTC  (2+ messages)

[PATCH v2 0/3] Expose PMU to the guests
 2021-10-06 12:31 UTC  (5+ messages)
` [PATCH v2 1/3] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vpmu
` [PATCH v2 2/3] xen/arm: Check for PMU platform support
` [PATCH v2 3/3] xen: Expose the PMU to the guests

[PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-06 12:28 UTC  (6+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig
` [PATCH V5 2/3] libxl/arm: Add handling of extended regions for DomU
` [PATCH V5 3/3] xen/arm: Updates for extended regions support

Xen 4.16 development update; request for regression bug reports
 2021-10-06 11:18 UTC  (2+ messages)
` Xen 4.16 development update

[PATCH v4 00/11] PCI devices passthrough on Arm, part 2
 2021-10-06 10:39 UTC  (26+ messages)
` [PATCH v4 01/11] xen/arm: Fix dev_is_dt macro definition
` [PATCH v4 02/11] xen/arm: Add new device type for PCI
` [PATCH v4 03/11] xen/arm: Introduce pci_find_host_bridge_node helper
` [PATCH v4 04/11] xen/device-tree: Make dt_find_node_by_phandle global
` [PATCH v4 05/11] xen/arm: Mark device as PCI while creating one
` [PATCH v4 06/11] xen/domain: Call pci_release_devices() when releasing domain resources
` [PATCH v4 07/11] libxl: Allow removing PCI devices for all types of domains
` [PATCH v4 08/11] libxl: Only map legacy PCI IRQs if they are supported
` [PATCH v4 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain
` [PATCH v4 10/11] xen/arm: Do not map PCI ECAM and MMIO space to Domain-0's p2m
` [PATCH v4 11/11] xen/arm: Process pending vPCI map/unmap operations

[xen-unstable-coverity test] 165397: all pass - PUSHED
 2021-10-06 10:23 UTC 

[PATCH V4 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-06 10:11 UTC  (20+ messages)
` [PATCH V4 1/3] xen: Introduce "gpaddr_bits" field to XEN_SYSCTL_physinfo
` [PATCH V4 2/3] xen/arm: Add handling of extended regions for Dom0
` [PATCH V4 3/3] libxl/arm: Add handling of extended regions for DomU

[ovmf test] 165382: all pass - PUSHED
 2021-10-06  5:58 UTC 

[linux-linus test] 165379: regressions - FAIL
 2021-10-06  3:17 UTC 

[PATCH] xen/balloon: fix cancelled balloon action
 2021-10-06  1:11 UTC  (2+ messages)

[linux-5.4 test] 165378: regressions - FAIL
 2021-10-05 23:29 UTC 

Patchew not working for xen-devel
 2021-10-05 23:19 UTC 

[xen-unstable-smoke test] 165383: tolerable all pass - PUSHED
 2021-10-05 22:20 UTC 

[qemu-mainline test] 165374: regressions - FAIL
 2021-10-05 21:33 UTC 

[PATCH 0/2] mini-os: prepare mini-os stubdoms to use stable libs only
 2021-10-05 21:26 UTC  (5+ messages)
` [PATCH 1/2] mini-os: fix testbuilds regarding CONFIG_XC
` [PATCH 2/2] mini-os: add config options for xen libraries

[adhoc test] 165359: tolerable truncated
 2021-10-05 21:16 UTC  (4+ messages)

[PATCH v2 0/9] proc/vmcore: sanitize access to virtio-mem memory
 2021-10-05 19:30 UTC  (12+ messages)
` [PATCH v2 1/9] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [PATCH v2 2/9] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [PATCH v2 3/9] x86/xen: print a warning when HVMOP_get_mem_type fails
` [PATCH v2 4/9] proc/vmcore: let pfn_is_ram() return a bool
` [PATCH v2 5/9] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [PATCH v2 6/9] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [PATCH v2 7/9] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [PATCH v2 8/9] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [PATCH v2 9/9] virtio-mem: kdump mode to sanitize /proc/vmcore access

Xen Security Advisory 386 v1 (CVE-2021-28702) - PCI devices with RMRRs not deassigned correctly
 2021-10-05 18:43 UTC 

[xen-unstable test] 165371: tolerable FAIL - PUSHED
 2021-10-05 18:38 UTC 

[ovmf test] 165377: all pass - PUSHED
 2021-10-05 18:07 UTC 

xen-balloon thread using 100% of CPU, regression in 5.4.150
 2021-10-05 13:33 UTC  (6+ messages)

[PATCH] x86/spec-ctrl: Build with BRANCH_HARDEN lfences by default
 2021-10-05 11:11 UTC 

[linux-linus test] 165348: regressions - FAIL
 2021-10-05 10:46 UTC 

[linux-5.4 test] 165346: regressions - FAIL
 2021-10-05  9:51 UTC 

[libvirt test] 165373: regressions - FAIL
 2021-10-05  9:08 UTC 

[ovmf test] 165347: all pass - PUSHED
 2021-10-05  8:03 UTC 

[xtf test] 165349: all pass - PUSHED
 2021-10-05  7:31 UTC 

[PATCH 0/3] xen/privcmd: misc corrections
 2021-10-05  6:39 UTC  (2+ messages)

[PATCH v2 0/9] xen/x86: PVH Dom0 fixes and fallout adjustments
 2021-10-05  6:38 UTC  (2+ messages)

[qemu-mainline test] 165345: regressions - FAIL
 2021-10-05  5:48 UTC 

[xen-unstable-smoke test] 165369: tolerable all pass - PUSHED
 2021-10-05  4:47 UTC 

[xen-unstable test] 165344: regressions - FAIL
 2021-10-05  2:13 UTC 

osstest down, PDU failure
 2021-10-04 18:36 UTC  (5+ messages)

[adhoc test] 165358: all pass
 2021-10-04 18:09 UTC 

[xen-unstable-smoke test] 165350: tolerable all pass - PUSHED
 2021-10-04 17:38 UTC 

[OSSTEST PATCH 0/6] allocation / test fixes
 2021-10-04 17:06 UTC  (7+ messages)
` [OSSTEST PATCH 1/6] host lifecycle: Use correct taskid column for runvar reconstruction
` [OSSTEST PATCH 2/6] mg-repro-setup: Promote an error test to before builds (nfc)
` [OSSTEST PATCH 3/6] mg-allocate: Break out sub precheck (nfc)
` [OSSTEST PATCH 4/6] mg-allocate: Add --dry-run mode
` [OSSTEST PATCH 5/6] mg-allocate: feasibility check: print a reassuring message
` [OSSTEST PATCH 6/6] mg-repro-setup: Check allocation feasibility at the start

[adhoc test] 165354: all pass
 2021-10-04 16:36 UTC  (2+ messages)

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-10-04 15:56 UTC  (2+ messages)

[xen-unstable test] 164996: regressions - FAIL
 2021-10-04 15:22 UTC  (10+ messages)

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-04 12:59 UTC  (3+ messages)
` [PATCH v6 03/11] xen/pci: Drop some checks that are always true
` [PATCH v6 10/11] PCI: Replace pci_dev::driver usage by pci_dev::dev.driver

[PATCH v4] xenbus: support large messages
 2021-10-04  9:40 UTC 

[PATCH v3 00/11] PCI devices passthrough on Arm, part 3
 2021-10-04  6:26 UTC  (7+ messages)
` [PATCH v3 04/11] vpci/header: Add and remove register handlers dynamically
` [PATCH v3 07/11] vpci/header: program p2m with guest BAR view

[PATCH 00/37] Add device tree based NUMA support to Arm
 2021-10-03 23:28 UTC  (14+ messages)
` [PATCH 20/37] xen: introduce CONFIG_EFI to stub API for non-EFI architecture

xen-balloon and 5.10.70
 2021-10-03  9:52 UTC 

HVM/PVH Balloon crash
 2021-10-02  2:35 UTC  (11+ messages)

[PATCH v5 0/3] xen, usb: support pvUSB frontend driver
 2021-10-02  0:41 UTC  (8+ messages)
` [PATCH v5 1/3] usb: Add Xen pvUSB protocol description
` [PATCH v5 2/3] usb: Introduce Xen pvUSB frontend (xen hcd)
` [PATCH v5 3/3] xen: add Xen pvUSB maintainer

[PATCH 0/6] xen/x86: PV boot speedup
 2021-10-02  0:33 UTC  (2+ messages)

[PATCH v4 0/3] arm/efi: Add dom0less support to UEFI boot
 2021-10-01 23:29 UTC  (13+ messages)
` [PATCH v4 1/3] arm/efi: Introduce xen,uefi-cfg-load DT property
` [PATCH v4 2/3] arm/efi: Use dom0less configuration when using EFI boot
` [PATCH v4 3/3] arm/efi: load dom0 modules from DT using UEFI

[PATCH 0/1] x86: centralize default APIC id definition
 2021-10-01 19:07 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v3 00/17] PCI devices passthrough on Arm
 2021-10-01 16:19 UTC  (4+ messages)
` [PATCH v3 05/17] xen/arm: Add PHYSDEVOP_pci_device_* support for ARM

Call for agenda items for October 5th Community Call @ 1500 UTC
 2021-10-01 15:52 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).