xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-12 17:44:09 to 2018-09-14 10:36:21 UTC [more...]

[PATCH v3 00/16] Make CONFIG_HVM work
 2018-09-14 10:36 UTC  (26+ messages)
` [PATCH v3 01/16] x86: change name of parameter for various invlpg functions
` [PATCH v3 09/16] x86: provide stubs, declarations and macros in hvm.h
` [PATCH v3 10/16] x86/mm: put nested p2m code under CONFIG_HVM
` [PATCH v3 11/16] x86/mm: put HVM only "
` [PATCH v3 12/16] x86/mm: put paging_update_nestedmode "
` [PATCH v3 14/16] x86: expose CONFIG_HVM
` [PATCH v3 16/16] xen: decouple HVM and IOMMU capabilities

[ovmf test] 127594: all pass - PUSHED
 2018-09-14 10:34 UTC 

stale hypervisor info in HVM after migration
 2018-09-14 10:19 UTC  (2+ messages)

[PATCH 1/6] xenbus: prepare data structures and parameter for xenwatch multithreading
 2018-09-14  9:56 UTC  (18+ messages)
` [PATCH 2/6] xenbus: implement the xenwatch multithreading framework
` [PATCH 3/6] xenbus: dispatch per-domU watch event to per-domU xenwatch thread
` [PATCH 4/6] xenbus: process otherend_watch event at 'state' entry in xenwatch multithreading
` [PATCH 5/6] xenbus: process be_watch events "
` [PATCH 6/6] drivers: enable xenwatch multithreading for xen-netback and xen-blkback driver
` Introduce xenwatch multithreading (mtwatch)

[ovmf baseline-only test] 75219: trouble: blocked/broken
 2018-09-14  9:54 UTC 

[PATCH] intel/iommu: setup inclusive mappings before enabling iommu
 2018-09-14  9:54 UTC  (3+ messages)

[libvirt test] 127593: regressions - FAIL
 2018-09-14  9:21 UTC 

null scheduler bug
 2018-09-14  9:21 UTC  (6+ messages)

[PATCH 0/4] Add support for multi-page vm_event ring buffer
 2018-09-14  9:14 UTC  (10+ messages)
` [PATCH 1/4] x86_emulator: Add PHONY uninstall target
` [PATCH 2/4] tools/libxc: Define VM_EVENT type
` [PATCH 3/4] x86: Add map_domain_pages_global
` [PATCH 4/4] vm_event: Add support for multi-page ring buffer

[PATCH] Make credit2 the default scheduler
 2018-09-14  9:02 UTC  (4+ messages)

[PATCH v8 0/6] paravirtual IOMMU pre-requisites and clean-up
 2018-09-14  8:48 UTC  (29+ messages)
` [PATCH v8 1/7] iommu: introduce the concept of DFN
` [PATCH v8 2/7] iommu: make use of type-safe DFN and MFN in exported functions
` [PATCH v8 3/7] iommu: push use of type-safe DFN and MFN into iommu_ops
` [PATCH v8 4/7] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v8 5/7] memory: add check_get_page_from_gfn() as a wrapper
` [PATCH v7 6/6] vtd: add lookup_page method to iommu_ops
` [PATCH v8 6/7] vtd: add missing check for shared EPT
` [PATCH v8 7/7] vtd: add lookup_page method to iommu_ops

[PATCH v2 0/4] x86/HVM: implement memory read caching
 2018-09-14  8:12 UTC  (6+ messages)
` [PATCH v2 4/4] x86/HVM: prefill cache with PDPTEs when possible

Reading guest page flags
 2018-09-14  8:01 UTC  (4+ messages)

Introduce xenwatch multithreading (mtwatch)
 2018-09-14  7:34 UTC 

[xen-unstable test] 127573: regressions - trouble: broken/fail/pass
 2018-09-14  7:12 UTC  (2+ messages)

[ovmf test] 127590: all pass - PUSHED
 2018-09-14  4:55 UTC 

[PATCH v9 0/6] paravirtual IOMMU pre-requisites and clean-up
 2018-09-14  2:30 UTC  (14+ messages)
` [PATCH v9 1/7] iommu: introduce the concept of DFN
` [PATCH v9 2/7] iommu: make use of type-safe DFN and MFN in exported functions
` [PATCH v9 3/7] iommu: push use of type-safe DFN and MFN into iommu_ops
` [PATCH v9 4/7] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v9 5/7] memory: add check_get_page_from_gfn() as a wrapper
` [PATCH v7 6/6] vtd: add lookup_page method to iommu_ops
` [PATCH v9 6/7] vtd: add missing check for shared EPT
` [PATCH v9 7/7] vtd: add lookup_page method to iommu_ops

