xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-15 21:21:16 to 2017-03-16 20:02:12 UTC [more...]

[PATCH v3 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-16 20:01 UTC  (3+ messages)
` [PATCH v3 1/9] xen: do not build backends for targets that do not support xen
  ` [PATCH v3 2/9] xen: import ring.h from xen

[PATCH v2] x86/time: Don't use virtual TSC if host and guest frequencies are equal
 2017-03-16 19:35 UTC 

[xen-unstable-smoke test] 106723: tolerable trouble: broken/fail/pass - PUSHED
 2017-03-16 19:12 UTC 

[PATCH v4 07/14] golang/xenlight: Implement libxl_scheduler enumeration
 2017-03-16 19:11 UTC 

[PATCH v4 01/14] golang/xenlight: Create stub package
 2017-03-16 19:08 UTC  (13+ messages)
` [PATCH v4 02/14] golang/xenlight: Add error constants and standard handling
` [PATCH v4 03/14] golang/xenlight: Add host-related functionality
` [PATCH v4 04/14] golang/xenlight: Implement libxl_domain_info and libxl_domain_unpause
` [PATCH v4 05/14] golang/xenlight: Add tests host related functionality functions
` [PATCH v4 06/14] golang/xenlight: Implement libxl_bitmap and helper operations
` [PATCH v4 08/14] golang/xenlight: Implement cpupool operations
` [PATCH v4 09/14] golang/xenlight: Implement Domain operations
` [PATCH v4 10/14] golang/xenlight: Implement Vcpuinfo and ListVcpu
` [PATCH v4 11/14] golang/xenlight: Implement get console path operations
` [PATCH v4 12/14] golang/xenlight: Created boilerplate code for device related structs
` [PATCH v4 13/14] golang/xenlight: Implement ActionOnShutdown and DomainConfig
` [PATCH v4 14/14] golang/xenlight: Implement domain create/destroy operations

[PATCH v2 0/4] Refactor x86 dom0 builder
 2017-03-16 18:48 UTC  (12+ messages)
` [PATCH v2 1/4] x86: rename domain_build.c to dom0_build.c
` [PATCH v2 2/4] x86: split PV dom0 builder to pv/dom0_builder.c
` [PATCH v2 3/4] x86: split PVH dom0 builder to hvm/dom0_build.c
` [PATCH v2 4/4] x86: clean up header files in dom0_build.c

[xen-unstable test] 106711: regressions - FAIL
 2017-03-16 18:45 UTC 

[PATCH] common/mem_access: merged mem_access setting interfaces
 2017-03-16 18:36 UTC  (5+ messages)

[PATCH v1 0/3] x86/vvmx: fixes for mov-ss and shadow vmcs handling
 2017-03-16 18:32 UTC  (6+ messages)
` [PATCH v1 1/3] x86/vvmx: add mov-ss blocking check to vmentry
` [PATCH v1 3/3] x86/vvmx: add a shadow vmcs check to vmlaunch

[PATCH v4 0/7] Xen transport for 9pfs frontend driver
 2017-03-16 18:04 UTC  (5+ messages)
  ` [PATCH v4 4/7] xen/9pfs: connect to the backend

[PATCH v3 4/7] xen/9pfs: connect to the backend
 2017-03-16 18:03 UTC  (3+ messages)

[PATCH 08/29] drivers, md: convert mddev.active from atomic_t to refcount_t
 2017-03-16 18:00 UTC 

[PATCH 00/11] pl011 emulation support in Xen
 2017-03-16 13:24 UTC  (7+ messages)
` [PATCH 05/11] xen/arm: vpl011: Initialize nr_spis in vgic_init in Xen to atleast 1

[PATCH v2 0/9] Fixes to pagetable handling
 2017-03-16 17:25 UTC  (11+ messages)
` [PATCH v2 1/9] x86/cpuid: Sort cpu_has_* predicates by feature number
` [PATCH v2 2/9] x86/pagewalk: Use pointer syntax for pfec parameter
` [PATCH v2 3/9] x86/shadow: Drop VALID_GFN()
` [PATCH v2 4/9] x86/pagewalk: Clean up guest_supports_* predicates
` [PATCH v2 5/9] x86/pagewalk: Helpers for reserved bit handling
` [PATCH v2 6/9] x86/pagewalk: Re-implement the pagetable walker
` [PATCH v2 7/9] x86/shadow: Use the pagewalk reserved bits helpers
` [PATCH v2 8/9] x86/pagewalk: Improve the logic behind setting access and dirty bits
` [PATCH v2 9/9] x86/pagewalk: non-functional cleanup

[GSoC] GSoC Introduction : Fuzzing Xen hypercall interface
 2017-03-16 16:27 UTC  (4+ messages)

[PATCH v2 00/27] arm64: Dom0 ITS emulation
 2017-03-16 16:25 UTC  (31+ messages)
` [PATCH v2 01/27] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT
` [PATCH v2 02/27] ARM: GICv3: allocate LPI pending and property table
` [PATCH v2 03/27] ARM: GICv3 ITS: allocate device and collection table
` [PATCH v2 04/27] ARM: GICv3 ITS: map ITS command buffer
` [PATCH v2 05/27] ARM: GICv3 ITS: introduce ITS command handling
` [PATCH v2 06/27] ARM: GICv3 ITS: introduce device mapping
` [PATCH v2 07/27] ARM: arm64: activate atomic 64-bit accessors
` [PATCH v2 08/27] ARM: GICv3 ITS: introduce host LPI array
` [PATCH v2 09/27] ARM: GICv3: introduce separate pending_irq structs for LPIs
` [PATCH v2 10/27] ARM: GICv3: forward pending LPIs to guests
` [PATCH v2 11/27] ARM: GICv3: enable ITS and LPIs on the host
` [PATCH v2 12/27] ARM: vGICv3: handle virtual LPI pending and property tables
` [PATCH v2 13/27] ARM: vGICv3: Handle disabled LPIs
` [PATCH v2 14/27] ARM: vGICv3: introduce basic ITS emulation bits
` [PATCH v2 15/27] ARM: vITS: introduce translation table walks
` [PATCH v2 16/27] ARM: vITS: handle CLEAR command
` [PATCH v2 17/27] ARM: vITS: handle INT command
` [PATCH v2 18/27] ARM: vITS: handle MAPC command
` [PATCH v2 19/27] ARM: vITS: handle MAPD command
` [PATCH v2 20/27] ARM: vITS: handle MAPTI command
` [PATCH v2 21/27] ARM: vITS: handle MOVI command
` [PATCH v2 22/27] ARM: vITS: handle DISCARD command
` [PATCH v2 23/27] ARM: vITS: handle INV command
` [PATCH v2 24/27] ARM: vITS: handle INVALL command
` [PATCH v2 25/27] ARM: vITS: create and initialize virtual ITSes for Dom0
` [PATCH v2 26/27] ARM: vITS: create ITS subnodes for Dom0 DT
` [PATCH v2 27/27] ARM: vGIC: advertise LPI support

"Hello Xen Project" Book
 2017-03-16 15:52 UTC 

[PATCH v7 1/3] x86/mm: Adapt MODULES_END based on Fixmap section size
 2017-03-16 15:33 UTC  (2+ messages)

[PATCH] x86/time: Don't use virtual TSC if host and guest frequencies are equal
 2017-03-16 15:34 UTC  (6+ messages)

question: xen/qemu - mmio mapping issues for device pass-through
 2017-03-16 15:31 UTC  (4+ messages)

[PATCH 0/2] xen/arm32: Use alternative to skip the check of pending serrors
 2017-03-16 15:15 UTC  (6+ messages)
` [PATCH 1/2] xen/arm32: Introduce alternative runtime patching
` [PATCH 2/2] xen/arm32: Use alternative to skip the check of pending serrors

[linux-4.1 test] 106704: regressions - FAIL
 2017-03-16 15:04 UTC 

[PATCH v5] xen: don't save/restore the physmap on VM save/restore
 2017-03-16 15:03 UTC  (6+ messages)

[xen-unstable test] 106698: regressions - FAIL
 2017-03-16 15:01 UTC  (4+ messages)

[PATCH] dm_op: Add xendevicemodel_modified_memory_bulk
 2017-03-16 14:44 UTC 

[PATCH v4 0/4] x86: remove PVHv1
 2017-03-16 14:42 UTC  (8+ messages)
` [PATCH v4 1/4] ocaml/gen: fix ocaml type/code generator from IDL
` [PATCH v4 2/4] x86: remove PVHv1 code
` [PATCH v4 3/4] x86: remove has_hvm_container_{domain/vcpu}
` [PATCH v4 4/4] x86/PVHv2: move pvh_setup_e820 together with the other pvh functions

[PATCH 0/2] xen: use pkg-config for configure
 2017-03-16 14:19 UTC  (3+ messages)
` [PATCH 1/2] xen: use 5 digit xen versions
` [PATCH 2/2] configure: use pkg-config for obtaining xen version

[PATCH 00/18] Provide a command line option to choose how to handle SErrors
 2017-03-16 13:50 UTC  (14+ messages)
` [PATCH 01/18] xen/arm: Introduce a helper to get default HCR_EL2 flags
` [PATCH 02/18] xen/arm: Restore HCR_EL2 register
` [PATCH 05/18] xen/arm: Save ESR_EL2 to avoid using mismatched value in syndrome check

[PATCH] x86emul: correct DECLARE_ALIGNED()
 2017-03-16 13:47 UTC  (4+ messages)

[PATCH v16 4/9] x86: add multiboot2 protocol support for EFI platforms
 2017-03-16 13:43 UTC  (14+ messages)

[qemu-mainline test] 106702: tolerable FAIL - PUSHED
 2017-03-16 13:21 UTC 

[ovmf test] 106700: regressions - FAIL
 2017-03-16 12:13 UTC 

[linux-linus test] 106699: regressions - FAIL
 2017-03-16 11:48 UTC 

[PATCH v4 0/4] x86: remove PVHv1
 2017-03-16 11:43 UTC 

[libvirt test] 106707: tolerable FAIL - PUSHED
 2017-03-16 11:23 UTC 

[PATCH v9 00/25] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-03-16 11:20 UTC  (27+ messages)
` [PATCH v9 01/25] docs: create Cache Allocation Technology (CAT) and Code and Data Prioritization (CDP) feature document
` [PATCH v9 02/25] x86: refactor psr: remove L3 CAT/CDP codes
` [PATCH v9 03/25] x86: refactor psr: implement main data structures
` [PATCH v9 04/25] x86: move cpuid_count_leaf from cpuid.c to processor.h
` [PATCH v9 05/25] x86: refactor psr: L3 CAT: implement CPU init and free flow
` [PATCH v9 06/25] x86: refactor psr: L3 CAT: implement Domain init/free and schedule flows
` [PATCH v9 07/25] x86: refactor psr: L3 CAT: implement get hw info flow
` [PATCH v9 08/25] x86: refactor psr: L3 CAT: implement get value flow
` [PATCH v9 09/25] x86: refactor psr: L3 CAT: set value: implement framework
` [PATCH v9 10/25] x86: refactor psr: L3 CAT: set value: assemble features value array
` [PATCH v9 11/25] x86: refactor psr: L3 CAT: set value: implement cos finding flow
` [PATCH v9 12/25] x86: refactor psr: L3 CAT: set value: implement cos id picking flow
` [PATCH v9 13/25] x86: refactor psr: L3 CAT: set value: implement write msr flow
` [PATCH v9 14/25] x86: refactor psr: CDP: implement CPU init and free flow
` [PATCH v9 15/25] x86: refactor psr: CDP: implement get hw info flow
` [PATCH v9 16/25] x86: refactor psr: CDP: implement get value flow
` [PATCH v9 17/25] x86: refactor psr: CDP: implement set value callback functions
` [PATCH v9 18/25] x86: L2 CAT: implement CPU init and free flow
` [PATCH v9 19/25] x86: L2 CAT: implement get hw info flow
` [PATCH v9 20/25] x86: L2 CAT: implement get value flow
` [PATCH v9 21/25] x86: L2 CAT: implement set "
` [PATCH v9 22/25] tools: L2 CAT: support get HW info for L2 CAT
` [PATCH v9 23/25] tools: L2 CAT: support show cbm "
` [PATCH v9 24/25] tools: L2 CAT: support set "
` [PATCH v9 25/25] docs: add L2 CAT description in docs

[PATCH v10 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2017-03-16 10:29 UTC  (9+ messages)
` [PATCH v10 1/6] VT-d: Introduce new fields in msi_desc to track binding with guest interrupt
` [PATCH v10 4/6] VT-d: introduce update_irte to update irte safely

PV performance degraded after live migration
 2017-03-16 10:20 UTC  (10+ messages)

[PATCH v2] xen: credit2: remove undefined declaration of __dump_execstate()
 2017-03-16 10:08 UTC  (2+ messages)

[Outreachy] Interested in open source contribution to Xen Project
 2017-03-16  9:41 UTC  (2+ messages)

[PATCH] x86/monitor: add support for descriptor access events
 2017-03-16  9:25 UTC  (6+ messages)

[PATCH 01/10] x86: assembly, ENTRY for fn, GLOBAL for data
 2017-03-16  8:13 UTC  (4+ messages)
` [RFC] linkage: new macros for functions and data

[Xen-users] "Hello Xen Project" Book
 2017-03-16  5:00 UTC  (2+ messages)

[linux-4.1 test] 106689: regressions - FAIL
 2017-03-16  2:38 UTC 

[linux-next test] 106687: regressions - FAIL
 2017-03-16  2:13 UTC 

[PATCH V4 0/8] COLO-Proxy: Make Xen COLO use userspace colo-proxy
 2017-03-16  1:21 UTC  (6+ messages)
` [PATCH V4 7/8] COLO-Proxy: Use socket to get checkpoint event

[qemu-upstream-unstable test] 106696: tolerable FAIL - PUSHED
 2017-03-16  1:12 UTC 

[PATCH v2 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-15 22:03 UTC  (16+ messages)
` [PATCH v2 1/9] configure: change CONFIG_XEN_BACKEND to be a target property
  ` [PATCH v2 5/9] xen/9pfs: connect to the frontend
  ` [PATCH v2 6/9] xen/9pfs: receive requests from "
      ` [Qemu-devel] "
  ` [PATCH v2 7/9] xen/9pfs: implement in/out_iov_from_pdu and vmarshal/vunmarshal
      ` [Qemu-devel] "
  ` [PATCH v2 8/9] xen/9pfs: send responses back to the frontend


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