xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-02 22:23:19 to 2021-07-06 07:31:12 UTC [more...]

[PATCH V2 0/9] Domain on Static Allocation
 2021-07-06  7:30 UTC  (28+ messages)
` [PATCH 2/9] xen/arm: introduce PGC_reserved
` [PATCH 3/9] xen/arm: introduce CONFIG_STATIC_ALLOCATION
` [PATCH 4/9] xen/arm: static memory initialization
` [PATCH 6/9] xen/arm: introduce alloc_staticmem_pages and alloc_domstatic_pages
` [PATCH 8/9] xen/arm: check `xen,static-mem` property during domain construction
` [PATCH 9/9] xen/arm: introduce allocate_static_memory

[PATCH v2 0/2] x86/AMD: MSR handling adjustments
 2021-07-06  7:18 UTC  (3+ messages)
` Ping: "

[PATCH v2 00/13] x86: more or less log-dirty related improvements
 2021-07-06  7:15 UTC  (22+ messages)
` [PATCH v2 01/13] libxl/x86: check return value of SHADOW_OP_SET_ALLOCATION domctl
` [PATCH v2 02/13] libxc: split xc_logdirty_control() from xc_shadow_control()
` [PATCH v2 03/13] libxenguest: deal with log-dirty op stats overflow
` [PATCH v2 04/13] libxenguest: short-circuit "all-dirty" handling
` [PATCH v2 05/13] libxenguest: avoid allocating unused deferred-pages bitmap
` [PATCH v2 06/13] libxenguest: complete loops in xc_map_domain_meminfo()
` [PATCH v2 07/13] libxenguest: guard against overflow from too large p2m when checkpointing
` [PATCH v2 08/13] libxenguest: fix off-by-1 in colo-secondary-bitmap merging
` [PATCH v2 09/13] libxenguest: restrict PV guest size
` [PATCH v2 10/13] libxc: simplify HYPERCALL_BUFFER()
` [PATCH v2 11/13] x86/paging: supply more useful log-dirty page count
` [PATCH v2 12/13] x86/mm: update log-dirty bitmap when manipulating P2M
` [PATCH v2 13/13] SUPPORT.md: write down restriction of 32-bit tool stacks

[PATCH] x86emul: pad blob-execution "okay" messages
 2021-07-06  7:14 UTC  (3+ messages)
` Ping: "

[PATCH 0/5] tools/migration: Py3 fixes, and page type helpers
 2021-07-06  7:11 UTC  (10+ messages)
` [PATCH 1/5] tools/python: handle libxl__physmap_info.name properly in convert-legacy-stream
` [PATCH 2/5] tools/python: fix Python3.4 TypeError in format string
` [PATCH 3/5] tools/migration: unify known page type checking
` [PATCH 4/5] tools/migration: unify type checking for data pfns in the VM
` [PATCH 5/5] tools/migration: unify type checking for data pfns in migration stream

[linux-linus test] 163316: regressions - FAIL
 2021-07-06  7:09 UTC 

[PATCH 00/16] x86/mm: large parts of P2M code and struct p2m_domain are HVM-only
 2021-07-06  7:05 UTC  (21+ messages)
` [PATCH 01/16] x86/P2M: rename p2m_remove_page()
` [PATCH 02/16] x86/P2M: introduce p2m_{add,remove}_page()
` [PATCH 03/16] x86/P2M: drop a few CONFIG_HVM
` [PATCH 04/16] x86/P2M: move map_domain_gfn() (again)
` [PATCH 05/16] x86/mm: move guest_physmap_{add,remove}_page()
` [PATCH 06/16] x86/mm: split set_identity_p2m_entry() into PV and HVM parts
` [PATCH 07/16] x86/P2M: p2m_{alloc,free}_ptp() and p2m_alloc_table() are HVM-only
` [PATCH 08/16] x86/P2M: PoD, altp2m, and nested-p2m "
` [PATCH 09/16] x86/P2M: split out init/teardown functions
` [PATCH 10/16] x86/P2M: p2m_get_page_from_gfn() is HVM-only
` [PATCH 11/16] x86/P2M: derive a HVM-only variant from __get_gfn_type_access()
` [PATCH 12/16] x86/p2m: re-arrange {,__}put_gfn()
` [PATCH 13/16] shr_pages field is MEM_SHARING-only
` [PATCH 14/16] paged_pages field is MEM_PAGING-only
` [PATCH 15/16] x86/P2M: p2m.c is HVM-only
` [PATCH 16/16] x86/P2M: the majority for struct p2m_domain's fields are HVM-only