[xen-unstable-smoke test] 127585: tolerable all pass - PUSHED
 2018-09-14  1:18 UTC 

[ovmf baseline-only test] 75215: trouble: blocked/broken
 2018-09-14  1:07 UTC 

[linux-linus test] 127569: regressions - FAIL
 2018-09-13 23:54 UTC 

[PATCH] xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
 2018-09-13 22:59 UTC  (2+ messages)

[xen-unstable-smoke test] 127581: regressions - FAIL
 2018-09-13 22:21 UTC 

[PATCH v2] tpm: Restore functionality to xen vtpm driver
 2018-09-13 21:25 UTC 

[seabios baseline-only test] 75214: trouble: blocked/broken
 2018-09-13 20:43 UTC 

[PATCH RESEND] tpm: Restore functionality to xen vtpm driver
 2018-09-13 20:20 UTC 

[PATCH RESEND] tpm: Restore functionality to xen vtpm driver
 2018-09-13 19:47 UTC 

[xen-unstable-smoke test] 127575: tolerable all pass - PUSHED
 2018-09-13 19:01 UTC 

[OSSTEST PATCH] README.dev: Document things that are now handled by ansible in Mass
 2018-09-13 16:56 UTC 

[PATCH v4 0/7] Make CONFIG_HVM work
 2018-09-13 16:56 UTC  (10+ messages)
