xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-11 17:00:57 to 2020-12-15 09:23:35 UTC [more...]

[PATCH v5 0/3] xen: add support for automatic debug key actions in case of crash
 2020-12-15  9:23 UTC  (6+ messages)
` [PATCH v5 1/3] xen/arm: add support for run_in_exception_handler()
` [PATCH v5 2/3] xen: enable keyhandlers to work without register set specified
` [PATCH v5 3/3] xen: add support for automatic debug key actions in case of crash

[libvirt test] 157543: regressions - FAIL
 2020-12-15  9:21 UTC 

[PATCH 00/24] NetBSD fixes
 2020-12-15  8:44 UTC  (26+ messages)
` [PATCH 01/24] Fix lock directory path for NetBSD
` [PATCH 02/24] NetBSD doens't need xenbackendd with xl toolstack
` [PATCH 03/24] Fix lock directory path for NetBSD
` [PATCH 04/24] Make xg_main.c build on NetBSD
` [PATCH 05/24] Introduce locking functions for block device setup "
` [PATCH 06/24] Handle the case where vifname is not present in xenstore
` [PATCH 07/24] Remove NetBSD's system headers. We'll use the system-provided ones, which are up to date
` [PATCH 08/24] Make libs/call build on NetBSD
` [PATCH 09/24] Use xen/xenio.h "
` [PATCH 10/24] Make libs/evtchn build "
` [PATCH 11/24] Implement foreignmemory "
` [PATCH 12/24] Implement gnttab "
` [PATCH 13/24] Don't assume tv_sec is a unsigned long (for NetBSD)
` [PATCH 14/24] Pass bridge name to qemu and set XEN_DOMAIN_ID
` [PATCH 15/24] Make libs/light build on NetBSD
` [PATCH 16/24] Switch NetBSD to QEMU_XEN (!traditional)
` [PATCH 17/24] Make libs/light build on NetBSD
` [PATCH 18/24] xeneventchn_stubs.c doens't need xen/sys/evtchn.h (NetBSD fix)
` [PATCH 19/24] errno may not be a gobal R/W variable, use a local variable instead (fix build on NetBSD)
` [PATCH 20/24] If FILENAME_MAX is defined, use it instead of arbitrary value (fix format-truncation errors with GCC >= 7)
` [PATCH 21/24] Fix unused functions/variables error
` [PATCH 22/24] If PTHREAD_STACK_MIN is not defined, use DEFAULT_THREAD_STACKSIZE
` [PATCH 23/24] Use xen/xenio.h on NetBSD
` [PATCH 24/24] Fix error: array subscript has type 'char' [-Werror=char-subscripts]

[ovmf test] 157547: regressions - FAIL
 2020-12-15  8:09 UTC 

[qemu-mainline test] 157533: regressions - FAIL
 2020-12-15  7:36 UTC 

xen/evtchn: Interrupt for port 34, but apparently not enabled; per-user 00000000a86a4c1b on 5.10
 2020-12-15  7:27 UTC  (2+ messages)

[ovmf test] 157545: regressions - FAIL
 2020-12-15  6:39 UTC 

[ovmf test] 157544: regressions - FAIL
 2020-12-15  5:28 UTC 

[ovmf test] 157542: regressions - FAIL
 2020-12-15  4:42 UTC 

[ovmf test] 157541: regressions - FAIL
 2020-12-15  4:02 UTC 

[ovmf test] 157540: regressions - FAIL
 2020-12-15  3:30 UTC 

Xen-ARM DomUs
 2020-12-15  3:03 UTC  (4+ messages)

[linux-linus test] 157529: regressions - FAIL
 2020-12-15  2:56 UTC 

[ovmf test] 157537: regressions - FAIL
 2020-12-15  2:48 UTC 

[PATCH] examples: Add PVH example to config example list
 2020-12-15  2:35 UTC 

[ovmf test] 157535: regressions - FAIL
 2020-12-15  1:56 UTC 

[PATCH v3 0/8] xen/arm: Add support for SMMUv3 driver
 2020-12-15  1:52 UTC  (10+ messages)
` [PATCH v3 7/8] "

[ovmf test] 157531: regressions - FAIL
 2020-12-15  0:50 UTC 

[openxt-dev] Re: Follow up on libxl-fix-reboot.patch
 2020-12-15  0:41 UTC  (2+ messages)

[qemu-mainline test] 157526: regressions - FAIL
 2020-12-14 23:57 UTC 

[ovmf test] 157527: regressions - FAIL
 2020-12-14 22:20 UTC 

kexec not working in xen domU?
 2020-12-14 20:08 UTC  (2+ messages)