[XEN PATCH v3] libxl/arm: provide guests with random seed
 2021-07-06  6:33 UTC 

[PATCH v5 0/4] xen/arm: Properly disable M2P on Arm
 2021-07-06  6:31 UTC  (9+ messages)
` [PATCH v5 1/4] xen: XENMEM_exchange should only be used/compiled for arch supporting PV guest
` [PATCH v5 2/4] xen: arm: Stop returning a bogus GFN for the shared info
` [PATCH v5 3/4] xen: arm: Remove mfn_to_gfn() macro
` [PATCH v5 4/4] xen/mm: Provide dummy M2P-related helpers when the M2P is not supported

[ovmf test] 163320: regressions - FAIL
 2021-07-06  6:09 UTC 

[PATCH v15 00/12] Restricted DMA
 2021-07-06  4:48 UTC  (15+ messages)
` [PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing

[xen-unstable test] 163313: tolerable FAIL - PUSHED
 2021-07-06  4:37 UTC 

[qemu-mainline test] 163311: tolerable FAIL - PUSHED
 2021-07-06  0:31 UTC 

[ovmf test] 163312: regressions - FAIL
 2021-07-05 20:49 UTC 

[PATCH v20210701 00/40] leftover from 2020
 2021-07-05 19:06 UTC  (30+ messages)
` [PATCH v20210701 06/40] tools: fix Python3.4 TypeError in format string
` [PATCH v20210701 10/40] tools: add xc_is_known_page_type to libxenctrl
` [PATCH v20210701 11/40] tools: use sr_is_known_page_type
` [PATCH v20210701 12/40] tools: unify type checking for data pfns in migration stream
` [PATCH v20210701 15/40] tools: prepare to allocate saverestore arrays once

[PATCH v3] tools: unify page type checking in save/restore
 2021-07-05 18:29 UTC  (2+ messages)

[xen-unstable-smoke test] 163314: tolerable all pass - PUSHED
 2021-07-05 18:14 UTC 

[PATCH V2] xen/arm: bootfdt: Always sort memory banks
 2021-07-05 17:48 UTC 

[PATCH] xen/arm: bootfdt: Always sort memory banks
 2021-07-05 17:26 UTC  (3+ messages)

[qemu-upstream-unstable test] 163309: tolerable FAIL - PUSHED
 2021-07-05 16:31 UTC 

[linux-linus test] 163306: regressions - FAIL
 2021-07-05 15:23 UTC 

[XEN PATCH v6 00/31] xen: Build system improvements
 2021-07-05 14:40 UTC  (3+ messages)
` [XEN PATCH v6 01/31] build: fix %.s: %.S rule

[xen-unstable-smoke test] 163310: tolerable all pass - PUSHED
 2021-07-05 14:28 UTC 

[ANNOUNCE] Call for agenda items for July Community Call @ 1500 UTC
 2021-07-05 14:23 UTC  (2+ messages)

[PATCH v7 0/9] Use Doxygen and sphinx for html documentation
 2021-07-05 14:20 UTC  (14+ messages)
` [PATCH v7 1/9] docs: add doxygen configuration file
` [PATCH v7 2/9] docs: add Xen png logo for the doxygen documentation
` [PATCH v7 3/9] docs: add doxygen templates
` [PATCH v7 4/9] m4/python: add function to docs_tool.m4 and new m4 module
` [PATCH v7 5/9] docs: add checks to configure for sphinx and doxygen
` [PATCH v7 6/9] docs: add doxygen preprocessor and related files
` [PATCH v7 7/9] docs: Change Makefile and sphinx configuration for doxygen
` [PATCH v7 8/9] docs: hypercalls sphinx skeleton for generated html
` [PATCH v7 9/9] docs/doxygen: doxygen documentation for grant_table.h

[PATCH] tools/xenstored: Stash the correct request in lu_status->in
 2021-07-05 12:49 UTC  (3+ messages)

[ovmf test] 163307: regressions - FAIL
 2021-07-05 12:16 UTC 

Backport of commit 3de218ff39b9e3f0d4
 2021-07-05 11:58 UTC 

[xen-unstable test] 163305: tolerable FAIL
 2021-07-05 11:52 UTC 

[PATCH v4] arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t
 2021-07-05 10:53 UTC  (2+ messages)

[PATCH] tools/libxenguest: Fix migration's debug option
 2021-07-05 10:36 UTC  (11+ messages)

[PATCH] tools/libxenguest: Fix max_extd_leaf calculation for legacy restore
 2021-07-05 10:26 UTC  (4+ messages)

[Kvmtool] Some thoughts on using kvmtool Virtio for Xen
 2021-07-05 10:02 UTC  (3+ messages)

