xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-30 06:08:29 to 2017-08-31 05:01:47 UTC [more...]

[RFC PATCH V2 0/4] Extend resources to support more vcpus in single VM
 2017-08-31  5:01 UTC  (3+ messages)
` [RFC PATCH V2 1/4] xen/hap: Increase hap page pool size for more vcpus support
` [RFC PATCH V2 2/4] Tool/ACPI: DSDT extension to support more vcpus

[xen-unstable-smoke test] 112972: regressions - trouble: broken/fail/pass
 2017-08-31  4:53 UTC 

linux-next: manual merge of the xen-tip tree with the tip tree
 2017-08-31  4:37 UTC 

linux-next: manual merge of the xen-tip tree with the tip tree
 2017-08-31  4:26 UTC 

[ovmf baseline-only test] 72043: all pass
 2017-08-31  4:06 UTC 

[xen-4.7-testing baseline-only test] 72042: regressions - trouble: blocked/broken/fail/pass
 2017-08-31  3:41 UTC 

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

[linux-4.9 test] 112953: regressions - trouble: blocked/broken/fail/pass
 2017-08-31  3:05 UTC 

[xen-unstable-smoke test] 112969: regressions - trouble: broken/fail/pass
 2017-08-31  2:30 UTC 

[ovmf test] 112958: all pass - PUSHED
 2017-08-31  1:32 UTC 

[PATCH v10] VT-d: use correct BDF for VF to search VT-d unit
 2017-08-31  0:51 UTC  (4+ messages)

[linux-3.18 test] 112952: trouble: blocked/broken/fail/pass
 2017-08-31  0:44 UTC 

[ovmf baseline-only test] 72041: all pass
 2017-08-30 23:56 UTC 

[xen-unstable-smoke test] 112967: regressions - trouble: broken/fail/pass
 2017-08-30 23:47 UTC 

[xen-4.8-testing baseline-only test] 72040: regressions - trouble: blocked/broken/fail/pass
 2017-08-30 22:58 UTC 

[PATCH v5 0/4] mitigate the per-pCPU blocking list may be too long
 2017-08-30 22:57 UTC  (4+ messages)
` [PATCH v5 1/4] VT-d PI: track the number of vcpus on pi blocking list

[xen-unstable-smoke test] 112963: regressions - trouble: broken/fail/pass
 2017-08-30 21:48 UTC 

[seabios test] 112951: regressions - FAIL
 2017-08-30 20:20 UTC 

[xen-unstable test] 112949: regressions - trouble: blocked/broken/fail/pass
 2017-08-30 20:09 UTC 

[xen-unstable-smoke test] 112962: regressions - trouble: broken/fail/pass
 2017-08-30 19:51 UTC 

[PATCH 00/13] mmu_notifier kill invalidate_page callback
 2017-08-30 19:32 UTC  (3+ messages)
  ` [PATCH 11/13] xen/gntdev: update to new mmu_notifier semantic

[PATCH v4 00/39] arm/altp2m: Introducing altp2m to ARM
 2017-08-30 19:07 UTC  (44+ 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 03/39] arm/p2m: Add hvm_allow_(set|get)_param
