Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-27 03:06:43 to 2024-03-29 09:12:02 UTC [more...]

[XEN PATCH v3 0/7] address violations of MISRA C Rule 20.7
 2024-03-29  9:11 UTC  (4+ messages)
` [XEN PATCH v3 1/7] x86/msi: address violation of MISRA C Rule 20.7 and coding style
` [XEN PATCH v3 4/7] x86/hvm: address violations of MISRA C Rule 20.7
` [XEN PATCH v3 7/7] x86/amd: "

[ovmf test] 185198: all pass - PUSHED
 2024-03-29  5:15 UTC 

[PATCH v2 0/5] DOMCTL-based guest magic regions allocation for dom0less
 2024-03-29  5:11 UTC  (4+ messages)
` [PATCH v2 5/5] xen/memory, tools: Make init-dom0less consume XEN_DOMCTL_get_mem_map

[RFC XEN PATCH v6 0/5] Support device passthrough when dom0 is PVH on Xen
 2024-03-29  3:30 UTC  (8+ messages)
` [XEN PATCH v6 1/5] xen/vpci: Clear all vpci status of device
` [XEN PATCH v6 2/5] x86/pvh: Allow (un)map_pirq when dom0 is PVH
` [RFC XEN PATCH v6 3/5] x86/pvh: Add PHYSDEVOP_setup_gsi for PVH dom0
` [RFC XEN PATCH v6 4/5] libxl: Use gsi instead of irq for mapping pirq
` [RFC XEN PATCH v6 5/5] domctl: Add XEN_DOMCTL_gsi_permission to grant gsi

[PATCH net] xen-netfront: Add missing skb_mark_for_recycle
 2024-03-29  1:30 UTC  (3+ messages)

Linux Xen PV CPA W^X violation false-positives
 2024-03-29  1:25 UTC  (5+ messages)

[PATCH 0/3] Add experimental support for Qualcomm SA8155P SoC
 2024-03-29  0:08 UTC  (4+ messages)
` [PATCH 1/3] arm: smmu: allow SMMU to have more IRQs than context banks
` [PATCH 2/3] drivers: serial: add Qualcomm GENI-based serial driver
` [PATCH 3/3] arm: platform: qcom: add basic support SA8155P SoC

[xen-unstable-smoke test] 185196: tolerable all pass - PUSHED
 2024-03-28 23:53 UTC 

[xen-4.17-testing test] 185180: tolerable trouble: fail/pass/starved - PUSHED
 2024-03-28 20:20 UTC 

[PATCH 0/2] x86/video: improve early video detection
 2024-03-28 19:58 UTC  (5+ messages)
` [PATCH 1/2] x86/video: add boot_video_info offset generation to asm-offsets
` [PATCH 2/2] x86/video: do not assume a video mode to be unconditionally present

[RFC PATCH-for-9.1 00/29] hw/i386/pc: Decouple ISA vs PCI-based machines
 2024-03-28 18:52 UTC  (33+ messages)
