xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-13 08:49:09 to 2016-04-14 06:31:36 UTC [more...]

[for-4.7] x86/emulate: synchronize LOCKed instruction emulation
 2016-04-14  6:31 UTC  (5+ messages)

[qemu-mainline test] 91206: regressions - FAIL
 2016-04-14  5:40 UTC 

[PATCH v6 00/16] x86: remove paravirt_enabled()
 2016-04-14  4:28 UTC  (22+ messages)
` [PATCH v6 01/16] x86/boot: enumerate documentation for the x86 hardware_subarch
` [PATCH v6 02/16] x86/xen: use X86_SUBARCH_XEN for PV guest boots
` [PATCH v6 03/16] tools/lguest: make lguest launcher use X86_SUBARCH_LGUEST explicitly
` [PATCH v6 04/16] x86/rtc: replace paravirt rtc check with platform legacy quirk
` [PATCH v6 05/16] x86, ACPI: move ACPI_FADT_NO_CMOS_RTC check to ACPI boot code
` [PATCH v6 06/16] x86/init: use a platform legacy quirk for ebda
` [PATCH v6 07/16] tools/lguest: force disable tboot and apm
` [PATCH v6 08/16] apm32: remove paravirt_enabled() use
` [PATCH v6 09/16] x86/tboot: remove paravirt_enabled()
` [PATCH v6 10/16] x86/cpu/intel: remove not needed paravirt_enabled() for f00f work around
` [PATCH v6 11/16] pnpbios: replace paravirt_enabled() check with legacy device check
` [PATCH v6 12/16] x86, ACPI: parse ACPI_FADT_LEGACY_DEVICES
` [PATCH v6 13/16] x86/init: rename ebda code file
` [PATCH v6 14/16] x86/paravirt: remove paravirt_enabled()
` [PATCH v6 15/16] x86/init: disable pnpbios for X86_SUBARCH_INTEL_MID
` [PATCH v6 16/16] x86/init: disable pnpbios and rtc for X86_SUBARCH_CE4100

[PATCH v2] xen: change the sizes of memory fields in the HVM start info to be 64bits
 2016-04-14  4:15 UTC  (2+ messages)

[PATCH v8.1] xSplice v1 design and implementation
 2016-04-14  4:07 UTC  (29+ messages)
` [PATCH v8.1 01/27] Revert "libxc/libxl/python/xenstat/ocaml: Use new XEN_VERSION hypercall"
` [PATCH v8.1 02/27] Revert "HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane."
` [PATCH v8.1 03/27] xsplice: Design document
` [PATCH v8.1 04/27] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v8.1 05/27] libxc: Implementation of XEN_XSPLICE_op in libxc
` [PATCH v8.1 06/27] xen-xsplice: Tool to manipulate xsplice payloads
` [PATCH v8.1 07/27] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables lookup
` [PATCH v8.1 08/27] arm/x86/vmap: Add vmalloc_xen, vfree_xen and vm_init_type
` [PATCH v8.1 09/27] x86/mm: Introduce modify_xen_mappings()
` [PATCH v8.1 10/27] xsplice: Add helper elf routines
` [PATCH v8.1 11/27] xsplice: Implement payload loading
` [PATCH v8.1 12/27] xsplice: Implement support for applying/reverting/replacing patches
` [PATCH v8.1 13/27] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v8.1 14/27] xsplice, symbols: Implement symbol name resolution on address
` [PATCH v8.1 15/27] xsplice, symbols: Implement fast symbol names -> virtual addresses lookup
` [PATCH v8.1 16/27] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v8.1 17/27] xsplice: Add support for bug frames
` [PATCH v8.1 18/27] xsplice: Add support for exception tables
` [PATCH v8.1 19/27] xsplice: Add support for alternatives
` [PATCH v8.1 20/27] build_id: Provide ld-embedded build-ids
` [PATCH v8.1 21/27] xsplice: Print build_id in keyhandler and on bootup
` [PATCH v8.1 22/27] XENVER_build_id/libxc: Provide ld-embedded build-id
` [PATCH v8.1 23/27] libxl: info: Display build_id of the hypervisor
` [PATCH v8.1 24/27] xsplice: Stacking build-id dependency checking
` [PATCH v8.1 25/27] xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE
` [PATCH v8.1 26/27] xsplice: Prevent duplicate payloads from being loaded
` [PATCH v8.1 27/27] MAINTAINERS/xsplice: Add myself and Ross as the maintainers

