Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-02 13:27:59 to 2023-05-04 05:57:12 UTC [more...]

[XEN][PATCH v6 00/19] dynamic node programming using overlay dtbo
 2023-05-04  5:56 UTC  (32+ messages)
` [XEN][PATCH v6 01/19] xen/arm/device: Remove __init from function type
` [XEN][PATCH v6 02/19] common/device_tree: handle memory allocation failure in __unflatten_device_tree()
` [XEN][PATCH v6 03/19] common/device_tree: change __unflatten_device_tree() type
` [XEN][PATCH v6 04/19] common/device_tree.c: unflatten_device_tree() propagate errors
` [XEN][PATCH v6 05/19] xen/arm: Add CONFIG_OVERLAY_DTB
` [XEN][PATCH v6 06/19] libfdt: Keep fdt functions after init for CONFIG_OVERLAY_DTB
` [XEN][PATCH v6 07/19] libfdt: overlay: change overlay_get_target()
` [XEN][PATCH v6 08/19] xen/device-tree: Add device_tree_find_node_by_path() to find nodes in device tree
    ` unsubscribe
` [XEN][PATCH v6 09/19] xen/iommu: Move spin_lock from iommu_dt_device_is_assigned to caller
` [XEN][PATCH v6 10/19] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock
` [XEN][PATCH v6 11/19] xen/iommu: Introduce iommu_remove_dt_device()
` [XEN][PATCH v6 12/19] xen/smmu: Add remove_device callback for smmu_iommu ops
` [XEN][PATCH v6 13/19] asm/smp.h: Fix circular dependency for device_tree.h and rwlock.h
` [XEN][PATCH v6 14/19] common/device_tree: Add rwlock for dt_host
` [XEN][PATCH v6 15/19] xen/arm: Implement device tree node removal functionalities
` [XEN][PATCH v6 16/19] xen/arm: Implement device tree node addition functionalities
` [XEN][PATCH v6 17/19] tools/libs/ctrl: Implement new xc interfaces for dt overlay
` [XEN][PATCH v6 18/19] tools/libs/light: Implement new libxl functions for device tree overlay ops
` [XEN][PATCH v6 19/19] tools/xl: Add new xl command overlay for device tree overlay support

[linux-linus test] 180516: regressions - FAIL
 2023-05-04  5:02 UTC 

xen | Failed pipeline for staging | 6a47ba2f
 2023-05-03 23:16 UTC  (8+ messages)
  ` dom0less vs xenstored setup race Was: "

[qemu-mainline test] 180514: tolerable FAIL - PUSHED
 2023-05-03 23:12 UTC 

[xen-unstable-smoke test] 180520: tolerable all pass - PUSHED
 2023-05-03 21:01 UTC 

[PATCH] xen/arm: pci: fix -Wtype-limits warning in pci-host-common.c
 2023-05-03 19:18 UTC 

[RFC PATCH] xen/arm: arm32: Enable smpboot on Arm32 based systems
 2023-05-03 19:17 UTC  (9+ messages)

[PATCH v6 00/16] x86/mtrr: fix handling with PAT but without MTRR
 2023-05-03 19:12 UTC  (4+ messages)

[PATCH] x86/ucode: Refresh raw CPU policy after microcode load
 2023-05-03 18:58 UTC 

[xen-unstable-smoke test] 180518: tolerable all pass - PUSHED
 2023-05-03 17:51 UTC 

[libvirt test] 180513: tolerable all pass - PUSHED
 2023-05-03 17:45 UTC 

[PATCH v5 0/3] xen-ucode: print information about currently loaded ucode
 2023-05-03 17:36 UTC  (3+ messages)
` [PATCH v5 3/3] tools/xen-ucode: "

[PATCH v3 0/8] runstate/time area registration by (guest) physical address
 2023-05-03 17:14 UTC  (10+ messages)
` [PATCH v3 1/8] domain: GADDR based shared guest area registration alternative - teardown
` [PATCH v3 2/8] domain: update GADDR based runstate guest area
` [PATCH v3 3/8] x86: update GADDR based secondary time area
` [PATCH v3 4/8] x86/mem-sharing: copy GADDR based shared guest areas
` [PATCH v3 5/8] domain: map/unmap "
` [PATCH v3 6/8] domain: introduce GADDR based runstate area registration alternative
` [PATCH v3 7/8] x86: introduce GADDR based secondary time "
` [PATCH v3 8/8] common: convert vCPU info area registration

[PATCH v3 0/3] Rationalize usage of xc_domain_getinfo{,list}()
 2023-05-03 17:12 UTC  (7+ messages)