` [PATCH v4 04/39] arm/p2m: Add HVMOP_altp2m_get_domain_state
` [PATCH v4 05/39] arm/p2m: Introduce p2m_is_(hostp2m|altp2m)
` [PATCH v4 06/39] arm/p2m: Cosmetic fix - substitute _gfn(ULONG_MAX) for INVALID_GFN
` [PATCH v4 07/39] arm/p2m: Move hostp2m init/teardown to individual functions
` [PATCH v4 08/39] arm/p2m: Cosmetic fix - function prototype of p2m_alloc_table
` [PATCH v4 09/39] arm/p2m: Rename parameter in p2m_alloc_vmid
` [PATCH v4 10/39] arm/p2m: Change func prototype and impl of p2m_(alloc|free)_vmid
` [PATCH v4 11/39] altp2m: Move (MAX|INVALID)_ALTP2M to xen/p2m-common.h
` [PATCH v4 12/39] arm/p2m: Add altp2m init/teardown routines
` [PATCH v4 13/39] arm/p2m: Add altp2m table flushing routine
` [PATCH v4 14/39] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v4 15/39] arm/p2m: Add HVMOP_altp2m_create_p2m
` [PATCH v4 16/39] arm/p2m: Add HVMOP_altp2m_destroy_p2m
` [PATCH v4 17/39] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v4 18/39] arm/p2m: Add p2m_get_active_p2m macro
` [PATCH v4 19/39] arm/p2m: Make p2m_restore_state ready for altp2m
` [PATCH v4 20/39] arm/p2m: Make get_page_from_gva "
` [PATCH v4 21/39] arm/p2m: Cosmetic fix - __p2m_get_mem_access
` [PATCH v4 22/39] arm/p2m: Make p2m_mem_access_check ready for altp2m
` [PATCH v4 23/39] arm/p2m: Cosmetic fix - function prototypes
` [PATCH v4 24/39] arm/p2m: Make p2m_put_l3_page ready for altp2m
` [PATCH v4 25/39] arm/p2m: Modify reference count only if hostp2m active
` [PATCH v4 26/39] arm/p2m: Add HVMOP_altp2m_set_mem_access
` [PATCH v4 27/39] arm/p2m: Add altp2m_propagate_change
` [PATCH v4 28/39] altp2m: Rename p2m_altp2m_check to altp2m_check
` [PATCH v4 29/39] x86/altp2m: Move altp2m_check to altp2m.c
` [PATCH v4 30/39] arm/altp2m: Move altp2m_check to altp2m.h
` [PATCH v4 31/39] arm/altp2m: Introduce altp2m_switch_vcpu_altp2m_by_id
` [PATCH v4 32/39] arm/altp2m: Make altp2m_vcpu_idx ready for altp2m
` [PATCH v4 33/39] arm/p2m: Add altp2m paging mechanism
` [PATCH v4 34/39] arm/p2m: Add HVMOP_altp2m_change_gfn
` [PATCH v4 35/39] arm/p2m: Adjust debug information to altp2m
` [PATCH v4 36/39] altp2m: Document external-only use on ARM
` [PATCH v4 37/39] altp2m: Allow activating altp2m on ARM domains
` [PATCH v4 38/39] arm/xen-access: Extend xen-access for altp2m on ARM
` [PATCH v4 39/39] arm/xen-access: Add test of xc_altp2m_change_gfn

[PATCH 1/2] x86/mm: Use mfn_t for new_guest_cr3()
 2017-08-30 18:59 UTC  (9+ messages)
` [PATCH 2/2] x86/mm: Use mfn_t for make_cr3()

[PATCH v9 0/2] Notify monitor when emulating an unimplemented instruction
 2017-08-30 18:57 UTC  (3+ messages)
` [PATCH v9 1/2] x86emul: New return code for "
` [PATCH v9 2/2] x86/monitor: Notify monitor if an emulation fails

[libvirt test] 112950: regressions - trouble: blocked/broken/fail/pass
 2017-08-30 18:17 UTC 

[PATCH 1/6] example/vhost_xen: remove
 2017-08-30 18:10 UTC  (6+ messages)
` [PATCH 2/6] net/xenvirt: remove
` [PATCH 3/6] xen: remove xen dependency in app, examples, test
` [PATCH 4/6] xen: remove xen dependency in drivers, ether, mempool
` [PATCH 5/6] eal: remove xen dom0 support
` [PATCH 6/6] eal: remove API rte_mem_phy2mch

[PATCH 0/6] remove xen dom0 support in DPDK
 2017-08-30 18:10 UTC 

[PATCH 0/3] x86/mm: merge ptwr and mmio_ro page fault handlers
 2017-08-30 18:02 UTC  (6+ messages)
` [PATCH 1/3] x86/mm: introduce trace point for mmio_ro emulation
` [PATCH 2/3] x86/mm: don't wrap x86_emulate_ctxt in ptwr_emulate_ctxt
` [PATCH 3/3] x86/mm: merge ptwr and mmio_ro page fault handlers

[xen-unstable-smoke test] 112960: regressions - trouble: broken/fail/pass
 2017-08-30 17:49 UTC 

[PATCH] libxc: correct error message in xc_sr_common.c
 2017-08-30 17:38 UTC  (4+ messages)
` [PATCH] libxc: increase maximum migration stream record length

[PATCH v8 0/2] Singlestep unimplemented x86emul instructions
 2017-08-30 17:06 UTC  (4+ messages)
` [PATCH v8 1/2] x86emul: New return code for unimplemented instruction

[linux-linus test] 112948: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-30 16:50 UTC 

[xen-4.9-testing baseline-only test] 72039: regressions - trouble: blocked/broken/fail/pass
 2017-08-30 16:44 UTC 

[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-30 16:20 UTC  (8+ messages)
` [PATCH v4 03/11] public: xen.h: add definitions for UUID handling

[Xen-users] UEFI Secure Boot Xen 4.9
 2017-08-30 16:16 UTC  (6+ messages)

[xen-unstable-smoke test] 112959: regressions - trouble: broken/fail/pass
 2017-08-30 15:54 UTC 

[PATCH v6 0/3] tools/libxc: use superpages
 2017-08-30 15:53 UTC  (6+ messages)