[linux-4.1 test] 91189: regressions - FAIL
 2016-04-14  4:05 UTC 

[for-4.7 0/2] xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2
 2016-04-14  4:01 UTC  (9+ messages)
` [for-4.7 1/2] xen/bitops: Introduce macros to generate mask
` [for-4.7 2/2] xen/arm: traps: Correctly interpret the content of the register HPFAR_EL2

[linux-3.14 baseline-only test] 44329: tolerable FAIL
 2016-04-14  1:54 UTC 

HVMLite / PVHv2 - using x86 EFI boot entry
 2016-04-14  1:01 UTC  (28+ messages)

Fixing libvirt's libxl driver breakage -- where to define LIBXL_API_VERSION?
 2016-04-13 23:44 UTC  (6+ messages)
    ` [libvirt] "

[PATCH] libxl: use LIBXL_API_VERSION 0x040200
 2016-04-13 23:37 UTC 

[PATCH v1 0/2] x86/init: extend quirk use
 2016-04-13 23:36 UTC  (4+ messages)
` [PATCH v1 1/2] x86/init: disable pnpbios for X86_SUBARCH_INTEL_MID

[PATCH v4 00/14] x86: remove paravirt_enabled
 2016-04-13 23:08 UTC  (4+ messages)
` [PATCH v4 04/14] x86/rtc: replace paravirt rtc check with platform legacy quirk
  ` [Xen-devel] "

[PATCH v5 00/14] x86: remove paravirt_enabled()
 2016-04-13 22:49 UTC  (11+ messages)
` [PATCH v5 01/14] x86/boot: enumerate documentation for the x86 hardware_subarch
` [PATCH v5 04/14] x86/rtc: replace paravirt rtc check with platform legacy quirk
  ` [Xen-devel] "
` [PATCH v5 07/14] tools/lguest: force disable tboot and apm

[PATCH v8] xSplice v1 design and implementation
 2016-04-13 22:01 UTC  (28+ messages)
` [PATCH v8 01/25] xsplice: Design document
` [PATCH v8 02/25] xen/xsplice: Hypervisor implementation of XEN_XSPLICE_op
` [PATCH v8 03/25] libxc: Implementation of XEN_XSPLICE_op in libxc
` [PATCH v8 04/25] xen-xsplice: Tool to manipulate xsplice payloads
` [PATCH v8 05/25] arm/x86: Use struct virtual_region to do bug, symbol, and (x86) exception tables lookup
` [PATCH v8 06/25] arm/x86/vmap: Add vmalloc_xen, vfree_xen and vm_init_type
` [PATCH v8 07/25] x86/mm: Introduce modify_xen_mappings()
` [PATCH v8 08/25] xsplice: Add helper elf routines
` [PATCH v8 09/25] xsplice: Implement payload loading
` [PATCH v8 10/25] xsplice: Implement support for applying/reverting/replacing patches
` [PATCH v8 11/25] x86/xen_hello_world.xsplice: Test payload for patching 'xen_extra_version'
` [PATCH v8 12/25] xsplice, symbols: Implement symbol name resolution on address
` [PATCH v8 13/25] xsplice, symbols: Implement fast symbol names -> virtual addresses lookup
` [PATCH v8 14/25] x86, xsplice: Print payload's symbol name and payload name in backtraces
` [PATCH v8 15/25] xsplice: Add support for bug frames
` [PATCH v8 16/25] xsplice: Add support for exception tables
` [PATCH v8 17/25] xsplice: Add support for alternatives
` [PATCH v8 18/25] build_id: Provide ld-embedded build-ids
` [PATCH v8 19/25] HYPERCALL_version_op: Add VERSION_build_id to retrieve build-id
` [PATCH v8 20/25] libxl: info: Display build_id of the hypervisor using XEN_VERSION_build_id
` [PATCH v8 21/25] xsplice: Print build_id in keyhandler and on bootup
` [PATCH v8 22/25] xsplice: Stacking build-id dependency checking
` [PATCH v8 23/25] xsplice/xen_replace_world: Test-case for XSPLICE_ACTION_REPLACE
` [PATCH v8 24/25] xsplice: Prevent duplicate payloads from being loaded
` [PATCH v8 25/25] MAINTAINERS/xsplice: Add myself and Ross as the maintainers

OCaml compilation issues (staging) under ARM32 (ocaml-4.01)
 2016-04-13 21:06 UTC  (2+ messages)

[linux-3.14 test] 91148: tolerable FAIL - PUSHED
 2016-04-13 18:46 UTC 

[linux-4.1 baseline-only test] 44328: regressions - FAIL
 2016-04-13 18:11 UTC 

[PATCH for-4.7] hotplug/Linux: fix same_vm check in block script
 2016-04-13 17:02 UTC 

Regarding Outreachy project on Improving CR Dashboard
 2016-04-13 16:33 UTC  (9+ messages)

[ovmf test] 91143: regressions - FAIL
 2016-04-13 16:26 UTC 

REST MAINTAINERS feedback requested Was:Re: [PATCH v5 01/28] HYPERCALL_version_op. New hypercall mirroring XENVER_ but sane
 2016-04-13 16:07 UTC  (15+ messages)

[linux-3.18 test] 91130: regressions - FAIL
 2016-04-13 15:36 UTC 

[PATCH] vm_event: Implement ARM SMC events
 2016-04-13 15:32 UTC  (16+ messages)

[PATCH V2] vm_event: Allow subscribing to write events for specific MSR-s
 2016-04-13 15:05 UTC  (10+ messages)

[RFC PATCH] Data integrity extension support for xen-block
 2016-04-13 14:43 UTC  (4+ messages)

[linux-linus test] 91109: regressions - trouble: blocked/broken/fail/pass
 2016-04-13 13:46 UTC 

[PATCH v2] x86/mm/pat: Fix BUG_ON in mmap_mem on QEMU/i386
 2016-04-13 13:11 UTC  (2+ messages)

[PATCH] tools: fix compile errors with -Og
 2016-04-13 12:05 UTC  (2+ messages)

[tip:x86/asm] x86/extable: Add a comment about early exception handlers
 2016-04-13 11:46 UTC 

[tip:x86/asm] x86/msr: Set the return value to zero when native_rdmsr_safe() fails
 2016-04-13 11:46 UTC 

[PATCH v5 8/9] x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y
 2016-04-13 11:46 UTC  (2+ messages)
` [tip:x86/asm] "