` [PATCH v3 1/3] tools: Modify single-domid callers of xc_domain_getinfolist()
` [PATCH v3 2/3] tools: Use new xc function for some xc_domain_getinfo() calls
` [PATCH v3 3/3] domctl: Modify XEN_DOMCTL_getdomaininfo to fail if domid is not found

[PATCH v6 0/4] enable MMU for RISC-V
 2023-05-03 16:32 UTC  (5+ messages)
` [PATCH v6 1/4] xen/riscv: add VM space layout
` [PATCH v6 2/4] xen/riscv: introduce setup_initial_pages
` [PATCH v6 3/4] xen/riscv: setup initial pagetables
` [PATCH v6 4/4] xen/riscv: remove dummy_bss variable

[PATCH v2 0/2] new CONFIG_HAS_PIRQ and extra_guest_irqs adjustment
 2023-05-03 15:33 UTC  (3+ messages)
` [PATCH v2 1/2] restrict concept of pIRQ to x86
` [PATCH v2 2/2] cmdline: document and enforce "extra_guest_irqs" upper bounds

[PATCH] xen/pvcalls-back: fix double frees with pvcalls_new_active_socket()
 2023-05-03 15:11 UTC 

[xen-unstable test] 180511: tolerable FAIL
 2023-05-03 15:14 UTC 

[PATCH v1] tools: convert bitfields to unsigned type
 2023-05-03 15:01 UTC 

[PATCH v2 00/13] tools/xenstore: more cleanups
 2023-05-03 14:54 UTC  (20+ messages)
` [PATCH v2 01/13] tools/xenstore: verify command line parameters better
` [PATCH v2 02/13] tools/xenstore: do some cleanup of hashtable.c
` [PATCH v2 03/13] tools/xenstore: modify interface of create_hashtable()
` [PATCH v2 04/13] tools/xenstore: let hashtable_insert() return 0 on success
` [PATCH v2 05/13] tools/xenstore: make some write limit functions static
` [PATCH v2 07/13] tools/xenstore: remove stale TODO file
` [PATCH v2 08/13] tools/xenstore: remove unused events list

[PATCH v4 00/13] tools/xenstore: rework internal accounting
 2023-05-03 14:44 UTC  (22+ messages)
` [PATCH v4 05/13] tools/xenstore: use accounting buffering for node accounting
` [PATCH v4 06/13] tools/xenstore: add current connection to domain_memory_add() parameters
` [PATCH v4 07/13] tools/xenstore: use accounting data array for per-domain values
` [PATCH v4 10/13] tools/xenstore: switch transaction accounting to generic accounting
` [PATCH v4 11/13] tools/xenstore: remember global and per domain max accounting values
` [PATCH v4 12/13] tools/xenstore: use generic accounting for remaining quotas
` [PATCH v4 13/13] tools/xenstore: switch quota management to be table based

[xen-unstable-smoke test] 180517: tolerable all pass - PUSHED
 2023-05-03 14:39 UTC 

[XEN v6 00/12] Add support for 32-bit physical address
 2023-05-03 14:06 UTC  (15+ messages)
` [XEN v6 02/12] xen/arm: Typecast the DT values into paddr_t
` [XEN v6 03/12] xen/arm: Introduce a wrapper for dt_device_get_address() to handle paddr_t
` [XEN v6 05/12] xen/arm: Introduce choice to enable 64/32 bit physical addressing
` [XEN v6 08/12] xen: dt: Replace u64 with uint64_t as the callback function parameters for dt_for_each_range()
` [XEN v6 10/12] xen/arm: domain_build: Check if the address fits the range of physical address
` [XEN v6 11/12] xen/arm: p2m: Use the pa_range_info table to support ARM_32 and ARM_64

[PATCH v4 00/20] block: remove aio_disable_external() API
 2023-05-03 13:43 UTC  (25+ messages)
` [PATCH v4 03/20] virtio-scsi: avoid race between unplug and transport event
` [PATCH v4 04/20] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH v4 06/20] block/export: wait for vhost-user-blk requests when draining
` [PATCH v4 07/20] block/export: stop using is_external in vhost-user-blk server
` [PATCH v4 10/20] block: drain from main loop thread in bdrv_co_yield_to_drain()

[PATCH] x86/pci/xen: populate MSI sysfs entries
 2023-05-03 13:16 UTC 

xen | Failed pipeline for staging | 0956aa22
 2023-05-03 13:01 UTC  (2+ messages)

[PATCH V3 1/2] docs: Allow generic virtio device types to contain device-id
 2023-05-03 12:27 UTC  (5+ messages)
` [PATCH V3 2/2] libxl: fix matching of generic virtio device

[PATCH] cmdline: document and enforce "extra_guest_irqs" upper bounds
 2023-05-03 11:06 UTC  (6+ messages)

