xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 07:29:53 to 2023-05-30 11:18:47 UTC [more...]

[PATCH v1] tools: fix make rpmball
 2023-05-30 11:18 UTC 

[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-30 11:12 UTC  (14+ messages)
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
              ` [patch] x86/realmode: Make stack lock work in trampoline_compat()

[PATCH RFC v2] vPCI: account for hidden devices
 2023-05-30 11:04 UTC  (10+ messages)

[ovmf test] 181011: all pass - PUSHED
 2023-05-30 10:51 UTC 

[XEN PATCH 00/15] build: cleanup build log, avoid user's CFLAGS, avoid too many include of Config.mk
 2023-05-30 10:50 UTC  (8+ messages)
` [XEN PATCH 13/15] build: fix compile.h compiler version command line
` [XEN PATCH 14/15] Config.mk: move $(cc-option, ) to config/compiler-testing.mk
` [XEN PATCH 15/15] build: remove Config.mk include from Rules.mk

[PATCH 0/3] Fix and improvements to xen-analysis.py - Pt.2
 2023-05-30 10:32 UTC  (3+ messages)
` [PATCH 2/3] xen/misra: xen-analysis.py: Fix latent bug

[PATCH v9 0/5] enable MMU for RISC-V
 2023-05-30 10:23 UTC  (2+ messages)

[PATCH 0/4] x86: RSBA and RRSBA handling
 2023-05-30 10:19 UTC  (14+ messages)
` [PATCH 1/4] x86/spec-ctrl: Rename retpoline_safe() to retpoline_calculations()
` [PATCH 2/4] x86/spec-ctrl: Synthesize missing RSBA/RRSBA bits
` [PATCH 2/4] x86/spec-ctrl: Synthesize RSBA/RRSBA bits with older microcode
` [PATCH 3/4] x86/cpu-policy: Rearrange guest_common_default_feature_adjustments()
` [PATCH 4/4] x86/cpu-policy: Derive {,R}RSBA for guest policies

[PATCH 0/3] Add Automatic IBRS support
 2023-05-30 10:17 UTC  (12+ messages)
` [PATCH 1/3] x86: Add bit definitions for Automatic IBRS
` [PATCH 2/3] x86: Add support for AMD's "
` [PATCH 3/3] x86: Expose Automatic IBRS to guests

[RFC PATCH v1 0/9] Hypervisor-Enforced Kernel Integrity
 2023-05-30  9:54 UTC  (20+ messages)
` [PATCH v1 3/9] virt: Implement Heki common code
` [PATCH v1 5/9] KVM: x86: Add new hypercall to lock control registers
` [PATCH v1 6/9] KVM: x86: Add Heki hypervisor support

[PATCH 00/11] tools/xenstore: drop TDB
 2023-05-30  9:13 UTC  (12+ messages)
` [PATCH 01/11] tools/xenstore: explicitly specify create or modify for tdb_store()
` [PATCH 02/11] tools/xenstore: replace key in struct node with data base name
` [PATCH 03/11] tools/xenstore: let transaction_prepend() return the name for access
` [PATCH 04/11] tools/xenstore: rename do_tdb_delete() and change parameter type
` [PATCH 05/11] tools/xenstore: rename do_tdb_write() "
` [PATCH 06/11] tools/xenstore: switch get_acc_data() to use name instead of key
` [PATCH 07/11] tools/xenstore: add wrapper for tdb_fetch()
` [PATCH 08/11] tools/xenstore: make hashtable key and value parameters const
` [PATCH 09/11] tools/xenstore: add hashtable_replace() function
` [PATCH 10/11] tools/xenstore: drop use of tdb
` [PATCH 11/11] tools/xenstore: remove tdb code

[PATCH] x86/vPIC: register only one ELCR handler instance
 2023-05-30  9:08 UTC  (4+ messages)

[qemu-mainline test] 181006: regressions - FAIL
 2023-05-30  9:05 UTC 

[PATCH v3 00/16] tools/xenstore: more cleanups
 2023-05-30  8:54 UTC  (17+ messages)
` [PATCH v3 01/16] tools/xenstore: verify command line parameters better
` [PATCH v3 02/16] tools/xenstore: do some cleanup of hashtable.c
` [PATCH v3 03/16] tools/xenstore: modify interface of create_hashtable()
` [PATCH v3 04/16] tools/xenstore: rename hashtable_insert() and let it return 0 on success
` [PATCH v3 05/16] tools/xenstore: make some write limit functions static
` [PATCH v3 06/16] tools/xenstore: switch write limiting to use millisecond time base
` [PATCH v3 07/16] tools/xenstore: remove stale TODO file
` [PATCH v3 08/16] tools/xenstore: remove unused events list
` [PATCH v3 09/16] tools/xenstore: remove support of file backed data base
` [PATCH v3 10/16] tools/libs/store: use xen_list.h instead of xenstore/list.h
` [PATCH v3 11/16] tools/libs/store: make libxenstore independent of utils.h
` [PATCH v3 12/16] tools/xenstore: remove no longer needed functions from xs_lib.c
` [PATCH v3 13/16] tools/xenstore: replace xs_lib.c with a header
` [PATCH v3 14/16] tools/xenstore: split out environment specific live update code
` [PATCH v3 15/16] tools/xenstore: split out rest of live update control code
` [PATCH v3 16/16] tools/xenstore: remove unused stuff from list.h

[linux-linus test] 181005: regressions - FAIL
 2023-05-30  8:50 UTC 

xentrace buffer size, maxcpus and online cpus
 2023-05-30  8:41 UTC  (2+ messages)

[ovmf test] 181008: tolerable FAIL - PUSHED
 2023-05-30  8:28 UTC 

[PATCH v6 00/14] tools/xenstore: rework internal accounting
 2023-05-30  8:24 UTC  (15+ messages)
` [PATCH v6 01/14] tools/xenstore: take transaction internal nodes into account for quota
` [PATCH v6 02/14] tools/xenstore: manage per-transaction domain accounting data in an array
` [PATCH v6 03/14] tools/xenstore: introduce accounting data array for per-domain values
` [PATCH v6 04/14] tools/xenstore: add framework to commit accounting data on success only
` [PATCH v6 05/14] tools/xenstore: use accounting buffering for node accounting
` [PATCH v6 06/14] tools/xenstore: add current connection to domain_memory_add() parameters
` [PATCH v6 07/14] tools/xenstore: use accounting data array for per-domain values
` [PATCH v6 08/14] tools/xenstore: add accounting trace support
` [PATCH v6 09/14] tools/xenstore: add TDB access "
` [PATCH v6 10/14] tools/xenstore: switch transaction accounting to generic accounting
` [PATCH v6 11/14] tools/xenstore: remember global and per domain max accounting values
` [PATCH v6 12/14] tools/xenstore: use generic accounting for remaining quotas
` [PATCH v6 13/14] tools/xenstore: switch get_optval_int() to get_optval_uint()
` [PATCH v6 14/14] tools/xenstore: switch quota management to be table based

[PATCH 0/2] x86: aid debug info generation in assembly files
 2023-05-30  8:06 UTC  (7+ messages)
` [PATCH v2 0/2] x86: annotate entry points with type and size
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] x86: also mark assembler globals hidden

