xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-21 16:02:06 to 2021-09-23 01:41:52 UTC [more...]

[RFC PATCH v2 00/16] Initial support for machine creation via QMP
 2021-09-22 17:50 UTC  (21+ messages)
` [RFC PATCH v2 01/16] rename MachineInitPhase enum constants for QAPI compatibility
` [RFC PATCH v2 02/16] qapi: Implement query-machine-phase QMP command
` [RFC PATCH v2 03/16] qapi: Implement x-machine-init "
` [RFC PATCH v2 04/16] softmmu/qdev-monitor: add error handling in qdev_set_id
` [RFC PATCH v2 05/16] qdev-monitor: prevent conflicts between qmp/device_add and cli/-device
` [RFC PATCH v2 06/16] qapi: Allow device_add to execute in machine initialized phase
` [RFC PATCH v2 07/16] hw/core/machine: add machine_class_is_dynamic_sysbus_dev_allowed
` [RFC PATCH v2 08/16] qdev-monitor: Check sysbus device type before creating it
` [RFC PATCH v2 09/16] hw/core/machine: Remove the dynamic sysbus devices type check
` [RFC PATCH v2 10/16] qdev-monitor: allow adding any sysbus device before machine is ready
` [RFC PATCH v2 11/16] softmmu/memory: add memory_region_try_add_subregion function
` [RFC PATCH v2 12/16] add x-sysbus-mmio-map qmp command
` [RFC PATCH v2 13/16] hw/mem/system-memory: add a memory sysbus device
` [RFC PATCH v2 14/16] docs/system: add doc about the initialized machine phase and an example
` [RFC PATCH v2 15/16] hw/char/ibex_uart: set user_creatable
` [RFC PATCH v2 16/16] hw/intc/ibex_plic: "

[qemu-mainline test] 165153: regressions - FAIL
 2021-09-23  1:38 UTC 

[xen-unstable test] 164996: regressions - FAIL
 2021-09-23  1:10 UTC  (10+ messages)

[PATCH v2 00/17] PCI devices passthrough on Arm
 2021-09-23  0:14 UTC  (27+ messages)
` [PATCH v2 01/17] xen/pci: Refactor MSI code that implements MSI functionality within XEN
` [PATCH v2 02/17] xen/pci: solve compilation error on ARM with HAS_PCI enabled
` [PATCH v2 03/17] xen/arm: solve compilation error on ARM with ACPI && HAS_PCI
` [PATCH v2 04/17] xen/arm: xc_domain_ioport_permission(..) not supported on ARM
` [PATCH v2 05/17] xen/arm: Add PHYSDEVOP_pci_device_* support for ARM
` [PATCH v2 06/17] xen/device-tree: Add dt_property_read_variable_u32_array helper
` [PATCH v2 07/17] xen/device-tree: Add dt_property_read_u32_array helper
` [PATCH v2 08/17] xen/device-tree: Add dt_get_pci_domain_nr helper
` [PATCH v2 09/17] xen/arm: Add support for PCI init to initialize the PCI driver
` [PATCH v2 10/17] xen/arm: Add cmdline boot option "pci-passthrough = <boolean>"
` [PATCH v2 11/17] xen/arm: PCI host bridge discovery within XEN on ARM
` [PATCH v2 12/17] xen/arm: Add support for Xilinx ZynqMP PCI host controller
` [PATCH v2 13/17] xen:arm: Implement pci access functions
` [PATCH v2 14/17] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v2 15/17] xen/arm: Transitional change to build HAS_VPCI on ARM
` [PATCH v2 16/17] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v2 17/17] xen/arm: Add linux,pci-domain property for hwdom if not available

[PATCH v2 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-09-22 21:51 UTC  (5+ messages)
` [PATCH v2 1/2] arm/efi: Introduce uefi,cfg-load DT property
` [PATCH v2 2/2] arm/efi: Use dom0less configuration when using EFI boot

[PATCH v2 0/2] x86/xen: simplify irq pvops
 2021-09-22 21:49 UTC  (6+ messages)
` [PATCH v2 1/2] x86/xen: remove xen_have_vcpu_info_placement flag
` [PATCH v2 2/2] x86/xen: switch initial pvops IRQ functions to dummy ones

[xen-unstable-smoke test] 165157: tolerable all pass - PUSHED
 2021-09-22 21:45 UTC 

[PATCH 1/2] xen-pciback: allow compiling on other archs than x86
 2021-09-22 21:10 UTC  (4+ messages)
` [PATCH 2/2] xen-pciback: prepare for the split for stub and PV