[patch 00/30] genirq: Treewide hunt for irq descriptor abuse and assorted fixes
 2020-12-14 21:13 UTC  (38+ messages)
` [patch 03/30] genirq: Move irq_set_lockdep_class() to core
` [patch 09/30] ARM: smp: Use irq_desc_kstat_cpu() in show_ipi_list()
` [patch 10/30] arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()
` [patch 14/30] drm/i915/pmu: Replace open coded kstat_irqs() copy
` [patch 15/30] pinctrl: nomadik: Use irq_has_action()
` [patch 16/30] mfd: ab8500-debugfs: Remove the racy fiddling with irq_desc
` [patch 20/30] net/mlx4: Replace irq_to_desc() abuse
` [patch 21/30] net/mlx4: Use effective interrupt affinity
` [patch 22/30] net/mlx5: Replace irq_to_desc() abuse
` [patch 23/30] net/mlx5: Use effective interrupt affinity
` [patch 27/30] xen/events: Only force affinity mask for percpu interrupts

[XEN PATCH v1 1/1] Invalidate cache for cpus affinitized to the domain
 2020-12-14 19:36 UTC  (9+ messages)

[PATCH v2 0/4] nbd/server: Quiesce coroutines on context switch
 2020-12-14 17:05 UTC  (5+ messages)
` [PATCH v2 1/4] block: Honor blk_set_aio_context() context requirements
` [PATCH v2 2/4] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
` [PATCH v2 3/4] nbd/server: Quiesce coroutines on context switch
` [PATCH v2 4/4] block: Close block exports in two steps

[PATCH v4 09/32] qdev: Make qdev_get_prop_ptr() get Object* arg
 2020-12-14 17:24 UTC  (11+ messages)
` [PATCH v4 23/32] qdev: Move dev->realized check to qdev_property_set()
` [PATCH v4 30/32] qdev: Rename qdev_get_prop_ptr() to object_field_prop_ptr()

[linux-linus test] 157519: regressions - FAIL
 2020-12-14 17:25 UTC 

[PATCH v3 00/13] Remove GCC < 4.8 checks
 2020-12-14 16:57 UTC  (15+ messages)
` [PATCH v3 01/13] qemu/atomic: Drop special case for unsupported compiler
` [PATCH v3 03/13] compiler.h: remove GCC < 3 __builtin_expect fallback
` [PATCH v3 06/13] virtiofsd: replace _Static_assert with QEMU_BUILD_BUG_ON
` [PATCH v3 11/13] compiler: remove GNUC check
` [PATCH v3 13/13] compiler.h: remove QEMU_GNUC_PREREQ

[ovmf test] 157525: regressions - FAIL
 2020-12-14 16:28 UTC 

[PATCH] x86/PV: guest_get_eff_kern_l1e() may still need to switch page tables
 2020-12-14 16:07 UTC  (3+ messages)

[qemu-mainline test] 157514: regressions - FAIL
 2020-12-14 15:45 UTC 

[ovmf test] 157521: regressions - FAIL
 2020-12-14 15:34 UTC 

[PATCH] Revert "x86/mm: drop guest_get_eff_l1e()"
 2020-12-14 13:55 UTC  (4+ messages)

[xen-unstable test] 157512: tolerable FAIL
 2020-12-14 12:27 UTC 

[PATCH v4 0/3] xen: add support for automatic debug key actions in case of crash
 2020-12-14 11:59 UTC  (21+ messages)
` [PATCH v4 1/3] xen/arm: add support for run_in_exception_handler()
` [PATCH v4 2/3] xen: enable keyhandlers to work without register set specified
` [PATCH v4 3/3] xen: add support for automatic debug key actions in case of crash

[ovmf test] 157513: regressions - FAIL
 2020-12-14 11:06 UTC 

[PATCH v3 0/5] evtchn: (not so) recent XSAs follow-on
 2020-12-14  9:40 UTC  (6+ messages)
` [PATCH v3 4/5] evtchn: convert domain event lock to an r/w one

[linux-linus test] 157509: regressions - FAIL
 2020-12-14  8:27 UTC 

[libvirt test] 157516: regressions - trouble: blocked/fail/pass/starved
 2020-12-14  6:51 UTC 

[qemu-mainline test] 157504: regressions - FAIL
 2020-12-14  2:19 UTC 

[ovmf test] 157510: regressions - FAIL
 2020-12-14  1:42 UTC 

[ovmf test] 157507: regressions - FAIL
 2020-12-13 22:57 UTC 

