xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-13 12:29:55 to 2021-05-17 18:17:10 UTC [more...]

[PATCH v3 0/5] Fix redefinition errors for toolstack libs
 2021-05-17 18:16 UTC  (7+ messages)
` [PATCH v3 3/5] tools/libs/foreignmemory: Fix PAGE_SIZE redefinition error
` [PATCH v3 4/5] tools/libs/gnttab: "
` [PATCH v3 5/5] tools/ocaml: Fix redefinition errors

[linux-linus test] 161977: regressions - FAIL
 2021-05-17 18:16 UTC 

[PATCH] tools/xenstore: cleanup Makefile and gitignore
 2021-05-17 17:57 UTC  (3+ messages)

[PATCH v2 0/2] tools/xenstore: simplify xenstored main loop
 2021-05-17 17:54 UTC  (8+ messages)
` [PATCH v2 1/2] tools/xenstore: move per connection read and write func hooks into a struct
` [PATCH v2 2/2] tools/xenstore: simplify xenstored main loop

[ovmf test] 161979: all pass - PUSHED
 2021-05-17 17:36 UTC 

[xen-unstable-smoke test] 161980: tolerable all pass - PUSHED
 2021-05-17 16:56 UTC 

[qemu-mainline test] 161976: regressions - FAIL
 2021-05-17 16:20 UTC 

[PATCH v5 0/2] xen/pci: Make PCI passthrough code non-x86 specific
 2021-05-17 16:04 UTC  (3+ messages)
` [PATCH v5 1/2] xen/pci: Refactor PCI MSI intercept related code

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32
 2021-05-17 16:03 UTC  (7+ messages)
` [PATCH v3 10/10] arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t

[PATCH] tools/xenstore: claim resources when running as daemon
 2021-05-17 15:55 UTC  (4+ messages)

[PATCH v4 00/10] libs/guest: new CPUID/MSR interface
 2021-05-17 15:43 UTC  (5+ messages)
` [PATCH v4 03/10] libx86: introduce helper to fetch msr entry
` [PATCH v4 09/10] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl

[PATCH v3 0/5] Minimal build for RISCV
 2021-05-17 15:42 UTC  (17+ messages)
` [PATCH v3 1/5] xen/char: Default HAS_NS16550 to y only for X86 and ARM
` [PATCH v3 2/5] xen/common: Guard iommu symbols with CONFIG_HAS_PASSTHROUGH
` [PATCH v3 3/5] xen: Fix build when !CONFIG_GRANT_TABLE
` [PATCH v3 4/5] xen: Add files needed for minimal riscv build
` [PATCH v3 5/5] automation: Add container for riscv64 builds

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-17 15:33 UTC  (19+ messages)
` [PATCH 2/8] xen/blkfront: read response from backend only once
` [PATCH 3/8] xen/blkfront: don't take local copy of a request from the ring page
` [PATCH 4/8] xen/blkfront: don't trust the backend response data blindly
` [PATCH 5/8] xen/netfront: read response from backend only once
` [PATCH 6/8] xen/netfront: don't read data from request on the ring page
` [PATCH 7/8] xen/netfront: don't trust the backend response data blindly

[PATCH v2 0/4] Support xen-driven USB3 debug capability
 2021-05-17 14:24 UTC  (12+ messages)
` [PATCH v2 1/4] usb: early: Avoid using DbC if already enabled
  ` [PATCH v2 2/4] xen: Export dbgp functions when CONFIG_XEN_DOM0 is enabled
  ` [PATCH v2 3/4] usb: dbgp: Fix return values for reset prep and startup

[xtf test] 161978: all pass - PUSHED
 2021-05-17 13:52 UTC 

[PATCH] drivers/char: Add USB3 debug capability driver
 2021-05-17 13:47 UTC  (6+ messages)

[PATCH v3 0/5] Support Secure Boot for multiboot2 Xen
 2021-05-17 13:24 UTC  (7+ messages)
` [PATCH v3 2/5] xen/x86: manually build xen.mb.efi binary

[PATCH][XTF] XSA-286: fix PAE variant of test
 2021-05-17 13:22 UTC 

[PATCH v2 0/6] tools/libs: add missing support of linear p2m_list, cleanup
 2021-05-17 12:44 UTC  (5+ messages)