[PATCH V2 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-09-22 21:05 UTC  (20+ messages)
` [PATCH V2 2/3] xen/arm: Add handling of extended regions for Dom0
` [PATCH V2 3/3] libxl/arm: Add handling of extended regions for DomU

[ovmf test] 165155: all pass - PUSHED
 2021-09-22 20:47 UTC 

[PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-22 18:31 UTC  (32+ messages)
` [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref
` [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
` [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
` [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks
` [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv
` [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support
` [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks
` [PATCH v3 08/16] perf: Force architectures to opt-in to "
` [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks
` [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
` [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI
` [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM
` [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
` [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks
` [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c
` [PATCH v3 16/16] perf: Drop guest callback (un)register stubs

[PATCH] common: guest_physmap_add_page()'s return value needs checking
 2021-09-22 18:06 UTC  (7+ messages)

Is it time to start implementing Xen bindings for rust-vmm?
 2021-09-22 17:44 UTC  (3+ messages)

[PATCH v3 0/9] x86/PVH: Dom0 building adjustments
 2021-09-22 17:03 UTC  (16+ messages)
` [PATCH v3 1/9] x86/PVH: improve Dom0 memory size calculation
` [PATCH v3 2/9] x86/PV: properly set shadow allocation for Dom0
` [PATCH v3 3/9] x86/PVH: permit more physdevop-s to be used by Dom0
` [PATCH v3 4/9] x86/PVH: provide VGA console info to Dom0
` [PATCH v3 5/9] x86/PVH: actually show Dom0's register state from debug key '0'

[linux-linus test] 165149: regressions - FAIL
 2021-09-22 17:00 UTC 

[PATCH v8 0/6] AMD/IOMMU: further work split from XSA-378
 2021-09-22 14:38 UTC  (7+ messages)
` [PATCH v8 1/6] AMD/IOMMU: obtain IVHD type to use earlier
` [PATCH v8 2/6] AMD/IOMMU: improve (extended) feature detection
` [PATCH v8 3/6] AMD/IOMMU: check IVMD ranges against host implementation limits
` [PATCH v8 4/6] AMD/IOMMU: respect AtsDisabled device flag
` [PATCH v8 5/6] AMD/IOMMU: pull ATS disabling earlier
` [PATCH v8 6/6] AMD/IOMMU: expose errors and warnings unconditionally

[PATCH] xen: fix broken tainted value in mark_page_free
 2021-09-22 14:12 UTC  (3+ messages)

[PATCH 0/3] xen/privcmd: misc corrections
 2021-09-22 14:02 UTC  (8+ messages)
` [PATCH RFC 1/3] xen/privcmd: replace kcalloc() by kvcalloc() when allocating empty pages
` [PATCH 2/3] xen/privcmd: fix error handling in mmap-resource processing
` [PATCH 3/3] xen/privcmd: drop "pages" parameter from xen_remap_pfn()

[xen-unstable test] 165147: regressions - FAIL
 2021-09-22 13:53 UTC 

[PATCH v2 0/6] gnttab: add per-domain controls
 2021-09-22 13:46 UTC  (17+ messages)
` [PATCH v2 1/6] tools/console: use xenforeigmemory to map console ring
` [PATCH v2 2/6] gnttab: allow setting max version per-domain
` [PATCH v2 3/6] gnttab: allow per-domain control over transitive grants
` [PATCH v2 4/6] tools/xenstored: use atexit to close interfaces
` [PATCH v2 5/6] tools/xenstored: partially handle domains without a shared ring
` [PATCH v2 6/6] gnttab: allow disabling grant table per-domain

[PATCH v2 00/12] xen/trace: Fix leakage of uninitialised stack into the tracebuffer
 2021-09-22 13:32 UTC  (18+ messages)
` [PATCH v2 01/12] xen/trace: Don't over-read trace objects
` [PATCH v2 05/12] x86/hvm: Remove duplicate calls caused by tracing
` [PATCH v2 11/12] xen/arch: Drop asm-*/trace.h
` [PATCH v2 12/12] x86/trace: Clean up trace handling
` [PATCH v2.1 RFC 17/12] xen/trace: Drop cycles parameter

[ovmf test] 165151: all pass - PUSHED
 2021-09-22 12:22 UTC 

[libvirt test] 165148: regressions - FAIL
 2021-09-22 11:51 UTC 

[PATCH 0/2] grant table and add-to-physmap adjustments on top of XSAs 379 and 384
 2021-09-22 10:47 UTC  (11+ messages)
` [PATCH 1/2] gnttab: remove guest_physmap_remove_page() call from gnttab_map_frame()

[PATCH] x86/xen: remove unneeded preempt_disable() from xen_irq_enable()
 2021-09-22 10:46 UTC  (2+ messages)

[PATCH V5 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-09-22 10:34 UTC  (4+ messages)
` [PATCH V5 12/12] net: netvsc: Add Isolation VM support for netvsc driver

[xen-unstable-coverity test] 165150: all pass - PUSHED
 2021-09-22 10:04 UTC 

[PATCH] xen-pciback: allow compiling on other archs than x86
 2021-09-22  9:06 UTC  (16+ messages)

[PATCH 0/2] arm/efi: Add dom0less support to UEFI boot
 2021-09-22  9:03 UTC  (13+ messages)
` [PATCH 2/2] arm/efi: Use dom0less configuration when using EFI boot

[linux-linus test] 165145: regressions - FAIL
 2021-09-22  7:15 UTC 

[SPECIFICATION RFC v3] The firmware and bootloader log specification
 2021-09-21 22:07 UTC  (4+ messages)

[xen-unstable test] 165142: regressions - FAIL
 2021-09-22  3:24 UTC 

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-09-21 23:22 UTC  (4+ messages)

[xen-unstable-smoke test] 165143: tolerable all pass - PUSHED
 2021-09-21 22:29 UTC 

[linux-linus test] 165140: regressions - FAIL
 2021-09-21 21:41 UTC 

[PATCH v1 00/14] PCI devices passthrough on Arm
 2021-09-21 21:38 UTC  (7+ messages)
` [PATCH v1 11/14] xen/arm: Enable the existing x86 virtual PCI support for ARM

[PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks
 2021-09-21 21:29 UTC  (5+ messages)
` [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks

[qemu-mainline test] 165139: regressions - FAIL
 2021-09-21 20:09 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).