xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-15 11:02:53 to 2016-08-16 23:28:21 UTC [more...]

[PATCH 0/9] x86/mtrr: basic cleanups
 2016-08-16 23:28 UTC  (2+ messages)
` [PATCH 1/9] x86/mtrr: prefix fns with mtrr and drop static

[libvirt test] 100509: tolerable FAIL - PUSHED
 2016-08-16 23:09 UTC 

[ovmf baseline-only test] 67542: all pass
 2016-08-16 22:59 UTC 

[xen-4.6-testing test] 100504: tolerable FAIL - PUSHED
 2016-08-16 22:55 UTC 

[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
 2016-08-16 22:17 UTC  (39+ messages)
` [PATCH v3 01/38] arm/p2m: Cosmetic fixes - apply p2m_get_hostp2m
` [PATCH v3 02/38] arm/p2m: Expose p2m_*lock helpers
` [PATCH v3 03/38] arm/p2m: Introduce p2m_(switch|restore)_vttbr_and_(g|s)et_flags
` [PATCH v3 04/38] arm/p2m: Add first altp2m HVMOP stubs
` [PATCH v3 05/38] arm/p2m: Add hvm_allow_(set|get)_param
` [PATCH v3 06/38] arm/p2m: Add HVMOP_altp2m_get_domain_state
` [PATCH v3 07/38] arm/p2m: Introduce p2m_is_(hostp2m|altp2m)
` [PATCH v3 08/38] arm/p2m: Free p2m entries only in the hostp2m
` [PATCH v3 09/38] arm/p2m: Add backpointer to the domain in p2m_domain
` [PATCH v3 10/38] arm/p2m: Move hostp2m init/teardown to individual functions
` [PATCH v3 11/38] arm/p2m: Cosmetic fix - function prototype of p2m_alloc_table
` [PATCH v3 12/38] arm/p2m: Rename parameter in p2m_alloc_vmid
` [PATCH v3 13/38] arm/p2m: Change func prototype and impl of p2m_(alloc|free)_vmid
` [PATCH v3 14/38] arm/p2m: Add altp2m init/teardown routines
` [PATCH v3 15/38] arm/p2m: Add altp2m table flushing routine
` [PATCH v3 16/38] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v3 17/38] arm/p2m: Add HVMOP_altp2m_create_p2m
` [PATCH v3 18/38] arm/p2m: Add HVMOP_altp2m_destroy_p2m
` [PATCH v3 19/38] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v3 20/38] arm/p2m: Add p2m_get_active_p2m macro
` [PATCH v3 21/38] arm/p2m: Make p2m_restore_state ready for altp2m
` [PATCH v3 22/38] arm/p2m: Make get_page_from_gva "
` [PATCH v3 23/38] arm/p2m: Cosmetic fixes -- __p2m_get_mem_access
` [PATCH v3 24/38] arm/p2m: Make p2m_mem_access_check ready for altp2m
` [PATCH v3 25/38] arm/p2m: Cosmetic fixes - function prototypes
` [PATCH v3 26/38] arm/p2m: Introduce helpers managing altp2m entries
` [PATCH v3 27/38] arm/p2m: Introduce p2m_lookup_attr
` [PATCH v3 28/38] arm/p2m: Modify reference count only if hostp2m active
` [PATCH v3 29/38] arm/p2m: Add HVMOP_altp2m_set_mem_access
` [PATCH v3 30/38] arm/p2m: Add altp2m_propagate_change
` [PATCH v3 31/38] altp2m: Introduce altp2m_switch_vcpu_altp2m_by_id
` [PATCH v3 32/38] arm/p2m: Code movement in instr/data abort handlers
` [PATCH v3 33/38] arm/p2m: Add altp2m paging mechanism
` [PATCH v3 34/38] arm/p2m: Add HVMOP_altp2m_change_gfn
` [PATCH v3 35/38] arm/p2m: Adjust debug information to altp2m
` [PATCH v3 36/38] altp2m: Allow specifying external-only use-case
` [PATCH v3 37/38] arm/p2m: Extend xen-access for altp2m on ARM
` [PATCH v3 38/38] arm/p2m: Add test of xc_altp2m_change_gfn

[PATCH v2] domctl: relax getdomaininfo permissions
 2016-08-16 21:42 UTC  (3+ messages)

[PATCH v2 1/2] x86/altp2m: use __get_gfn_type_access to avoid lock conflicts
 2016-08-16 21:23 UTC  (6+ messages)
` [PATCH v2 2/2] x86/altp2m: allow specifying external-only use-case

[ovmf test] 100505: all pass - PUSHED
 2016-08-16 19:55 UTC 

[xen-unstable test] 100501: regressions - FAIL
 2016-08-16 18:50 UTC 

