xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-13 20:01:58 to 2016-09-15 11:28:20 UTC [more...]

[for-4.8][PATCH v2 00/23] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-09-15 11:28 UTC  (5+ messages)
` [for-4.8][PATCH v2 01/23] xen/arm: do_trap_instr_abort_guest: Move the IPA computation out of the switch
` [for-4.8][PATCH v2 02/23] xen/arm: p2m: Store in p2m_domain whether we need to clean the entry
` [for-4.8][PATCH v2 03/23] xen/arm: p2m: Rename parameter in p2m_{remove, write}_pte
` [for-4.8][PATCH v2 04/23] xen/arm: p2m: Use typesafe gfn in p2m_mem_access_radix_set

[xen-4.6-testing baseline-only test] 67715: regressions - FAIL
 2016-09-15 11:16 UTC 

[PATCH V1] xen/arm: domain_build: introduce dom0_lowmem bootargs
 2016-09-15 11:12 UTC  (14+ messages)

[xen-unstable-smoke test] 100964: tolerable all pass - PUSHED
 2016-09-15 10:48 UTC 

[PATCH v5 00/16] Xen ARM DomU ACPI support
 2016-09-15 10:46 UTC  (17+ messages)
` [PATCH v5 16/16] libxl/arm: Add the size of ACPI tables to maxmem

[distros-debian-wheezy test] 67716: all pass
 2016-09-15 10:44 UTC 

[RFC 00/22] xen/arm: Rework the P2M code to follow break-before-make sequence
 2016-09-15 10:38 UTC  (4+ messages)
` [RFC 20/22] xen/arm: p2m: Re-implement p2m_insert_mapping using p2m_set_entry

[PATCH 1/2] vm_event: Sanitize vm_event response handling
 2016-09-15 10:35 UTC  (14+ messages)
` [PATCH 2/2] x86/vm_event: Allow returning i-cache for emulation

[ovmf test] 100963: all pass - PUSHED
 2016-09-15 10:26 UTC 

[PATCH v2 2/3] x86 Test and expose CPUID faulting capabilities in /proc/cpuinfo
 2016-09-15 10:25 UTC  (8+ messages)

[PATCH v3] libxl: add "xl qemu-monitor-command"
 2016-09-15 10:25 UTC  (4+ messages)

[PATCH v3 00/19] Make ACPI builder available to components other than hvmloader
 2016-09-15 10:22 UTC  (18+ messages)
` [PATCH v3 12/19] libacpi: Build DSDT for PVH guests
` [PATCH v3 14/19] libxc/libxl: Allow multiple ACPI modules
` [PATCH v3 15/19] libxl/acpi: Add ACPI e820 entry
` [PATCH v3 16/19] libxl/pvhv2: Include APIC page in MMIO hole for PVHv2 guests
` [PATCH v3 17/19] ilibxl: Initialize domain build info before calling libxl__domain_make
` [PATCH v3 19/19] libxc/xc_dom_core: Copy ACPI tables to guest space

[PATCH v7 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-09-15 10:02 UTC  (6+ messages)
` [PATCH v7 1/2] libs/gnttab: introduce grant copy interface
` [PATCH v7 2/2] qdisk - hw/block/xen_disk: grant copy implementation

[RFC] e1000: Don't save writes to ICS/ICR masked by IMS
 2016-09-15  9:15 UTC  (2+ messages)

[xen-unstable test] 100960: tolerable FAIL
 2016-09-15  9:02 UTC 

[PATCH v5 00/16] Xen ARM DomU ACPI support
 2016-09-15  8:58 UTC  (2+ messages)

[PATCH v4 1/2] xen: replace complicated tlbflush check with an inline function
 2016-09-15  8:39 UTC  (5+ messages)
` [PATCH v4 2/2] xen: move TLB-flush filtering out into populate_physmap during vm creation

[libvirt test] 100962: tolerable FAIL - PUSHED
 2016-09-15  8:10 UTC 

[PATCH] x86: fold code in load_segments()
 2016-09-15  7:25 UTC  (4+ messages)

[PATCH v4 1/2] xen: replace complicated tlbflush check with an inline function
 2016-09-15  6:59 UTC  (2+ messages)

[PATCH 00/17] x86: split insn emulator decode and execution
 2016-09-15  6:55 UTC  (24+ messages)