HVM domU not created anymore in staging
 2023-05-30  7:46 UTC 

[PATCH 0/2] net: Update MemReentrancyGuard for NIC
 2023-05-30  2:43 UTC  (3+ messages)
` [PATCH 1/2] net: Provide MemReentrancyGuard * to qemu_new_nic()
` [PATCH 2/2] net: Update MemReentrancyGuard for NIC

[qemu-mainline test] 181003: regressions - FAIL
 2023-05-30  0:58 UTC 

[linux-linus test] 181002: regressions - trouble: broken/fail/pass
 2023-05-29 22:51 UTC 

[ovmf test] 181004: all pass - PUSHED
 2023-05-29 20:54 UTC 

[ovmf test] 181001: all pass - PUSHED
 2023-05-29 18:01 UTC 

[qemu-mainline test] 180996: regressions - FAIL
 2023-05-29 16:43 UTC 

[linux-linus test] 180995: regressions - FAIL
 2023-05-29 16:05 UTC 

[ovmf test] 180999: all pass - PUSHED
 2023-05-29 15:01 UTC 

[ovmf test] 180998: all pass - PUSHED
 2023-05-29 12:45 UTC 

[PATCH v6 0/6] [PATCH v5 0/7] RISCV basic exception handling implementation
 2023-05-29 12:13 UTC  (7+ messages)
