xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 00:55:52 to 2021-01-25 19:20:09 UTC [more...]

[PATCH V5 00/22] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-25 19:08 UTC  (15+ messages)
` [PATCH V5 01/22] x86/ioreq: Prepare IOREQ feature for making it common
` [PATCH V5 02/22] x86/ioreq: Add IOREQ_STATUS_* #define-s and update code for moving
` [PATCH V5 03/22] x86/ioreq: Provide out-of-line wrapper for the handle_mmio()
` [PATCH V5 04/22] xen/ioreq: Make x86's IOREQ feature common
` [PATCH V5 05/22] xen/ioreq: Make x86's hvm_ioreq_needs_completion() common
` [PATCH V5 06/22] xen/ioreq: Make x86's hvm_mmio_first(last)_byte() common
` [PATCH V5 07/22] xen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server) structs common
` [PATCH V5 08/22] xen/ioreq: Move x86's ioreq_server to struct domain
` [PATCH V5 12/22] xen/ioreq: Remove "hvm" prefixes from involved function names
` [PATCH V5 13/22] xen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()
` [PATCH V5 16/22] xen/mm: Handle properly reference in set_foreign_p2m_entry() on Arm
` [PATCH V5 17/22] xen/ioreq: Introduce domain_has_ioreq_server()
` [PATCH V5 19/22] xen/arm: io: Abstract sign-extension
` [PATCH V5 21/22] xen/ioreq: Make x86's send_invalidate_req() common

[linux-5.4 test] 158609: regressions - FAIL
 2021-01-25 19:01 UTC 

[PATCH v2 0/4] Permit fault-less access to non-emulated MSRs
 2021-01-25 18:42 UTC  (18+ messages)
` [PATCH v2 1/4] xl: Add support for ignore_msrs option
` [PATCH v2 2/4] x86: Introduce MSR_UNHANDLED
` [PATCH v2 3/4] x86: Allow non-faulting accesses to non-emulated MSRs if policy permits this
` [PATCH v2 4/4] tools/libs: Apply MSR policy to a guest

[PATCH v10 00/11] domain context infrastructure
 2021-01-25 18:36 UTC  (7+ messages)
` [PATCH v10 01/11] docs / include: introduce a new framework for 'domain context' records
` [PATCH v10 02/11] xen: introduce implementation of save/restore of 'domain context'

[PATCH v6 10/10] xen/arm: smmuv3: Add support for SMMUv3 driver
 2021-01-25 18:32 UTC  (6+ messages)

[PATCH v2 1/2] viridian: remove implicit limit of 64 VPs per partition
 2021-01-25 18:18 UTC  (4+ messages)
` [PATCH v2 2/2] viridian: allow vCPU hotplug for Windows VMs

[PATCH] x86/mm: Remove cascade damage from "fishy" ref/typecount failure
 2021-01-25 17:59 UTC  (6+ messages)
` [PATCH v3] x86/mm: Short circuit "

[PATCH] x86/shadow: replace stale literal numbers in hash_{vcpu,domain}_foreach()
 2021-01-25 17:58 UTC  (2+ messages)

[PATCH] x86/pod: Do not fragment PoD memory allocations
 2021-01-25 17:46 UTC  (4+ messages)

[PATCH v2 0/5] zstd decompression for DomU-s + fallout / consolidation
 2021-01-25 17:30 UTC  (16+ messages)
` [PATCH v2 3/5] libxenguest: "standardize" LZO kernel decompression code
` [PATCH v2.5 1/5] libxenguest: support zstd compressed kernels

[PATCH] x86/xen: avoid warning in Xen pv guest with CONFIG_AMD_MEM_ENCRYPT enabled
 2021-01-25 17:26 UTC  (2+ messages)

[PATCH v7 00/10] Implement support for external IPT monitoring
 2021-01-25 17:17 UTC  (15+ messages)
` [PATCH v7 01/10] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace
` [PATCH v7 02/10] xen/domain: Add vmtrace_frames domain creation parameter
` [PATCH v7 03/10] tools/[lib]xl: Add vmtrace_buf_size parameter
` [PATCH v7 04/10] xen/memory: Add a vmtrace_buf resource type
` [PATCH v7 07/10] tools/libxc: Add xc_vmtrace_* functions
` [PATCH v7 08/10] tools/misc: Add xen-vmtrace tool

Null scheduler and vwfi native problem
 2021-01-25 16:11 UTC  (13+ messages)

[PATCH] xen/include: compat/xlat.h may change with .config changes
 2021-01-25 14:58 UTC  (2+ messages)

[xen-unstable test] 158607: tolerable FAIL
 2021-01-25 14:39 UTC 

