xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-24 13:18:57 to 2016-08-26 13:27:44 UTC [more...]

[PATCH] acpi: Re-license ACPI builder files from GPLv2 to LGPLv2.1
 2016-08-26 13:26 UTC  (11+ messages)

[RFC] x86/boot: Don't use BDA value if it's suspiciously small
 2016-08-26 13:23 UTC  (5+ messages)

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-26 13:22 UTC  (14+ messages)
` [PATCH v4 04/16] generic-sections: add section core helpers

[PATCH] libxc: correct max_pfn calculation for saving domain
 2016-08-26 13:09 UTC  (2+ messages)

xen-4.7
 2016-08-26 13:07 UTC  (9+ messages)
` xen-4.7 regression when saving a PV guest
  ` xen-4.7 regression when saving a pv guest

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

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

IOMMU initialization failure when using linux-as-bootloader
 2016-08-26 11:27 UTC  (2+ messages)

[PATCH v2 0/2] Remove blktap2
 2016-08-26 10:59 UTC  (3+ messages)
` [PATCH v2 1/2] tools: remove blktap2 related code and documentation
` [PATCH v2 2/2] tools: remove blktap2 source code

[RFC] Classify and remove (some) abort()s in libxl
 2016-08-26 10:54 UTC  (2+ messages)

[RFC PATCH] tools: remove blktap2 related code and documentation
 2016-08-26 10:45 UTC  (2+ messages)

Regression between Xen 4.6.0 and 4.7.0, Direct kernel boot on a qemu-xen and seabios HVM guest doesn't work anymore
 2016-08-26 10:19 UTC  (4+ messages)

[PATCH] libxl: update flex output files
 2016-08-26 10:11 UTC 

[PATCH] xen/grant-table: Use kmalloc_array() in arch_gnttab_valloc()
 2016-08-26  9:48 UTC  (3+ messages)

[PATCH v2] Convert tasklet to per-cpu tasklet
 2016-08-26  9:43 UTC  (7+ messages)
` [PATCH v2 1/5] tasklet: Introduce per-cpu tasklet for softirq
` [PATCH v2 2/5] tasklet: Add cross CPU feeding of per-cpu tasklets
` [PATCH v2 3/5] tasklet: Remove the old-softirq implementation
` [PATCH v2 4/5] tasklet: Introduce per-cpu tasklet for schedule tasklet
` [PATCH v2 5/5] tasklet: Remove the scaffolding

[libvirt test] 100628: tolerable FAIL - PUSHED
 2016-08-26  9:42 UTC 

[xen-unstable test] 100627: tolerable FAIL - PUSHED
 2016-08-26  9:26 UTC 

[PATCH RFC] tools/libxc, xen/x86: Added xc_set_mem_access_sparse()
 2016-08-26  8:45 UTC  (5+ messages)

[distros-debian-jessie test] 67596: tolerable all pass
 2016-08-26  8:45 UTC 

[MINIOS PATCH 0/5] x86 assmebly code clean up
 2016-08-26  8:13 UTC  (17+ messages)
