Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:51:12 to 2021-07-29 20:27:44 UTC [more...]

[PATCH v3 00/21] .map_sg() error cleanup
 2021-07-29 20:15 UTC  (22+ messages)
` [PATCH v3 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v3 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v3 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v3 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v3 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v3 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v3 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v3 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v3 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v3 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v3 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v3 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 16/21] parisc: return error code from .map_sg() ops
` [PATCH v3 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v3 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v3 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v3 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v3 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[linux-5.4 test] 164030: tolerable FAIL - PUSHED
 2021-07-29 17:57 UTC 

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-29 16:29 UTC  (23+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 02/13] x86/HV: Initialize shared memory boundary in the "
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH] tools/xenstored: Don't assume errno will not be overwritten in lu_arch()
 2021-07-29 15:23 UTC  (2+ messages)

[xen-unstable test] 164029: tolerable FAIL
 2021-07-29 13:40 UTC 

[PATCH v2] xen/arm64: Remove vreg_emulate_sysreg32
 2021-07-29 11:47 UTC  (3+ messages)

[PATCH] tools/xenstored: Propagate correctly the error message from lu_start()
 2021-07-29 11:06 UTC 

[libvirt test] 164032: regressions - FAIL
 2021-07-29  9:46 UTC 

[RFC PATCH] xen/arm: Replace vreg_emulate_{sysreg/cp}32 with vreg_emulate_{sysreg/cp}
 2021-07-29  9:41 UTC  (6+ messages)

[PATCH] tools/xenstored: Fix off-by-one in dump_state_nodes()
 2021-07-29  9:34 UTC 

[ovmf test] 164028: all pass - PUSHED
 2021-07-29  6:27 UTC 

[qemu-mainline test] 164024: regressions - FAIL
 2021-07-29  5:36 UTC 

[linux-5.4 test] 164023: regressions - FAIL
 2021-07-29  2:05 UTC 

[ovmf test] 164025: all pass - PUSHED
 2021-07-29  1:37 UTC 

[XEN PATCH] tools/xl: Add device_model_stubdomain_init_seclabel option to xl.cfg
 2021-07-28 22:11 UTC  (9+ messages)

[RFC PATCH] xen/memory: Introduce a hypercall to provide unallocated space
 2021-07-28 19:53 UTC  (6+ messages)

[linux-linus test] 164022: regressions - FAIL
 2021-07-28 18:52 UTC 

[RFC PATCH 2/2] xen/unpopulated-alloc: Query hypervisor to provide unallocated space
 2021-07-28 16:44 UTC 

[xen-unstable test] 164019: tolerable FAIL - PUSHED
 2021-07-28 16:26 UTC 

[ovmf test] 164020: all pass - PUSHED
 2021-07-28 15:37 UTC 

[PATCH] xen/lib: Fix strcmp() and strncmp()
 2021-07-28 10:42 UTC  (2+ messages)

[PATCH V4 00/10] Domain on Static Allocation
 2021-07-28 10:27 UTC  (12+ messages)
` [PATCH V4 01/10] xen/arm: introduce domain "
` [PATCH V4 02/10] xen/arm: introduce new helper device_tree_get_meminfo
` [PATCH V4 03/10] xen/arm: handle static memory in dt_unreserved_regions
` [PATCH V4 04/10] xen: introduce mark_page_free
` [PATCH V4 05/10] xen/arm: static memory initialization
` [PATCH V4 06/10] xen/arm: introduce PGC_reserved
` [PATCH V4 07/10] xen: re-define assign_pages and introduce assign_page
` [PATCH V4 08/10] xen/arm: introduce acquire_staticmem_pages and acquire_domstatic_pages
` [PATCH V4 09/10] xen/arm: check "xen,static-mem" property during domain construction
` [PATCH V4 10/10] xen/arm: introduce allocate_static_memory

[linux-linus test] 164016: regressions - FAIL
 2021-07-28 10:15 UTC 