` [RFC PATCH-for-9.1 01/29] hw/i386/pc: Declare CPU QOM types using DEFINE_TYPES() macro
` [RFC PATCH-for-9.1 02/29] hw/i386/pc: Extract pc_machine_is_pci_enabled() helper
` [RFC PATCH-for-9.1 03/29] hw/i386/pc: Pass base machine type as argument to DEFINE_PC_MACHINE()
` [RFC PATCH-for-9.1 04/29] hw/i386/pc: Introduce PC_PCI_MACHINE QOM type
` [RFC PATCH-for-9.1 05/29] hw/i386/pc: Remove PCMachineClass::pci_enabled field
` [RFC PATCH-for-9.1 06/29] hw/i386/pc: Move pci_root_uid field to PcPciMachineClass
` [RFC PATCH-for-9.1 07/29] hw/i386/pc: Call fw_cfg_add_extra_pci_roots() in pc_pci_machine_done()
` [RFC PATCH-for-9.1 08/29] hw/i386/pc: Move CXLState to PcPciMachineState
` [RFC PATCH-for-9.1 09/29] hw/i386/pc: Pass PCMachineState argument to acpi_setup()
` [RFC PATCH-for-9.1 10/29] hw/i386/pc: Remove PCMachineClass::has_acpi_build field
` [RFC PATCH-for-9.1 11/29] hw/i386/pc: Move acpi_setup() call to pc_pci_machine_done()
` [RFC PATCH-for-9.1 12/29] hw/i386/pc: Move acpi_build_enabled to PcPciMachineState
` [RFC PATCH-for-9.1 13/29] hw/i386/pc: Remove non-PCI code from pc_system_firmware_init()
` [RFC PATCH-for-9.1 14/29] hw/i386/pc: Move pc_system_flash_create() to pc_pci_machine_initfn()
` [RFC PATCH-for-9.1 15/29] hw/i386/pc: Move FW/pflash related fields to PcPciMachineState
` [RFC PATCH-for-9.1 16/29] hw/i386/pc: Move south-bridge related fields to PcPciMachine
` [RFC PATCH-for-9.1 17/29] hw/i386/pc: Inline gigabyte_align()
` [RFC PATCH-for-9.1 18/29] hw/i386/pc: Inline has_reserved_memory()
` [RFC PATCH-for-9.1 19/29] hw/i386/pc: Pass PcPciMachineState argument to CXL helpers
` [RFC PATCH-for-9.1 20/29] hw/i386/pc: Pass PcPciMachineState argument to pc_pci_hole64_start()
` [RFC PATCH-for-9.1 21/29] hw/i386/fw_cfg: Include missing 'qapi-types-machine.h' header
` [RFC PATCH-for-9.1 22/29] hw/i386/fw_cfg: Define fw_cfg_build_smbios() stub
` [RFC PATCH-for-9.1 23/29] hw/i386/fw_cfg: Inline smbios_defaults()
` [RFC PATCH-for-9.1 24/29] hw/i386/fw_cfg: Inline smbios_legacy_mode()
` [RFC PATCH-for-9.1 25/29] hw/i386/fw_cfg: Replace smbios_defaults() by !smbios_legacy_mode()
` [RFC PATCH-for-9.1 26/29] hw/i386/fw_cfg: Factor fw_cfg_build_smbios_legacy() out
` [RFC PATCH-for-9.1 27/29] hw/i386/pc: Call fw_cfg_build_smbios_legacy() in pc_machine_done()
` [RFC PATCH-for-9.1 28/29] hw/i386/pc: Rename pc_init1() -> pc_piix_init()
` [RFC PATCH-for-9.1 29/29] hw/i386/pc: Move ISA-only PC machine to pc_isa.c

[PATCH v7 00/14] Arm cache coloring
 2024-03-28 18:21 UTC  (24+ messages)
` [PATCH v7 04/14] xen/arm: add Dom0 cache coloring support
` [PATCH v7 08/14] xen/page_alloc: introduce preserved page flags macro

[PATCH v3] Input: xen-kbdfront - drop keys to shrink modalias
 2024-03-28 18:05 UTC  (2+ messages)

[XEN PATCH 0/6] FF-A mediator reorganisation
 2024-03-28 17:58 UTC  (15+ messages)
` [XEN PATCH 1/6] xen/arm: ffa: rename functions to use ffa_ prefix
` [XEN PATCH 2/6] xen/arm: ffa: move common things to ffa_private.h
` [XEN PATCH 3/6] xen/arm: ffa: separate memory sharing routines
` [XEN PATCH 4/6] xen/arm: ffa: separate partition info get routines
` [XEN PATCH 5/6] xen/arm: ffa: separate rxtx buffer routines
` [XEN PATCH 6/6] xen/arm: ffa: support FFA_FEATURES

[OSSTEST PATCH 00/36] Switch to Debian Bookworm
 2024-03-28 17:54 UTC  (2+ messages)

[PATCH v6 0/4] x86/pvh: Support relocating dom0 kernel
 2024-03-28 16:47 UTC  (7+ messages)
` [PATCH v6 1/4] tools/init-xenstore-domain: Replace variable MB() usage
` [PATCH v6 2/4] tools: Move MB/GB() to common-macros.h
` [PATCH v6 3/4] libelf: Store maximum PHDR p_align
` [PATCH v6 4/4] x86/PVH: Support relocatable dom0 kernels
` [PATCH v6] RFC: x86/pvh: Make Xen PVH entrypoint PIC for x86-64

[PATCH v3 0/2] Xen: ARM: Improved NXP iMX8 platform support
 2024-03-28 16:34 UTC  (4+ messages)
` [PATCH v3 3/3] MAINTAINERS: Become a reviewer of iMX8Q{M,XP} related patches
` [PATCH v3 1/3] xen/arm: Add imx8q{m,x} platform glue
` [PATCH v3 2/3] xen/drivers: imx-lpuart: Replace iMX8QM compatible with iMX8QXP

Serious AMD-Vi issue
 2024-03-28 16:17 UTC  (11+ messages)
  ` Serious AMD-Vi(?) issue

