xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-09 15:57:25 to 2017-10-10 22:23:08 UTC [more...]

[PATCH v3 01/12] fuzz/x86_emulate: Clear errors after each iteration
 2017-10-10 16:58 UTC  (15+ messages)
` [PATCH v3 02/12] fuzz/x86_emulate: Improve failure descriptions in x86_emulate harness
` [PATCH v3 03/12] fuzz/x86_emulate: Implement input_read() and input_avail()
` [PATCH v3 04/12] fuzz/x86_emulate: Rename the file containing the wrapper code
` [PATCH v3 05/12] fuzz/x86_emulate: Add 'afl-cov' target
` [PATCH v3 06/12] fuzz/x86_emulate: Take multiple test files for inputs
` [PATCH v3 07/12] fuzz/x86_emulate: Move all state into fuzz_state
` [PATCH v3 08/12] fuzz/x86_emulate: Move definitions into a header
` [PATCH v3 09/12] fuzz/x86_emulate: Make input more compact
` [PATCH v3 10/12] fuzz/x86_emulate: Add --rerun option to try to track down instability
` [PATCH v3 11/12] fuzz/x86_emulate: Set and fuzz more CPU state
` [PATCH v3 12/12] fuzz/x86_emulate: Add an option to limit the number of instructions executed

[linux-3.18 test] 114225: regressions - FAIL
 2017-10-10 22:23 UTC 

[PATCH v10 00/11] x86: guest resource mapping
 2017-10-10 16:31 UTC  (9+ messages)
` [PATCH v10 01/11] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v10 02/11] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v10 04/11] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v10 06/11] x86/hvm/ioreq: add a new mappable resource type
` [PATCH v10 08/11] tools/libxenforeignmemory: add support for resource mapping
` [PATCH v10 09/11] tools/libxenforeignmemory: reduce xenforeignmemory_restrict code footprint
` [PATCH v10 10/11] common: add a new mappable resource type: XENMEM_resource_grant_table
` [PATCH v10 11/11] tools/libxenctrl: use new xenforeignmemory API to seed grant table

[PATCH] x86emul: handle address wrapping for VMASKMOVP{S, D}
 2017-10-10 12:43 UTC  (2+ messages)

[PATCH v2 01/13] x86emul/fuzz: add rudimentary limit checking
 2017-10-10 15:45 UTC  (4+ messages)
` [PATCH v2 12/13] fuzz/x86_emulate: Set and fuzz more CPU state

[PATCH v4 00/10] xen/arm: Memory subsystem clean-up
 2017-10-10 21:28 UTC  (10+ messages)
` [PATCH v4 01/10] xen/arm: page: Use ARMv8 naming to improve readability
` [PATCH v4 06/10] xen/arm: mm: Use PAGE_HYPERVISOR_* instead of MT_* when calling set_fixmap
` [PATCH v4 08/10] xen/arm: mm: Embed permission in the flags
` [PATCH v4 09/10] xen/arm: mm: Handle permission flags when adding a new mapping

[PATCH v2 0/*] xen: xen-domid-restrict improvements
 2017-10-10 13:40 UTC  (16+ messages)
` [PATCH 3/8] xen: defer call to xen_restrict until after os_setup_post
` [PATCH 7/8] os-posix: Provide new -runasid option
  ` [Qemu-devel] "

[PATCH v4] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-10 21:00 UTC  (6+ messages)

[PATCH v2 00/17] x86: emulator enhancements
 2017-10-10 14:17 UTC  (5+ messages)