[PATCH v3] xen/vcpu: ignore VCPU_SSHOTTMR_future
 2023-05-03 10:59 UTC  (3+ messages)

[PATCH v2 0/2] build: out-of-tree building adjustments
 2023-05-03 10:37 UTC  (2+ messages)
` Ping: "

[PATCH RFC] build: respect top-level .config also for out-of-tree hypervisor builds
 2023-05-03 10:36 UTC  (2+ messages)
` Ping: "

[PATCH RFC] SUPPORT.md: Make all security support explicit
 2023-05-03 10:30 UTC  (3+ messages)

[PATCH v2 0/6] x86: reduce cache flushing overhead
 2023-05-03  9:47 UTC  (7+ messages)
` [PATCH v2 1/6] x86: support cache-writeback in flush_area_local() et al
` [PATCH v2 2/6] x86/HVM: restrict guest-induced WBINVD to cache writeback
` [PATCH v2 3/6] x86/PV: restrict guest-induced WBINVD (or alike) "
` [PATCH v2 4/6] VT-d: restrict iommu_flush_all() "
` [PATCH v2 5/6] x86: FLUSH_CACHE -> FLUSH_CACHE_EVICT
` [PATCH v2 6/6] x86/HVM: limit cache writeback overhead

[linux-linus test] 180509: regressions - FAIL
 2023-05-03  9:39 UTC 

[PATCH v2 0/2] x86: init improvements
 2023-05-03  9:33 UTC  (5+ messages)
` [PATCH v2 1/2] x86/head: check base address alignment
` [PATCH v2 2/2] x86/trampoline: load the GDT located in the trampoline page

[PATCH v6 00/12] SVE feature for arm guests
 2023-05-03  9:23 UTC  (7+ messages)
` [PATCH v6 09/12] tools: add physinfo arch_capabilities handling for Arm
` [PATCH v6 10/12] xen/tools: add sve parameter in XL configuration

[PATCH v3 0/4] MSI-X support with qemu in stubdomain, and other related changes
 2023-05-03  9:01 UTC  (6+ messages)
` [PATCH v3 1/4] x86/msi: passthrough all MSI-X vector ctrl writes to device model
` [PATCH v3 2/4] tools/xendevicemodel: Introduce ..._get_ioreq_server_info_ext

[PATCH] xen/blkfront: Only check REQ_FUA for writes
 2023-05-03  7:57 UTC  (4+ messages)

[PATCH] libacpi: switch to SPDX
 2023-05-03  7:56 UTC  (2+ messages)

[PATCH v3 0/2] acpi: Make TPM version configurable
 2023-05-03  7:28 UTC  (9+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] acpi: Add TPM2 interface definition

[qemu-mainline test] 180507: tolerable FAIL - PUSHED
 2023-05-03  5:27 UTC 

[xen-unstable test] 180506: tolerable FAIL - PUSHED
 2023-05-03  0:15 UTC 

[PATCH v1] tools: drop bogus and obsolete ptyfuncs.m4
 2023-05-02 20:48 UTC 

[PATCH v2] ns16550: enable memory decoding on MMIO-based PCI console card
 2023-05-02 20:43 UTC  (3+ messages)

[ovmf test] 180508: all pass - PUSHED
 2023-05-02 20:41 UTC 

[PATCH v1] automation: provide example for downloading an existing container
 2023-05-02 20:14 UTC 

[PATCH v1] automation: remove python2 from opensuse images
 2023-05-02 20:05 UTC 

[linux-linus test] 180504: regressions - FAIL
 2023-05-02 17:59 UTC 

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-05-02 17:08 UTC  (3+ messages)
` [PULL 05/27] hw/xen: Watches on XenStore transactions

HAS_CC_CET_IBT misdetected
 2023-05-02 15:17 UTC  (10+ messages)

[PATCH] xen/evtchn: Introduce new IOCTL to bind static evtchn
 2023-05-02 14:58 UTC  (3+ messages)

[PATCH] libxl: arm: Allow grant mappings for backends running on Dom0
 2023-05-02 14:44 UTC  (2+ messages)

[PATCH] 9pfs/xen: Fix segfault on shutdown
 2023-05-02 14:37 UTC 

[xen-unstable-smoke test] 180505: tolerable all pass - PUSHED
 2023-05-02 14:29 UTC 

[xen-unstable test] 180501: tolerable FAIL
 2023-05-02 13:45 UTC 

[PATCH] xen/sysctl: fix XEN_SYSCTL_getdomaininfolist handling with XSM
 2023-05-02 13:41 UTC  (7+ messages)

[PATCH 0/2] x86: init improvements
 2023-05-02 13:27 UTC  (9+ messages)
` [PATCH 1/2] x86/head: check base address alignment


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