` [MINIOS PATCH 1/5] x86_32: remove inclusion of x86-32.h
` [MINIOS PATCH 2/5] x86_64: remove unused labels
` [MINIOS PATCH 3/5] x86_64: merge RESTORE_REST into RESTORE_ALL
` [MINIOS PATCH 4/5] x86_64: introduce and use SAVE_ALL
` [MINIOS PATCH 5/5] x86_64: don't unnecessarily export some entries

Issue in MPX support in Xen
 2016-08-26  8:09 UTC  (2+ messages)

[xen-unstable test] 100624: regressions - FAIL
 2016-08-26  3:08 UTC 

[xen-unstable test] 100622: regressions - FAIL
 2016-08-25 19:38 UTC 

Technical Call on PV Calls, Friday 2nd of Sept 9AM PST / 5PM UK
 2016-08-25 19:17 UTC 

[qemu-mainline baseline-only test] 67593: tolerable FAIL
 2016-08-25 18:38 UTC 

[xen-unstable baseline-only test] 67591: regressions - FAIL
 2016-08-25 18:11 UTC 

[ovmf baseline-only test] 67595: all pass
 2016-08-25 18:08 UTC 

[PATCH v4] Livepatch fixes and features for v4.8
 2016-08-25 16:08 UTC  (6+ messages)
` [PATCH v4 1/9] livepatch: Clear .bss when payload is reverted
` [PATCH v4 5/9] livepatch: Move code from prepare_payload to own routine

[ovmf baseline-only test] 67594: all pass
 2016-08-25 16:01 UTC 

osstest Massachusetts test lab resource usage investigation
 2016-08-25 15:27 UTC 

[PATCH v2] Livepatch for ARM 64 and 32
 2016-08-25 15:11 UTC  (34+ messages)
` [PATCH v2 01/20] livepatch: Bubble up sanity checks on Elf relocs
` [PATCH v2 02/20] x86/arm: Make 'make debug' work properly
` [PATCH v2 03/20] x86/arm64: Expose the ALT_[ORIG|REPL]_PTR macros to header files
` [PATCH v2 04/20] alternatives: x86 rename and change parameters on ARM
` [PATCH v2 05/20] arm64/alternatives: Make it possible to patch outside of hypervisor
` [PATCH v2 06/20] arm/alternative: Use _start instead of _stext
` [PATCH v2 07/20] arm/x86: Add ALTERNATIVE and HAS_EX_TABLE
` [PATCH v2 08/20] x86: change modify_xen_mappings to return error
` [PATCH v2 09/20] arm/mm: Introduce modify_xen_mappings
` [PATCH v2 10/20] arm64/insn: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions
` [PATCH v2 11/20] arm/arm64: Update comment about VA layout
` [PATCH v2 12/20] x86, arm: Change arch_livepatch_quiesce() decleration
` [PATCH v2 13/20] livepatch: Initial ARM64 support
` [PATCH v2 14/20] livepatch: ARM 32|64: Ignore mapping symbols: $[d, a, x, t]
` [PATCH v2 15/20] livepatch: Move test-cases to common
` [PATCH v2 16/20] livepatch: tests: Make them compile under ARM64
` [PATCH v2 17/20] xen/arm32: Add an helper to invalidate all instruction caches
` [PATCH v2 18/20] xen/arm32/livepatch: Add BPICALLIS to "
` [PATCH v2 19/20] livepatch/elf: Adjust section aligment to word
` [PATCH v2 20/20] livepatch: ARM32 support

[PATCH v5 00/16] x86: multiboot2 protocol support
 2016-08-25 14:41 UTC  (23+ messages)
` [PATCH v5 01/16] x86: allow EFI reboot method neither on EFI platforms
` [PATCH v5 02/16] x86/boot: remove multiboot1_header_end from symbol table
` [PATCH v5 03/16] x86/boot: create *.lnk files with linker script
` [PATCH v5 04/16] x86/boot/reloc: reduce assembly usage as much as possible
` [PATCH v5 06/16] x86/boot/reloc: create generic alloc and copy functions
` [PATCH v5 09/16] x86: add multiboot2 protocol support
` [PATCH v5 10/16] efi: create efi_enabled()
` [PATCH v5 11/16] efi: build xen.gz with EFI code
` [PATCH v5 13/16] x86: add multiboot2 protocol support for EFI platforms
` [PATCH v5 14/16] x86/boot: implement early command line parser in C
` [PATCH v5 15/16] x86: make Xen early boot code relocatable

[xen-unstable-smoke test] 100621: tolerable all pass - PUSHED
 2016-08-25 14:38 UTC 

[PATCH v1] Livepatch ARM 64 implementation
 2016-08-25 13:54 UTC  (5+ messages)
` [PATCH v1 6/9] livepatch: Initial ARM64 support

[xen-unstable test] 100618: tolerable FAIL
 2016-08-25 13:03 UTC 

[distros-debian-wheezy test] 67592: all pass
 2016-08-25 11:57 UTC 

Discussion about virtual iommu support for Xen guest
 2016-08-25 11:11 UTC  (17+ messages)
                            ` Xen virtual IOMMU high level design doc

[PATCH v3 0/6] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-08-25 10:38 UTC  (13+ messages)
` [PATCH v3 1/6] x86/time: refactor init_platform_time()
` [PATCH v3 2/6] x86/time: implement tsc as clocksource
` [PATCH v3 3/6] x86/time: streamline platform time init on plt_update()
` [PATCH v3 4/6] x86/time: refactor read_platform_stime()
` [PATCH v3 5/6] x86/time: implement PVCLOCK_TSC_STABLE_BIT
` [PATCH v3 6/6] docs: update clocksource option

