xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 18:07:13 to 2021-05-14 20:47:52 UTC [more...]

[RFC PATCH 00/10] xsm: introducing domain roles
 2021-05-14 20:54 UTC  (4+ 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

[PATCH] tools/xenstore: claim resources when running as daemon
 2021-05-14 20:19 UTC  (2+ messages)

[PATCH v3 0/5] Minimal build for RISCV
 2021-05-14 18:53 UTC  (6+ 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

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

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

[PATCH v2 0/2] tools/xenstore: simplify xenstored main loop
 2021-05-14 17:05 UTC  (5+ 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

[PATCH v2 0/4] Support xen-driven USB3 debug capability
 2021-05-14 15:33 UTC  (8+ 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

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

[PATCH] libelf: improve PVH elfnote parsing
 2021-05-14 15:17 UTC  (5+ 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

[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  (10+ 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
` [PATCH v2 3/3] xen/swiotlb: check if the swiotlb has already been initialized

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

Uses of /hypervisor memory range (was: FreeBSD/Xen/ARM issues)
 2021-05-14 10:07 UTC  (3+ messages)

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

[PATCH] tools/xenstore: simplify xenstored main loop
 2021-05-14  9:42 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 

[PATCH v4 00/10] libs/guest: new CPUID/MSR interface
 2021-05-14  9:36 UTC  (3+ messages)
` [PATCH v4 09/10] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl

[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 

Discussion of Xenheap problems on AArch64
 2021-05-14  4:35 UTC  (12+ messages)

[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 

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-05-14  1:04 UTC  (36+ messages)
` [PATCH RFCv2 01/15] xen/arm: lpae: Rename LPAE_ENTRIES_MASK_GS to LPAE_ENTRY_MASK_GS
` [PATCH RFCv2 02/15] xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
` [PATCH RFCv2 03/15] xen/arm: p2m: Replace level_{orders, masks} arrays with LEVEL_{ORDER, MASK}
` [PATCH RFCv2 04/15] xen/arm: mm: Allow other mapping size in xen_pt_update_entry()
` [PATCH RFCv2 05/15] xen/arm: mm: Avoid flushing the TLBs when mapping are inserted
` [PATCH RFCv2 06/15] xen/arm: mm: Don't open-code Xen PT update in remove_early_mappings()
` [PATCH RFCv2 07/15] xen/arm: mm: Re-implement early_fdt_map() using map_pages_to_xen()
` [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

[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 

[xen-unstable test] 161917: regressions - FAIL
 2021-05-13 20:15 UTC  (2+ messages)
` Regressed XSA-286, was "

[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 

regression in recent pvops kernels, dom0 crashes early
 2021-05-13 13:09 UTC  (8+ messages)

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-13 10:35 UTC  (13+ messages)
` [PATCH 1/8] xen: sync include/xen/interface/io/ring.h with Xen's newest version
` [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 8/8] xen/hvc: replace BUG_ON() with negative return value

regression in Xen 4.15, unable to boot xenlinux dom0
 2021-05-13  9:52 UTC  (3+ messages)

[linux-5.4 test] 161918: tolerable FAIL - PUSHED
 2021-05-13  8:23 UTC 

[libvirt test] 161927: regressions - FAIL
 2021-05-13  8:02 UTC 

[xen-unstable-smoke test] 161923: tolerable all pass - PUSHED
 2021-05-13  0:36 UTC 

[qemu-mainline test] 161915: regressions - FAIL
 2021-05-12 23:05 UTC 

[PATCH] xen/arm: gic-v3: Add missing breaks gicv3_read_apr()
 2021-05-12 20:26 UTC  (2+ messages)

[PATCH 2/2] xen/swiotlb: check if the swiotlb has already been initialized
 2021-05-12 20:10 UTC  (3+ messages)

[PATCH 1/2] xen/arm64: do not set SWIOTLB_NO_FORCE when swiotlb is required
 2021-05-12 19:55 UTC  (3+ messages)

[xen-unstable-smoke test] 161921: tolerable all pass - PUSHED
 2021-05-12 19:21 UTC 

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32
 2021-05-12 18:14 UTC  (6+ messages)
` [PATCH v3 10/10] arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t

[linux-linus test] 161911: regressions - FAIL
 2021-05-12 16:58 UTC 

[PATCH] include/public: add RING_RESPONSE_PROD_OVERFLOW macro
 2021-05-12 16:48 UTC 

[PATCH v2] tools: remove unused sysconfig variable XENSTORED_ROOTDIR
 2021-05-12 15:24 UTC  (5+ messages)

[PATCH 0/3] Support xen-driven USB3 debug capability
 2021-05-12 15:18 UTC  (11+ messages)
` [PATCH 1/3] usb: early: Avoid using DbC if already enabled
` [PATCH 2/3] xen: Export dbgp functions when CONFIG_XEN_DOM0 is enabled
` [PATCH 3/3] usb: xhci: Notify xen when DbC is unsafe to use

[PATCH v2 00/17] live update and gnttab patches
 2021-05-12 15:04 UTC  (22+ messages)
` [PATCH v2 01/17] docs/designs/xenstore-migration.md: clarify that deletes are recursive
` [PATCH v2 02/17] tools/ocaml: add unit test skeleton with Dune build system
` [PATCH v2 03/17] tools/ocaml: vendor external dependencies for convenience
` [PATCH v2 06/17] tools/ocaml/xenstored: add support for binary format
` [PATCH v2 07/17] tools/ocaml/xenstored: validate config file before live update
` [PATCH v2 08/17] Add structured fuzzing unit test
` [PATCH v2 09/17] tools/ocaml: use common macros for manipulating mmap_interface
` [PATCH v2 10/17] tools/ocaml/libs/mmap: allocate correct number of bytes
` [PATCH v2 11/17] tools/ocaml/libs/mmap: Expose stub_mmap_alloc
` [PATCH v2 12/17] tools/ocaml/libs/mmap: mark mmap/munmap as blocking
` [PATCH v2 13/17] tools/ocaml/libs/xb: import gnttab stubs from mirage
` [PATCH v2 14/17] tools/ocaml: safer Xenmmap interface
` [PATCH v2 15/17] tools/ocaml/xenstored: use gnttab instead of xenctrl's foreign_map_range
` [PATCH v2 16/17] tools/ocaml/xenstored: don't store domU's mfn of ring page
` [PATCH v2 17/17] tools/ocaml/libs/mmap: Clean up unused read/write

[PATCH v4] tools/libs/store: cleanup libxenstore interface
 2021-05-12 14:48 UTC 

[ovmf test] 161912: all pass - PUSHED
 2021-05-12 14:37 UTC 

[linux-5.4 test] 161910: FAIL
 2021-05-12 12:27 UTC 

[libvirt test] 161913: regressions - FAIL
 2021-05-12 10:52 UTC 

[xen-unstable test] 161909: regressions - FAIL
 2021-05-12 10:39 UTC 

[xen-unstable-coverity test] 161916: all pass - PUSHED
 2021-05-12  9:48 UTC 

[PATCH v5 0/3] Use Doxygen and sphinx for html documentation
 2021-05-12  7:34 UTC  (7+ messages)
` [PATCH v5 3/3] docs/doxygen: doxygen documentation for grant_table.h

[qemu-mainline test] 161907: regressions - FAIL
 2021-05-12  7:09 UTC 

[PATCH v2 0/6] tools/libs: add missing support of linear p2m_list, cleanup
 2021-05-12  6:58 UTC  (2+ messages)

[ovmf test] 161908: all pass - PUSHED
 2021-05-12  2:01 UTC 

[linux-linus test] 161906: regressions - trouble: blocked/broken/fail/pass
 2021-05-12  1:47 UTC 

[PATCH] drivers/char: Add USB3 debug capability driver
 2021-05-12  0:12 UTC 

[linux-5.4 test] 161905: trouble: blocked/broken/fail/pass
 2021-05-11 22:10 UTC 

[xen-unstable test] 161904: trouble: blocked/broken/fail/pass
 2021-05-11 19:45 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).