[xen-4.18-testing test] 185172: tolerable FAIL - PUSHED
 2024-03-28 16:01 UTC 

[xen-unstable-smoke test] 185181: tolerable all pass - PUSHED
 2024-03-28 15:44 UTC 

[PATCH 0/7] GRUB: Supporting Secure Boot of xen.gz
 2024-03-28 15:41 UTC  (8+ messages)
` [PATCH 2/7] multiboot2: Allow 64-bit entry tags
` [PATCH 3/7] multiboot2: Add support for the load type header tag

[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
 2024-03-28 15:13 UTC  (20+ messages)
` [PATCH-for-9.0 v2 05/19] hw/display: Restrict xen_register_framebuffer() call to Xen
` [PATCH-for-9.0 v2 08/19] hw/xen: Remove unused Xen stubs
` [RFC PATCH-for-9.0 v2 09/19] hw/block/xen_blkif: Align structs with QEMU_ALIGNED() instead of #pragma
` [PATCH-for-9.0 v2 11/19] hw/xen/xen_arch_hvm: Rename prototypes using 'xen_arch_' prefix
` [PATCH-for-9.0 v2 12/19] hw/xen: Merge 'hw/xen/arch_hvm.h' in 'hw/xen/xen-hvm-common.h'
` [RFC PATCH-for-9.0 v2 13/19] hw/xen: Remove use of 'target_ulong' in handle_ioreq()
` [PATCH-for-9.0 v2 15/19] hw/xen: Reduce inclusion of 'cpu.h' to target-specific sources
` [PATCH-for-9.0 v2 16/19] hw/xen/xen_pt: Add missing license
` [PATCH-for-9.0 v2 19/19] hw/xen: Have most of Xen files become target-agnostic

[PATCH v2 0/3] GRUB: Supporting Secure Boot of xen
 2024-03-28 15:13 UTC  (4+ messages)
` [PATCH v2 1/3] multiboot2: Add support for the PE binary type
` [PATCH v2 2/3] multiboot2: Add PE load support
` [PATCH v2 3/3] efi: Allow loading multiboot modules without verification

[PATCH v2 0/2] x86: Multiboot PE support
 2024-03-28 15:11 UTC  (3+ messages)
` [PATCH v2 1/2] x86: Add support for building a multiboot2 PE binary
` [PATCH v2 2/2] x86: Call Shim Verify in the multiboot2 path

[PATCH] x86/spec-ctrl: Move __read_mostly data into __ro_after_init
 2024-03-28 13:22 UTC  (2+ messages)

[PATCH v2 0/3] AMD Nested Virt Preparation
 2024-03-28 11:32 UTC  (7+ messages)
` [PATCH v2 3/3] svm/nestedsvm: Introduce nested capabilities bit

[XEN PATCH v3 0/2] xen: address violations of MISRA C Rule 17.1
 2024-03-28 10:50 UTC  (5+ messages)
` [XEN PATCH v3 1/2] MISRA C:2012 Rule 17.1 states: The features of `<stdarg.h>' shall not be used
` [XEN PATCH v3 2/2] MISRA C Rule 20.7 states: "The features of `<stdarg.h>' shall not be used"

[xen-4.17-testing test] 185171: tolerable FAIL - PUSHED
 2024-03-28 10:48 UTC 

Violations of mandatory MISRA C:2012 Rule 19.1 in X86_64 build
 2024-03-28 10:25 UTC  (2+ messages)

[PATCH v6 0/3] xen: introduce Kconfig function alignment option
 2024-03-28  9:44 UTC  (3+ messages)
` [PATCH v6 2/3] xen: use explicit function alignment if supported by compiler

[PATCH] tools/misc: fix xenwatchdogd invocation
 2024-03-28  9:43 UTC  (11+ messages)
` [PATCH 0/6] xenwatchdogd enhancements
  ` [PATCH 1/6] tools/misc: xenwatchdogd: use EXIT_* constants
  ` [PATCH 2/6] tools/misc: rework xenwatchdogd signal handling
  ` [PATCH 3/6] tools/misc: xenwatchdogd: make functions static
  ` [PATCH 4/6] tools/misc: xenwatchdogd: add parse_secs()
  ` [PATCH 5/6] tools/misc: xenwatchdogd enhancements
  ` [PATCH 6/6] docs/man: Add xenwatchdog manual page

[RFC KERNEL PATCH v5 0/3] Support device passthrough when dom0 is PVH on Xen
 2024-03-28  6:56 UTC  (4+ messages)
` [KERNEL PATCH v5 1/3] xen/pci: Add xen_reset_device_state function
` [RFC KERNEL PATCH v5 2/3] xen/pvh: Setup gsi for passthrough device
` [RFC KERNEL PATCH v5 3/3] PCI/sysfs: Add gsi sysfs for pci_dev

[QEMU PATCH v5 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-03-28  6:07 UTC  (2+ messages)
` [RFC QEMU PATCH v5 1/1] xen: Use gsi instead of irq for mapping pirq

[xen-unstable test] 185169: regressions - FAIL
 2024-03-28  4:47 UTC 

[linux-5.4 test] 185168: tolerable FAIL - PUSHED
 2024-03-28  2:04 UTC 

[linux-6.1 test] 185167: tolerable FAIL - PUSHED
 2024-03-28  0:47 UTC 

[xen-unstable-smoke test] 185176: tolerable all pass - PUSHED
 2024-03-27 19:55 UTC 

[PATCH v1] tools/ocaml: fix warnings
 2024-03-27 16:33 UTC  (2+ messages)

[xen-unstable-smoke test] 185173: tolerable all pass - PUSHED
 2024-03-27 16:27 UTC 

preparations for 4.17.4
 2024-03-27 15:29 UTC  (6+ messages)

[PATCH] tools/oxenstored: Re-format
 2024-03-27 15:24 UTC  (3+ messages)

[PATCH v6 0/8] xen/spinlock: make recursive spinlocks a dedicated type
 2024-03-27 15:22 UTC  (9+ messages)
` [PATCH v6 1/8] xen/spinlock: add explicit non-recursive locking functions
` [PATCH v6 2/8] xen/spinlock: add another function level
` [PATCH v6 3/8] xen/spinlock: add missing rspin_is_locked() and rspin_barrier()
` [PATCH v6 4/8] xen/spinlock: split recursive spinlocks from normal ones
` [PATCH v6 5/8] xen/spinlock: let all is_locked and trylock variants return bool
` [PATCH v6 6/8] xen/spinlock: support higher number of cpus
` [PATCH v6 7/8] xen/rwlock: raise the number of possible cpus
` [PATCH v6 8/8] xen: allow up to 16383 cpus

[PATCH v5 0/6] x86/pvh: Support relocating dom0 kernel
 2024-03-27 14:49 UTC  (14+ messages)
` [PATCH v5 1/6] Revert "xen/x86: bzImage parse kernel_alignment"
` [PATCH v5 4/6] libelf: Expand ELF note printing
` [PATCH v5 5/6] xen/elfnote: Specify ELF Notes are x86-specific
` [PATCH v5] RFC: x86/pvh: Make Xen PVH entrypoint PIC for x86-64

[linux-linus test] 185166: tolerable FAIL - PUSHED
 2024-03-27 14:01 UTC 

Xen NIC driver have page_pool memory leaks
 2024-03-27 12:52 UTC  (5+ messages)

[xen-unstable-smoke test] 185170: tolerable all pass - PUSHED
 2024-03-27 11:35 UTC 

Backport request for 4.17
 2024-03-27 11:34 UTC  (2+ messages)

xen | Failed pipeline for staging | e3883336
 2024-03-27 11:15 UTC  (2+ messages)

[PATCH v6 00/20] Enable build of full Xen for RISC-V
 2024-03-27 11:07 UTC  (9+ messages)
` [PATCH v6 10/20] xen/riscv: introduce atomic.h

Xen Summit Early Bird Rates - Ends 31st March 2024!
 2024-03-27  9:30 UTC 

[PATCH 00/11] Static shared memory followup v2 - pt1
 2024-03-27  8:27 UTC  (5+ messages)
` [PATCH 11/11] xen/arm: List static shared memory regions as /memory nodes

[XEN PATCH 00/11] address some violations of MISRA C Rule 20.7
 2024-03-27  8:18 UTC  (3+ messages)
` [XEN PATCH 11/11] x86/public: hvm: address "

[PATCH] x86/vcpu: relax VCPUOP_initialise restriction for non-PV vCPUs
 2024-03-27  7:15 UTC  (6+ messages)

[PATCH v3 1/2] hw/xen: detect when running inside stubdomain
 2024-03-27  3:05 UTC  (2+ messages)
` [PATCH v3 2/2] xen: fix stubdom PCI addr


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).