` [PATCH v2 2/6] tools/libs/ctrl: fix xc_core_arch_map_p2m() to support linear p2m table

[xen-unstable test] 161973: tolerable FAIL
 2021-05-17 12:14 UTC 

[PATCH] libelf: improve PVH elfnote parsing
 2021-05-17 11:09 UTC  (6+ messages)
  ` [RFC PATCH 1/3] libelf: Introduce phys_kstart/end
    ` [RFC PATCH 2/3] libelf: Use flags to check pv or pvh in elf_xen_parse
    ` [RFC PATCH 3/3] libelf: PVH: only allow elf_paddr_offset of 0

[xen-unstable test] 161917: regressions - FAIL
 2021-05-17 10:59 UTC  (4+ messages)
` Regressed XSA-286, was "

[ovmf test] 161974: all pass - PUSHED
 2021-05-17 10:54 UTC 

regression in recent pvops kernels, dom0 crashes early
 2021-05-17 10:54 UTC  (9+ messages)

[PATCH] include/public: add RING_RESPONSE_PROD_OVERFLOW macro
 2021-05-17  9:38 UTC  (2+ messages)

[linux-linus test] 161972: regressions - FAIL
 2021-05-17  8:11 UTC 

[PATCH v3 00/22] xvmalloc() / x86 xstate area / x86 CPUID / AMX+XFD
 2021-05-17  7:33 UTC  (6+ messages)
` [PATCH v3 03/22] x86/xstate: re-size save area when CPUID policy changes

[PATCH v5 0/6] evtchn: (not so) recent XSAs follow-on
 2021-05-17  7:15 UTC  (6+ messages)
` Ping: "

[libvirt test] 161975: regressions - FAIL
 2021-05-17  6:54 UTC 

[PATCH] tools/xenstore: simplify xenstored main loop
 2021-05-17  6:48 UTC  (5+ messages)

Discussion of Xenheap problems on AArch64
 2021-05-17  6:38 UTC  (14+ messages)

[qemu-mainline test] 161971: regressions - FAIL
 2021-05-17  4:47 UTC 

[linux-linus test] 161970: regressions - FAIL
 2021-05-16 23:52 UTC 

[qemu-mainline test] 161967: regressions - FAIL
 2021-05-16 20:37 UTC 

[GIT PULL] xen: branch for v5.13-rc2
 2021-05-16 16:45 UTC  (2+ messages)

[linux-linus test] 161965: regressions - FAIL
 2021-05-16 16:27 UTC 

[xen-unstable test] 161964: tolerable FAIL
 2021-05-16 13:24 UTC 

[libvirt test] 161966: regressions - FAIL
 2021-05-16 10:07 UTC 

[xen-unstable-coverity test] 161968: all pass - PUSHED
 2021-05-16 10:07 UTC 

[qemu-mainline test] 161963: regressions - FAIL
 2021-05-16  8:58 UTC 

[GIT PULL] xen: branch for v5.13-rc2
 2021-05-16  6:30 UTC 

[linux-linus test] 161962: regressions - FAIL
 2021-05-16  4:10 UTC 

[qemu-mainline test] 161961: regressions - FAIL
 2021-05-16  1:08 UTC 

[linux-linus test] 161957: regressions - FAIL
 2021-05-15 20:03 UTC 

[qemu-mainline test] 161955: regressions - FAIL
 2021-05-15 17:27 UTC 

[xen-unstable test] 161954: tolerable FAIL
 2021-05-15 12:46 UTC 

Uses of /hypervisor memory range (was: FreeBSD/Xen/ARM issues)
 2021-05-15 10:08 UTC  (5+ messages)

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-05-15  9:25 UTC  (35+ messages)
` [PATCH RFCv2 02/15] xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
` [PATCH RFCv2 08/15] xen/arm32: mm: Check if the virtual address is shared before updating it
` [PATCH RFCv2 09/15] xen/arm32: mm: Re-implement setup_xenheap_mappings() using map_pages_to_xen()
` [PATCH RFCv2 10/15] xen/arm: mm: Allocate xen page tables in domheap rather than xenheap
` [PATCH RFCv2 11/15] xen/arm: mm: Allow page-table allocation from the boot allocator
` [PATCH RFCv2 12/15] xen/arm: add Persistent Map (PMAP) infrastructure
` [PATCH RFCv2 13/15] xen/arm: mm: Use the PMAP helpers in xen_{,un}map_table()
` [PATCH RFCv2 14/15] xen/arm: mm: Rework setup_xenheap_mappings()
` [PATCH RFCv2 15/15] xen/arm: mm: Re-implement setup_frame_table_mappings() with map_pages_to_xen()