[xen-unstable-coverity test] 164021: all pass - PUSHED
 2021-07-28 10:03 UTC 

[libvirt test] 164017: regressions - FAIL
 2021-07-28  7:55 UTC 

[qemu-mainline test] 164014: tolerable FAIL - PUSHED
 2021-07-28  7:08 UTC 

[ovmf test] 164015: regressions - FAIL
 2021-07-28  7:01 UTC 

[xen-unstable test] 164013: tolerable FAIL - PUSHED
 2021-07-28  6:12 UTC 

[xen-unstable-smoke test] 164012: tolerable all pass - PUSHED
 2021-07-27 22:34 UTC 

[linux-linus test] 164009: regressions - FAIL
 2021-07-27 22:20 UTC 

[ovmf test] 164010: regressions - FAIL
 2021-07-27 22:07 UTC 

[qemu-mainline test] 164008: tolerable FAIL - PUSHED
 2021-07-27 19:14 UTC 

[xen-unstable-smoke test] 164011: tolerable all pass - PUSHED
 2021-07-27 18:57 UTC 

[xen-unstable test] 164007: tolerable FAIL
 2021-07-27 16:23 UTC 

[PATCH] autoconf: fix handling absolute $PYTHON path
 2021-07-27 15:54 UTC  (6+ messages)

Xen-Error: Disabling IOMMU on Stepping C2 5520 Host-Bridge
 2021-07-27 15:36 UTC  (5+ messages)
    ` Xen-Error: Disabling IOMMU on Stepping C2 5520 Host-Bridge // Laser markings: SLH3P
    ` Xen-Error: Disabling IOMMU on Stepping C2 5520 Host-Bridge // SLH3P marking on die

[PATCH v2 00/10] xsm: refactoring xsm hooks
 2021-07-27 13:39 UTC  (10+ messages)
` [PATCH v2 06/10] xsm: enable xsm to always be included
` [PATCH v2 08/10] xsm: remove xsm_default_t from hook definitions
` [PATCH v2 09/10] xsm: expand the function related macros in dummy.h

[PATCH] stubdom: foreignmemory: Fix build after 0dbb4be739c5
 2021-07-27 13:36 UTC  (19+ messages)

[PATCH v2] tools/libxl: add missing blank in message
 2021-07-27 13:27 UTC  (4+ messages)

[XEN PATCH] tools/firmware/ovmf: Use OvmfXen platform file if exist and update OVMF
 2021-07-27 13:26 UTC  (3+ messages)
` Ping: "

[PATCH] tools/libxl: add missing blank in message
 2021-07-27 13:24 UTC  (3+ messages)

[XEN PATCH v2] tools/xl: Add stubdomain_cmdline option to xl.cfg
 2021-07-27 13:22 UTC  (4+ messages)

[PATCH] x86: work around build issue with GNU ld 2.37
 2021-07-27 12:33 UTC  (2+ messages)

[ovmf test] 164005: regressions - FAIL
 2021-07-27 11:28 UTC 

[linux-linus test] 164003: regressions - FAIL
 2021-07-27 10:40 UTC 

[qemu-mainline test] 164001: tolerable FAIL - PUSHED
 2021-07-27  7:46 UTC 

[libvirt test] 164004: regressions - FAIL
 2021-07-27  7:29 UTC 

[xen-unstable test] 164000: tolerable FAIL - PUSHED
 2021-07-27  6:39 UTC 

[PATCH V3 00/10] Domain on Static Allocation
 2021-07-27  6:18 UTC  (4+ messages)
` [PATCH V3 10/10] xen/arm: introduce allocate_static_memory

[ovmf test] 164002: regressions - FAIL
 2021-07-27  5:01 UTC 

[linux-linus test] 163998: regressions - FAIL
 2021-07-27  1:08 UTC 

[ovmf test] 163999: regressions - FAIL
 2021-07-26 21:24 UTC 

[qemu-mainline test] 163997: tolerable FAIL - PUSHED
 2021-07-26 20:37 UTC 

[PATCH v5 0/4] Generic SMMU Bindings
 2021-07-26 15:53 UTC  (9+ messages)
` [PATCH v5 2/4] xen: do not return -EEXIST if iommu_add_dt_device is called twice

