Xen-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 04:11:09 to 2023-04-05 16:34:34 UTC [more...]

[PATCH v9 0/5] introduce generic implementation of macros from bug.h
 2023-04-05 16:34 UTC  (8+ messages)
` [PATCH v9 4/5] xen/arm: switch ARM to use generic implementation of bug.h

[PATCH] x86emul/test: drop bogus .PHONY
 2023-04-05 16:16 UTC  (4+ messages)

[PATCH 00/14] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-04-05 15:18 UTC  (17+ messages)
` [PATCH 01/14] accel: Document generic accelerator headers
` [PATCH 02/14] accel: Remove unused hThread variable on TCG/WHPX
` [PATCH 03/14] accel: Fix a leak on Windows HAX
` [PATCH 04/14] accel: Destroy HAX vCPU threads once done
` [PATCH 05/14] accel: Rename 'hax_vcpu' as 'accel' in CPUState
` [PATCH 06/14] accel: Use a typedef for struct hax_vcpu_state
` [PATCH 07/14] accel: Rename struct hax_vcpu_state -> struct AccelvCPUState
` [PATCH 08/14] accel: Move HAX hThread to accelerator context
` [PATCH 09/14] accel: Allocate NVMM vCPU using g_try_FOO()
` [PATCH 10/14] accel: Rename NVMM struct qemu_vcpu -> struct AccelvCPUState
` [PATCH 11/14] accel: Inline NVMM get_qemu_vcpu()
` [PATCH 12/14] accel: Rename WHPX struct whpx_vcpu -> struct AccelvCPUState
` [PATCH 13/14] accel: Inline WHPX get_whpx_vcpu()
` [PATCH 14/14] accel: Rename HVF struct hvf_vcpu_state -> struct AccelvCPUState

[PATCH v4 00/12] SVE feature for arm guests
 2023-04-05 15:14 UTC  (8+ messages)
` [PATCH v4 09/12] tools: add physinfo arch_capabilities handling for Arm
` [PATCH v4 10/12] xen/tools: add sve parameter in XL configuration

[xen-unstable-smoke test] 180155: tolerable trouble: pass/starved - PUSHED
 2023-04-05 15:11 UTC 

[linux-linus test] 180145: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-05 14:37 UTC 

[PATCH v3 0/2] xen: some CONFIG_DEBUG_INFO changes
 2023-04-05 13:56 UTC  (3+ messages)
` [PATCH v3 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section
` [PATCH v3 2/2] xen: update CONFIG_DEBUG_INFO help text

[PATCH v2 0/2] xen: some CONFIG_DEBUG_INFO changes
 2023-04-05 13:44 UTC  (8+ messages)
` [PATCH v2 1/2] xen: move CONFIG_DEBUG_INFO out of EXPERT section
` [PATCH v2 2/2] xen: update CONFIG_DEBUG_INFO help text

[PATCH v3] x86emul: build with -Os
 2023-04-05 13:00 UTC 

[PATCH] tools/libs/guest: Fix build following libx86 changes
 2023-04-05 12:56 UTC  (2+ messages)

[xen-unstable-smoke test] 180152: regressions - trouble: blocked/fail/pass/starved
 2023-04-05 12:50 UTC 

[ovmf test] 180150: all pass - PUSHED
 2023-04-05 12:34 UTC 

[qemu-mainline test] 180146: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-05 12:29 UTC 

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-04-05 11:50 UTC  (7+ messages)
` [PATCH v8 5/7] PCI: Allow pci_bus_for_each_resource() to take less arguments
` [PATCH v8 7/7] pcmcia: Convert to use less arguments in pci_bus_for_each_resource()

[PATCH 0/3] xen/arm: vpl011 fixes continuation
 2023-04-05 11:17 UTC  (4+ messages)
` [PATCH 1/3] xen/arm: vpl011: Fix misleading comments
` [PATCH 2/3] xen/arm: vpl011: Handle correctly TXFE when backend in Xen
` [PATCH 3/3] xen/arm: vpl011: Do not try to handle TX FIFO status "

[PATCH V3 0/2] qemu: vhost-user: Support Xen memory mapping quirks
 2023-04-05 10:44 UTC  (6+ messages)

[PATCH v2 0/3] gfx: improvements when using multiboot2 and EFI
 2023-04-05 10:36 UTC  (7+ messages)
` [PATCH v2 1/3] efi: try to use the currently set GOP mode
` [PATCH v2 2/3] multiboot2: parse console= and vga= options when setting "
` [PATCH v2 3/3] multiboot2: do not set StdOut mode unconditionally

[PATCH] x86/PV32: restore PAE-extended-CR3 logic
 2023-04-05  9:40 UTC  (15+ messages)

[PATCH V2 1/2] docs: Allow generic virtio device types to contain device-id
 2023-04-05  9:24 UTC  (7+ messages)
` [PATCH V2 2/2] libxl: fix matching of generic virtio device

[PATCH v4 0/3] xen-ucode: print information about currently loaded ucode
 2023-04-05  9:11 UTC  (6+ messages)
` [PATCH v4 1/3] tools/xenctrl: add xc_get_cpu_version()
` [PATCH v4 2/3] x86/platform: introduce XENPF_get_ucode_revision
` [PATCH v4 3/3] tools/xen-ucode: print information about currently loaded ucode

[PATCH v2 00/15] x86: Merge cpuid and msr policy objects
 2023-04-05  8:19 UTC  (30+ messages)
` [PATCH v2 01/15] x86: Rename struct cpu_policy to struct old_cpuid_policy
` [PATCH v2 02/15] x86: Rename {domctl,sysctl}.cpu_policy.{cpuid,msr}_policy fields
` [PATCH v2 03/15] x86: Rename struct cpuid_policy to struct cpu_policy
` [PATCH v2 04/15] x86: Merge struct msr_policy into "
` [PATCH v2 05/15] x86: Merge the system {cpuid,msr} policy objects
` [PATCH v2 06/15] x86: Merge a domain's "
` [PATCH v2 07/15] x86: Merge xc_cpu_policy's cpuid and msr objects
` [PATCH v2 08/15] x86: Drop struct old_cpu_policy
` [PATCH v2 09/15] x86: Out-of-inline the policy<->featureset convertors
` [PATCH v2 10/15] x86/boot: Move MSR policy initialisation logic into cpu-policy.c
` [PATCH v2 11/15] x86/boot: Merge CPUID "
` [PATCH v2 12/15] x86/emul: Switch x86_emulate_ctxt to cpu_policy
` [PATCH v2 13/15] tools/fuzz: Rework afl-policy-fuzzer
` [PATCH v2 14/15] libx86: Update library API for cpu_policy
  ` [PATCH v3] "
` [PATCH v2 15/15] x86: Remove temporary {cpuid,msr}_policy defines

[PATCH 0/9] x86emul: misc additions
 2023-04-05  7:51 UTC  (13+ messages)
` [PATCH 1/9] x86emul: support LKGS
` [PATCH 2/9] x86emul: support WRMSRNS
` [PATCH 3/9] x86emul: drop regs field from emulator state structure
` [PATCH 4/9] x86emul: support CMPccXADD
` [PATCH 5/9] x86emul: re-use new stub_exn field in state structure
` [PATCH 6/9] x86emul: support AVX-IFMA insns
` [PATCH 7/9] x86emul: support AVX-VNNI-INT8
` [PATCH 8/9] x86emul: support AVX-NE-CONVERT insns
` [PATCH 9/9] x86emul+VMX: support {RD,WR}MSRLIST

[PATCH v4 00/13] tools/xenstore: rework internal accounting
 2023-04-05  7:03 UTC  (14+ messages)
` [PATCH v4 01/13] tools/xenstore: take transaction internal nodes into account for quota
` [PATCH v4 02/13] tools/xenstore: manage per-transaction domain accounting data in an array
` [PATCH v4 03/13] tools/xenstore: introduce accounting data array for per-domain values
` [PATCH v4 04/13] tools/xenstore: add framework to commit accounting data on success only
` [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 08/13] tools/xenstore: add accounting trace support
` [PATCH v4 09/13] tools/xenstore: add TDB access "
` [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 test] 180139: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-05  6:39 UTC 

[PATCH] ARM+RISC-V: BSS handling improvements
 2023-04-05  4:46 UTC  (2+ messages)

[qemu-mainline test] 180136: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-05  3:05 UTC 

[linux-linus test] 180135: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-04 23:56 UTC 

[PATCH] libxl: arm: Allow grant mappings for backends running on Dom0
 2023-04-04 23:42 UTC  (3+ messages)

[xen-unstable-smoke test] 180143: tolerable trouble: pass/starved - PUSHED
 2023-04-04 21:41 UTC 

[ovmf test] 180141: all pass - PUSHED
 2023-04-04 21:29 UTC 

[PATCH 00/13] block: remove aio_disable_external() API
 2023-04-04 21:04 UTC  (20+ messages)
` [PATCH 01/13] virtio-scsi: avoid race between unplug and transport event
` [PATCH 02/13] virtio-scsi: stop using aio_disable_external() during unplug
` [PATCH 04/13] util/vhost-user-server: rename refcount to in_flight counter
` [PATCH 08/13] hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
` [PATCH 11/13] block/fuse: take AioContext lock around blk_exp_ref/unref()
` [PATCH 13/13] aio: remove aio_disable_external() API

[xen-unstable-smoke test] 180140: regressions - trouble: blocked/fail/pass/starved
 2023-04-04 18:50 UTC 

[PATCH] hw/xen: Fix memory leak in libxenstore_open() for Xen
 2023-04-04 18:28 UTC  (2+ messages)

[PULL 00/27] Enable PV backends with Xen/KVM emulation
 2023-04-04 18:21 UTC  (6+ messages)
` [PULL 13/27] hw/xen: Add xenstore operations to allow redirection to internal emulation

[ovmf test] 180138: all pass - PUSHED
 2023-04-04 17:21 UTC 

[PATCH] libxl: fix matching of generic virtio device
 2023-04-04 16:51 UTC  (2+ messages)

[PATCH] tools/xendomains: Only save/restore/migrate if supported by xenlight
 2023-04-04 16:28 UTC  (2+ messages)

[PATCH v3 0/3] enable MMU for RISC-V
 2023-04-04 16:26 UTC  (6+ messages)
` [PATCH v3 1/3] xen/riscv: introduce setup_initial_pages

[xen-unstable-smoke test] 179929: regressions - trouble: blocked/fail/pass/starved
 2023-04-04 16:20 UTC  (5+ messages)

[libvirt test] 180134: tolerable trouble: pass/starved - PUSHED
 2023-04-04 16:16 UTC 

[xen-unstable-smoke test] 180137: tolerable trouble: pass/starved - PUSHED
 2023-04-04 16:07 UTC 

[PATCH v2] xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lock
 2023-04-04 15:36 UTC  (2+ messages)

[PATCH] x86/pci: Correct ECS handling with CF8/CFC emulation
 2023-04-04 15:18 UTC  (7+ messages)

[xen-unstable test] 180133: tolerable trouble: fail/pass/starved
 2023-04-04 13:31 UTC 

[PATCH] x86emul: correct AVX512VL+VPCLMUL test descriptions
 2023-04-04 10:57 UTC  (2+ messages)

[PATCH] cmdline: document and enforce "extra_guest_irqs" upper bounds
 2023-04-04 10:40 UTC  (3+ messages)

[XEN v4 00/11] Add support for 32 bit physical address
 2023-04-04 10:38 UTC  (4+ messages)
` [XEN v4 11/11] xen/arm: p2m: Enable support for 32bit IPA for ARM_32

[PATCH v2] x86/PV: ignore PAE_MODE ELF note for 64-bit Dom0
 2023-04-04 10:34 UTC  (3+ messages)

[linux-linus test] 180131: regressions - trouble: fail/pass/starved
 2023-04-04 10:16 UTC 

[RFC PATCH] x86/p2m-pt: do type recalculations with p2m read lock
 2023-04-04  9:49 UTC  (5+ messages)

[PATCH] cmdline: document "extra_guest_irqs" upper bound
 2023-04-04  7:37 UTC  (3+ messages)

[PATCH] x86emul/fuzzer: re-arrange cleaning
 2023-04-04  6:54 UTC  (2+ messages)

[xen-unstable test] 180126: tolerable trouble: fail/pass/starved - PUSHED
 2023-04-04  4:10 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).