xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-11 12:11:40 to 2021-10-12 22:25:44 UTC [more...]

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-10-12 22:25 UTC  (8+ messages)
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase

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

[PATCH v2] xen/arm: vgic to ignore GICD ICPENRn registers access
 2021-10-12 21:57 UTC  (2+ messages)

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-12 21:48 UTC  (72+ messages)
` [PATCH v5 01/11] xen/arm: xc_domain_ioport_permission(..) not supported on ARM
` [PATCH v5 07/11] xen/domctl: Introduce XEN_DOMCTL_CDF_vpci flag
` [PATCH v5 08/11] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [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 V6 0/2] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-12 21:43 UTC  (25+ messages)
` [PATCH V6 1/2] xen/arm: Introduce gpaddr_bits field to struct xen_domctl_getdomaininfo
` [PATCH V6 2/2] libxl/arm: Add handling of extended regions for DomU

[xen-unstable-smoke test] 165479: tolerable all pass - PUSHED
 2021-10-12 18:06 UTC 

[PATCH 0/2] Fix the Xen HVM kdump/kexec boot panic issue
 2021-10-12 17:17 UTC  (11+ messages)
` [PATCH linux 1/2] xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
` [PATCH xen 2/2] xen: update system time immediately when VCPUOP_register_vcpu_info

[xen-unstable test] 165471: tolerable FAIL - PUSHED
 2021-10-12 15:40 UTC 

[PATCH v4 0/3] Expose PMU to the guests
 2021-10-12 15:29 UTC  (6+ messages)
` [PATCH v4 3/3] xen: Expose the "

ARM series with tools patches for 4.16
 2021-10-12 15:18 UTC  (2+ messages)

[REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79)
 2021-10-12 15:17 UTC  (4+ messages)

[linux-linus test] 165470: tolerable FAIL - PUSHED
 2021-10-12 15:17 UTC 

[PATCH] libxl: CODING_STYLE: Explicitly deprecate #ifdef
 2021-10-12 15:06 UTC  (3+ messages)

[ovmf test] 165474: all pass - PUSHED
 2021-10-12 14:42 UTC 

[PATCH] x86/xen: Remove redundant irq_enter/exit() invocations,
 2021-10-12 14:25 UTC  (2+ messages)
` [PATCH] x86/xen: Remove redundant irq_enter/exit() invocations

[RFC 0/1] tag IOMMU-protected devices in Dom0 fdt
 2021-10-12 14:23 UTC  (4+ messages)

[PATCH v6 0/2] tools/xenstore: set resource limits of xenstored
 2021-10-12 13:56 UTC  (4+ messages)
` [PATCH v6 1/2] tools/xenstore: set oom score for xenstore daemon on Linux
` [PATCH v6 2/2] tools/xenstore: set open file descriptor limit for xenstored

[xen-unstable-smoke test] 165475: tolerable all pass - PUSHED
 2021-10-12 13:36 UTC 

[PATCH v2 00/12] xen/trace: Fix leakage of uninitialised stack into the tracebuffer
 2021-10-12 12:31 UTC  (3+ messages)
` [PATCH v2 11/12] xen/arch: Drop asm-*/trace.h

[libvirt test] 165473: regressions - FAIL
 2021-10-12 12:16 UTC 

[linux-5.4 test] 165469: regressions - FAIL
 2021-10-12 10:06 UTC 

