xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-13 09:02:11 to 2017-10-16 14:01:56 UTC [more...]

[PATCH v2] x86/vpt: guarantee the return value of pt_update_irq() set in vIRR or PIR
 2017-10-16 14:26 UTC  (5+ messages)

[PATCH v3 0/6] VMX MSRs policy for Nested Virt: part 1
 2017-10-16 14:01 UTC  (13+ messages)
` [PATCH v3 1/6] x86/msr: add Raw and Host domain policies
` [PATCH v3 2/6] x86/msr: add VMX MSRs into struct msr_domain_policy
` [PATCH v3 3/6] x86/msr: read VMX MSRs values into Raw policy
` [PATCH v3 4/6] x86/msr: add VMX MSRs into HVM_max domain policy
` [PATCH v3 5/6] x86/msr: update domain policy on CPUID policy changes
` [PATCH v3 6/6] x86/msr: handle VMX MSRs with guest_rd/wrmsr()

[PATCH v11 00/11] x86: guest resource mapping
 2017-10-16 13:53 UTC  (3+ messages)
` [PATCH v11 05/11] x86/mm: add HYPERVISOR_memory_op to acquire guest resources

[PATCH for-4.10 1/2] tools/libxc: Fix precopy_policy() to not pass a structure by value
 2017-10-16 13:51 UTC  (4+ messages)
` [PATCH for-4.10 2/2] tools/libxc: Fix various code smells in send_memory_live()

[xen-4.8-testing test] 114538: tolerable FAIL - PUSHED
 2017-10-16 13:27 UTC 

[PATCH] xen-netfront, xen-netback: Use correct minimum MTU values
 2017-10-16 13:20 UTC 

[RFC 0/4] TEE mediator framework + OP-TEE mediator
 2017-10-16 13:00 UTC  (4+ messages)
` [RFC 2/4] arm: add generic TEE mediator framework

[PATCH v6] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-16 12:59 UTC  (2+ messages)

[PATCH v8 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-16 12:49 UTC  (18+ messages)
` [PATCH v8 01/16] docs: create Memory Bandwidth Allocation (MBA) feature document
` [PATCH v8 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v8 03/16] x86: rename 'cbm_type' to 'psr_type' to make it general
` [PATCH v8 04/16] x86: a few optimizations to psr codes
` [PATCH v8 05/16] x86: implement data structure and CPU init flow for MBA
` [PATCH v8 06/16] x86: implement get hw info "
` [PATCH v8 07/16] x86: implement get value interface "
` [PATCH v8 08/16] x86: implement set value flow "
` [PATCH v8 09/16] tools: create general interfaces to support psr allocation features
` [PATCH v8 10/16] tools: implement the new libxc get hw info interface
` [PATCH v8 11/16] tools: implement the new libxl "
` [PATCH v8 12/16] tools: implement the new xl "
` [PATCH v8 13/16] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
` [PATCH v8 14/16] tools: implement new generic get value interface and MBA get value command
` [PATCH v8 15/16] tools: implement new generic set value interface and MBA set "
` [PATCH v8 16/16] docs: add MBA description in docs

[PATCH] x86emul: keep compiler from using {x, y, z}mm registers itself
 2017-10-16 12:42 UTC  (3+ messages)

[PATCH] x86: convert x86_platform_ops to timespec64
 2017-10-16 12:21 UTC  (7+ messages)

[PATCH v1 1/2] tools/libs/evtchn: Add support for restricting a handle
 2017-10-16 12:16 UTC  (7+ messages)
` [PATCH v2 2/2] xentoolcore_restrict_all: Implement for libxenevtchn

[distros-debian-sid test] 72240: tolerable trouble: blocked/broken/fail/pass
 2017-10-16 12:06 UTC 

[xen-4.9-testing test] 114533: regressions - FAIL
 2017-10-16 11:43 UTC 

[PATCH] toolcore: Build in rumprun environment too
 2017-10-16 11:25 UTC  (3+ messages)

[PATCH] toolcore: Build in rumprun environment too
 2017-10-16 11:24 UTC  (2+ messages)

[xen-4.6-testing baseline-only test] 72239: regressions - FAIL
 2017-10-16 10:46 UTC 

libxl/xenconsole: vpl011: Fix hex to dec conversion of vuart_gfn in libxl__device_vuart_add
 2017-10-16 10:28 UTC  (4+ messages)

[PATCH 1/2] x86/boot: fix early error display
 2017-10-16 10:13 UTC  (10+ messages)
` [PATCH 2/2] x86/boot: rename send_chr to print_err