[xen-unstable-smoke test] 163996: tolerable all pass - PUSHED
 2021-07-26 15:28 UTC 

Nested Virtualization of Hyper-V on Xen Not Working
 2021-07-26 13:55 UTC  (5+ messages)

[ovmf test] 163995: regressions - FAIL
 2021-07-26 13:29 UTC 

[linux-linus test] 163993: regressions - FAIL
 2021-07-26 12:44 UTC 

xen 4.11.4 incorrect (~3x) cpu frequency reported
 2021-07-26 12:33 UTC  (3+ messages)

[xen-unstable test] 163991: tolerable FAIL
 2021-07-26 11:32 UTC 

[libvirt test] 163994: regressions - FAIL
 2021-07-26 10:18 UTC 

[ovmf test] 163992: regressions - FAIL
 2021-07-26  9:25 UTC 

[linux-linus test] 163989: regressions - FAIL
 2021-07-26  3:46 UTC 

[ovmf test] 163990: regressions - FAIL
 2021-07-26  3:38 UTC 

[ovmf test] 163988: regressions - FAIL
 2021-07-25 22:45 UTC 

[linux-linus test] 163987: regressions - FAIL
 2021-07-25 22:12 UTC 

[linux-5.4 test] 163985: tolerable FAIL - PUSHED
 2021-07-25 19:44 UTC 

[ovmf test] 163986: regressions - FAIL
 2021-07-25 18:42 UTC 

5.10.40 dom0 kernel - nvme: Invalid SGL for payload:131072 nents:13
 2021-07-25 14:06 UTC  (7+ messages)

[linux-linus test] 163983: regressions - FAIL
 2021-07-25 13:57 UTC 

[ovmf test] 163984: regressions - FAIL
 2021-07-25 13:23 UTC 

[xen-unstable test] 163981: tolerable FAIL
 2021-07-25 12:06 UTC 

[libvirt test] 163982: regressions - FAIL
 2021-07-25  7:56 UTC 

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-25  6:07 UTC  (12+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[ovmf test] 163980: regressions - FAIL
 2021-07-25  5:59 UTC 

[linux-linus test] 163979: regressions - FAIL
 2021-07-25  5:18 UTC 

[ovmf test] 163978: regressions - FAIL
 2021-07-25  0:41 UTC 

[linux-linus test] 163977: regressions - FAIL
 2021-07-24 23:52 UTC 

[qemu-mainline test] 163976: tolerable FAIL - PUSHED
 2021-07-24 20:19 UTC 

Dom0 hangs after enable KROBE_EVENTS and/or UPROBE_EVENTS in kernel config
 2021-07-24 14:57 UTC  (13+ messages)
      `  "
        ` [arm] "

[ovmf test] 163975: regressions - FAIL
 2021-07-24 13:55 UTC 

[linux-linus test] 163974: regressions - FAIL
 2021-07-24 13:12 UTC 

[xen-unstable test] 163971: tolerable FAIL
 2021-07-24 12:08 UTC 

[ovmf test] 163972: regressions - FAIL
 2021-07-24  9:46 UTC 

[libvirt test] 163973: regressions - FAIL
 2021-07-24  7:29 UTC 

[linux-linus test] 163963: regressions - FAIL
 2021-07-24  5:16 UTC 

[ovmf test] 163956: regressions - FAIL
 2021-07-24  2:07 UTC 

[qemu-mainline test] 163955: tolerable FAIL - PUSHED
 2021-07-24  1:52 UTC 

[linux-linus test] 163950: regressions - FAIL
 2021-07-23 21:29 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).