[PATCH v4 00/10] evtchn: (not so) recent XSAs follow-on
 2021-01-25 13:47 UTC  (5+ messages)
` [PATCH v4 02/10] evtchn: bind-interdomain doesn't need to hold both domains' event locks

[ovmf test] 158608: all pass - PUSHED
 2021-01-25 11:36 UTC 

[PATCH 00/17] x86/PV: avoid speculation abuse through guest accessors plus 
 2021-01-25 11:33 UTC  (8+ messages)
` [PATCH 15/17] x86/shadow: drop SH_type_l2h_pae_shadow

[PATCH] tools/xenstore: fix use after free bug in xenstore_control
 2021-01-25 10:41 UTC  (2+ messages)

[qemu-mainline test] 158606: regressions - FAIL
 2021-01-25 10:41 UTC 

[PATCH v3] xen: EXPERT clean-up and introduce UNSUPPORTED
 2021-01-25 10:38 UTC  (3+ messages)

[PATCH 0/6] x86/p2m: restrict more code to build just for HVM
 2021-01-25 10:33 UTC  (17+ messages)
` [PATCH 2/6] x86/mm: p2m_add_foreign() is HVM-only

New Defects reported by Coverity Scan for XenProject
 2021-01-25 10:14 UTC 

Problems with APIC on versions 4.9 and later (4.8 works)
 2021-01-25  9:38 UTC  (7+ messages)

[PATCH v3 0/5] Support Secure Boot for multiboot2 Xen
 2021-01-25  8:58 UTC  (11+ messages)
` [PATCH v3 1/5] xen: add XEN_BUILD_POSIX_TIME
` [PATCH v3 2/5] xen/x86: manually build xen.mb.efi binary
` [PATCH v3 4/5] xen/x86: add some addresses to the Multiboot2 header
` [PATCH v3 5/5] xen/x86/efi: Verify dom0 kernel with SHIM_LOCK protocol in efi_multiboot2()

[libvirt test] 158610: regressions - FAIL
 2021-01-25  7:45 UTC 

[linux-linus test] 158604: regressions - FAIL
 2021-01-25  6:20 UTC 

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-25  5:26 UTC  (7+ messages)
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool

[linux-5.4 test] 158603: regressions - FAIL
 2021-01-25  4:05 UTC 

[xen-unstable test] 158601: tolerable FAIL
 2021-01-24 23:10 UTC 

[qemu-mainline test] 158596: regressions - FAIL
 2021-01-24 19:16 UTC 

Question about xen and Rasp 4B
 2021-01-24 16:23 UTC  (6+ messages)

[PATCH v4 00/15] x86: major paravirt cleanup
 2021-01-24 16:14 UTC  (3+ messages)
` [PATCH v4 07/15] x86/paravirt: switch time pvops functions to use static_call()

[linux-linus test] 158594: regressions - FAIL
 2021-01-24 15:18 UTC 

[PATCH AUTOSEL 5.10 26/45] x86/xen: Fix xen_hvm_smp_init() when vector callback not available
 2021-01-24 13:11 UTC  (3+ messages)

[linux-5.4 test] 158593: regressions - FAIL
 2021-01-24 12:49 UTC 

[xen-unstable test] 158591: tolerable FAIL - PUSHED
 2021-01-24 10:32 UTC 

[xen-unstable-coverity test] 158599: all pass - PUSHED
 2021-01-24 10:02 UTC 

[libvirt test] 158597: regressions - FAIL
 2021-01-24  9:32 UTC 

[PATCH] x86/pod: Do not fragment PoD memory allocations
 2021-01-24  4:47 UTC 

[qemu-mainline test] 158589: regressions - FAIL
 2021-01-24  3:22 UTC 

[linux-linus test] 158586: regressions - FAIL
 2021-01-23 23:19 UTC 

[linux-5.4 test] 158583: regressions - FAIL
 2021-01-23 21:04 UTC 

[ovmf test] 158585: all pass - PUSHED
 2021-01-23 17:27 UTC 

[libvirt test] 158587: regressions - FAIL
 2021-01-23 16:39 UTC 

[xen-unstable test] 158581: tolerable FAIL - PUSHED
 2021-01-23 15:18 UTC 

[xen-unstable-smoke test] 158590: tolerable all pass - PUSHED
 2021-01-23 15:04 UTC 

[PATCH RFC 0/6] xen/arm: mm: Add limited support for superpages
 2021-01-23 11:44 UTC  (2+ messages)

[PATCH v6 0/3] xen: add support for automatic debug key actions in case of crash
 2021-01-23 11:28 UTC  (7+ messages)