[tip:x86/asm] x86/paravirt: Add paravirt_{read, write}_msr()
 2016-04-13 11:45 UTC 

[tip:x86/asm] x86/msr: Carry on after a non-"safe" MSR access fails
 2016-04-13 11:45 UTC 

[PATCH v5 5/9] x86/paravirt: Add _safe to the read_msr and write_msr PV hooks
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks

[tip:x86/asm] x86/traps: Enable all exception handler callbacks early
 2016-04-13 11:44 UTC 

[PATCH v5 3/9] x86/head: Move early exception panic code into early_fixup_exception
 2016-04-13 11:44 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Move early exception panic code into early_fixup_exception()

[tip:x86/asm] x86/head: Move the early NMI fixup into C
 2016-04-13 11:43 UTC 

[PATCH v5 1/9] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception
 2016-04-13 11:43 UTC  (2+ messages)
` [tip:x86/asm] x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()

[linux-4.1 test] 88721: regressions - FAIL
 2016-04-13 11:10 UTC  (2+ messages)

[xen-unstable-coverity test] 91245: all pass - PUSHED
 2016-04-13 11:01 UTC 

xenpm and scheduler
 2016-04-13 10:24 UTC  (13+ messages)

[linux-3.16 test] 91107: regressions - FAIL
 2016-04-13 10:21 UTC 

[PATCH v3 0/4] arm64,xen: add xen_boot support into grup-mkconfig
 2016-04-13  9:56 UTC  (11+ messages)
` [PATCH v3 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi
              ` [Xen-devel] "

Question about the XEN platform pci
 2016-04-13  9:55 UTC  (7+ messages)

[PATCH v5] xen/arm64: check XSM Magic from the second unknown module
 2016-04-13  9:45 UTC  (6+ messages)

[PATCH v12 0/2] libxl: add support for pvscsi, iteration 12
 2016-04-13  9:20 UTC  (7+ messages)
` [PATCH v12 1/2] libxl: add support for vscsi
` [PATCH v12 2/2] Scripts to create and delete xen-scsiback nodes in Linux target framework
` [PATCH libvirt v2 0/2] libxl: support vscsi
  ` [PATCH libvirt v2 1/2] libxl: include a XLU_Config in _libxlDriverConfig
  ` [PATCH libvirt v2 2/2] libxl: support vscsi

[PATCH v5 0/6] Support calling functions on dedicated physical cpu
 2016-04-13  8:49 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).