` [PATCH 02/17] x86emul: fetch all insn bytes during the decode phase
` [PATCH 03/17] x86emul: track only rIP in emulator state
` [PATCH 04/17] x86emul: complete decoding of two-byte instructions
` [PATCH 05/17] x86emul: add XOP decoding
` [PATCH 06/17] x86emul: add EVEX decoding
` [PATCH 07/17] x86emul: move x86_execute() common epilogue code
` [PATCH 08/17] x86emul: generate and make use of canonical opcode representation
` [PATCH 09/17] SVM: use generic instruction decoding

[PATCH v4 1/2] xen: replace complicated tlbflush check with an inline function
 2016-09-15  6:04 UTC  (2+ messages)

[xen-unstable-smoke test] 100961: tolerable all pass - PUSHED
 2016-09-15  4:33 UTC 

[PATCH v2 0/2] Xen HVM unplug changes
 2016-09-15  1:56 UTC  (4+ messages)
` [PATCH v2 2/2] xen_platform: SUSE xenlinux unplug for emulated PCI
  ` [PATCH v2 1/2] xen_platform: unplug also SCSI disks

[qemu-mainline baseline-only test] 67712: tolerable FAIL
 2016-09-15  1:52 UTC 

[xen-4.6-testing test] 100957: tolerable FAIL - PUSHED
 2016-09-15  1:49 UTC 

[ovmf baseline-only test] 67713: all pass
 2016-09-15  1:37 UTC 

[DOC v6] PV Calls protocol design
 2016-09-14 23:45 UTC 

[xen-unstable test] 100954: tolerable FAIL - PUSHED
 2016-09-14 23:44 UTC 

[ovmf test] 100955: all pass - PUSHED
 2016-09-14 21:36 UTC 

[RESEND][PATCH v2 2/3] x86 Test and expose CPUID faulting capabilities in /proc/cpuinfo
 2016-09-14 21:08 UTC 

[PATCH] prctl, x86 Add PR_[GET|SET]_CPUID for controlling the CPUID instruction
 2016-09-14 19:42 UTC 

[qemu-mainline test] 100951: tolerable FAIL - PUSHED
 2016-09-14 18:57 UTC 

[PATCH v4 0/5] x86/time: PVCLOCK_TSC_STABLE_BIT support
 2016-09-14 17:37 UTC  (6+ messages)
` [PATCH v4 1/5] x86/time: refactor init_platform_time()
` [PATCH v4 2/5] x86/time: implement tsc as clocksource
` [PATCH v4 3/5] x86/time: refactor read_platform_stime()
` [PATCH v4 4/5] x86/time: implement PVCLOCK_TSC_STABLE_BIT
` [PATCH v4 5/5] x86/time: extend "tsc" param with "stable:socket"

BUG_ON() vs ASSERT()
 2016-09-14 17:01 UTC  (9+ messages)

Outreachy Winter Internship
 2016-09-14 16:28 UTC  (2+ messages)

[Help] Trigger Watchdog when adding an IPI in vcpu_wake
 2016-09-14 16:18 UTC  (3+ messages)

[xen-4.6-testing test] 100948: regressions - trouble: blocked/broken/fail/pass
 2016-09-14 15:55 UTC 

[Xen-users] Xen 4.7.0 graphics pass through problems (Win10, AMD Radeon)
 2016-09-14 15:29 UTC  (11+ messages)

[PATCH v3 00/38] arm/altp2m: Introducing altp2m to ARM
 2016-09-14 15:28 UTC  (21+ messages)
` [PATCH v3 14/38] arm/p2m: Add altp2m init/teardown routines
` [PATCH v3 16/38] arm/p2m: Add HVMOP_altp2m_set_domain_state
` [PATCH v3 19/38] arm/p2m: Add HVMOP_altp2m_switch_p2m
` [PATCH v3 29/38] arm/p2m: Add HVMOP_altp2m_set_mem_access
` [PATCH v3 33/38] arm/p2m: Add altp2m paging mechanism

[PATCH v3 0/6] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-09-14 14:51 UTC  (17+ messages)
` [PATCH v3 4/6] Pause/Unpause the domain before/after assigning PI hooks

[ovmf baseline-only test] 67711: all pass
 2016-09-14 14:24 UTC 

per-domain logging
 2016-09-14 14:22 UTC 

[PATCH 00/24] sched: Credit1 and Credit2 improvements... and soft-affinity for Credit2!
 2016-09-14 13:54 UTC  (6+ messages)
` [PATCH 03/24] xen: credit1: return the 'time remaining to the limit' as next timeslice