` [PATCH v6 1/3] xen/arm: add support for run_in_exception_handler()

[qemu-mainline test] 158568: regressions - FAIL
 2021-01-23  8:42 UTC 

[xen-unstable-smoke test] 158584: tolerable all pass - PUSHED
 2021-01-23  3:53 UTC 

[linux-linus test] 158564: regressions - FAIL
 2021-01-23  3:46 UTC 

[ovmf test] 158566: all pass - PUSHED
 2021-01-23  1:06 UTC 

[linux-5.4 test] 158563: regressions - FAIL
 2021-01-23  0:40 UTC 

[PATCH] automation: fix qemu-alpine-arm64.sh
 2021-01-22 23:58 UTC  (2+ messages)

[libvirt test] 158569: regressions - FAIL
 2021-01-22 23:53 UTC 

[xen-unstable-smoke test] 158580: tolerable all pass - PUSHED
 2021-01-22 21:58 UTC 

[xen-unstable test] 158560: tolerable FAIL
 2021-01-22 21:02 UTC 

[PATCH v2] xen-blkfront: allow discard-* nodes to be optional
 2021-01-22 20:29 UTC  (5+ messages)

[OSSTEST PATCH 1/7] target_editfile_kvp_replace: Support changing multiple keys
 2021-01-22 17:52 UTC  (18+ messages)
` [OSSTEST PATCH 2/7] target_editfile_kvp_replace: Add a bit of logging
` [OSSTEST PATCH 3/7] ts-xen-install: Rename $commons_config_file
` [OSSTEST PATCH 4/7] ts-xen-install: Break out @commons_config
` [OSSTEST PATCH 5/7] ts-xen-install: Honour xenstored target var
` [OSSTEST PATCH 6/7] mfi-common: Provide stripy_rand
` [OSSTEST PATCH 7/7] make-flight: Stripy xenstored
        ` [OSSTEST PATCH 7/7] make-flight: Stripy xenstored [and 2 more messages]

[xen-unstable-smoke test] 158578: tolerable all pass - PUSHED
 2021-01-22 17:10 UTC 

[xen-4.14-testing test] 158558: tolerable FAIL - PUSHED
 2021-01-22 15:21 UTC 

[PATCH] tools/libs: honor build dependencies for recently moved subdirs
 2021-01-22 15:14 UTC 

[xen-unstable-smoke test] 158571: tolerable all pass - PUSHED
 2021-01-22 14:56 UTC 

[PATCH v2 0/2] oxenstored build enhancements
 2021-01-22 14:44 UTC  (4+ messages)
` [PATCH v2 3/8] docs/designs/xenstore-migration.md: clarify that deletes are recursive

[xen-4.13-testing test] 158557: tolerable FAIL - PUSHED
 2021-01-22 14:44 UTC 

[PATCH] golang/xenlight: Refresh generated helpers are recent libxl changes
 2021-01-22 14:31 UTC  (3+ messages)

[PATCH v1] xl: use proper name for bash_completion file
 2021-01-22 14:22 UTC  (3+ messages)

infinite loop in xenstat_qmp.c
 2021-01-22 13:27 UTC  (3+ messages)

[xen-4.12-testing test] 158556: tolerable FAIL - PUSHED
 2021-01-22 11:57 UTC 

[PATCH v2 0/4] x86/intr: guest interrupt handling fixes/cleanup
 2021-01-22 11:37 UTC  (11+ messages)
` [PATCH v2 2/4] x86/vioapic: issue EOI to dpci when switching pin to edge trigger mode
` [PATCH v2 3/4] x86/vpic: issue dpci EOI for cleared pins at ICW1
` [PATCH v2 4/4] x86/dpci: remove the dpci EOI timer

[PATCH] tools/xenstore: fix unsigned < 0 compare in xenstore_control
 2021-01-22 10:44 UTC  (2+ messages)

[PATCH V4 00/24] IOREQ feature (+ virtio-mmio) on Arm
 2021-01-22 10:15 UTC  (3+ messages)
` [PATCH V4 20/24] xen/arm: io: Harden sign extension check

[PATCH RFC 0/4] tools/xenstore: start of rework of xenstored
 2021-01-22  9:23 UTC  (5+ messages)
` [PATCH RFC 1/4] tools/xenstore: simplify xenstored main loop
` [PATCH RFC 2/4] tools/xenstore: claim resources when running as daemon
` [PATCH RFC 3/4] tools/xenstore: rework hashtable interfaces
` [PATCH RFC 4/4] tools/xenstore: drop use of tdb

[PATCH] xen/arm: Fix compilation error when early printk is enabled
 2021-01-22  9:07 UTC  (6+ messages)

[linux-5.4 bisection] complete test-amd64-amd64-dom0pvh-xl-intel
 2021-01-22  8:51 UTC  (3+ messages)

[qemu-mainline test] 158554: regressions - FAIL
 2021-01-22  2:39 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).