Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 16:39:08 to 2023-03-03 10:38:43 UTC [more...]

[PATCH v5 0/4] introduce generic implementation of macros from bug.h
 2023-03-03 10:38 UTC  (5+ messages)
` [PATCH v5 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v5 2/4] xen: change <asm/bug.h> to <xen/bug.h>
` [PATCH v5 3/4] xen/arm: switch ARM to use generic implementation of bug.h
` [PATCH v5 4/4] xen/x86: switch x86 to use generic implemetation "

[PATCH v3 0/3] Do basic initialization things
 2023-03-03 10:33 UTC  (7+ messages)
` [PATCH v3 1/3] xen/riscv: disable fpu
` [PATCH v3 2/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader
` [PATCH v3 3/3] xen/riscv: initialize .bss section

[PATCH v6 0/5] xen/arm: Don't switch TTBR while the MMU is on
 2023-03-03 10:35 UTC  (9+ messages)
` [PATCH v6 1/5] xen/arm32: head: Widen the use of the temporary mapping
` [PATCH v6 2/5] xen/arm64: Rework the memory layout
` [PATCH v6 3/5] xen/arm64: mm: Introduce helpers to prepare/enable/disable the identity mapping
` [PATCH v6 4/5] xen/arm64: mm: Rework switch_ttbr()
` [PATCH v6 5/5] xen/arm64: smpboot: Directly switch to the runtime page-tables

[XEN PATCH v7 00/20] Xen FF-A mediator
 2023-03-03 10:22 UTC  (18+ messages)
` [XEN PATCH v7 07/20] xen/arm: ffa: add defines for framework direct request/response messages
` [XEN PATCH v7 12/20] xen/arm: ffa: send guest events to Secure Partitions
` [XEN PATCH v7 13/20] xen/arm: ffa: support mapping guest RX/TX buffers
` [XEN PATCH v7 14/20] xen/arm: ffa: support guest FFA_PARTITION_INFO_GET

[PATCH v3 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-03 10:21 UTC  (8+ messages)
` [PATCH v3 1/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v3 2/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v3 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v3 4/6] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PATCH v3 5/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v3 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH 0/2] automation: introduce static heap and shared memory tests
 2023-03-03  9:52 UTC  (9+ messages)
` [PATCH 1/2] automation: arm64: Create a test job for testing static heap on qemu
` [PATCH 2/2] automation: arm64: Create a test job for testing static shared memory "