[GIT PULL] xen: regression fix for 4.8-rc6
 2016-09-14 13:50 UTC 

[PATCH Altp2m cleanup v4 0/4] Cleaning up altp2m code
 2016-09-14 13:39 UTC  (9+ messages)
` [PATCH Altp2m cleanup v4 2/4] altp2m cleanup work

[xen-unstable test] 100944: regressions - FAIL
 2016-09-14 12:58 UTC 

[PATCH] x86: add a user configurable Kconfig option for the VGA
 2016-09-14 12:51 UTC  (4+ messages)

[ovmf test] 100947: all pass - PUSHED
 2016-09-14 12:18 UTC 

[libvirt test] 100945: tolerable FAIL - PUSHED
 2016-09-14 12:14 UTC 

[Xen-users] pv-grub in xen 4.7, ok with kernel 3.x, but fails with 4.x
 2016-09-14 11:19 UTC  (2+ messages)

[xen-unstable-coverity test] 100952: all pass - PUSHED
 2016-09-14 10:59 UTC 

Getting started with Xen Project
 2016-09-14 10:53 UTC  (3+ messages)

[PATCH 1/2] x86: add a user configurable Kconfig option for the NS16550 UART
 2016-09-14 10:41 UTC  (6+ messages)
` [PATCH 2/2] x86: add a user configurable Kconfig option for the EHCI UART

Unable to build with gcc 6 because of etherboot
 2016-09-14 10:32 UTC  (2+ messages)

[RFC PATCH] xen-netback: fix error handling on netback_probe()
 2016-09-14 10:10 UTC 

OVMF compile error
 2016-09-14 10:02 UTC  (9+ messages)

XenProject/XenServer QEMU working group, Friday 8th July, 2016, 15:00
 2016-09-14  9:51 UTC  (6+ messages)
` Device model operation hypercall (DMOP, re qemu depriv)

[qemu-mainline test] 100941: regressions - FAIL
 2016-09-14  9:09 UTC 

xen-access write protect Error
 2016-09-14  9:02 UTC  (3+ messages)

Fixes for low memory allocation machinery in early boot code
 2016-09-14  8:23 UTC 

[distros-debian-squeeze test] 67710: tolerable FAIL
 2016-09-14  8:15 UTC 

[ovmf baseline-only test] 67709: all pass
 2016-09-14  7:49 UTC 

Recall: OVMF compile error
 2016-09-14  7:24 UTC 

Recall: OVMF compile error
 2016-09-14  7:22 UTC 

[RFC] xen/arm: domain_build: introduce dom0_lowmem bootargs
 2016-09-14  7:16 UTC  (6+ messages)

[qemu-mainline baseline-only test] 67708: tolerable FAIL
 2016-09-14  7:10 UTC 

New Outreachy Applicant
 2016-09-14  6:35 UTC 

[xen-4.6-testing test] 100936: regressions - trouble: blocked/broken/fail/pass
 2016-09-14  5:45 UTC 

[ovmf test] 100940: all pass - PUSHED
 2016-09-14  5:33 UTC 

[xen-4.5-testing baseline-only test] 67706: tolerable FAIL
 2016-09-14  4:35 UTC 

[ovmf baseline-only test] 67707: all pass
 2016-09-14  3:22 UTC 

[xen-unstable baseline-only test] 67705: regressions - FAIL
 2016-09-14  3:00 UTC 

[xen-unstable test] 100933: tolerable FAIL
 2016-09-14  2:47 UTC 

[qemu-mainline test] 100915: tolerable FAIL - PUSHED
 2016-09-13 23:27 UTC 

[ovmf test] 100932: all pass - PUSHED
 2016-09-13 22:47 UTC 

[PATCH RFC 0/6] ARM: Add support for Tegra SoCs (incl. Jetson TK1, Jetson TX1)
 2016-09-13 21:06 UTC  (3+ messages)
` [PATCH RFC 1/6] xen/arm: platforms: Add earlyprintk and serial support for Tegra boards

[xen-4.5-testing test] 100909: tolerable FAIL - PUSHED
 2016-09-13 20:01 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).