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

[PATCH 00/14] Use const whether we point to literal strings (take 1)
 2021-05-11 14:58 UTC  (4+ messages)
` [PATCH 05/14] tools/libs: guest: Use const whenever we point to literal strings
` PING Re: [PATCH 00/14] Use const whether we point to literal strings (take 1)

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)

xen-netback hotplug-status regression bug
 2021-05-11 12:46 UTC  (11+ messages)
` [PATCH] xen-netback: Check for hotplug-status existence before watching

[linux-linus test] 161900: regressions - FAIL
 2021-05-11 12:16 UTC 

[xen-unstable test] 161898: tolerable FAIL - PUSHED
 2021-05-11  9:58 UTC 

[XEN PATCH v2 0/8] Fix libxl with QEMU 6.0 + remove some more deprecated usages
 2021-05-11  9:28 UTC  (9+ messages)
` [XEN PATCH v2 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"
` [XEN PATCH v2 2/8] libxl: Replace QEMU's command line short-form boolean option
` [XEN PATCH v2 3/8] libxl: Replace deprecated "cpu-add" QMP command by "device_add"
` [XEN PATCH v2 4/8] libxl: Use -device for cd-rom drives
` [XEN PATCH v2 5/8] libxl: Assert qmp_ev's state in qmp_ev_qemu_compare_version
` [XEN PATCH v2 6/8] libxl: Export libxl__qmp_ev_qemu_compare_version
` [XEN PATCH v2 7/8] libxl: Use `id` with the "eject" QMP command
` [XEN PATCH v2 8/8] libxl: Replace QMP command "change" by "blockdev-change-media"

[libvirt test] 161901: regressions - trouble: blocked/broken/fail/pass
 2021-05-11  8:51 UTC 

[PATCH v3 00/10] arm64: Get rid of READ/WRITE_SYSREG32
 2021-05-11  6:37 UTC  (9+ messages)
` [PATCH v3 02/10] arm/domain: "
` [PATCH v3 10/10] arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t

[linux-linus test] 161829: regressions - FAIL
 2021-05-11  6:35 UTC  (7+ messages)
` Regression when booting 5.15 as dom0 on arm64 (WAS: Re: [linux-linus test] 161829: regressions - FAIL)

[PATCH v3 0/5] Fix redefinition errors for toolstack libs
 2021-05-11  6:35 UTC  (7+ messages)
` [PATCH v3 1/5] tools/debugger: Fix PAGE_SIZE redefinition error
` [PATCH v3 2/5] tools/libfsimage: Fix PATH_MAX "
` [PATCH v3 3/5] tools/libs/foreignmemory: Fix PAGE_SIZE "
` [PATCH v3 4/5] tools/libs/gnttab: "
` [PATCH v3 5/5] tools/ocaml: Fix redefinition errors

[ovmf test] 161899: all pass - PUSHED
 2021-05-11  5:58 UTC 

[qemu-mainline test] 161896: regressions - FAIL
 2021-05-11  4:54 UTC 

[linux-linus test] 161894: regressions - FAIL
 2021-05-11  1:44 UTC 

Discussion of Xenheap problems on AArch64
 2021-05-11  1:11 UTC  (10+ messages)

[xen-unstable-smoke test] 161897: tolerable all pass - PUSHED
 2021-05-10 22:11 UTC 

[ovmf test] 161895: all pass - PUSHED
 2021-05-10 21:38 UTC 

[xen-unstable-smoke test] 161893: tolerable all pass - PUSHED
 2021-05-10 18:50 UTC 

[PATCH v2] xen/arm: kernel: Propagate the error if we fail to decompress the kernel
 2021-05-10 17:47 UTC  (4+ messages)
    ` PING "

[PATCH] build: centralize / unify asm-offsets generation
 2021-05-10 17:43 UTC  (12+ messages)
                  ` Ping: "

[PATCH] optee: enable OPTEE_SMC_SEC_CAP_MEMREF_NULL capability
 2021-05-10 17:36 UTC  (2+ messages)

[PATCH] tools/xenstore: Fix indentation in the header of xenstored_control.c
 2021-05-10 17:30 UTC  (3+ messages)

[PATCH] tools/xenstored: Prevent a buffer overflow in dump_state_node_perms()
 2021-05-10 17:27 UTC  (4+ messages)

[qemu-mainline test] 161890: regressions - trouble: fail/pass/starved
 2021-05-10 16:50 UTC 

[linux-linus test] 161891: regressions - trouble: blocked/fail/pass/starved
 2021-05-10 15:52 UTC 

[PATCH v5 0/2] xen/pci: Make PCI passthrough code non-x86 specific
 2021-05-10 15:47 UTC  (3+ messages)
` [PATCH v5 1/2] xen/pci: Refactor PCI MSI intercept related code
` [PATCH v5 2/2] xen/pci: Refactor MSI code that implements MSI functionality within XEN

[PATCH v6 00/15] Restricted DMA
 2021-05-10 15:05 UTC  (21+ messages)
` [PATCH v6 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v6 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v6 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v6 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v6 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v6 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v6 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v6 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
` [PATCH v6 09/15] swiotlb: Move alloc_size to find_slots
` [PATCH v6 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v6 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
` [PATCH v6 12/15] swiotlb: Add restricted DMA alloc/free support
` [PATCH v6 13/15] dma-direct: Allocate memory from restricted DMA pool if available
` [PATCH v6 14/15] dt-bindings: of: Add restricted DMA pool
` [PATCH v6 15/15] of: Add plumbing for "

[XEN PATCH 0/8] Fix libxl with QEMU 6.0 + remove some more deprecated usages
 2021-05-10 14:17 UTC  (6+ messages)
` [XEN PATCH 1/8] libxl: Replace deprecated QMP command by "query-cpus-fast"

[PATCH v2 00/13] vtpmmgr: Some fixes - still incomplete
 2021-05-10 13:40 UTC  (27+ messages)
` [PATCH v2 04/13] vtpmmgr: Allow specifying srk_handle for TPM2
` [PATCH v2 05/13] vtpmmgr: Move vtpmmgr_shutdown
` [PATCH v2 06/13] vtpmmgr: Flush transient keys on shutdown
` [PATCH v2 07/13] vtpmmgr: Flush all transient keys
` [PATCH v2 08/13] vtpmmgr: Shutdown more gracefully
` [PATCH v2 09/13] vtpmmgr: Support GetRandom passthrough on TPM 2.0
` [PATCH v2 10/13] vtpmmgr: Remove bogus cast from TPM2_GetRandom
` [PATCH v2 11/13] vtpmmgr: Fix owner_auth & srk_auth parsing
` [PATCH v2 12/13] vtpmmgr: Check req_len before unpacking command
` [PATCH v2 13/13] vtpm: Correct timeout units and command duration

[PATCH 0/3] xen: remove some checks for always present Xen features
 2021-05-10 13:21 UTC  (6+ messages)
` [PATCH 1/3] xen: check required "

[xen-unstable test] 161888: tolerable FAIL
 2021-05-10 13:05 UTC 

[PATCH v5 00/16] Restricted DMA
 2021-05-10  9:53 UTC  (2+ messages)

[PATCH] xen/gntdev: fix gntdev_mmap() error exit path
 2021-05-10  9:26 UTC  (6+ messages)

[PATCH 1/1] xen/unpopulated-alloc: fix error return code in fill_list()
 2021-05-10  9:26 UTC  (3+ messages)

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

[PATCH v1] tools: add newlines to xenstored WRL_LOG
 2021-05-10  8:38 UTC  (4+ messages)

[linux-linus test] 161887: regressions - FAIL
 2021-05-10  8:08 UTC 

[PATCH 1/4] x86/xen/entry: Rename xenpv_exc_nmi to noist_exc_nmi
 2021-05-10  7:59 UTC  (2+ messages)

[libvirt test] 161889: regressions - FAIL
 2021-05-10  7:07 UTC 

[qemu-mainline test] 161886: regressions - FAIL
 2021-05-10  6:26 UTC 

[linux-linus test] 161880: regressions - FAIL
 2021-05-09 23:25 UTC 

[qemu-mainline test] 161876: regressions - FAIL
 2021-05-09 22:33 UTC 

[qemu-mainline bisection] complete test-amd64-i386-xl-qemuu-ws16-amd64
 2021-05-09 21:32 UTC 

[xen-unstable test] 161872: tolerable FAIL
 2021-05-09 16:17 UTC 

[linux-linus test] 161865: regressions - FAIL
 2021-05-09 12:06 UTC 

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

[qemu-mainline test] 161862: regressions - FAIL
 2021-05-09  9:06 UTC 

[libvirt test] 161871: regressions - FAIL
 2021-05-09  6:37 UTC 

[xen-unstable test] 161859: tolerable FAIL - PUSHED
 2021-05-09  4:19 UTC 

[linux-linus test] 161857: regressions - FAIL
 2021-05-09  0:09 UTC 

[qemu-mainline test] 161856: regressions - FAIL
 2021-05-08 21:22 UTC 

[PATCH v2 01/13] docs: Warn about incomplete vtpmmgr TPM 2.0 support
 2021-05-08 18:37 UTC 

[xen-unstable test] 161851: regressions - FAIL
 2021-05-08 18:33 UTC 

[linux-linus test] 161843: regressions - FAIL
 2021-05-08 12:18 UTC 

[qemu-mainline test] 161853: regressions - FAIL
 2021-05-08 10:38 UTC 

[qemu-mainline test] 161839: regressions - FAIL
 2021-05-08  9:17 UTC 

[xen-unstable test] 161836: tolerable FAIL - PUSHED
 2021-05-08  7:34 UTC 

[libvirt test] 161848: regressions - FAIL
 2021-05-08  6:35 UTC 

[qemu-mainline bisection] complete test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm
 2021-05-08  2:30 UTC 

[linux-5.4 test] 161832: tolerable FAIL - PUSHED
 2021-05-07 23:21 UTC 

[xen-unstable-smoke test] 161841: tolerable all pass - PUSHED
 2021-05-07 22:53 UTC 

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

[qemu-mainline test] 161826: regressions - FAIL
 2021-05-07 17:47 UTC 

[PATCH 0/9] vtpmmgr: Some fixes - still incomplete
 2021-05-07 15:37 UTC  (7+ messages)
` [PATCH 1/9] docs: Warn about incomplete vtpmmgr TPM 2.0 support
` [PATCH 2/9] vtpmmgr: Print error code to aid debugging
` [PATCH 3/9] stubom: newlib: Enable C99 formats for %z

[PATCH RFC 0/2] Add a design document for Live Updating Xen
 2021-05-07 15:28 UTC  (13+ messages)
` [PATCH RFC 1/2] docs/design: Add a design document for Live Update
` [PATCH RFC 2/2] xen/kexec: Reserve KEXEC_TYPE_LIVEUPDATE and KEXEC_RANGE_MA_LIVEUPDATE

[PATCH] tools/misc/xen-vmtrace: handle more signals and install by default
 2021-05-07 15:28 UTC 

[PATCH] Argo/XSM: add SILO hooks
 2021-05-07 15:09 UTC  (2+ messages)

[xen-unstable test] 161825: tolerable FAIL
 2021-05-07 13:40 UTC 

[xen-unstable-smoke test] 161831: tolerable all pass - PUSHED
 2021-05-07 12:56 UTC 

[PATCH v4 00/10] libs/guest: new CPUID/MSR interface
 2021-05-07 11:04 UTC  (11+ messages)
` [PATCH v4 01/10] libx86: introduce helper to fetch cpuid leaf
` [PATCH v4 02/10] libs/guest: allow fetching a specific CPUID leaf from a cpu policy
` [PATCH v4 03/10] libx86: introduce helper to fetch msr entry
` [PATCH v4 04/10] libs/guest: allow fetching a specific MSR entry from a cpu policy
` [PATCH v4 05/10] libs/guest: make a cpu policy compatible with older Xen versions
` [PATCH v4 06/10] libs/guest: introduce helper set cpu topology in cpu policy
` [PATCH v4 07/10] libs/guest: rework xc_cpuid_xend_policy
` [PATCH v4 08/10] libs/guest: apply a featureset into a cpu policy
` [PATCH v4 09/10] libs/{light,guest}: implement xc_cpuid_apply_policy in libxl
` [PATCH v4 10/10] libs/guest: (re)move xc_cpu_policy_apply_cpuid

[PATCH v2] SUPPORT.md: Un-shimmed 32-bit PV guests are no longer supported
 2021-05-07 11:05 UTC  (3+ messages)

[PATCH] x86/shim: fix build when !PV32
 2021-05-07 10:14 UTC  (6+ messages)

[xen-4.12-testing test] 161821: regressions - FAIL
 2021-05-07  9:54 UTC 

[xen-4.12-testing test] 161776: regressions - FAIL
 2021-05-07  9:51 UTC  (4+ messages)

[PATCH] x86/CPUID: don't shrink hypervisor leaves
 2021-05-07  8:40 UTC 

[PATCH] x86: fix build race when generating temporary object files (take 2)
 2021-05-07  8:28 UTC  (2+ messages)
` Ping: "

[PATCH] x86/AMD: also determine L3 cache size
 2021-05-07  8:25 UTC  (4+ messages)
    ` Ping: "

[PATCH] x86emul: fix test harness build for gas 2.36
 2021-05-07  8:22 UTC  (5+ messages)
    ` Ping: "

[libvirt test] 161827: regressions - FAIL
 2021-05-07  7:59 UTC 

[PATCH v4] gnttab: defer allocation of status frame tracking array
 2021-05-07  7:46 UTC  (3+ messages)

[PATCH v1] tools: fix incorrect suggestions for XENCONSOLED_TRACE on FreeBSD
 2021-05-07  7:25 UTC  (3+ messages)


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