[PATCH 0/4] boot-wrapper: arm64: Xen support
 2016-08-16 18:01 UTC 

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-08-16 16:20 UTC  (13+ messages)
` [RFC 01/22] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch
` [RFC 02/22] xen/arm: p2m: Store in p2m_domain whether we need to clean the entry
` [RFC 03/22] xen/arm: p2m: Rename parameter in p2m_{remove, write}_pte
` [RFC 04/22] xen/arm: p2m: Use typesafe gfn in p2m_mem_access_radix_set
` [RFC 05/22] xen/arm: traps: Move MMIO emulation code in a separate helper

[distros-debian-snapshot test] 67540: regressions - FAIL
 2016-08-16 16:19 UTC 

[PATCH 0/3] x86emul: further misc small adjustments
 2016-08-16 16:14 UTC  (12+ messages)
` [PATCH 1/3] x86emul: use DstEax also for {, I}{MUL, DIV}
` [PATCH 2/3] x86emul: don't open code EFLAGS handling for 2-operand IMUL
` [PATCH 3/3] x86emul: re-order main 2-byte opcode switch() statement

[PATCH] x86/PV: don't hide CPUID.OSXSAVE from user mode
 2016-08-16 16:13 UTC  (4+ messages)

[xen-unstable-smoke test] 100515: tolerable all pass - PUSHED
 2016-08-16 16:02 UTC 

Remus memcpy dirty pages if local host
 2016-08-16 15:21 UTC 

[PATCH] x86emul: improve LOCK handling
 2016-08-16 15:01 UTC  (2+ messages)

[PATCH] x86emul: introduce SrcEax for XCHG
 2016-08-16 14:52 UTC  (4+ messages)

[PATCH v5 0/4] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2016-08-16 13:54 UTC  (4+ messages)
` [PATCH v5 4/4] x86/ioreq server: Reset outstanding p2m_ioreq_server entries when an ioreq server unmaps

[PATCH 0/4] x86emul: more misc small adjustments
 2016-08-16 13:34 UTC  (17+ messages)
` [PATCH 1/4] x86emul: remove dead code
` [PATCH 2/4] x86emul: drop RIP-relative special case for TEST
` [PATCH 3/4] x86emul: drop SrcInvalid
` [PATCH 4/4] x86emul: use DstEax also for XCHG

[RFC PATCH] tools: remove blktap2 related code and documentation
 2016-08-16 12:42 UTC  (2+ messages)

[PATCH 1/3] xen: Some code motion to avoid having to do forward-declaration
 2016-08-16 11:21 UTC  (9+ messages)
` [PATCH 2/3] xen: Have schedulers revise initial placement
        ` dependences for backporting to 4.6 [was: Re: [PATCH 2/3] xen: Have schedulers revise initial placement]

[xen-4.7-testing test] 100499: tolerable FAIL - PUSHED
 2016-08-16 10:35 UTC 

[V4 PATCH 1/2] x86/panic: Replace smp_send_stop() with kdump friendly version in panic path
 2016-08-16 10:29 UTC  (5+ messages)
      ` [V4 PATCH 2/2] mips/panic: "

[PATCH v4 00/16] Xen ARM DomU ACPI support
 2016-08-16 10:25 UTC  (17+ messages)
` [PATCH v4 01/16] tools/libxl: Add an unified configuration option for ACPI
` [PATCH v4 02/16] libxl/arm: prepare for constructing ACPI tables
` [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table
` [PATCH v4 04/16] libxl/arm: Estimate the size of ACPI tables
` [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table
` [PATCH v4 06/16] libxl/arm: Construct ACPI XSDT table
` [PATCH v4 07/16] libxl/arm: Construct ACPI GTDT table
` [PATCH v4 08/16] libxl/arm: Factor MPIDR computing codes out as a helper
` [PATCH v4 09/16] libxl/arm: Construct ACPI MADT table
` [PATCH v4 10/16] libxl/arm: Construct ACPI FADT table
` [PATCH v4 11/16] libxl/arm: Construct ACPI DSDT table
` [PATCH v4 12/16] libxl/arm: Factor finalise_one_memory_node as a gerneric function
` [PATCH v4 13/16] libxl/arm: Add ACPI module
` [PATCH v4 14/16] public/hvm/params.h: Add macros for HVM_PARAM_CALLBACK_TYPE_PPI
` [PATCH v4 15/16] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ
` [PATCH v4 16/16] libxl/arm: Add the size of ACPI tables to maxmem