` [PATCH v6 3/3] tools/libxc: use superpages during restore of HVM guest

[PATCH v4 00/13] libxl: add PV display device driver interface
 2017-08-30 15:52 UTC  (6+ messages)

[PATCH] x86/mm: Rearrange guest_get_eff_{, kern_}l1e() not be void
 2017-08-30 15:51 UTC  (3+ messages)

[PATCH v4 00/31] x86: refactor mm.c
 2017-08-30 15:43 UTC  (10+ messages)
` [PATCH v4 11/31] x86/mm: split out writable pagetable emulation code
` [PATCH v4 12/31] x86/mm: split out readonly MMIO "

ARM64:Porting xen to new hardware
 2017-08-30 14:30 UTC  (3+ messages)

[PATCH 0/5] Scrubbing updates
 2017-08-30 14:21 UTC  (21+ messages)
` [PATCH 1/5] mm: Initialize lowmem virq when boot-time scrubbing is disabled
` [PATCH 2/5] mm: Change boot_scrub_done definition
` [PATCH 4/5] mm: Don't request scrubbing until dom0 is running
` [PATCH 5/5] mm: Don't hold heap lock in alloc_heap_pages() longer than necessary

[xen-unstable-smoke test] 112957: regressions - trouble: broken/fail/pass
 2017-08-30 14:15 UTC  (3+ messages)

Regarding changing memory for DOM0
 2017-08-30 14:09 UTC  (12+ messages)

[PATCH v5] hvmloader, libxl: use the correct ACPI settings depending on device model
 2017-08-30 13:29 UTC  (3+ messages)

[PATCH v4] hvmloader, libxl: use the correct ACPI settings depending on device model
 2017-08-30 13:10 UTC  (6+ messages)

[xen-4.7-testing test] 112946: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-30 13:05 UTC 

[ovmf test] 112947: all pass - PUSHED
 2017-08-30 12:13 UTC 

[xen-unstable-coverity test] 112955: all pass - PUSHED
 2017-08-30 11:36 UTC 

[xen-unstable-smoke test] 112956: tolerable trouble: broken/pass - PUSHED
 2017-08-30 11:30 UTC 

[PATCH] libxl, xl: change p9 to p9s
 2017-08-30 11:24 UTC  (2+ messages)

[PATCH] xen-access: Correct default value of write-to-CR4 switch
 2017-08-30 11:23 UTC  (2+ messages)

[PATCH v3 0/6] xen: RCU: x86/ARM: Add support of rcu_idle_{enter, exit}
 2017-08-30 11:16 UTC  (6+ messages)
` [PATCH v3 5/6] xen: RCU: avoid busy waiting until the end of grace period

[PATCH v1 0/5] Generic MSR policy: infrastructure + cpuid_faulting
 2017-08-30 10:50 UTC  (9+ messages)
` [PATCH v1 1/5] x86/msr: introduce struct msr_domain_policy
` [PATCH v1 2/5] x86/msr: introduce struct msr_vcpu_policy
` [PATCH v1 3/5] x86: replace arch_vcpu::cpuid_faulting with msr_vcpu_policy
` [PATCH v1 4/5] x86/msr: introduce guest_rdmsr()
` [PATCH v1 5/5] x86/msr: introduce guest_wrmsr()

[PATCH v6] common/vm_event: Initialize vm_event lists on domain creation
 2017-08-30 10:39 UTC  (3+ messages)

[xen-4.8-testing test] 112944: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-30 10:29 UTC 

[PATCH v2] Fix ARM multiboot2 breaking Fedora
 2017-08-30 10:26 UTC 

[xen-4.9-testing test] 112943: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-30  9:37 UTC 

[distros-debian-squeeze test] 72038: tolerable trouble: broken/fail/pass
 2017-08-30  9:18 UTC 

[RFC PATCH 0/5] Extend resources to support more vcpus in single VM
 2017-08-30  9:18 UTC  (7+ messages)

[seabios baseline-only test] 72037: regressions - FAIL
 2017-08-30  8:57 UTC 

[PATCH v5] common/vm_event: Initialize vm_event lists on domain creation
 2017-08-30  8:29 UTC  (6+ messages)

[PATCH 2/5] x86/pv: map_ldt_shadow_page() cleanup
 2017-08-30  8:21 UTC  (3+ messages)
` [PATCH v2 "

[RFC PATCH v2 1/7] x86/paravirt: Add pv_idle_ops to paravirt ops
 2017-08-30  7:33 UTC  (2+ messages)

[PATCH] libxl: fix incremental parallel build
 2017-08-30  7:06 UTC 

[linux-3.18 test] 112942: trouble: blocked/broken/fail/pass
 2017-08-30  6:43 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).