xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-09 09:46:46 to 2016-09-12 12:29:12 UTC [more...]

[PATCH 0/6] Fix multiple issues with xsave state handling on migrate
 2016-09-12 12:29 UTC  (15+ messages)
` [PATCH 1/6] x86/domctl: Introduce PV_XSAVE_HDR_SIZE and remove its opencoding
` [PATCH 2/6] x86/domctl: Fix TOCTOU race with the use of XEN_DOMCTL_getvcpuextstate
` [PATCH 3/6] x86/domctl: Simplfy XEN_DOMCTL_getvcpuextstate when xsave is not in use
` [PATCH 4/6] x86/xstate: Fix latent bugs in expand_xsave_states()
` [PATCH 5/6] x86/domctl: Fix migration of guests which are not using xsave
` [PATCH 6/6] x86/xstate: Fix latent bugs in compress_xsave_states()

[distros-debian-sid test] 67696: tolerable FAIL
 2016-09-12 12:19 UTC 

[xen-unstable-smoke test] 100891: tolerable all pass - PUSHED
 2016-09-12 12:11 UTC 

[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
 2016-09-12 12:08 UTC  (37+ messages)
` [PATCH v3 10/38] arm/p2m: Move hostp2m init/teardown to individual functions
` [PATCH v3 11/38] arm/p2m: Cosmetic fix - function prototype of p2m_alloc_table
` [PATCH v3 14/38] arm/p2m: Add altp2m init/teardown routines
` [PATCH v3 15/38] arm/p2m: Add altp2m table flushing routine
` [PATCH v3 16/38] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v3 17/38] arm/p2m: Add HVMOP_altp2m_create_p2m
` [PATCH v3 18/38] arm/p2m: Add HVMOP_altp2m_destroy_p2m
` [PATCH v3 19/38] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v3 20/38] arm/p2m: Add p2m_get_active_p2m macro
` [PATCH v3 21/38] arm/p2m: Make p2m_restore_state ready for altp2m
` [PATCH v3 23/38] arm/p2m: Cosmetic fixes -- __p2m_get_mem_access
` [PATCH v3 24/38] arm/p2m: Make p2m_mem_access_check ready for altp2m
` [PATCH v3 26/38] arm/p2m: Introduce helpers managing altp2m entries
` [PATCH v3 27/38] arm/p2m: Introduce p2m_lookup_attr
` [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active
` [PATCH v3 29/38] arm/p2m: Add HVMOP_altp2m_set_mem_access

[PATCH net-next] xen-netfront: avoid packet loss when ethernet header crosses page boundary
 2016-09-12 11:52 UTC  (4+ messages)

[PATCH] x86/xen: add missing \n at end of printk warning message
 2016-09-12 11:31 UTC 

[PATCH Altp2m cleanup v4 0/4] Cleaning up altp2m code
 2016-09-12 10:47 UTC  (7+ messages)
` [PATCH Altp2m cleanup v4 2/4] altp2m cleanup work

[ovmf baseline-only test] 67697: all pass
 2016-09-12 10:47 UTC 

[PATCH v3 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-09-12 10:35 UTC  (10+ messages)
` [PATCH v3 3/6] x86/time: streamline platform time init on plt_update()

[xen-unstable-smoke test] 100889: regressions - FAIL
 2016-09-12 10:26 UTC 

[PATCH] x86/xen: add missing \n at end of printk warning message
 2016-09-12 10:20 UTC 

[PATCH] x86/cpu: Print CPU Family/Vendor infomation in both decimal and hexidecimal
 2016-09-12  9:59 UTC  (3+ messages)

[PATCH V3] xen/arm: arm64: Update the Image header
 2016-09-12  9:43 UTC 

xen-access write protect Error
 2016-09-12  9:42 UTC  (2+ messages)

[PATCH 0/6] libxl: add HVM USB passthrough capability
 2016-09-12  9:18 UTC  (12+ messages)
` [PATCH 1/6] libxl: rename libcl_pvusb.c to libxl_usb.c
` [PATCH 2/6] libxl: add libxl__qmp_run_command_flexarray() function
` [PATCH 3/6] libxl: dont pass array size to libxl__xs_kvs_of_flexarray()
` [PATCH 5/6] libxl: add HVM usb passthrough support

[RFC PATCH] x86/apicv: fix RTC periodic timer and apicv issue
 2016-09-12  9:07 UTC  (5+ messages)

PC8 Residency on Broadwell hardware
 2016-09-12  9:00 UTC  (2+ messages)

[PATCH] fix EFI part of "symbols: Generate an xen-sym.map"
 2016-09-12  8:42 UTC  (4+ messages)

[PATCH] x86/shadow: Use standard C array designators
 2016-09-12  8:37 UTC  (2+ messages)

[xen-unstable test] 100887: tolerable FAIL
 2016-09-12  8:17 UTC 

[PATCH v4 1/2] xen: replace complicated tlbflush check with an inline function
 2016-09-12  8:16 UTC  (2+ messages)
` [PATCH v4 2/2] xen: move TLB-flush filtering out into populate_physmap during vm creation

[PATCH v5] Livepatch fixes and general features for Xen 4.8
 2016-09-12  8:04 UTC  (8+ messages)
` [PATCH v5 1/4] livepatch/docs: Document .bss not being cleared, and .data potentially having changed values
` [PATCH v5 2/4] livepatch: Add limit of 2MB to payload .bss sections
` [PATCH v5 3/4] livepatch: NOP if func->new_addr is zero
` [PATCH v5 4/4] livepach: Add .livepatch.hooks functions and test-case

[PATCH 1/3] x86: refactor psr implementation in hypervisor
 2016-09-12  7:53 UTC  (13+ messages)

[PATCH v3] Livepatch for ARM 64 and 32
 2016-09-12  7:48 UTC  (21+ messages)
` [PATCH v3 01/18] arm/x86: Add HAS_[ALTERNATIVE|EX_TABLE]
` [PATCH v3 02/18] livepatch: Reject payloads with .alternative or .ex_table if support is not built-in
` [PATCH v3 03/18] arm/x86: change [modify, destroy]_xen_mappings to return error
` [PATCH v3 04/18] arm/mm: Introduce modify_xen_mappings
` [PATCH v3 05/18] arm: poison initmem when it is freed
` [PATCH v3 06/18] livepatch: Initial ARM64 support
` [PATCH v3 07/18] livepatch: ARM/x86: Check displacement of old_addr and new_addr
` [PATCH v3 08/18] livepatch: ARM 32|64: Ignore mapping symbols: $[d, a, x]
` [PATCH v3 09/18] livepatch/arm/x86: Check payload for for unwelcomed symbols
` [PATCH v3 10/18] livepatch: Move test-cases to their own sub-directory in test
` [PATCH v3 11/18] livepatch: tests: Move the .name value to .rodata
` [PATCH v3 12/18] livepatch: tests: Make them compile under ARM64
` [PATCH v3 13/18] livepatch: x86, ARM, alternative: Expose FEATURE_LIVEPATCH
` [PATCH v3 14/18] xen/arm32: Add an helper to invalidate all instruction caches
` [PATCH v3 15/18] bug/x86/arm: Align bug_frames sections
` [PATCH v3 16/18] livepatch: ARM32 support
` [PATCH v3 17/18] livepatch, arm[32|64]: Share arch_livepatch_revert_jmp
` [PATCH v3 18/18] livepatch: arm[32, 64], x86: NOP test-case

[ovmf test] 100888: all pass - PUSHED
 2016-09-12  7:21 UTC 

[PATCH 00/17] x86: split insn emulator decode and execution
 2016-09-12  7:20 UTC  (4+ messages)
` [PATCH 01/17] x86emul: split instruction decoding from execution

XenProject/XenServer QEMU working group, Friday 8th July, 2016, 15:00
 2016-09-12  7:16 UTC  (6+ messages)
` Device model operation hypercall (DMOP, re qemu depriv)
` XenProject/XenServer QEMU working group minutes, 30th August 2016

[PATCH] x86/HVM: consistently check CR0.EM in hvmemul_get_fpu()
 2016-09-12  6:30 UTC 

[linux-3.14 baseline-only test] 67694: regressions - FAIL
 2016-09-12  5:15 UTC 

[xen-unstable baseline-only test] 67693: regressions - trouble: blocked/broken/fail/pass
 2016-09-12  4:17 UTC 

[PATCH V2] xen/arm: arm64: Update the Image header
 2016-09-12  2:54 UTC  (3+ messages)

[linux-3.14 test] 100885: tolerable FAIL - PUSHED
 2016-09-11 12:25 UTC 

[xen-unstable-coverity test] 100886: all pass - PUSHED
 2016-09-11 10:53 UTC 

Outreachy Winter Internship
 2016-09-11 10:52 UTC 

[xen-unstable test] 100884: tolerable FAIL - PUSHED
 2016-09-11  9:20 UTC 

[qemu-mainline baseline-only test] 67690: regressions - FAIL
 2016-09-11  2:48 UTC 

[xen-unstable test] 100883: regressions - FAIL
 2016-09-11  2:24 UTC 

[qemu-mainline test] 100877: tolerable FAIL - PUSHED
 2016-09-10 20:04 UTC 

[xen-unstable test] 100875: regressions - FAIL
 2016-09-10 19:37 UTC 

[distros-debian-stretch test] 67687: tolerable FAIL
 2016-09-10 18:32 UTC 

[xen-unstable baseline-only test] 67686: regressions - FAIL
 2016-09-10 17:09 UTC 

[ovmf baseline-only test] 67689: all pass
 2016-09-10 15:42 UTC 

[qemu-mainline test] 100868: regressions - FAIL
 2016-09-10 14:43 UTC 

[xtf test] 100874: all pass - PUSHED
 2016-09-10 13:13 UTC 

[xen-unstable test] 100864: regressions - trouble: blocked/broken/fail/pass
 2016-09-10 12:31 UTC 

[xtf baseline test] 100870: tolerable all pass
 2016-09-10 11:42 UTC 

[libvirt test] 100866: tolerable FAIL - PUSHED
 2016-09-10 10:36 UTC 

Getting started with Xen Project
 2016-09-10 10:21 UTC 

[ovmf test] 100860: all pass - PUSHED
 2016-09-10  6:54 UTC 

[xen-4.6-testing baseline-only test] 67684: regressions - FAIL
 2016-09-10  5:33 UTC 

[qemu-mainline test] 100845: regressions - FAIL
 2016-09-10  4:23 UTC 

[ovmf baseline-only test] 67685: all pass
 2016-09-10  4:23 UTC 

[xen-unstable test] 100844: tolerable FAIL - PUSHED
 2016-09-10  3:02 UTC 

[xen-unstable-smoke test] 100862: tolerable all pass - PUSHED
 2016-09-10  1:56 UTC 

[RFC] x86/vm_event: Allow returning i-cache for emulation
 2016-09-10  1:03 UTC  (5+ messages)

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-09-09 23:14 UTC  (7+ messages)
` [RFC 18/22] xen/arm: p2m: Introduce p2m_set_entry and __p2m_set_entry

[xen-4.5-testing baseline-only test] 67683: regressions - FAIL
 2016-09-09 21:52 UTC 

[ovmf test] 100838: all pass - PUSHED
 2016-09-09 21:42 UTC 

[xen-4.6-testing test] 100835: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2016-09-09 21:14 UTC 

Outreachy Round 13
 2016-09-09 20:37 UTC 

[libvirt test] 100837: regressions - FAIL
 2016-09-09 20:14 UTC 

[xen-unstable-smoke test] 100855: tolerable all pass - PUSHED
 2016-09-09 19:46 UTC 

[qemu-mainline baseline-only test] 67682: trouble: broken/fail/pass
 2016-09-09 18:04 UTC 

[xen-unstable-smoke test] 100852: tolerable all pass - PUSHED
 2016-09-09 17:00 UTC 

[PATCH] xen/arm: smpboot: drop unneeded code when identifying cpuinfo
 2016-09-09 16:38 UTC  (2+ messages)

[PATCH V4] tools/libxc, xen/x86: Added xc_set_mem_access_multi()
 2016-09-09 16:31 UTC  (2+ messages)

[PATCH v2] arm/vm_event: get/set registers
 2016-09-09 16:26 UTC  (7+ messages)

[xen-4.7-testing test] 100830: tolerable FAIL - PUSHED
 2016-09-09 16:14 UTC 

[PATCH v3 00/19] Make ACPI builder available to components other than hvmloader
 2016-09-09 16:11 UTC  (22+ messages)
` [PATCH v3 13/19] acpi: Makefile should better tolerate interrupts
` [PATCH v3 18/19] libxl/acpi: Build ACPI tables for HVMlite guests

[PATCH 3/3] Significant changes to decision making; some new roles and minor changes
 2016-09-09 15:45 UTC  (2+ messages)

[PATCH v4] Livepatch fixes and features for v4.8
 2016-09-09 15:28 UTC  (18+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 4/9] version: Print build-id at bootup
` [PATCH v4 6/9] livepatch: Add parsing for the symbol+0x<offset>
` [PATCH v4 8/9] symbols: Generate an xen-sym.map

[xen-unstable bisection] complete test-amd64-amd64-libvirt-vhd
 2016-09-09 15:27 UTC 

[PATCH v2] xen/pciback: support driver_override
 2016-09-09 14:47 UTC  (5+ messages)

[xen-4.5-testing test] 100828: tolerable FAIL - PUSHED
 2016-09-09 14:02 UTC 

[PATCH v6 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-09-09 12:32 UTC  (3+ messages)
` [PATCH v6 2/2] qdisk - hw/block/xen_disk: grant copy implementation

[qemu-mainline test] 100825: tolerable FAIL - PUSHED
 2016-09-09 11:27 UTC 

[ovmf baseline-only test] 67681: all pass
 2016-09-09 10:46 UTC 

[xen-unstable test] 100819: regressions - FAIL
 2016-09-09 10:43 UTC 

[PATCH] xen/x86: Fix build with clang following c/s 4fa0105
 2016-09-09 10:28 UTC  (2+ messages)

[distros-debian-jessie test] 67680: tolerable FAIL
 2016-09-09 10:18 UTC 

[OSSTEST PATCH v3 00/25] Integrate XTF into OSSTest
 2016-09-09 10:09 UTC  (15+ messages)
` [OSSTEST PATCH v3 20/25] mfi-common: create xtf build job for 4.4 onwards
` [OSSTEST PATCH v3 25/25] Create XTF branch

[PATCH v6 0/4] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-09-09 10:09 UTC  (9+ messages)
` [PATCH v6 4/4] x86/ioreq server: Reset outstanding p2m_ioreq_server entries when an ioreq server unmaps

[PATCH v3] libxl: add "xl qemu-monitor-command"
 2016-09-09 10:05 UTC  (3+ messages)

[xen-4.4-testing baseline-only test] 67679: regressions - FAIL
 2016-09-09 10:02 UTC 

[xen-unstable-smoke test] 100840: tolerable all pass - PUSHED
 2016-09-09  9:58 UTC 

[PATCH v3 1/1] xen: move TLB-flush filtering out into populate_physmap during vm creation
 2016-09-09  9:52 UTC  (5+ messages)

[PATCH v2] Remove ambiguities in the COPYING file; add CONTRIBUTING file
 2016-09-09  9:46 UTC  (7+ messages)


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