xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-12 23:15:52 to 2018-11-14 08:42:54 UTC [more...]

[PATCH 0/6] x86emul: fixes, improvements, and beginnings of AVX512 support
 2018-11-14  8:42 UTC  (31+ 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 v4 13/44] x86emul: support AVX512F fused-multiply-add insns
  ` [PATCH v4 14/44] x86emul: support AVX512F legacy-equivalent logic insns
  ` [PATCH v4 15/44] x86emul: support AVX512{F, DQ} FP broadcast insns
  ` [PATCH v4 16/44] x86emul: support AVX512F v{, u}comis{d, s} insns

[PATCH v7b 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-14  8:21 UTC  (27+ 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 V5 0/3] Fix VGA logdirty related display freezes with altp2m
 2018-11-14  8:11 UTC  (14+ messages)
` [PATCH V5 1/3] x86/altp2m: propagate ept.ad changes to all active altp2ms
` [PATCH V5 2/3] x86/mm: allocate logdirty_ranges for altp2ms
` [PATCH V5 3/3] x86/altp2m: fix display frozen when switching to a new view early

[ovmf test] 130026: regressions - FAIL
 2018-11-14  7:49 UTC 

[PATCH 0/6] x86/emul: Use struct cpuid_policy for feature checks
 2018-11-14  7:47 UTC  (9+ messages)
` [PATCH 6/6] x86/emul: dedup hvmemul_cpuid() and pv_emul_cpuid()

[PATCH v4 0/2] misc safety certification fixes
 2018-11-14  7:44 UTC  (7+ messages)
` [PATCH v4 2/2] xen: use SYMBOL when required

[ovmf test] 130021: regressions - FAIL
 2018-11-14  6:31 UTC 

[xen-4.7-testing test] 129791: regressions - FAIL
 2018-11-14  6:26 UTC 

[linux-linus test] 129789: regressions - FAIL
 2018-11-14  5:56 UTC 

[PATCH] x86/hvm: Unify hvm_event_pending()'s API with the !CONFIG_HVM version
 2018-11-14  5:36 UTC  (2+ messages)

[ovmf test] 130017: regressions - FAIL
 2018-11-14  5:29 UTC 

[PATCH v2 0/8] x86/vvmx: various fixes
 2018-11-14  5:29 UTC  (13+ messages)
` [PATCH v2 2/8] x86/nestedhvm: introduce vvmcx_valid()
` [PATCH v2 3/8] x86/vvmx: add VMX_INSN_INVEPT_INVVPID_INVALID_OP errno
` [PATCH v2 4/8] x86/vvmx: correct vmfail() usage for vmptrld and vmclear
` [PATCH v2 6/8] x86/vvmx: refactor nvmx_handle_vmclear()
` [PATCH v2 7/8] x86/vvmx: correctly report vvmcs size
` [PATCH v2 8/8] x86/vvmx: fix I/O and MSR bitmaps mapping

[ovmf test] 130014: regressions - FAIL
 2018-11-14  4:34 UTC 

[ovmf test] 130006: regressions - FAIL
 2018-11-14  3:26 UTC 

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-11-14  3:25 UTC  (4+ messages)
` [PATCH v5 00/13] "
  ` [PATCH v5 12/13] IOMMU/x86: remove indirection from certain IOMMU hook accesses

[PATCH v3] iommu / p2m: add a page_order parameter to iommu_map/unmap_page()
 2018-11-14  3:02 UTC  (2+ messages)

[ovmf test] 130003: regressions - FAIL
 2018-11-14  2:33 UTC 

[ovmf test] 130000: regressions - FAIL
 2018-11-14  1:03 UTC 

[GIT PULL] xen: fixes for 4.20-rc2
 2018-11-14  0:55 UTC 

[PATCH 00/18] xen/arm64: Suspend to RAM support for Xen
 2018-11-14  0:14 UTC  (47+ 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 06/18] xen/x86: Move freeze/thaw_domains into common files
` [PATCH 08/18] xen/arm: Disable/enable non-boot physical CPUs on suspend/resume
` [PATCH 09/18] xen/arm: Add rcu_barrier() before enabling non-boot CPUs on resume
` [PATCH 10/18] xen/arm: Implement GIC suspend/resume functions (gicv2 only)
` [PATCH 13/18] xen/arm: Implement PSCI SYSTEM_SUSPEND call (physical interface)
` [PATCH 15/18] xen/arm: Resume memory management on Xen resume

[ovmf test] 129995: regressions - FAIL
 2018-11-14  0:09 UTC 

[PATCH] xen/keyhandler: Restore missing parenthesis in dump_domains()
 2018-11-13 23:29 UTC  (2+ messages)

[qemu-mainline test] 129773: regressions - FAIL
 2018-11-13 22:48 UTC 

Problems building and running Xen on Hikey960
 2018-11-13 22:43 UTC  (5+ messages)

[ovmf test] 129992: regressions - FAIL
 2018-11-13 22:26 UTC 

[xen-unstable-smoke test] 129982: tolerable all pass - PUSHED
 2018-11-13 22:09 UTC 

[ovmf test] 129987: regressions - FAIL
 2018-11-13 20:51 UTC 

[ovmf test] 129979: regressions - FAIL
 2018-11-13 19:23 UTC 

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

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

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

[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  (7+ messages)
` [PATCH v6 02/11] libxl_qmp: Separate QMP message generation from qmp_send_prepare
` [PATCH v6 05/11] libxl_qmp: Implementation of 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  (2+ messages)

[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 


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