[PATCH v6 0/9] Use Doxygen and sphinx for html documentation
 2021-07-05  9:41 UTC  (10+ messages)
` [PATCH v6 5/9] docs: add checks to configure for sphinx and doxygen
` [PATCH v6 7/9] docs: Change Makefile and sphinx configuration for doxygen

[PATCH] xen/Makefile: drop -Werror
 2021-07-05  9:27 UTC  (7+ messages)

[PATCH] xen/events: reset active flag for lateeoi events later
 2021-07-05  9:16 UTC  (3+ messages)

[PATCH -next] xen: Use DEVICE_ATTR_*() macro
 2021-07-05  8:01 UTC  (2+ messages)

[libvirt test] 163308: regressions - FAIL
 2021-07-05  7:53 UTC 

[qemu-mainline test] 163303: tolerable FAIL - PUSHED
 2021-07-05  5:06 UTC 

[XEN PATCH] MAINTAINERS: Updating after change to tools/include/
 2021-07-05  4:46 UTC  (2+ messages)

[ovmf test] 163304: regressions - FAIL
 2021-07-05  2:39 UTC 

[linux-linus test] 163301: regressions - FAIL
 2021-07-05  1:38 UTC 

[ovmf test] 163302: regressions - FAIL
 2021-07-04 22:53 UTC 

[qemu-mainline test] 163299: tolerable FAIL - PUSHED
 2021-07-04 20:38 UTC 

[ovmf test] 163300: regressions - FAIL
 2021-07-04 18:50 UTC 

[linux-linus test] 163296: regressions - FAIL
 2021-07-04 18:21 UTC 

[xen-unstable test] 163293: tolerable FAIL
 2021-07-04 15:41 UTC 

[ovmf test] 163298: regressions - FAIL
 2021-07-04 15:21 UTC 

[ovmf test] 163294: regressions - FAIL
 2021-07-04 11:57 UTC 

[xen-unstable-coverity test] 163297: all pass - PUSHED
 2021-07-04  9:59 UTC 

[qemu-mainline test] 163292: tolerable FAIL - PUSHED
 2021-07-04  9:34 UTC 

[libvirt test] 163295: regressions - FAIL
 2021-07-04  8:02 UTC 

[linux-linus test] 163290: regressions - FAIL
 2021-07-04  5:46 UTC 

[ovmf test] 163291: regressions - FAIL
 2021-07-04  2:46 UTC 

[qemu-mainline test] 163276: regressions - FAIL
 2021-07-04  0:58 UTC 

[ovmf test] 163289: regressions - FAIL
 2021-07-03 22:30 UTC 

[linux-linus test] 163247: regressions - FAIL
 2021-07-03 21:53 UTC 

[ovmf test] 163259: regressions - FAIL
 2021-07-03 18:06 UTC 

[xen-unstable test] 163239: tolerable FAIL - PUSHED
 2021-07-03 18:01 UTC 

[PATCH RFCv2 00/15] xen/arm: mm: Remove open-coding mappings
 2021-07-03 17:57 UTC  (11+ messages)
` [PATCH RFCv2 02/15] xen/arm: lpae: Use the generic helpers to defined the Xen PT helpers
` [PATCH RFCv2 12/15] xen/arm: add Persistent Map (PMAP) infrastructure

Uses of /hypervisor memory range (was: FreeBSD/Xen/ARM issues)
 2021-07-03 17:17 UTC  (9+ messages)

[qemu-mainline test] 163235: regressions - FAIL
 2021-07-03 14:58 UTC 

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32
 2021-07-03 14:42 UTC  (5+ messages)
` [PATCH v3 10/10] arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t

[PATCH] xen/arm: smmuv1: Fixed stream matching register allocation
 2021-07-03 12:28 UTC  (6+ messages)

[ovmf test] 163238: regressions - FAIL
 2021-07-03 10:57 UTC 

[PATCH] x86/shadow: drop callback_mask pseudo-variables
 2021-07-03  8:54 UTC  (2+ messages)

[linux-linus test] 163232: regressions - FAIL
 2021-07-03  8:31 UTC 

[libvirt test] 163236: regressions - FAIL
 2021-07-03  8:13 UTC 

[xen-unstable test] 163231: regressions - FAIL
 2021-07-03  6:46 UTC 

[ovmf test] 163233: regressions - FAIL
 2021-07-03  6:43 UTC 

[qemu-mainline test] 163228: regressions - FAIL
 2021-07-03  3:24 UTC 

[ovmf test] 163229: regressions - FAIL
 2021-07-02 22:30 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).