[xen-4.8-testing test] 114505: regressions - FAIL
 2017-10-16  9:14 UTC  (2+ messages)

libxl: vpl011: Fix hex to dec conversion of vuart_gfn in libxl__device_vuart_add
 2017-10-16  9:03 UTC  (11+ messages)

[linux-linus test] 114528: tolerable FAIL - PUSHED
 2017-10-16  7:39 UTC 

[libvirt test] 114531: tolerable all pass - PUSHED
 2017-10-16  6:38 UTC 

[xen-unstable test] 114525: regressions - FAIL
 2017-10-16  6:02 UTC 

[qemu-mainline baseline-only test] 72238: tolerable trouble: blocked/broken/fail/pass
 2017-10-16  3:49 UTC 

[xen-4.6-testing test] 114514: tolerable FAIL - PUSHED
 2017-10-16  2:33 UTC 

[PATCH v7 00/16] Enable Memory Bandwidth Allocation in Xen
 2017-10-16  1:44 UTC  (17+ messages)
` [PATCH v7 02/16] Rename PSR sysctl/domctl interfaces and xsm policy to make them be general
` [PATCH v7 05/16] x86: implement data structure and CPU init flow for MBA
` [PATCH v7 06/16] x86: implement get hw info "
` [PATCH v7 08/16] x86: implement set value "
` [PATCH v7 09/16] tools: create general interfaces to support psr allocation features
` [PATCH v7 10/16] tools: implement the new libxc get hw info interface
` [PATCH v7 11/16] tools: implement the new libxl "
` [PATCH v7 12/16] tools: implement the new xl "
` [PATCH v7 13/16] tools: rename 'xc_psr_cat_type' to 'xc_psr_type'
` [PATCH v7 14/16] tools: implement new generic get value interface and MBA get value command
` [PATCH v7 15/16] tools: implement new generic set value interface and MBA set "
` [PATCH v7 16/16] docs: add MBA description in docs

[qemu-mainline test] 114507: tolerable FAIL - PUSHED
 2017-10-15 21:42 UTC 

[xen-unstable bisection] complete build-amd64-rumprun
 2017-10-15 18:55 UTC 

[xen-4.9-testing test] 114501: regressions - trouble: blocked/broken/fail/pass
 2017-10-15 16:15 UTC 

[libvirt test] 114503: tolerable all pass - PUSHED
 2017-10-15 15:08 UTC 

[linux-linus test] 114500: tolerable FAIL - PUSHED
 2017-10-15 14:25 UTC 

[xen-4.7-testing baseline-only test] 72237: regressions - trouble: blocked/broken/fail/pass
 2017-10-15 13:15 UTC 

[xen-unstable test] 114498: regressions - FAIL
 2017-10-15 12:53 UTC 

[xen-unstable-coverity test] 114519: all pass - PUSHED
 2017-10-15 10:27 UTC 

[xen-4.6-testing test] 114488: regressions - FAIL
 2017-10-15  8:15 UTC 

[xen-4.7-testing test] 114483: tolerable FAIL - PUSHED
 2017-10-15  6:53 UTC 

[PULL 18/26] pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
 2017-10-15  3:23 UTC  (2+ messages)