[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-03  9:48 UTC  (18+ messages)
` [PATCH v2 1/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v2 2/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v2 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v2 5/6] docs/about/deprecated: Deprecate 32-bit arm hosts
` [PATCH v2 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH v3 0/3] xen/misra: create exclusion file list
 2023-03-03  9:38 UTC  (4+ messages)
` [PATCH v3 1/3] xen/cppcheck: add a way to exclude files from the scan
` [PATCH v3 2/3] xen/misra: add entries to exclude-list.json
` [PATCH v3 3/3] xen/cppcheck: globally suppress unusedStructMember

[PATCH v2 0/3] Do basic initialization things
 2023-03-03  8:48 UTC  (16+ messages)
` [PATCH v2 1/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader
` [PATCH v2 2/3] xen/riscv: initialize .bss section
` [PATCH v2 3/3] xen/riscv: disable fpu

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-03-03  8:11 UTC  (6+ messages)

[xen-unstable test] 179018: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-03  7:51 UTC 

[PATCH] x86/altp2m: help gcc13 to avoid it emitting a warning
 2023-03-03  7:31 UTC 

[PATCH RFC] bunzip: work around gcc13 warning
 2023-03-03  7:29 UTC 

[PATCH 0/2] x86: Work around Shstk fracturing
 2023-03-03  7:23 UTC  (3+ messages)
` [PATCH 1/2] x86/cpuid: Infrastructure for leaves 7:1{ecx,edx}

[ImageBuilder][PATCH 0/2] uboot-script-gen: Add support for static heap and shared memory
 2023-03-03  6:52 UTC  (7+ messages)
` [ImageBuilder][PATCH 1/2] uboot-script-gen: Add support for static heap
` [ImageBuilder][PATCH 2/2] uboot-script-gen: Add support for static shared memory

[linux-linus test] 178998: regressions - trouble: fail/pass/starved
 2023-03-03  3:22 UTC 

[RFC XEN PATCH 0/7] automation, RFC prototype, Have GitLab CI built its own containers
 2023-03-03  2:48 UTC  (9+ messages)
` [RFC XEN PATCH 1/7] automation: Automatically rebuild debian:unstable container
` [RFC XEN PATCH 2/7] automation: Introduce test-containers stage
` [RFC XEN PATCH 3/7] automation: Add a template per container for build jobs
` [RFC XEN PATCH 4/7] automation: Adding containers build jobs and test of thoses
` [RFC XEN PATCH 5/7] automation: Introduce DO_REBUILD_CONTAINER, to allow to rebuild a container
` [RFC XEN PATCH 6/7] automation: Push container been tested
` [RFC XEN PATCH 7/7] automation: Add some more push containers jobs

[PATCH 0/7] sysctl: slowly deprecate register_sysctl_table()
 2023-03-03  0:59 UTC  (10+ messages)
` [PATCH 1/7] scsi: simplify sysctl registration with register_sysctl()
` [PATCH 2/7] ipmi: simplify sysctl registration
` [PATCH 3/7] hv: "
` [PATCH 4/7] md: "
` [PATCH 5/7] sgi-xp: "
` [PATCH 6/7] tty: "
` [PATCH 7/7] xen: simplify sysctl registration for balloon

[PATCH v2 0/2] xen/misra: create exclusion file list
 2023-03-02 23:50 UTC  (8+ messages)
` [PATCH v2 1/2] xen/cppcheck: add a way to exclude files from the scan
` [PATCH v2 2/2] xen/misra: add entries to exclude-list.json

[xen-unstable test] 178965: tolerable trouble: fail/pass/starved
 2023-03-02 20:57 UTC 

[PATCH v1] xen/arm: align *(.proc.info) in the linker script
 2023-03-02 17:24 UTC  (12+ messages)

[xen-unstable-smoke test] 178990: tolerable trouble: pass/starved - PUSHED
 2023-03-02 16:46 UTC 

[linux-linus test] 178951: regressions - trouble: fail/pass/starved
 2023-03-02 16:24 UTC 

[RFC PATCH v1 00/25] Enable PV backends with Xen/KVM emulation
 2023-03-02 15:34 UTC  (26+ messages)
` [RFC PATCH v1 01/25] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v1 02/25] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v1 03/25] hw/xen: Implement XenStore watches
` [RFC PATCH v1 04/25] hw/xen: Implement XenStore transactions
` [RFC PATCH v1 05/25] hw/xen: Watches on "
` [RFC PATCH v1 06/25] hw/xen: Implement XenStore permissions
` [RFC PATCH v1 07/25] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v1 08/25] hw/xen: Create initial XenStore nodes
` [RFC PATCH v1 09/25] hw/xen: Add evtchn operations to allow redirection to internal emulation
` [RFC PATCH v1 10/25] hw/xen: Add gnttab "
` [RFC PATCH v1 11/25] hw/xen: Pass grant ref to gnttab unmap operation
` [RFC PATCH v1 12/25] hw/xen: Add foreignmem operations to allow redirection to internal emulation
` [RFC PATCH v1 13/25] hw/xen: Add xenstore "
` [RFC PATCH v1 14/25] hw/xen: Move xenstore_store_pv_console_info to xen_console.c
` [RFC PATCH v1 15/25] hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
` [RFC PATCH v1 16/25] hw/xen: Rename xen_common.h to xen_native.h
` [RFC PATCH v1 17/25] hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
` [RFC PATCH v1 18/25] hw/xen: Avoid crash when backend watch fires too early
` [RFC PATCH v1 19/25] hw/xen: Only advertise ring-page-order for xen-block if gnttab supports it
` [RFC PATCH v1 20/25] hw/xen: Hook up emulated implementation for event channel operations
` [RFC PATCH v1 21/25] hw/xen: Add emulated implementation of grant table operations
` [RFC PATCH v1 22/25] hw/xen: Add emulated implementation of XenStore operations
` [RFC PATCH v1 23/25] hw/xen: Map guest XENSTORE_PFN grant in emulated Xenstore
` [RFC PATCH v1 24/25] hw/xen: Implement soft reset for emulated gnttab
` [RFC PATCH v1 25/25] i386/xen: Initialize Xen backends from pc_basic_device_init() for emulation

[PATCH] x86emul: rework compiler probing in the test harness
 2023-03-02 14:28 UTC 

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (2+ messages)

[PATCH] x86emul: support LKGS
 2023-03-02 12:19 UTC 

[PATCH] x86/HVM: purge dubious lastpage diagnostic
 2023-03-02 12:14 UTC  (2+ messages)

[libvirt test] 178942: regressions - trouble: blocked/fail/pass/starved
 2023-03-02 10:46 UTC 

[PATCH v4 0/4] introduce generic implementation of macros from bug.h
 2023-03-02 10:14 UTC  (7+ messages)
` [PATCH v4 1/4] xen: introduce CONFIG_GENERIC_BUG_FRAME
` [PATCH v4 2/4] xen: change <asm/bug.h> to <xen/bug.h>
` [PATCH v4 3/4] xen/arm: switch ARM to use generic implementation of bug.h
` [PATCH v4 4/4] xen/x86: switch x86 to use generic implemetation "

memory access atomicity during HVM insn emulation on x86
 2023-03-02  9:59 UTC  (3+ messages)

[PATCH v2] x86/SVM: restrict hardware SSBD update upon guest VIRT_SPEC_CTRL write
 2023-03-02  9:37 UTC  (3+ messages)

[PATCH v2 0/3] xen-ucode: print information about currently loaded ucode
 2023-03-02  9:31 UTC  (5+ messages)
` [PATCH v2 3/3] tools/xen-ucode: "

