messages from 2021-06-14 17:37:23 to 2021-06-16 15:12:56 UTC [more...]
[xen-unstable test] 162845: regressions - FAIL
2021-06-16 15:12 UTC (6+ messages)
[PATCH v20210616 00/36] leftover from 2020
2021-06-16 15:02 UTC (39+ messages)
` [PATCH v20210616 01/36] hotplug/Linux: fix starting of xenstored with restarting systemd
` [PATCH v20210616 02/36] tools: add API to work with sevaral bits at once
` [PATCH v20210616 03/36] xl: fix description of migrate --debug
` [PATCH v20210616 04/36] tools: create libxensaverestore
` [PATCH v20210616 05/36] MAINTAINERS: add myself as saverestore maintainer
` [PATCH v20210616 06/36] tools: add readv_exact to libxenctrl
` [PATCH v20210616 07/36] tools: add sr_is_known_page_type to libsaverestore
` [PATCH v20210616 08/36] tools: use sr_is_known_page_type
` [PATCH v20210616 09/36] tools: unify type checking for data pfns in migration stream
` [PATCH v20210616 10/36] tools: show migration transfer rate in send_dirty_pages
` [PATCH v20210616 11/36] tools: prepare to allocate saverestore arrays once
` [PATCH v20210616 12/36] tools: save: move mfns array
` [PATCH v20210616 13/36] tools: save: move types array
` [PATCH v20210616 14/36] tools: save: move errors array
` [PATCH v20210616 15/36] tools: save: move iov array
` [PATCH v20210616 16/36] tools: save: move rec_pfns array
` [PATCH v20210616 17/36] tools: save: move guest_data array
` [PATCH v20210616 18/36] tools: save: move local_pages array
` [PATCH v20210616 19/36] tools: restore: move types array
` [PATCH v20210616 20/36] tools: restore: move mfns array
` [PATCH v20210616 21/36] tools: restore: move map_errs array
` [PATCH v20210616 22/36] tools: restore: move mfns array in populate_pfns
` [PATCH v20210616 23/36] tools: restore: move pfns "
` [PATCH v20210616 24/36] tools: restore: split record processing
` [PATCH v20210616 25/36] tools: restore: split handle_page_data
` [PATCH v20210616 26/36] tools: restore: write data directly into guest
` [PATCH v20210616 27/36] tools: recognize LIBXL_API_VERSION for 4.16
` [PATCH v20210616 28/36] tools: adjust libxl_domain_suspend to receive a struct props
` [PATCH v20210616 29/36] tools: change struct precopy_stats to precopy_stats_t
` [PATCH v20210616 30/36] tools: add callback to libxl for precopy_policy and precopy_stats_t
` [PATCH v20210616 31/36] tools: add --max_iters to libxl_domain_suspend
` [PATCH v20210616 32/36] tools: add --min_remaining "
` [PATCH v20210616 33/36] tools: add --abort_if_busy "
` [PATCH v20210616 34/36] tools: add API for expandable bitmaps
` [PATCH v20210616 35/36] tools: use sr_bitmap for populated_pfns
` [PATCH v20210616 36/36] tools: use superpages during restore of HVM guest
[PATCH 00/10] tools/xenstored: Bug fixes + Improve Live-Update
2021-06-16 14:43 UTC (11+ messages)
` [PATCH 01/10] MAINTAINERS: Add myself as reviewers for tools/xenstore
` [PATCH 02/10] tools/xenstored: Introduce lu_get_connection() and use it
` [PATCH 03/10] tools/xenstore: Don't assume conn->in points to the LU request
` [PATCH 04/10] tools/xenstored: Limit the number of requests a connection can delay
` [PATCH 05/10] tools/xenstored: xenstored_core.h should include fcntl.h
` [PATCH 06/10] tools/xenstored: Introduce a wrapper for conn->funcs->can_{read, write}
` [PATCH 07/10] tools/xenstored: delay_request: don't assume conn->in == in
` [PATCH 08/10] tools/xenstored: Extend restore code to handle multiple input buffer
` [PATCH 09/10] tools/xenstored: Dump delayed requests
` [PATCH 10/10] tools/xenstored: Delay new transaction while Live-Update is pending
[PATCH] swiotlb-xen: override common mmap and get_sgtable dma ops
2021-06-16 14:21 UTC (9+ messages)
` [PATCH 1/2] Revert "swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtable"
` [PATCH 2/2] swiotlb-xen: override common mmap and get_sgtable dma ops
[PATCH 0/5] tools/tests: More cleanup for automation improvements
2021-06-16 14:14 UTC (16+ messages)
` [PATCH 1/5] tools/tests: Drop obsolete mce-test infrastructure
` [PATCH 2/5] tools/tests: Drop run runes
` [PATCH 3/5] tests/resource: Rework Makefile
` [PATCH 4/5] tests/cpu-policy: "
` [PATCH 5/5] tests/xenstore: "
[qemu-mainline test] 162850: regressions - FAIL
2021-06-16 13:42 UTC
[PATCH v1] tools: ipxe: update for fixing build with GCC11
2021-06-16 13:33 UTC (4+ messages)
[PATCH v2] tools: ipxe: update for fixing build with GCC11
2021-06-16 13:14 UTC
[PATCH v12 00/12] Restricted DMA
2021-06-16 12:08 UTC (16+ messages)
` [PATCH v12 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v12 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v12 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v12 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v12 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v12 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
` [PATCH v12 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v12 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v12 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v12 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v12 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v12 12/12] of: Add plumbing for "
[PATCH 0/2] xen: fix max_pfn handling for pv guests
2021-06-16 11:18 UTC (10+ messages)
` [PATCH 1/2] xen: fix setting of max_pfn in shared_info
` [PATCH 2/2] xen: rename wrong named pfn related variables
[qemu-mainline bisection] complete test-amd64-amd64-xl-qemuu-debianhvm-amd64
2021-06-16 11:11 UTC
[xen-unstable-coverity test] 162857: all pass - PUSHED
2021-06-16 10:13 UTC
[linux-linus test] 162847: regressions - FAIL
2021-06-16 9:05 UTC
[xen-unstable test] 161917: regressions - FAIL
2021-06-16 8:48 UTC (3+ messages)
` Regressed XSA-286, was "
[ovmf test] 162851: regressions - FAIL
2021-06-16 8:18 UTC
[libvirt test] 162852: regressions - FAIL
2021-06-16 7:59 UTC
[PATCH v11 00/12] Restricted DMA
2021-06-16 6:25 UTC (18+ messages)
` [PATCH v11 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v11 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v11 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v11 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v11 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v11 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
` [PATCH v11 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v11 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v11 09/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v11 10/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v11 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v11 12/12] of: Add plumbing for "
[PATCH v10 00/12] Restricted DMA
2021-06-16 3:55 UTC (25+ messages)
` [PATCH v10 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v10 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v10 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v10 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v10 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v10 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
` [PATCH v10 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v10 09/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v10 10/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v10 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v10 12/12] of: Add plumbing for "
[ovmf test] 162846: regressions - FAIL
2021-06-16 2:46 UTC
smmuv1 breakage
2021-06-16 1:20 UTC (3+ messages)
[qemu-mainline test] 162840: regressions - FAIL
2021-06-16 0:40 UTC
[xen-unstable-smoke test] 162848: tolerable all pass - PUSHED
2021-06-15 23:32 UTC
[linux-linus test] 162838: regressions - FAIL
2021-06-15 20:31 UTC
[xen-unstable-smoke test] 162844: tolerable all pass - PUSHED
2021-06-15 20:12 UTC
[ovmf test] 162841: regressions - FAIL
2021-06-15 19:34 UTC
[xen-unstable test] 162835: regressions - FAIL
2021-06-15 19:14 UTC
[XEN PATCH] libs/foreignmemory: Fix osdep_xenforeignmemory_map prototype
2021-06-15 17:12 UTC (4+ messages)
` PING "
[xen-unstable-smoke test] 162842: tolerable all pass - PUSHED
2021-06-15 17:01 UTC
simplify gendisk and request_queue allocation for blk-mq based drivers
2021-06-15 16:28 UTC (5+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk
[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
2021-06-15 15:24 UTC (13+ messages)
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
[PATCH 0/3] x86/ept: force WB to foreign and grant mappings
2021-06-15 13:37 UTC (2+ messages)
[PATCH 5/5] tests: Introduce a TSX test
2021-06-15 13:49 UTC (4+ messages)
` [PATCH v2 "
[PATCH v9 00/14] Restricted DMA
2021-06-15 13:30 UTC (5+ messages)
` [PATCH v9 01/14] swiotlb: Refactor swiotlb init functions
[ovmf test] 162837: regressions - FAIL
2021-06-15 13:34 UTC
BUG in 1f3d87c75129 ("x86/vpt: do not take pt_migrate rwlock in some cases")
2021-06-15 13:17 UTC (7+ messages)
[XEN PATCH v2 0/8] Fix libxl with QEMU 6.0 + remove some more deprecated usages
2021-06-15 13:02 UTC (2+ messages)
[qemu-mainline test] 162818: regressions - FAIL
2021-06-15 9:55 UTC
[BUG] xen net scatter-gather hang
2021-06-15 9:13 UTC
[linux-linus test] 162812: regressions - FAIL
2021-06-15 7:20 UTC
[ovmf test] 162833: regressions - FAIL
2021-06-15 6:53 UTC
[xen-unstable test] 162807: regressions - FAIL
2021-06-15 6:45 UTC
[libvirt test] 162829: regressions - FAIL
2021-06-15 6:23 UTC
[Kvmtool] Some thoughts on using kvmtool Virtio for Xen
2021-06-15 6:12 UTC
[PATCH 00/10] Domain on Static Allocation
2021-06-15 6:08 UTC (16+ messages)
` [PATCH 01/10] xen/arm: introduce domain "
[ovmf test] 162821: regressions - FAIL
2021-06-15 5:38 UTC
[ovmf test] 162808: regressions - FAIL
2021-06-14 23:16 UTC
[qemu-mainline test] 162795: regressions - FAIL
2021-06-14 22:10 UTC
[xen-unstable-smoke test] 162811: tolerable all pass - PUSHED
2021-06-14 19:40 UTC
[PATCH] xen/arm: bootfdt: Always sort memory banks
2021-06-14 19:34 UTC
[PATCH] iommu/arm: ipmmu-vmsa: Add compatible for Renesas R-Car M3-W+ SoC
2021-06-14 19:18 UTC
page: next (older) | prev (newer) | latest
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).