` [PULL 19/26] xen/pt: Mark TYPE_XEN_PT_DEVICE as hybrid

[qemu-upstream-unstable baseline-only test] 72236: regressions - trouble: blocked/broken/fail/pass
 2017-10-15  1:14 UTC 

[linux-4.9 test] 114469: tolerable FAIL - PUSHED
 2017-10-15  0:58 UTC 

[qemu-mainline test] 114475: regressions - trouble: blocked/broken/fail/pass
 2017-10-15  0:41 UTC 

[RFC XEN PATCH v3 00/39] Add vNVDIMM support to HVM domains
 2017-10-15  0:35 UTC  (15+ messages)
` [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest
          ` [Qemu-devel] "

[linux-next test] 114458: regressions - FAIL
 2017-10-14 22:41 UTC 

[linux-3.18 baseline-only test] 72235: regressions - trouble: blocked/broken/fail/pass
 2017-10-14 20:48 UTC 

[PATCH for 4.10 0/3] XSA-243 followup
 2017-10-14 17:45 UTC  (3+ messages)

[qemu-upstream-unstable test] 114457: tolerable FAIL - PUSHED
 2017-10-14 17:21 UTC 

[xen-4.8-testing test] 114454: regressions - FAIL
 2017-10-14 17:13 UTC 

[linux-3.18 test] 114446: tolerable FAIL - PUSHED
 2017-10-14 14:01 UTC 

[libvirt test] 114452: tolerable all pass - PUSHED
 2017-10-14 13:29 UTC 

[xen-4.9-testing test] 114448: regressions - FAIL
 2017-10-14 13:12 UTC 

[distros-debian-stretch test] 72234: tolerable trouble: blocked/broken/fail/pass
 2017-10-14 11:12 UTC 

[linux-linus test] 114442: regressions - FAIL
 2017-10-14 10:47 UTC 

[xen-4.5-testing baseline-only test] 72233: regressions - FAIL
 2017-10-14 10:22 UTC 

[qemu-upstream-unstable bisection] complete test-amd64-amd64-xl-pvh-amd
 2017-10-14  8:03 UTC 

[xen-unstable test] 114439: regressions - FAIL
 2017-10-14  8:03 UTC 

[xen-4.5-testing test] 114423: tolerable FAIL - PUSHED
 2017-10-14  1:54 UTC 

[xen-4.6-testing test] 114422: regressions - FAIL
 2017-10-13 23:23 UTC 

[xen-4.7-testing test] 114420: regressions - FAIL
 2017-10-13 20:56 UTC 

Please Welcome Stefano Stabellini as new Security Team Member
 2017-10-13 20:11 UTC 

[PATCH v2] x86/hvm: Add MSR old value
 2017-10-13 16:35 UTC  (4+ messages)

[PATCH for-4.10] libxl: handle NULL in libxl__enum_from_string
 2017-10-13 16:16 UTC  (6+ messages)

[PATCH v1] x86/hvm: Add MSR old value
 2017-10-13 14:12 UTC  (5+ messages)

[PATCH 26/27 v12] arm/xen: vpl011: Fix the slow early console SBSA UART output
 2017-10-13 13:59 UTC  (3+ messages)
` [PATCH 27/27 v12] arm/xen: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt

[PATCH v5] x86/altp2m: Added xc_altp2m_set_mem_access_multi()
 2017-10-13 13:48 UTC  (4+ messages)

[qemu-mainline test] 114409: regressions - FAIL
 2017-10-13 13:41 UTC 

[OSSTEST PATCH] Bump HostDiskRoot to 20G
 2017-10-13 13:18 UTC 

[OSSTEST PATCH] HostDiskRoot: bump to 20G
 2017-10-13 13:14 UTC 

[xen-unstable-smoke test] 114460: tolerable all pass - PUSHED
 2017-10-13 12:56 UTC 

[linux-4.9 test] 114402: regressions - FAIL
 2017-10-13 12:33 UTC 

[PATCH 1/3] x86/pvh: fix Dom0 memory accounting
 2017-10-13 12:26 UTC  (6+ messages)
` [PATCH 2/3] x86/pvh: use max_pdx to calculate the paging memory usage

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

preparations for 4.9.1 and 4.7.4
 2017-10-13 11:45 UTC  (4+ messages)

[PATCH v4 0/8] xen: xen-domid-restrict improvements
 2017-10-13 10:43 UTC  (6+ messages)
` [PATCH 3/8] xen: defer call to xen_restrict until just before os_setup_post

[PATCH v4 01/12] fuzz/x86_emulate: Clear errors in the officially sanctioned way
 2017-10-13 10:39 UTC  (13+ messages)
` [PATCH v4 08/12] fuzz/x86_emulate: Move all state into fuzz_state
` [PATCH v4 10/12] fuzz/x86_emulate: Add --rerun option to try to track down instability
` [PATCH v4 11/12] fuzz/x86_emulate: Set and fuzz more CPU state

[PATCH for-4.10] fuzz/x86_emulate: Fix afl-harness batch mode file pointer leak
 2017-10-13 10:36 UTC  (8+ messages)

[PATCH] libxl: dm_restrict: DEFINE_USERLOOKUP_HELPER returned a pointer to an auto
 2017-10-13 10:32 UTC  (3+ messages)

[PATCH 0/3] x86: adjustments to page table updates
 2017-10-13  9:43 UTC  (2+ messages)

[PATCH] x86/vpt: fix a bug in pt_update_irq()
 2017-10-13  9:24 UTC  (4+ messages)

ARM32 - build-issues with xen/arm: vpl011: Add a new vuart node in the xenstore
 2017-10-13  9:17 UTC  (5+ 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).