xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-12 16:58:41 to 2018-11-13 19:17:11 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-11-13 19:17 UTC  (22+ messages)
` [PATCH v4 00/44] "
  ` [PATCH v4 05/44] x86emul: support basic AVX512 moves
  ` [PATCH v4 06/44] x86emul: test for correct EVEX Disp8 scaling
  ` [PATCH v4 07/44] x86emul: also allow running the 32-bit harness on a 64-bit distro
  ` [PATCH v4 08/44] x86emul: use AVX512 logic for emulating V{, P}MASKMOV*
  ` [PATCH v4 09/44] x86emul: support AVX512F legacy-equivalent arithmetic FP insns
  ` [PATCH v4 10/44] x86emul: support AVX512DQ logic "
  ` [PATCH v4 11/44] x86emul: support AVX512F "normal" FP compare insns
  ` [PATCH v4 12/44] x86emul: support AVX512F misc legacy-equivalent FP insns

[PATCH V5 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-11-13 18:57 UTC  (5+ messages)
` [PATCH V5 2/3] x86/mm: allocate logdirty_ranges for altp2ms

[xen-unstable-smoke test] 129972: regressions - FAIL
 2018-11-13 18:46 UTC 

[PATCH] xen/keyhandler: Restore missing parenthesis in dump_domains()
 2018-11-13 18:27 UTC 

[ovmf test] 129973: regressions - FAIL
 2018-11-13 18:21 UTC 

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-13 18:06 UTC  (32+ messages)
` [PATCH 02/18] xen/arm: Implement PSCI system suspend call (virtual interface)
` [PATCH 03/18] xen/arm: Save GIC and virtual timer context when the domain suspends
` [PATCH 05/18] xen/arm: Trigger Xen suspend when Dom0 completes suspend
` [PATCH 15/18] xen/arm: Resume memory management on Xen resume