[linux-linus test] 157500: regressions - FAIL
 2020-12-13 20:45 UTC 

[ovmf test] 157501: regressions - FAIL
 2020-12-13 18:22 UTC 

[PATCH] hw/xen: Don't use '#' flag of printf format
 2020-12-13 16:01 UTC  (2+ messages)

[qemu-mainline test] 157487: regressions - FAIL
 2020-12-13 14:56 UTC 

[linux-linus test] 157479: regressions - FAIL
 2020-12-13 12:07 UTC 

[ovmf test] 157495: regressions - FAIL
 2020-12-13 11:55 UTC 

[xen-unstable test] 157476: regressions - FAIL
 2020-12-13 11:09 UTC 

[ovmf test] 157493: regressions - FAIL
 2020-12-13 11:00 UTC 

[xen-unstable-coverity test] 157492: all pass - PUSHED
 2020-12-13  9:57 UTC 

[ovmf test] 157490: regressions - FAIL
 2020-12-13  9:41 UTC 

[ovmf test] 157488: regressions - FAIL
 2020-12-13  8:27 UTC 

[ovmf test] 157486: regressions - FAIL
 2020-12-13  7:25 UTC 

[libvirt test] 157481: regressions - FAIL
 2020-12-13  7:06 UTC 

[qemu-mainline test] 157474: regressions - FAIL
 2020-12-13  6:45 UTC 

[ovmf test] 157485: regressions - FAIL
 2020-12-13  6:27 UTC 

[ovmf test] 157484: regressions - FAIL
 2020-12-13  6:04 UTC 

[ovmf test] 157482: regressions - FAIL
 2020-12-13  5:15 UTC 

[ovmf test] 157480: regressions - FAIL
 2020-12-13  4:37 UTC 

[ovmf test] 157478: regressions - FAIL
 2020-12-13  3:53 UTC 

[linux-linus test] 157466: regressions - FAIL
 2020-12-13  3:24 UTC 

[ovmf test] 157477: regressions - FAIL
 2020-12-13  2:52 UTC 

[ovmf test] 157473: regressions - FAIL
 2020-12-13  1:55 UTC 

[qemu-mainline test] 157463: regressions - FAIL
 2020-12-13  1:09 UTC 

[ovmf test] 157472: regressions - FAIL
 2020-12-13  0:57 UTC 

[ovmf test] 157469: regressions - FAIL
 2020-12-13  0:27 UTC 

[ovmf test] 157467: regressions - FAIL
 2020-12-12 23:31 UTC 

[GIT PULL] xen: branch for v5.10-rc8
 2020-12-12 19:01 UTC  (2+ messages)

[ovmf test] 157462: regressions - FAIL
 2020-12-12 18:05 UTC 

[linux-linus test] 157459: regressions - trouble: broken/fail/pass
 2020-12-12 17:45 UTC 

[qemu-mainline test] 157456: regressions - FAIL
 2020-12-12 14:57 UTC 

[ovmf test] 157458: regressions - FAIL
 2020-12-12 14:13 UTC 

[xen-unstable test] 157451: tolerable FAIL
 2020-12-12 10:51 UTC 

[linux-linus test] 157442: regressions - FAIL
 2020-12-12  7:55 UTC 

[ovmf test] 157449: regressions - FAIL
 2020-12-12  7:34 UTC 

[libvirt test] 157453: regressions - FAIL
 2020-12-12  7:04 UTC 

[qemu-mainline test] 157438: regressions - FAIL
 2020-12-12  6:18 UTC 

[PATCH v3 0/5] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-11 21:27 UTC  (4+ messages)
` [PATCH v3 1/5] gitlab-ci: Document 'build-tcg-disabled' is a KVM X86 job

[xen-unstable test] 157433: tolerable FAIL - PUSHED
 2020-12-12  1:58 UTC 

[ovmf test] 157437: regressions - FAIL
 2020-12-12  0:23 UTC 

[ovmf bisection] complete test-amd64-amd64-xl-qemuu-ovmf-amd64
 2020-12-11 23:57 UTC 

(no subject)
 2020-12-11 19:37 UTC  (9+ messages)
` [PATCH V3 21/23] xen/arm: Add mapcache invalidation handling

[linux-5.4 test] 157431: tolerable FAIL - PUSHED
 2020-12-11 19:03 UTC 

[PATCH v3 0/7] xen/arm: Emulate ID registers
 2020-12-11 19:00 UTC  (7+ messages)
` [PATCH v3 4/7] xen/arm: Add handler for ID registers on arm64

[linux-linus test] 157414: regressions - FAIL
 2020-12-11 17:41 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).