[libvirt test] 161956: regressions - FAIL
 2021-05-15  8:28 UTC 

[linux-linus test] 161953: regressions - FAIL
 2021-05-15  7:10 UTC 

[qemu-mainline test] 161950: regressions - FAIL
 2021-05-15  2:38 UTC 

[ovmf test] 161952: all pass - PUSHED
 2021-05-15  2:13 UTC 

[linux-linus test] 161948: regressions - FAIL
 2021-05-14 23:13 UTC 

[linux-5.4 test] 161947: tolerable FAIL - PUSHED
 2021-05-14 21:56 UTC 

[ovmf test] 161949: all pass - PUSHED
 2021-05-14 21:26 UTC 

[RFC PATCH 00/10] xsm: introducing domain roles
 2021-05-14 20:54 UTC  (11+ messages)
` [RFC PATCH 01/10] headers: introduce new default privilege model
` [RFC PATCH 02/10] control domain: refactor is_control_domain
` [RFC PATCH 03/10] xenstore: migrate to default privilege model
` [RFC PATCH 04/10] xsm: convert rewrite privilege check function
` [RFC PATCH 05/10] hardware domain: convert to domain roles
` [RFC PATCH 06/10] xsm-roles: covert the dummy system to roles
` [RFC PATCH 07/10] xsm-roles: adjusting core xsm
` [RFC PATCH 08/10] xsm-silo: convert silo over to domain roles
` [RFC PATCH 09/10] xsm-flask: clean up for domain roles conversion
` [RFC PATCH 10/10] common/Kconfig: updating Kconfig for domain roles

[xen-unstable test] 161946: tolerable FAIL - PUSHED
 2021-05-14 17:53 UTC 

[PATCH v4 0/2] Introducing Hyperlaunch capability design (formerly: DomB mode of dom0less)
 2021-05-14 14:18 UTC  (4+ messages)
` [PATCH v4 1/2] docs/designs/launch: Hyperlaunch design document
` [PATCH v4 2/2] docs/designs/launch: Hyperlaunch device tree

[PATCH v2 0/5] Minimal build for RISCV
 2021-05-14 14:13 UTC  (12+ messages)
` [PATCH v2 1/5] xen/char: Default HAS_NS16550 to y only for X86 and ARM
` [PATCH v2 2/5] xen/common: Guard iommu symbols with CONFIG_HAS_PASSTHROUGH
` [PATCH v2 3/5] xen: Fix build when !CONFIG_GRANT_TABLE
` [PATCH v2 4/5] xen: Add files needed for minimal riscv build
` [PATCH v2 5/5] automation: add container for riscv64 builds

[PATCH v2 0/3] swiotlb-xen init fixes
 2021-05-14 13:56 UTC  (7+ messages)
` [PATCH v2 1/3] xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.h
` [PATCH v2 2/3] arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required

[qemu-mainline test] 161941: regressions - FAIL
 2021-05-14 13:49 UTC 

Hand over of the Xen shared info page
 2021-05-14  9:50 UTC  (3+ messages)

[linux-linus test] 161940: regressions - FAIL
 2021-05-14  9:42 UTC 

[ovmf test] 161943: all pass - PUSHED
 2021-05-14  9:38 UTC 

[libvirt test] 161944: regressions - FAIL
 2021-05-14  8:26 UTC 

[xen-unstable test] 161939: regressions - trouble: broken/fail/pass
 2021-05-14  6:37 UTC 

[PATCH for-next 0/6] Minimal build for RISCV
 2021-05-14  3:25 UTC  (4+ messages)
` [PATCH for-next 5/6] xen: Add files needed for minimal riscv build

[qemu-mainline test] 161938: regressions - FAIL
 2021-05-14  2:20 UTC 

[linux-linus test] 161936: regressions - FAIL
 2021-05-13 21:30 UTC 

[xen-unstable-smoke test] 161937: tolerable all pass - PUSHED
 2021-05-13 20:56 UTC 

[qemu-mainline test] 161924: regressions - FAIL
 2021-05-13 18:38 UTC 

[linux-linus test] 161922: regressions - FAIL
 2021-05-13 13:50 UTC 

[xen-unstable test] 161926: tolerable trouble: fail/pass/starved - PUSHED
 2021-05-13 13:38 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).