` [PATCH v4 1/7] x86/p2m/pod: make it build with !CONFIG_HVM
` [PATCH v4 2/7] x86: provide stubs, declarations and macros in hvm.h
` [PATCH v4 3/7] x86/mm: put nested p2m code under CONFIG_HVM
` [PATCH v4 4/7] x86/mm: put HVM only "
` [PATCH v4 5/7] x86/mm: put paging_update_nestedmode "
` [PATCH v4 6/7] xen: connect guest creation with CONFIG_HVM
` [PATCH v4 7/7] x86: expose CONFIG_HVM

[PATCH] pass-through: adjust pIRQ migration
 2018-09-13 16:44 UTC  (4+ messages)

[PATCH] tools: correct tools/tests/depriv/Makefile
 2018-09-13 16:20 UTC  (2+ messages)

[PATCH] tools/tests: allow depriv-fd-checker to build with really old Linux headers
 2018-09-13 16:18 UTC  (2+ messages)

[xen-unstable baseline-only test] 75210: trouble: blocked/broken
 2018-09-13 16:15 UTC 

[PATCH] xen/netfront: don't bug in case of too many frags
 2018-09-13 15:22 UTC 

[xen-unstable test] 127557: regressions - trouble: broken/fail/pass
 2018-09-13 15:17 UTC 

[DRBD-user] [PATCH] xen-blkback: Switch to closed state after releasing the backing device
 2018-09-13 15:08 UTC 

[ovmf baseline-only test] 75211: trouble: blocked/broken
 2018-09-13 14:50 UTC 

[PATCH v2] x86/mm: Suppresses vm_events caused by page-walks
 2018-09-13 14:17 UTC  (2+ messages)

[PATCH v3] Change timestamps representation for keyhandlers
 2018-09-13 13:22 UTC  (2+ messages)

[seabios test] 127565: tolerable FAIL - PUSHED
 2018-09-13 12:43 UTC 

[PATCH v3 0/3] x86: Cleanup of MSR handling for Xen and Viridian ranges
 2018-09-13 12:30 UTC  (10+ messages)
` [PATCH v3 2/3] x86/viridan: Clean up Viridian MSR infrastructure
` [PATCH v3 3/3] x86: Clean up the Xen "

[PATCH v3 1/3] x86/msr: Dispatch Xen and Viridian MSRs from guest_{wr, rd}msr()
 2018-09-13 12:25 UTC  (4+ messages)
` [PATCH v4 "

[linux-linus test] 127551: regressions - FAIL
 2018-09-13 12:21 UTC 

[PATCH] xen: sched/Credit2: fix bug when moving CPUs between two Credit2 cpupools
 2018-09-13 11:53 UTC 

RFE: Detect NUMA misconfigurations and prevent machine freezes
 2018-09-13 11:49 UTC  (5+ messages)

[PATCH] xentrace: handle sparse cpu ids correctly in xen trace buffer handling
 2018-09-13 11:45 UTC  (3+ messages)

[PATCH] x86/HVM: correct hvmemul_map_linear_addr() for multi-page case
 2018-09-13 11:41 UTC  (5+ messages)
` [PATCH v2] "

[libvirt test] 127559: regressions - FAIL
 2018-09-13 11:01 UTC 

[PATCH 0/3] xen: Improvements to the vcpu create/destroy paths
 2018-09-13 10:32 UTC  (5+ messages)
` [PATCH 1/3] xen/vcpu: Rename the common interfaces for consistency
` [PATCH 2/3] xen/vcpu: Introduce vcpu_destroy()

[distros-debian-wheezy test] 75212: trouble: blocked/broken
 2018-09-13 10:30 UTC 

Fwd: [CentOS-virt] We need a patch in the kernel for tpm
 2018-09-13  9:58 UTC 

[PATCH v7 0/6] paravirtual IOMMU pre-requisites and clean-up
 2018-09-13  9:36 UTC  (20+ messages)
` [PATCH v7 1/6] iommu: introduce the concept of DFN
` [PATCH v7 2/6] iommu: make use of type-safe DFN and MFN in exported functions
` [PATCH v7 3/6] iommu: push use of type-safe DFN and MFN into iommu_ops
` [PATCH v7 4/6] iommu: don't domain_crash() inside iommu_map/unmap_page()
` [PATCH v7 5/6] memory: add check_get_page_from_gfn() as a wrapper
` [PATCH v7 6/6] vtd: add lookup_page method to iommu_ops

[ovmf test] 127561: all pass - PUSHED
 2018-09-13  8:57 UTC 

[PATCH v6 00/14] paravirtual IOMMU interface
 2018-09-13  8:49 UTC  (16+ messages)
` [PATCH v6 07/14] x86: add iommu_op to query reserved ranges
` [PATCH v6 09/14] mm / iommu: include need_iommu() test in iommu_use_hap_pt()
` [PATCH v6 13/14] x86: add iommu_ops to modify and flush IOMMU mappings

null scheduler bug
 2018-09-13  8:15 UTC 

[PATCH v9] new config option vtsc_tolerance_khz to avoid TSC emulation
 2018-09-13  7:39 UTC  (4+ messages)

[PATCH v2 0/1] cameraif: add ABI for para-virtual camera
 2018-09-13  5:34 UTC  (10+ messages)
` [PATCH v2 1/1] "

[ovmf test] 127554: all pass - PUSHED
 2018-09-13  4:09 UTC 

[xen-unstable test] 127541: tolerable FAIL - PUSHED
 2018-09-13  3:43 UTC 

[PATCH] xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage
 2018-09-13  1:13 UTC 

[linux-linus test] 127535: regressions - FAIL
 2018-09-12 23:08 UTC 

[linux-next test] 127531: regressions - FAIL
 2018-09-12 20:30 UTC 

[ovmf baseline-only test] 75207: trouble: blocked/broken
 2018-09-12 19:50 UTC 

[PATCH v2] schedule: move last_run_time to the credit scheduler privates
 2018-09-12 18:04 UTC  (3+ messages)

PXE boot with e1000 using OVMF
 2018-09-12 17:54 UTC 

[PATCH v4 0/2] libxl: deterministic mac addresses
 2018-09-12 17:40 UTC  (3+ messages)
` [PATCH v4 1/2] Created tools/shared directory containing MD5 files
` [PATCH v4 2/2] libxl: made vm mac address assignment deterministic

[PATCH 0/5] Misc changes to xentrace_format
 2018-09-12 17:43 UTC  (6+ messages)
` [PATCH 5/5] formats: print time values as decimals


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