` [PATCH v6 1/6] xen/riscv: introduce temporary printk stuff
` [PATCH v6 2/6] xen/riscv: introduce dummy <asm/bug.h>
` [PATCH v6 3/6] xen/riscv: introduce decode_cause() stuff
` [PATCH v6 4/6] xen/riscv: introduce trap_init()
` [PATCH v6 5/6] xen/riscv: introduce an implementation of macros from <asm/bug.h>
` [PATCH v6 6/6] xen/riscv: test basic handling stuff

[ovmf test] 180997: all pass - PUSHED
 2023-05-29 10:22 UTC 

[xen-unstable test] 180992: tolerable FAIL
 2023-05-29  9:42 UTC 

[PATCH v2] vpci/header: cope with devices not having vpci allocated
 2023-05-29  8:52 UTC  (3+ messages)

[PATCH v2 0/6] block: add blk_io_plug_call() API
 2023-05-29  8:50 UTC  (5+ messages)
` [PATCH v2 5/6] block/linux-aio: convert to "

[ovmf test] 180994: all pass - PUSHED
 2023-05-29  6:05 UTC 

[qemu-mainline test] 180990: regressions - FAIL
 2023-05-29  6:05 UTC 

[linux-linus test] 180989: regressions - FAIL
 2023-05-29  3:55 UTC 

[ovmf test] 180991: all pass - PUSHED
 2023-05-29  3:45 UTC 

[PATCH v5 00/17] Device tree based NUMA support for Arm - Part#3
 2023-05-29  2:19 UTC  (18+ messages)
` [PATCH v5 01/17] xen/arm: use NR_MEM_BANKS to override default NR_NODE_MEMBLKS
` [PATCH v5 02/17] xen/arm: implement helpers to get and update NUMA status
` [PATCH v5 03/17] xen/arm: implement node distance helpers for Arm
` [PATCH v5 04/17] xen/arm: use arch_get_ram_range to get memory ranges from bootinfo
` [PATCH v5 05/17] xen/arm: build NUMA cpu_to_node map in dt_smp_init_cpus
` [PATCH v5 06/17] xen/arm: Add boot and secondary CPU to NUMA system
` [PATCH v5 07/17] xen/arm: introduce a helper to parse device tree processor node
` [PATCH v5 08/17] xen/arm: introduce a helper to parse device tree memory node
` [PATCH v5 09/17] xen/arm: introduce a helper to parse device tree NUMA distance map
` [PATCH v5 10/17] xen/arm: unified entry to parse all NUMA data from device tree
` [PATCH v5 11/17] xen/arm: keep guest still be NUMA unware
` [PATCH v5 12/17] xen/arm: enable device tree based NUMA in system init
` [PATCH v5 13/17] xen/arm: implement numa_node_to_arch_nid for device tree NUMA
` [PATCH v5 14/17] xen/arm: use CONFIG_NUMA to gate node_online_map in smpboot
` [PATCH v5 15/17] xen/arm: Set correct per-cpu cpu_core_mask
` [PATCH v5 16/17] xen/arm: Provide Kconfig options for Arm to enable NUMA
` [PATCH v5 17/17] docs: update numa command line to support Arm

[qemu-mainline test] 180987: regressions - FAIL
 2023-05-28 21:43 UTC 