[PATCH v5 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-08-16 10:09 UTC 

[PATCH] xenbus: don't look up transaction IDs for ordinary writes
 2016-08-16 10:07 UTC 

[PATCH 0/2] NUMA/x86 related adjustments
 2016-08-16 10:02 UTC  (5+ messages)
` [PATCH 2/2] x86/NUMA: cleanup

[ovmf baseline-only test] 67538: all pass
 2016-08-16  9:50 UTC 

[PATCH v2 00/23] Make ACPI builder available to components other than hvmloader
 2016-08-16  9:44 UTC  (12+ messages)
` [PATCH v2 14/23] acpi: Move ACPI code to tools/libacpi
` [PATCH v2 23/23] libxc/xc_dom_core: Copy ACPI tables to guest space

[xen-unstable baseline-only test] 67536: tolerable FAIL
 2016-08-16  9:28 UTC 

[qemu-mainline test] 100497: regressions - FAIL
 2016-08-16  8:51 UTC 

[PATCH v2] Remove ambiguities in the COPYING file; add CONTRIBUTING file
 2016-08-16  8:19 UTC  (3+ messages)

[PATCH v5 1/2] libs/gnttab: introduce grant copy interface
 2016-08-16  6:55 UTC  (2+ messages)
` [PATCH v5 2/2] qdisk - hw/block/xen_disk: grant copy implementation

[PATCH v4 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-08-16  6:55 UTC 

[PATCH 3/3] Significant changes to decision making; some new roles and minor changes
 2016-08-16  5:32 UTC  (2+ messages)

[qemu-mainline baseline-only test] 67537: tolerable FAIL
 2016-08-16  5:21 UTC 

[xen-4.5-testing test] 100496: regressions - FAIL
 2016-08-16  3:49 UTC 

[PATCH] arm64: head: Fill image size
 2016-08-16  2:58 UTC 

[xen-4.6-testing test] 100495: regressions - FAIL
 2016-08-16  1:01 UTC 

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-08-15 22:44 UTC  (8+ messages)

[xen-unstable test] 100492: regressions - FAIL
 2016-08-15 21:21 UTC 

[PULL 0/2] xen-20160812-tag-2
 2016-08-15 20:47 UTC  (2+ messages)

[xen-4.7-testing test] 100491: regressions - FAIL
 2016-08-15 18:05 UTC 

[PATCH 6/7] arm64: xen: Enable user access before a privcmd hvc call
 2016-08-15 18:00 UTC 

[RFC for 2.8 0/3] Drop support for 64 bit guests on 32 bit hosts
 2016-08-15 17:46 UTC  (2+ messages)
  ` [Xen-devel] "

[win-pv-devel] rtc timeoffset not being set on TZ changes?
 2016-08-15 16:16 UTC 

[PATCH v2 00/25] arm/altp2m: Introducing altp2m to ARM
 2016-08-15 16:07 UTC  (6+ messages)
` [PATCH v2 23/25] arm/altp2m: Extend libxl to activate altp2m on ARM

[PATCH 1/2] xen/x86: Convert to hotplug state machine
 2016-08-15 15:58 UTC  (4+ messages)
` [PATCH 2/2] xen/events: "

[PATCH v1] Livepatch ARM 64 implementation
 2016-08-15 15:49 UTC  (12+ messages)
` [PATCH v1 6/9] livepatch: Initial ARM64 support

[PATCH] tools: delete gtraceview and gtracestat
 2016-08-15 15:27 UTC 

XenProject/XenServer QEMU working group, Friday 8th July, 2016, 15:00
 2016-08-15 15:24 UTC  (31+ messages)
` Device model operation hypercall (DMOP, re qemu depriv)

[PATCH v3] Livepatch fixes and features for v4.8
 2016-08-15 15:21 UTC  (23+ messages)
` [PATCH v3 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v3 4/9] livepatch: Sync cache of build-id before using it first time
` [PATCH v3 6/9] livepatch: Add parsing for the symbol+0x<offset>/<len>
` [PATCH v3 7/9] livepatch: NOP if func->new_[addr, size] is zero
` [PATCH v3 8/9] symbols: Generate an xen-sym.map
` [PATCH v3 9/9] livepach: Add .livepatch.hooks functions and test-case

[Very RFC PATCH] Livepatch - initial ARM64/32 support
 2016-08-15 15:04 UTC  (6+ messages)
` [Very RFC PATCH 3/3] livepatch: Initial ARM32/64 support

[PATCH] xenbus: don't look up transaction IDs for ordinary writes
 2016-08-15 15:02 UTC 

[XTF PATCH v3] xtf-runner: support two modes for getting output
 2016-08-15 14:55 UTC 

[PATCH 0/2] Convert to new CPU hotplug framework
 2016-08-15 14:46 UTC 

[PATCH 0/2] build-id adjustments
 2016-08-15 14:15 UTC  (5+ messages)
` [PATCH 2/2] x86/EFI: use less crude way of generating the build ID

[PATCH] xentop: Adds options for tabs-separators, and including the domain ID in the output
 2016-08-15 13:41 UTC  (4+ messages)

[PATCH] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1
 2016-08-15 12:57 UTC  (3+ messages)

[xen-unstable-smoke test] 100493: tolerable all pass - PUSHED
 2016-08-15 12:41 UTC 

[PATCH 0/4] Clarify License information : m4, stubdom, tools/blktap2, xen/crypto
 2016-08-15 12:11 UTC  (2+ messages)

[OSSTEST PATCH] ts-coverity-upload: Double coverity upload timeout
 2016-08-15 11:41 UTC  (2+ 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).