[PATCH v6 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-10-12  9:32 UTC  (16+ messages)
` [PATCH v6 1/2] arm/efi: Use dom0less configuration when using EFI boot
` [PATCH v6 2/2] arm/efi: load dom0 modules from DT using UEFI

[PATCH 0/1] x86/pv: Split pv_hypercall() in two
 2021-10-12  9:26 UTC  (3+ messages)
` [PATCH] "

[BUG] improper locking due to the unreleased lock
 2021-10-12  8:24 UTC  (2+ messages)

[XEN PATCH v7 00/51] xen: Build system improvements, now with out-of-tree build!
 2021-10-12  8:06 UTC  (54+ messages)
` [XEN PATCH v7 05/51] x86/mm: avoid building multiple .o from a single .c file
` [XEN PATCH v7 14/51] xen: move include/asm-* to arch/*/include/asm
` [XEN PATCH v7 16/51] build: generate "include/xen/compile.h" with if_changed
` [XEN PATCH v7 17/51] build: set XEN_BUILD_EFI earlier
` [XEN PATCH v7 18/51] build: fix $(TARGET).efi creation in arch/arm
` [XEN PATCH v7 20/51] build: avoid re-executing the main Makefile by introducing build.mk
` [XEN PATCH v7 24/51] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v7 25/51] build: rework test/livepatch/Makefile
` [XEN PATCH v7 26/51] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v7 27/51] build: introduce if_changed_deps
` [XEN PATCH v7 28/51] build: rename __LINKER__ to LINKER_SCRIPT
` [XEN PATCH v7 29/51] build: add an other explicite rules to not build $(XEN_ROOT)/.config
` [XEN PATCH v7 30/51] build: hook kconfig into xen build system
` [XEN PATCH v7 32/51] build: Remove KBUILD_ specific from Makefile.host
` [XEN PATCH v7 33/51] build: handle always-y and hostprogs-always-y
` [XEN PATCH v7 34/51] build: start building the tools with the main makefiles
` [XEN PATCH v7 35/51] build: Add headers path to CFLAGS once for all archs
` [XEN PATCH v7 36/51] build: generate x86's asm-macros.h with filechk
` [XEN PATCH v7 37/51] build: clean-up "clean" rules of duplication
` [XEN PATCH v7 38/51] build: use main rune to build host binary x86's mkelf32 and mkreloc
` [XEN PATCH v7 39/51] build: rework coverage and ubsan CFLAGS handling

[PATCH] xen/arm: vgic to ignore GICD ICPENRn registers access
 2021-10-12  6:00 UTC  (4+ messages)

[xen-unstable-smoke test] 165472: tolerable all pass - PUSHED
 2021-10-12  5:17 UTC 

[PATCH 0/2] VT-d: correct / extend workaround(s) leaving an IOMMU disabled
 2021-10-12  4:40 UTC  (8+ messages)
` [PATCH 1/2] VT-d: generalize and correct "iommu=no-igfx" handling
` [PATCH 2/2] VT-d: Tylersburg isoch DMAR unit with no TLB space
  ` [PATCH 0/2] VT-d: correct / extend workaround(s) leaving an IOMMU disabled [and 1 more messages]

[qemu-mainline test] 165468: tolerable FAIL - PUSHED
 2021-10-12  4:26 UTC 

[PATCH 00/11] 1:1 direct-map memory map
 2021-10-12  2:42 UTC  (11+ messages)
` [PATCH 09/11] xen/arm: if 1:1 direct-map domain use native UART address and IRQ number for vPL011
` [PATCH 10/11] xen/arm: device assignment on 1:1 direct-map domain

[PATCH v5 00/10] PCI devices passthrough on Arm, part 2
 2021-10-12  1:32 UTC  (7+ messages)
` [PATCH v5 06/10] libxl: Allow removing PCI devices for all types of domains
` [PATCH v5 07/10] libxl: Only map legacy PCI IRQs if they are supported

[xen-unstable test] 165467: tolerable FAIL - PUSHED
 2021-10-12  1:10 UTC 

[linux-5.4 test] 165463: regressions - FAIL
 2021-10-11 20:13 UTC 

[xen-unstable-smoke test] 165466: tolerable all pass - PUSHED
 2021-10-11 18:07 UTC 

[PATCH] arm/efi: Fix null pointer dereference
 2021-10-11 17:33 UTC  (3+ messages)

[PATCH v5 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-10-11 17:28 UTC  (11+ messages)
` [PATCH v5 1/2] arm/efi: Use dom0less configuration when using EFI boot

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-10-11 15:33 UTC  (5+ messages)
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM

[xen-unstable test] 165460: tolerable FAIL
 2021-10-11 14:57 UTC 

[xen-unstable-smoke test] 165465: tolerable all pass - PUSHED
 2021-10-11 14:21 UTC 

[PATCH v2] x86/PV32: fix physdev_op_compat handling
 2021-10-11 14:06 UTC  (3+ messages)

[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-11 12:36 UTC  (14+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig

[ovmf test] 165462: all pass - PUSHED
 2021-10-11 12:13 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).