` [PATCH v2 01/17] x86emul: support remaining AVX insns

[xen-unstable-smoke test] 114289: tolerable all pass - PUSHED
 2017-10-10 20:48 UTC 

[PATCH for-4.10] common/gnttab: Improve logging message by including relevent domid
 2017-10-10 20:24 UTC 

[PATCH v6 0/5] ARM: ACPI: ITS: Add ITS Support for ACPI hardware domain
 2017-10-10 20:15 UTC  (17+ messages)
` [PATCH v6 1/5] ARM: ITS: Introduce common function add_to_host_its_list
` [PATCH v6 2/5] ARM: ITS: Populate host_its_list from ACPI MADT Table
` [PATCH v6 3/5] ARM: ITS: Deny hardware domain access to ITS
` [PATCH v6 4/5] ARM: Update Formula to compute MADT size using new callbacks in gic_hw_operations
` [PATCH v6 5/5] ARM: ITS: Expose ITS in the MADT table

[linux-linus test] 114218: regressions - FAIL
 2017-10-10 20:07 UTC 

[PATCH v4 0/8] xen: xen-domid-restrict improvements
 2017-10-10 11:55 UTC  (16+ messages)
` [PATCH 1/8] xen: link against xentoolcore
` [PATCH 2/8] xen: restrict: use xentoolcore_restrict_all
` [PATCH 3/8] xen: defer call to xen_restrict until just before os_setup_post
` [PATCH 4/8] xen: destroy_hvm_domain: Move reason into a variable
` [PATCH 5/8] xen: move xc_interface compatibility fallback further up the file
` [PATCH 6/8] xen: destroy_hvm_domain: Try xendevicemodel_shutdown
` [PATCH 7/8] os-posix: Provide new -runas <uid>.<gid> facility
` [PATCH 8/8] configure: do_compiler: Dump some extra info under bash
` [Qemu-devel] [PATCH v4 0/8] xen: xen-domid-restrict improvements

[PATCH v8 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-10-10 19:05 UTC  (15+ messages)
` [PATCH v8 01/11] arm: traps: use only least 32 bits of fid in PSCI handler
` [PATCH v8 02/11] arm: traps: use generic register accessors in the PSCI code
` [PATCH v8 03/11] arm: traps: check if SMC was conditional before handling it
` [PATCH v8 04/11] public: xen.h: add definitions for UUID handling
    ` [PATCH v9 "
` [PATCH v8 05/11] arm: processor.h: add definition for immediate value mask
` [PATCH v8 06/11] arm: add SMCCC protocol definitions
` [PATCH v8 07/11] arm: smccc: handle SMCs according to SMCCC
` [PATCH v8 08/11] arm: traps: handle PSCI calls inside `vsmc.c`
` [PATCH v8 09/11] arm: PSCI: use definitions provided by asm/smccc.h
` [PATCH v8 10/11] arm: vsmc: remove 64 bit mode check in PSCI handler
` [PATCH v8 11/11] public: add and enable XENFEAT_ARM_SMCCC_supported feature

[seabios test] 114224: tolerable FAIL - PUSHED
 2017-10-10 18:27 UTC 

[PATCH v5 00/26 (PARTIAL POSTING)] qemu restrict final fixes
 2017-10-10 17:41 UTC  (3+ messages)
` [PATCH 04/26] xentoolcore, _restrict_all: Introduce new library and implementation
` [PATCH 24/26] libxl: dm_restrict: Support uid range user

[PATCH v2 00/24] Provide some actual restriction of qemu
 2017-10-10 17:18 UTC  (10+ messages)
` [PATCH 04/26] xentoolcore, _restrict_all: Introduce new library and implementation
` [PATCH 23/26] libxl: userlookup_helper_getpwnam rename and turn into a macro
` [PATCH 24/26] libxl: dm_restrict: Support uid range user
` [PATCH 25/26] tools: xentoolcore_restrict_all: use domid_t
` [PATCH 26/26] xl: Document VGA problems arising from lack of physmap dmop

[PATCH v6 00/11] vpci: PCI config space emulation
 2017-10-10 11:35 UTC  (4+ messages)
` [PATCH v6 09/11] vpci/msi: add MSI handlers

Xen 4.10 Development update: code freeze date
 2017-10-10 16:58 UTC  (2+ messages)

[xen-unstable test] 114204: tolerable FAIL - PUSHED
 2017-10-10 16:57 UTC 

VPMU interrupt unreliability
 2017-10-10 16:54 UTC  (6+ messages)

[PATCH FOR-4.10] xen/arm: guest_walk: Fix check again the IPS
 2017-10-10 16:38 UTC  (2+ messages)

[PATCH for-4.10] travis: disable UBSAN
 2017-10-10 16:19 UTC  (2+ messages)

[RFC XEN PATCH v3 00/39] Add vNVDIMM support to HVM domains
 2017-10-10 16:05 UTC  (6+ messages)
` [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest

[PATCH v9] x86/hvm: Implement hvmemul_write() using real mappings
 2017-10-10 15:30 UTC  (5+ messages)

[PATCH v7 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-10-10 15:26 UTC  (12+ messages)
` [PATCH v7 04/11] public: xen.h: add definitions for UUID handling
` [PATCH v7 10/11] arm: vsmc: remove 64 bit mode check in PSCI handler

[PATCH v6 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-10 15:26 UTC  (7+ messages)
` [PATCH v6 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v6 04/16] x86: a few optimizations to psr codes
` [PATCH v6 05/16] x86: implement data structure and CPU init flow for MBA

xl mem-set for domain 0 regression
 2017-10-10 15:03 UTC 

[PATCH v1] x86: psr: support co-exist features' values setting
 2017-10-10 14:44 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 1/1] sched/cputime: do not decrease steal time after live migration on xen
 2017-10-10 14:01 UTC  (6+ messages)

A good book or document about Virtualization
 2017-10-10 13:57 UTC 

[PATCH] xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvm
 2017-10-10 13:15 UTC 

[qemu-mainline test] 114194: regressions - trouble: broken/fail/pass
 2017-10-10 12:57 UTC 

[xen-unstable-smoke test] 114267: tolerable all pass - PUSHED
 2017-10-10 12:47 UTC 

[RFC v2 0/7] SMMUv3 driver and the supporting framework
 2017-10-10 12:36 UTC  (3+ messages)
` [RFC v2 5/7] acpi:arm64: Add support for parsing IORT table

[distros-debian-snapshot test] 72223: tolerable trouble: blocked/broken/fail/pass
 2017-10-10 11:27 UTC 

[PATCH v5 0/5] ARM: ACPI: ITS: Add ITS Support for ACPI hardware domain
 2017-10-10 10:42 UTC  (13+ messages)
` [PATCH v5 1/5] ARM: ITS: Introduce common function add_to_host_its_list
` [PATCH v5 2/5] ARM: ITS: Populate host_its_list from ACPI MADT Table
` [PATCH v5 3/5] ARM: ITS: Deny hardware domain access to ITS
` [PATCH v5 4/5] ARM: Update Formula to compute MADT size using new callbacks in gic_hw_operations
` [PATCH v5 5/5] ARM: ITS: Expose ITS in the MADT table

[ovmf test] 114197: regressions - FAIL
 2017-10-10 10:38 UTC 

[PATCH v9 00/11] x86: guest resource mapping
 2017-10-10 10:25 UTC  (3+ messages)
` [PATCH v9 10/11] common: add a new mappable resource type: XENMEM_resource_grant_table

[PATCH 1/1] sched/cputime: do not decrease steal time after live migration on xen
 2017-10-10  9:14 UTC 

[PATCH] vt-d: use two 32-bit writes to update DMAR fault address registers
 2017-10-10  5:40 UTC  (4+ messages)

[PATCH 0/3] x86/vmx: Minor improvements to vmx_update_guest_cr()
 2017-10-10  5:31 UTC  (7+ messages)
` [PATCH 1/3] x86/vmx: Misc cleanup "
` [PATCH 2/3] x86/vmx: Don't self-recurse in vmx_update_guest_cr()
` [PATCH 3/3] x86/vmx: Better description of CR4 settings outside of paged mode

[PATCH v13 0/3] Notify monitor when emulating an unimplemented instruction
 2017-10-10  5:23 UTC  (7+ messages)
` [PATCH v13 1/3] x86emul: New return code for "

[PATCH] x86: Make use of pagetable_get_mfn() where appropriate
 2017-10-10  5:20 UTC  (3+ messages)

[PATCH for-4.9 v2] VMX: PLATFORM_INFO MSR is r/o
 2017-10-10  5:19 UTC  (2+ messages)

[PATCH v2 0/9] xen: Convert __page_to_mfn and __mfn_to_page to use typesafe MFN
 2017-10-10  5:18 UTC  (3+ messages)
` [PATCH v2 9/9] "

[linux-4.9 test] 114185: regressions - FAIL
 2017-10-10  3:49 UTC 

[PATCH v2] x86/physdev: remove redundant code in branch MAP_PIRQ_TYPE_MSI
 2017-10-10  2:51 UTC 

[qemu-mainline bisection] complete test-amd64-amd64-xl-pvh-intel
 2017-10-10  2:21 UTC 

[xen-4.8-testing baseline-only test] 72222: regressions - trouble: blocked/broken/fail/pass
 2017-10-10  2:20 UTC 

[linux-3.18 test] 114180: regressions - FAIL
 2017-10-10  1:17 UTC 

[dpdk-dev] Can xenvirt pmd work in xen guest (aka DomU) without xen-vhost in Dom0 ?
 2017-10-10  1:14 UTC  (2+ messages)

[linux-linus test] 114175: tolerable FAIL - PUSHED
 2017-10-09 22:27 UTC 

[PATCH] x86/vpt: fix a bug in pt_update_irq()
 2017-10-09 21:32 UTC 

[xen-unstable-smoke test] 114201: tolerable all pass - PUSHED
 2017-10-09 19:10 UTC 

[xen-4.8-testing test] 114173: tolerable FAIL - PUSHED
 2017-10-09 19:02 UTC 

[refpolicy SELinux PATCH] Updates to SELinux refpolicies to make xenconsoled work. (v1)
 2017-10-09 18:50 UTC  (5+ messages)
` [refpolicy SELinux PATCH 1/2] kernel/xen: Update for Xen 4.6
  ` [refpolicy] "
` [refpolicy SELinux PATCH 2/2] kernel/xen: Add map permission to the dev_rw_xen
  ` [refpolicy] "

[xen-unstable test] 114169: tolerable FAIL
 2017-10-09 17:59 UTC 

[PATCH] Remove redundant code in branch MAP_PIRQ_TYPE_MSI
 2017-10-09 17:44 UTC  (3+ messages)

[PATCH v4 00/39] arm/altp2m: Introducing altp2m to ARM
 2017-10-09 17:21 UTC  (11+ messages)
` [PATCH v4 01/39] arm/p2m: Introduce p2m_(switch|restore)_vttbr_and_(g|s)et_flags
` [PATCH v4 02/39] arm/p2m: Add first altp2m HVMOP stubs
` [PATCH v4 07/39] arm/p2m: Move hostp2m init/teardown to individual functions

[PATCH v2 0/5] Towards work-conserving RTDS
 2017-10-09 17:19 UTC  (11+ messages)
` [PATCH v2 2/5] libxl: enable per-VCPU extratime flag for RTDS
` [PATCH v2 3/5] xl: "

[PATCH 00/27 v11] SBSA UART emulation support in Xen
 2017-10-09 17:18 UTC  (3+ messages)
` [PATCH 27/27 v11] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[PATCH v3 0/3] xen: RCU: Improve the idle timer handling
 2017-10-09 17:15 UTC  (4+ messages)
` [PATCH v3 1/3] xen: RCU: let the RCU idle timer handler run

[refpolicy SELinux PATCH] Updates to SELinux refpolicies to make xenconsoled work. (v1)]
 2017-10-09 16:53 UTC 

[xen-unstable-smoke test] 114199: regressions - trouble: blocked/broken/fail
 2017-10-09 16:53 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).