[ovmf test] 100620: all pass - PUSHED
 2016-08-25 10:23 UTC 

[xen-unstable-smoke test] 100619: tolerable all pass - PUSHED
 2016-08-25  9:51 UTC 

[PATCH v4 00/16] Xen ARM DomU ACPI support
 2016-08-25  9:09 UTC  (20+ messages)
` [PATCH v4 01/16] tools/libxl: Add an unified configuration option for ACPI
` [PATCH v4 03/16] libxl/arm: Generate static ACPI DSDT table
` [PATCH v4 05/16] libxl/arm: Construct ACPI RSDP table
` [PATCH v4 07/16] libxl/arm: Construct ACPI GTDT table
` [PATCH v4 14/16] public/hvm/params.h: Add macros for HVM_PARAM_CALLBACK_TYPE_PPI

[libvirt test] 100615: tolerable FAIL - PUSHED
 2016-08-25  8:03 UTC 

[PATCH] VT-d: drop pointless uses of __func__
 2016-08-25  7:52 UTC  (6+ messages)

[ovmf test] 100617: all pass - PUSHED
 2016-08-25  7:24 UTC 

[qemu-mainline test] 100611: tolerable FAIL - PUSHED
 2016-08-25  6:59 UTC 

[PATCH] x86: drop pointless uses of __func__ / __FUNCTION__
 2016-08-25  6:48 UTC  (3+ messages)

[qemu-mainline baseline-only test] 67590: regressions - FAIL
 2016-08-25  5:54 UTC 

[PATCHv2 0/2] xen/privcmd: prevent page migration for hypercall buffers
 2016-08-25  5:41 UTC  (3+ messages)

[xen-unstable test] 100610: tolerable FAIL - PUSHED
 2016-08-25  5:40 UTC 

[PATCH 3/3] tools & docs: add L2 CAT support in tools and docs
 2016-08-25  5:22 UTC 

[PATCH 2/3] x86: add support for L2 CAT in hypervisor
 2016-08-25  5:22 UTC 

[PATCH 1/3] x86: refactor psr implementation in hypervisor
 2016-08-25  5:22 UTC 

[PATCH 0/3] Enable L2 Cache Allocation Technology
 2016-08-25  5:21 UTC 

[qemu-mainline test] 100608: tolerable FAIL - PUSHED
 2016-08-24 23:24 UTC 

[xen-unstable test] 100607: regressions - FAIL
 2016-08-24 22:01 UTC 

[PATCH] x86: correct PT_NOTE file position
 2016-08-24 20:45 UTC  (2+ messages)

[PATCH] x86/mm: drop pointless use of __FUNCTION__
 2016-08-24 20:37 UTC  (2+ messages)

[PATCH] pass-through: drop pointless uses of __func__
 2016-08-24 20:28 UTC  (2+ messages)

[PATCH] XSM: drop pointless uses of __FUNCTION__
 2016-08-24 18:29 UTC  (2+ messages)

[PATCH v3] xen: Make VPMU init message look less scary
 2016-08-24 17:47 UTC  (2+ messages)

[PATCH v2] xen: rename xen_pmu_init() in sys-hypervisor.c
 2016-08-24 17:46 UTC  (2+ messages)

[PATCH v2 0/2] Reinstate irq alloc/dealloc locking patch
 2016-08-24 17:46 UTC  (2+ messages)

[PATCH linux v2] xen: change the type of xen_vcpu_id to uint32_t
 2016-08-24 17:43 UTC 

[PATCH] xenbus: don't look up transaction IDs for ordinary writes
 2016-08-24 17:43 UTC 

[GIT PULL] xen: regression fix for 4.8-rc3
 2016-08-24 17:40 UTC 

[PATCH] Xen: remove -fshort-wchar gcc flag
 2016-08-24 17:18 UTC 

[PATCH] x86: correct CPUID output for out of bounds input
 2016-08-24 15:31 UTC 

[xen-unstable-smoke test] 100606: tolerable all pass - PUSHED
 2016-08-24 13:39 UTC 

Memory sizes obtained from the hypervisor
 2016-08-24 13:18 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).