[xen-unstable test] 178922: tolerable trouble: fail/pass/starved - PUSHED
 2023-03-02  9:30 UTC 

[PATCH v6 4/4] hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
 2023-03-02  9:25 UTC  (3+ messages)

[PATCH] automation: Add missing and drop obsoleted aliases from containerize
 2023-03-02  7:48 UTC  (3+ messages)

xl restore domu fails to load state for instance 0x0 for virtio-gpu
 2023-03-02  7:15 UTC 

[linux-linus test] 178910: regressions - trouble: fail/pass/starved
 2023-03-02  6:10 UTC 

[PATCH 00/10] SVE feature for arm guests
 2023-03-02  2:57 UTC  (7+ messages)
` [PATCH 07/10] xen/physinfo: add arm SVE arch capability and vector length

[PATCH] xen/arm: check max_init_domid validity
 2023-03-02  2:56 UTC  (2+ messages)

[PATCH 0/2] automation: introduce a Xilinx hardware test
 2023-03-02  0:57 UTC  (3+ messages)
` [PATCH 1/2] automation: add Ubuntu container for Xilinx hardware tests
` [PATCH 2/2] automation: introduce a dom0less test run on Xilinx hardware

[xen-unstable test] 178875: trouble: fail/pass/starved
 2023-03-01 23:56 UTC 

[linux-linus test] 178854: regressions - trouble: fail/pass/starved
 2023-03-01 21:01 UTC 

[ovmf test] 178885: all pass - PUSHED
 2023-03-01 17:55 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 read-only IMAP folder(s) and NNTP newsgroup(s).