[PATCH v7b 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-13 17:51 UTC  (26+ messages)
` [PATCH v7b 01/25] xen: allow console_io hypercalls from certain DomUs
` [PATCH v7b 02/25] xen/arm: extend device tree based multiboot protocol
` [PATCH v7b 03/25] xen/arm: document dom0less
` [PATCH v7b 04/25] xen/arm: increase MAX_MODULES
` [PATCH v7b 05/25] xen/arm: check for multiboot nodes only under /chosen
` [PATCH v7b 06/25] xen/arm: introduce bootcmdlines
` [PATCH v7b 07/25] xen/arm: don't add duplicate boot modules, introduce domU flag
` [PATCH v7b 08/25] xen/arm: probe domU kernels and initrds
` [PATCH v7b 09/25] xen/arm: add start to struct bootcmdline
` [PATCH v7b 10/25] xen/arm: rename get_11_allocation_size to get_allocation_size
` [PATCH v7b 11/25] xen/arm: rename allocate_memory to allocate_memory_11
` [PATCH v7b 12/25] xen/arm: introduce allocate_memory
` [PATCH v7b 13/25] xen/arm: refactor construct_dom0
` [PATCH v7b 14/25] xen/arm: move unregister_init_virtual_region to init_done
` [PATCH v7b 15/25] xen/arm: introduce create_domUs
` [PATCH v7b 16/25] xen/arm: implement construct_domU
` [PATCH v7b 17/25] xen/arm: generate a simple device tree for domUs
` [PATCH v7b 18/25] xen/arm: make set_interrupt_ppi able to handle non-PPI
` [PATCH v7b 19/25] xen/arm: generate vpl011 node on device tree for domU
` [PATCH v7b 20/25] xen/arm: introduce a union in vpl011
` [PATCH v7b 21/25] xen/arm: refactor vpl011_data_avail
` [PATCH v7b 22/25] xen: support console_switching between Dom0 and DomUs on ARM
` [PATCH v7b 23/25] xen/arm: Allow vpl011 to be used by DomU
` [PATCH v7b 24/25] xen/arm: move kernel.h to asm-arm/
` [PATCH v7b 25/25] xen/arm: split domain_build.c

[PATCH v2 0/5] xen/domain: Allocate d->vcpu[] earlier during domain construction
 2018-11-13 16:56 UTC  (13+ messages)
` [PATCH v2 1/5] xen/domain: Introduce a new sanitise_domain_config() helper
` [PATCH v2 3/5] xen/domain: Stricter configuration checking
` [PATCH v2 4/5] xen/domain: Allocate d->vcpu[] earlier during domain_create()

[ovmf test] 129969: regressions - FAIL
 2018-11-13 16:55 UTC 

[linux-3.18 bisection] complete test-amd64-i386-xl-raw
 2018-11-13 16:48 UTC 

[xen-unstable-smoke test] 129960: tolerable all pass - PUSHED
 2018-11-13 16:23 UTC 

[PATCH v6.1 05/11] libxl_qmp: Implementation of libxl__ev_qmp_*
 2018-11-13 16:10 UTC  (4+ messages)

[PATCH v5 00/24] ACPI reorganization for hardware-reduced API addition
 2018-11-13 15:59 UTC  (3+ messages)
` [PATCH v5 10/24] hw: acpi: Export the PCI host and holes getters
  ` [Qemu-devel] "

[ovmf test] 129963: regressions - FAIL
 2018-11-13 15:28 UTC 

[linux-linus bisection] complete test-amd64-i386-qemut-rhel6hvm-amd
 2018-11-13 15:18 UTC 

[linux-4.9 test] 129763: regressions - FAIL
 2018-11-13 14:55 UTC 

[ovmf test] 129957: regressions - FAIL
 2018-11-13 14:16 UTC 

[PATCH 0/3] x86/HVM: honor r/o p2m types, in particular during emulation
 2018-11-13 13:54 UTC  (23+ messages)
` [PATCH 1/3] x86/HVM: __hvm_copy() should not write to p2m_ioreq_server pages
` [PATCH 2/3] x86/HVM: make hvmemul_map_linear_addr() honor p2m_ioreq_server
` [PATCH 3/3] x86/HVM: hvmemul_cmpxchg() should also use known_gla()
` [PATCH 4/3] x86/HVM: hvm_map_guest_frame_rw() should respect p2m_ioreq_server
` [PATCH 5/3] x86/shadow: emulate_gva_to_mfn() "

[PATCH] libx86: Fix 32bit stubdom build of x86_cpuid_policy_fill_native()
 2018-11-13 13:47 UTC  (4+ messages)

[PATCH 0/3] automation: build Xen on Arm64
 2018-11-13 13:40 UTC  (3+ messages)

[PATCH v4 0/2] misc safety certification fixes
 2018-11-13 13:27 UTC  (6+ messages)
` [PATCH v4 1/2] xen: introduce SYMBOL
` [PATCH v4 2/2] xen: use SYMBOL when required

[xen-unstable-smoke test] 129944: regressions - FAIL
 2018-11-13 13:23 UTC 

[ovmf test] 129952: regressions - FAIL
 2018-11-13 13:15 UTC 

[PATCH v9] arch/x86: Add registers to vm_event
 2018-11-13 12:52 UTC  (2+ messages)

[distros-debian-snapshot test] 75591: regressions - FAIL
 2018-11-13 12:49 UTC 

[ovmf test] 129950: regressions - FAIL
 2018-11-13 12:28 UTC 

[PATCH v6 00/11] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
 2018-11-13 12:04 UTC  (17+ messages)
` [PATCH v6 01/11] libxl: Enhance libxl__sendmsg_fds to deal with EINTR and EWOULDBLOCK
` [PATCH v6 02/11] libxl_qmp: Separate QMP message generation from qmp_send_prepare
` [PATCH v6 03/11] libxl_qmp: Change qmp_qemu_check_version to compare version
` [PATCH v6 04/11] libxl: Design of an async API to issue QMP commands to QEMU
` [PATCH v6 05/11] libxl_qmp: Implementation of libxl__ev_qmp_*
` [PATCH v6 06/11] libxl_exec: Add libxl__spawn_initiate_failure
` [PATCH v6 10/11] libxl: Change libxl__domain_suspend_device_model() to be async
` [PATCH v6 11/11] libxl: Re-implement domain_suspend_device_model using libxl__ev_qmp

[ovmf test] 129946: regressions - FAIL
 2018-11-13 11:45 UTC 

[ovmf test] 129941: regressions - FAIL
 2018-11-13 10:47 UTC 

[xen-unstable-smoke test] 129934: regressions - FAIL
 2018-11-13 10:39 UTC 

[PATCH v7 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-13 10:27 UTC  (27+ messages)
` [PATCH v7 01/25] xen: allow console_io hypercalls from certain DomUs
` [PATCH v7 02/25] xen/arm: extend device tree based multiboot protocol
` [PATCH v7 03/25] xen/arm: document dom0less
` [PATCH v7 04/25] xen/arm: increase MAX_MODULES
` [PATCH v7 05/25] xen/arm: check for multiboot nodes only under /chosen
` [PATCH v7 06/25] xen/arm: introduce bootcmdlines
` [PATCH v7 07/25] xen/arm: don't add duplicate boot modules, introduce domU flag
` [PATCH v7 08/25] xen/arm: probe domU kernels and initrds
` [PATCH v7 09/25] xen/arm: add start to struct bootcmdline
` [PATCH v7 10/25] xen/arm: rename get_11_allocation_size to get_allocation_size
` [PATCH v7 11/25] xen/arm: rename allocate_memory to allocate_memory_11
` [PATCH v7 12/25] xen/arm: introduce allocate_memory
` [PATCH v7 13/25] xen/arm: refactor construct_dom0
` [PATCH v7 14/25] xen/arm: move unregister_init_virtual_region to init_done
` [PATCH v7 15/25] xen/arm: introduce create_domUs
` [PATCH v7 16/25] xen/arm: implement construct_domU
` [PATCH v7 17/25] xen/arm: generate a simple device tree for domUs
` [PATCH v7 18/25] xen/arm: make set_interrupt_ppi able to handle non-PPI
` [PATCH v7 19/25] xen/arm: generate vpl011 node on device tree for domU
` [PATCH v7 20/25] xen/arm: introduce a union in vpl011
` [PATCH v7 21/25] xen/arm: refactor vpl011_data_avail
` [PATCH v7 22/25] xen: support console_switching between Dom0 and DomUs on ARM
` [PATCH v7 23/25] xen/arm: Allow vpl011 to be used by DomU
` [PATCH v7 24/25] xen/arm: move kernel.h to asm-arm/
` [PATCH v7 25/25] xen/arm: split domain_build.c

[ovmf test] 129937: regressions - FAIL
 2018-11-13  9:58 UTC 

[PATCH] x86/badpage: Fix badpage->order overflow
 2018-11-13  9:39 UTC  (4+ messages)

[Patch v3 1/2] x86/smp: count the number of online physical processor in the system
 2018-11-13  9:09 UTC  (4+ messages)
` [Patch v3 2/2] x86/microcode: Synchronize late microcode loading

[xen-unstable-smoke test] 129927: regressions - FAIL
 2018-11-13  8:54 UTC 

[ovmf test] 129932: regressions - FAIL
 2018-11-13  8:50 UTC 

[ovmf test] 129928: regressions - FAIL
 2018-11-13  7:55 UTC 

[linux-4.14 test] 129762: tolerable FAIL - PUSHED
 2018-11-13  7:42 UTC 

[ovmf test] 129923: regressions - FAIL
 2018-11-13  7:00 UTC 

[linux-linus bisection] complete test-amd64-i386-qemuu-rhel6hvm-amd
 2018-11-13  6:52 UTC 

[xen-unstable-smoke test] 129916: regressions - FAIL
 2018-11-13  6:51 UTC 

[linux-3.18 bisection] complete test-amd64-i386-examine
 2018-11-13  6:14 UTC 

[ovmf test] 129918: regressions - FAIL
 2018-11-13  5:56 UTC 

[ovmf test] 129912: regressions - FAIL
 2018-11-13  4:58 UTC 

[xen-unstable-smoke test] 129909: regressions - FAIL
 2018-11-13  4:55 UTC 

[ovmf test] 129905: regressions - FAIL
 2018-11-13  3:27 UTC 

[xen-unstable-smoke test] 129900: regressions - FAIL
 2018-11-13  2:44 UTC 

[ovmf test] 129902: regressions - FAIL
 2018-11-13  2:16 UTC 

[xen-unstable bisection] complete test-amd64-i386-xl-qemuu-dmrestrict-amd64-dmrestrict
 2018-11-13  1:42 UTC 

[ovmf test] 129891: regressions - FAIL
 2018-11-13  0:50 UTC 

[linux-4.4 test] 129761: regressions - FAIL
 2018-11-13  0:48 UTC 

[xen-unstable-smoke test] 129870: regressions - FAIL
 2018-11-13  0:01 UTC 

[xen-unstable-smoke bisection] complete build-amd64
 2018-11-12 23:38 UTC 

[RFC 00/16] xen/arm: Implement Set/Way operations
 2018-11-12 23:36 UTC  (8+ messages)
` [RFC 09/16] xen/arm: p2m: Introduce a function to resolve translation fault

[ovmf test] 129856: regressions - FAIL
 2018-11-12 23:15 UTC 

[PATCH v6 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-12 21:37 UTC  (7+ messages)
` [PATCH v6 05/26] xen/arm: check for multiboot nodes only under /chosen

[linux-linus bisection] complete test-amd64-amd64-qemuu-nested-amd
 2018-11-12 20:44 UTC 

[xen-unstable-smoke test] 129861: regressions - FAIL
 2018-11-12 20:32 UTC 

[xen-unstable-smoke test] 129852: tolerable all pass - PUSHED
 2018-11-12 18:47 UTC 

[PATCH v3 0/4] misc safety certification fixes
 2018-11-12 18:05 UTC  (6+ messages)
` [PATCH v3 4/4] xen: use SYMBOL everywhere

[ovmf test] 129847: regressions - FAIL
 2018-11-12 17:26 UTC 

[PATCH 0/8] xen/arm: Add xentrace support
 2018-11-12 17:09 UTC  (6+ messages)
` [PATCH 8/8] xen: Swich parameter in get_page_from_gfn to use typesafe gfn


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).