[linux-linus test] 180986: regressions - FAIL
 2023-05-28 19:36 UTC 

[libvirt test] 180985: tolerable all pass - PUSHED
 2023-05-28 14:31 UTC 

[qemu-mainline test] 180983: regressions - FAIL
 2023-05-28 13:30 UTC 

[xen-unstable test] 180982: tolerable FAIL
 2023-05-28 10:57 UTC 

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-28  5:47 UTC  (9+ messages)
` [PATCH v2 05/34] mm: add utility functions for ptdesc

[linux-linus test] 180980: regressions - FAIL
 2023-05-28  5:17 UTC 

[qemu-mainline test] 180981: regressions - trouble: blocked/broken/fail/pass
 2023-05-28  3:10 UTC 

[qemu-mainline test] 180977: regressions - FAIL
 2023-05-27 22:30 UTC 

[xen-unstable test] 180976: tolerable FAIL
 2023-05-27 22:01 UTC 

[linux-linus test] 180974: regressions - FAIL
 2023-05-27 19:03 UTC 

[GIT PULL] xen: branch for v6.4-rc4
 2023-05-27 17:22 UTC  (2+ messages)

[libvirt test] 180973: tolerable FAIL - PUSHED
 2023-05-27 14:59 UTC 

[qemu-mainline test] 180975: regressions - FAIL
 2023-05-27 11:14 UTC 

[xen-unstable test] 180965: tolerable FAIL - PUSHED
 2023-05-27  5:37 UTC 

[qemu-mainline test] 180972: regressions - FAIL
 2023-05-27  5:24 UTC 

[linux-linus test] 180969: regressions - FAIL
 2023-05-27  5:17 UTC 

[qemu-mainline test] 180968: regressions - FAIL
 2023-05-27  3:58 UTC 

[linux-linus test] 180959: regressions - FAIL
 2023-05-26 23:19 UTC 

[qemu-mainline test] 180966: regressions - FAIL
 2023-05-26 23:01 UTC 

[qemu-mainline test] 180962: regressions - FAIL
 2023-05-26 18:31 UTC 

[libvirt test] 180955: tolerable all pass - PUSHED
 2023-05-26 17:32 UTC 

[ANNOUNCE] KVM Microconference at LPC 2023
 2023-05-26 16:09 UTC 

[xen-unstable-smoke test] 180963: tolerable all pass - PUSHED
 2023-05-26 16:02 UTC 

[xen-unstable test] 180953: regressions - FAIL
 2023-05-26 15:44 UTC 

[PATCH v2] xen/x86/pvh: handle ACPI RSDT table in PVH Dom0 build
 2023-05-26 12:43 UTC  (2+ messages)

[PATCH v1] xentrace: adjust exit code for --help option
 2023-05-26 12:38 UTC 

[XEN PATCH] tools/xenstore: remove deprecated parameter from xenstore commands help
 2023-05-26 12:29 UTC  (2+ messages)

[XEN v7 00/11] Add support for 32-bit physical address
 2023-05-26 12:20 UTC  (2+ messages)

[PATCH v2] xen/arm: un-break build with clang
 2023-05-26 12:09 UTC  (2+ messages)

[qemu-mainline test] 180958: regressions - FAIL
 2023-05-26 11:45 UTC 

[PATCH v1 0/3] xentrace changes
 2023-05-26 11:12 UTC  (8+ messages)
` [PATCH v1 1/3] xentrace: allow xentrace to write to stdout
` [PATCH v1 2/3] xentrace: remove return value from monitor_tbufs
` [PATCH v1 3/3] xentrace: close output file in the function which opened it

[xen-unstable-smoke test] 180956: tolerable all pass - PUSHED
 2023-05-26 10:20 UTC 

[linux-linus test] 180950: regressions - FAIL
 2023-05-26 10:04 UTC 

[qemu-mainline test] 180954: regressions - FAIL
 2023-05-26  9:15 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).