xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-11 14:02:47 to 2016-10-13 06:01:54 UTC [more...]

[PATCH v2 00/13] Refactor common part of xen backend and frontend
 2016-10-13  6:01 UTC  (14+ messages)
` [PATCH v2 01/13] xen: Fix coding style errors
` [PATCH v2 02/13] xen: Fix coding style warnings
` [PATCH v2 03/13] xen: Create a new file xen_pvdev.c
` [PATCH v2 04/13] xen: Move xenstore_update to xen_pvdev.c
` [PATCH v2 05/13] xen: Move evtchn functions "
` [PATCH v2 06/13] xen: Prepare xendev qtail to be shared with frontends
` [PATCH v2 07/13] xen: Move xenstore cleanup and mkdir functions
` [PATCH v2 08/13] xen: Rename xen_be_printf to xen_pv_printf
` [PATCH v2 09/13] xen: Rename xen_be_unbind_evtchn
` [PATCH v2 10/13] xen: Rename xen_be_send_notify
` [PATCH v2 11/13] xen: Rename xen_be_evtchn_event
` [PATCH v2 12/13] xen: Rename xen_be_find_xendev
` [PATCH v2 13/13] xen: Rename xen_be_del_xendev

[ovmf test] 101402: all pass - PUSHED
 2016-10-13  5:53 UTC 

[xen-unstable test] 101396: tolerable FAIL
 2016-10-13  5:52 UTC 

[linux-3.18 test] 101398: regressions - FAIL
 2016-10-13  5:10 UTC 

[PATCH 01/15] xen: Fix coding style errors
 2016-10-13  4:04 UTC  (29+ messages)
` [PATCH 03/15] xen: Create a new file xen_pvdev.c
` [PATCH 04/15] xen: Create a new file xen_frontend.c
` [PATCH 08/15] xen: Move xenstore cleanup and mkdir functions
` [PATCH 09/15] xen: Rename xen_be_printf to xen_pv_printf
` [PATCH 10/15] xen: Rename xen_be_unbind_evtchn
` [PATCH 11/15] xen: Rename xen_be_send_notify
` [PATCH 12/15] xen: Rename xen_be_evtchn_event
` [PATCH 13/15] xen: Rename xen_be_find_xendev
` [PATCH 14/15] xen: Rename xen_be_del_xendev
  ` [PATCH 02/15] xen: Fix coding style warnings
  ` [PATCH 15/15] xen: Rename xen_be_frontend_changed

Deadlines for next Outreachy
 2016-10-13  2:36 UTC 

[qemu-mainline test] 101395: trouble: blocked/broken/fail/pass
 2016-10-13  2:11 UTC 

[PATCH] xen-netback: fix type mismatch warning
 2016-10-13  1:22 UTC 

[PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine
 2016-10-13  1:15 UTC  (7+ messages)
` [PATCH v2 1/2] Xen/Keyhandler: Rework process of nonirq keyhandler
` [PATCH v2 2/2] Xen/timer: Process softirq during dumping timer info

[xen-unstable baseline-only test] 67868: regressions - FAIL
 2016-10-12 23:22 UTC 

[ovmf baseline-only test] 67869: all pass
 2016-10-12 21:47 UTC 

PCIe devices that are hotplugged after MMIO has been setup fail due to _CRS not covering 64-bit area
 2016-10-12 21:15 UTC  (3+ messages)

[PATCH for-4.8] ipxe: update to newer commit
 2016-10-12 21:03 UTC  (28+ messages)
                    ` [PATCH for-4.8] ipxe: update to newer commit [and 1 more messages]

regression: xl create does not work since 38cd0664a6bf
 2016-10-12 20:20 UTC  (2+ messages)

[RFC PATCH 0/9] Introduce AMD SVM AVIC
 2016-10-12 20:02 UTC  (11+ messages)
` [RFC PATCH 1/9] x86/HVM: Introduce struct hvm_pi_ops
` [RFC PATCH 2/9] x86/vLAPIC: Declare vlapic_read_aligned() and vlapic_reg_write() as non-static
` [RFC PATCH 3/9] x86/HVM: Call vlapic_destroy after vcpu_destroy
` [RFC PATCH 4/9] x86/SVM: Modify VMCB fields to add AVIC support
` [RFC PATCH 5/9] x86/HVM/SVM: Add AVIC initialization code

[PATCH RFC] xl_cmdimpl.c: Fix printf usage
 2016-10-12 18:52 UTC 

[PATCH v1 0/1] xen/arm: Disable the Cortex-a53-edac
 2016-10-12 17:32 UTC  (9+ messages)
` [PATCH v1 1/1] "

[xen-unstable-smoke test] 101403: tolerable all pass - PUSHED
 2016-10-12 17:08 UTC 

[PATCH v2 5/9] gcov: add new interface and 3.4 and 4.7 format support
 2016-10-12 17:07 UTC  (25+ messages)
` [PATCH v3] "

[RFC KERNEL PATCH 0/2] Add Dom0 NVDIMM support for Xen
 2016-10-12 16:19 UTC  (22+ messages)

[DOC v6] PV Calls protocol design
 2016-10-12 16:06 UTC  (4+ messages)

[PATCH v2 00/30] PVHv2 Dom0
 2016-10-12 15:55 UTC  (21+ messages)
` [PATCH v2 15/30] xen/x86: populate PVHv2 Dom0 physical memory map
` [PATCH v2 16/30] xen/x86: parse Dom0 kernel for PVHv2
` [PATCH v2 17/30] xen/x86: setup PVHv2 Dom0 CPUs
` [PATCH v2 18/30] xen/x86: setup PVHv2 Dom0 ACPI tables

[ovmf baseline-only test] 67867: all pass
 2016-10-12 15:35 UTC 

[PATCH] x86: xen: move cpu_up functions out of ifdef
 2016-10-12 15:29 UTC  (2+ messages)

[PATCH] xen-netback: fix type mismatch warning
 2016-10-12 14:54 UTC 

[ovmf test] 101392: all pass - PUSHED
 2016-10-12 14:33 UTC 

[PATCH v2 0/2] Xen: Fix Xen hypervisor panic during dumping timer info on huge machine
 2016-10-12 14:32 UTC  (5+ messages)

[linux-4.1 test] 101390: trouble: blocked/broken/fail/pass
 2016-10-12 14:32 UTC 

[PATCH v5 0/7] VMX: Properly handle pi descriptor and per-cpu blocking list
 2016-10-12 14:01 UTC  (9+ messages)
` [PATCH v5 1/7] VMX: Statically assign two PI hooks
` [PATCH v5 4/7] VMX: Make sure PI is in proper state before install the hooks
` [PATCH v5 5/7] VT-d: No need to set irq affinity for posted format IRTE
` [PATCH v5 6/7] VT-d: Some cleanups

[ANNOUNCEMENT] Xen 4.8 RC2
 2016-10-12 13:45 UTC  (5+ messages)
` [BUG] ANNOUNCEMENT] "

[PATCH] x86/Intel: virtualize support for cpuid faulting
 2016-10-12 13:10 UTC  (3+ messages)

[PATCH v9 00/13] x86: multiboot2 protocol support
 2016-10-12 12:59 UTC  (9+ messages)
` [PATCH v9 06/13] efi: create new early memory allocator

Outreachy golang bindings planning
 2016-10-12 11:49 UTC 

[linux-3.18 test] 101389: regressions - FAIL
 2016-10-12 11:47 UTC 

[PATCH] acpi: don't register acpi_pad driver if running as xen dom0
 2016-10-12 11:11 UTC 

Proposed plan and URL name for new VM to download xen tarballs (ftp.xenproject.org)
 2016-10-12 11:06 UTC  (11+ messages)

[xen-unstable test] 101383: tolerable FAIL - PUSHED
 2016-10-12 11:03 UTC 

[xen-unstable-coverity test] 101393: regressions - ALL FAIL
 2016-10-12 10:43 UTC 

[libvirt test] 101386: tolerable FAIL - PUSHED
 2016-10-12  9:14 UTC 

[distros-debian-squeeze test] 67865: tolerable FAIL
 2016-10-12  8:29 UTC 

[PATCH v2 for-4.8] libelf: fix symtab/strtab loading for 32bit domains
 2016-10-12  8:25 UTC  (2+ messages)

[ovmf test] 101384: all pass - PUSHED
 2016-10-12  8:13 UTC 

[ovmf baseline-only test] 67864: all pass
 2016-10-12  4:32 UTC 

[xen-unstable baseline-only test] 67863: regressions - FAIL
 2016-10-12  2:54 UTC 

[ovmf test] 101381: all pass - PUSHED
 2016-10-12  2:15 UTC 

[xen-unstable test] 101379: regressions - FAIL
 2016-10-12  1:15 UTC 

[PATCH] Don't clear HCR_VM bit when updating VTTBR
 2016-10-12  0:21 UTC  (2+ messages)

[PATCH Altp2m cleanup 2/3 v10 0/2] Cleaning up altp2m code
 2016-10-11 23:40 UTC  (3+ messages)
` [PATCH Altp2m cleanup 2/3 v10 1/2] Move altp2m specific functions to altp2m files
` [PATCH Altp2m cleanup 2/3 v10 2/2] Moving ept code to ept specific files as requested in: https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html Renamed p2m_init_altp2m_helper() to p2m_init_altp2m_ept()

[PATCH Altp2m cleanup 2/3 v9 0/2] Cleaning up altp2m code
 2016-10-11 19:26 UTC  (6+ messages)
` [PATCH Altp2m cleanup 2/3 v9 1/2] Move altp2m specific functions to altp2m files
` [PATCH Altp2m cleanup 2/3 v9 2/2] Moving ept code to ept specific files as requested in: https://lists.xenproject.org/archives/html/xen-devel/2015-07/msg04323.html Renamed p2m_init_altp2m_helper() to p2m_init_altp2m_ept()

[ovmf baseline-only test] 67862: all pass
 2016-10-11 19:18 UTC 

[RFC XEN PATCH 00/16] Add vNVDIMM support to HVM domains
 2016-10-11 19:13 UTC  (3+ messages)
` [RFC XEN PATCH 03/16] xen/x86: add a hypercall XENPF_pmem_add to report host pmem regions

[xen-unstable test] 101372: tolerable FAIL - PUSHED
 2016-10-11 18:44 UTC 

[ovmf test] 101377: all pass - PUSHED
 2016-10-11 16:57 UTC 

[xtf test] 101374: all pass - PUSHED
 2016-10-11 16:43 UTC 

`xl create` hang on skylake desktop
 2016-10-11 16:30 UTC  (4+ messages)

[ovmf baseline-only test] 67861: all pass
 2016-10-11 16:20 UTC 

[qemu-mainline baseline-only test] 67860: regressions - FAIL
 2016-10-11 16:18 UTC 

[xen-unstable-smoke test] 101376: tolerable all pass - PUSHED
 2016-10-11 16:17 UTC 

[PATCHv1 net] xen-netback: fix guest Rx stall detection (after guest Rx refactor)
 2016-10-11 15:54 UTC 

[PATCHv1 net] xen-netback: fix guest Rx stall detection (after guest Rx refactor)
 2016-10-11 15:48 UTC 

Outreachy Application Deadline Reminder (for applicants and mentors)
 2016-10-11 15:08 UTC 

[RFC QEMU PATCH 0/8] Implement vNVDIMM for Xen HVM guest
 2016-10-11 14:45 UTC  (6+ messages)
` [RFC QEMU PATCH 8/8] qmp: add a qmp command 'query-nvdimms' to get plugged NVDIMM devices

[ovmf test] 101370: all pass - PUSHED
 2016-10-11 14:02 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).