xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-25 07:17:24 to 2017-08-27 03:00:45 UTC [more...]

[stage1-xen PATCH v1 00/10] Add Fedora support
 2017-08-27  3:00 UTC  (4+ messages)
` [stage1-xen PATCH v1 01/10] .gitignore: Add
` [stage1-xen PATCH v1 02/10] build/fedora: Add `buildroot-README.md`
` [stage1-xen PATCH v1 03/10] build/fedora: Add `buildroot-Dockerfile`

[xen-unstable test] 112885: regressions - trouble: blocked/broken/fail/pass
 2017-08-27  2:46 UTC 

[ovmf baseline-only test] 72030: all pass
 2017-08-26 23:46 UTC 

[linux-linus test] 112884: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 22:57 UTC 

[ovmf baseline-only test] 72029: all pass
 2017-08-26 21:26 UTC 

[xen-4.9-testing baseline-only test] 72028: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 21:01 UTC 

[linux-3.18 test] 112881: trouble: blocked/broken/fail/pass
 2017-08-26 19:52 UTC 

[ovmf test] 112883: all pass - PUSHED
 2017-08-26 18:52 UTC 

[libvirt test] 112882: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 17:56 UTC 

[xen-unstable test] 112880: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 17:03 UTC 

[distros-debian-stretch test] 72027: tolerable trouble: blocked/broken/fail/pass
 2017-08-26 16:59 UTC 

[xen-4.8-testing baseline-only test] 72026: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 14:34 UTC 

[linux-linus test] 112876: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-26 14:27 UTC 

[linux-next test] 112870: regressions - trouble: blocked/broken/fail/pass
 2017-08-26 12:28 UTC 

[ovmf test] 112878: all pass - PUSHED
 2017-08-26 11:51 UTC 

[xen-4.9-testing test] 112872: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-26 10:38 UTC 

[PATCH v6 0/3] tools/libxc: use superpages
 2017-08-26 10:33 UTC  (4+ messages)
` [PATCH v6 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v6 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v6 3/3] tools/libxc: use superpages during restore of HVM guest

[qemu-mainline baseline-only test] 72025: regressions - trouble: blocked/broken/fail/pass
 2017-08-26  9:42 UTC 

[xen-4.8-testing test] 112871: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-26  6:13 UTC 

[qemu-mainline test] 112869: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-26  3:48 UTC 

[linux-3.18 test] 112868: trouble: blocked/broken/fail/pass
 2017-08-26  1:28 UTC 

[xen-unstable-smoke test] 112879: tolerable trouble: broken/pass - PUSHED
 2017-08-26  1:14 UTC 

[ovmf baseline-only test] 72024: all pass
 2017-08-25 23:18 UTC 

[xen-unstable-smoke test] 112877: regressions - trouble: broken/fail/pass
 2017-08-25 22:59 UTC 

[xen-unstable test] 112865: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 22:50 UTC 

[PATCH] libxl/arm: Fix build on arm64 + acpi
 2017-08-25 21:35 UTC 

[xen-unstable-smoke test] 112875: tolerable trouble: broken/pass - PUSHED
 2017-08-25 20:49 UTC 

[ovmf test] 112867: all pass - PUSHED
 2017-08-25 20:41 UTC 

[libvirt test] 112866: tolerable trouble: blocked/broken/pass - PUSHED
 2017-08-25 20:07 UTC 

[RFC PATCH v1 0/7] IPMMU-VMSA support on ARM
 2017-08-25 20:06 UTC  (8+ messages)
` [RFC PATCH v1 2/7] iommu/arm: ipmmu-vmsa: Add Xen changes for main driver

[linux-linus test] 112864: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 19:45 UTC 

[Qemu-devel] [PATCH 4/5] pci: Add INTERFACE_LEGACY_PCI_DEVICE to legacy PCI devices
 2017-08-25 19:39 UTC 

[PATCH] xen: fix parse_bool() with empty string
 2017-08-25 19:16 UTC  (3+ messages)

[PATCH] common/gnttab: Introduce command line feature controls
 2017-08-25 18:43 UTC  (14+ messages)

[PATCH v5 0/3] tools/libxc: use superpages
 2017-08-25 18:27 UTC  (5+ messages)
` [PATCH v5 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v5 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v5 3/3] tools/libxc: use superpages during restore of HVM guest

[PATCH v3] hvmloader, libxl: use the correct ACPI settings depending on device model
 2017-08-25 18:02 UTC  (2+ messages)

[PATCH 01/14] fuzz/x86_emulate: Remove redundant AFL hook
 2017-08-25 17:59 UTC  (19+ messages)
` [PATCH 02/14] x86emul/fuzz: add rudimentary limit checking
` [PATCH 03/14] fuzz/x86_emulate: Actually use cpu_regs input
` [PATCH 04/14] fuzz/x86_emulate: Add a better input size check
` [PATCH 05/14] fuzz/x86_emulate: Improve failure descriptions in x86_emulate harness
` [PATCH 06/14] fuzz/x86_emulate: Implement dread() and davail()
` [PATCH 07/14] fuzz/x86_emulate: Rename the file containing the wrapper code
` [PATCH 08/14] fuzz/x86_emulate: Add 'afl-cov' target
` [PATCH 09/14] fuzz/x86_emulate: Take multiple test files for inputs
` [PATCH 10/14] fuzz/x86_emulate: Move all state into fuzz_state
` [PATCH 11/14] fuzz/x86_emulate: Make input more compact
` [PATCH 12/14] fuzz/x86_emulate: Add --rerun option to try to track down instability
` [PATCH 13/14] fuzz/x86_emulate: Set and fuzz more CPU state
` [PATCH 14/14] fuzz/x86_emulate: Add an option to limit the number of instructions executed

[PATCH v2] xen: Emit RTC_CHANGE upon TIMEOFFSET ioreq
 2017-08-25 17:27 UTC  (2+ messages)

[xen-unstable test] 112855: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 17:14 UTC  (3+ messages)

[xen-unstable-smoke test] 112874: trouble: broken/pass
 2017-08-25 17:13 UTC 

[PATCH v4 0/3] tools/libxc: use superpages
 2017-08-25 16:25 UTC  (4+ messages)
` [PATCH v4 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v4 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v4 3/3] tools/libxc: use superpages during restore of HVM guest

[PATCH v3] passthrough: give XEN_DOMCTL_test_assign_device more sane semantics
 2017-08-25 16:05 UTC  (6+ messages)
` Ping: "
    ` [PATCH v3] passthrough: give XEN_DOMCTL_test_assign_device more sane semantics (and 1 more message)

[linux-4.9 test] 112863: tolerable trouble: blocked/broken/fail/pass - PUSHED
 2017-08-25 16:01 UTC 

[PATCH v2] x86/apic/x2apic: Share IRQ vector between cluster members only when no cpumask is specified
 2017-08-25 16:00 UTC  (3+ messages)

[PATCH v6] x86/hvm: Allow guest_request vm_events coming from userspace
 2017-08-25 15:58 UTC  (7+ messages)

x86: PIE support and option to extend KASLR randomization
 2017-08-25 15:38 UTC  (4+ messages)
                ` [kernel-hardening] "

[PATCH] x86/pv: Minor improvements to guest_get_eff_{, kern}_l1e()
 2017-08-25 15:21 UTC  (5+ messages)

[PATCH RESEND v9] VT-d: use correct BDF for VF to search VT-d unit
 2017-08-25 15:20 UTC  (5+ messages)

[PATCH 0/3] x86/mm: Nonfunctional code hygene improvements
 2017-08-25 15:11 UTC  (10+ messages)
` [PATCH 1/3] x86/mm: Replace opencoded forms of l?e_{get, from}_page()
` [PATCH 2/3] x86/mm: Replace opencoded forms of map_l?t_from_l?e()
` [PATCH 3/3] x86/mm: Introduce and use l?e_{get, from}_mfn()

[PATCH] tools/hvmloader: Use base instead of pci_mem_start for find_next_rmrr()
 2017-08-25 15:10 UTC  (2+ messages)

[PATCH v3] x86/HVM: don't #GP/#SS on wrapping virt->linear translations
 2017-08-25 14:59 UTC  (3+ messages)
` Ping: "
  ` Ping#2: "

[PATCH v3 0/3] tools/libxc: use superpages
 2017-08-25 14:51 UTC  (11+ messages)
` [PATCH v3 1/3] tools/libxc: move SUPERPAGE macros to common header
` [PATCH v3 2/3] tools/libxc: add API for bitmap access for restore
` [PATCH v3 3/3] tools/libxc: use superpages during restore of HVM guest

[xen-unstable-smoke test] 112873: tolerable trouble: broken/pass - PUSHED
 2017-08-25 14:40 UTC 

[PATCH v2] x86/EFI: warn about r/o sections requiring relocations
 2017-08-25 14:40 UTC  (2+ messages)

[PATCH v3 0/3] Rework vlapic timer to behave more like real-hardware
 2017-08-25 14:40 UTC  (2+ messages)

[RFC PATCH 0/5] Extend resources to support more vcpus in single VM
 2017-08-25 14:10 UTC  (18+ messages)
` [RFC PATCH 1/5] xen/hap: Increase hap size for more vcpus support
` [RFC PATCH 2/5] XL: Increase event channels to support more vcpus
` [RFC PATCH 3/5] Tool/ACPI: DSDT extension "
` [RFC PATCH 4/5] hvmload: Add x2apic entry support in the MADT build
` [RFC PATCH 5/5] xl/libacpi: extend lapic_id() to uint32_t

[PATCH v2 0/4] x86/pvh: implement iommu_inclusive_mapping for PVH Dom0
 2017-08-25 13:58 UTC  (8+ messages)
` [PATCH v2 1/4] x86/dom0: prevent access to MMCFG areas "

Building XenGT for Intel embedded board
 2017-08-25 13:17 UTC  (3+ messages)

Graphical virtualization in intel® Atom is possible?
 2017-08-25 12:56 UTC  (3+ messages)

[xen-4.9-testing test] 112862: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 12:25 UTC 

[PATCH 0/5] xen: better grant v2 support
 2017-08-25 12:23 UTC  (8+ messages)
` [PATCH 5/5] xen: add new hypercall to get grant table limits

[PATCH 0/6] Allow setting up shared memory areas between VMs from xl config files
 2017-08-25 12:09 UTC  (7+ messages)
` [PATCH 5/6] libxl: support mapping static shared memory areas during domain creation
` [PATCH 6/6] libxl: support unmapping static shared memory areas during domain destruction

[PATCH 0/3] gnttab: Further XSA-226 cleanup
 2017-08-25 11:54 UTC  (12+ messages)
` [PATCH 1/3] gnttab: Drop the frame parameter from acquire_grant_for_copy()
` [PATCH 2/3] gnttab: Drop the frame parameter from get_paged_frame()
` [PATCH 3/3] gnttab: Drop the frame field from struct gnttab_copy_buf

[PATCH v4 00/11] Handle SMCs and HVCs in conformance with SMCCC
 2017-08-25 11:13 UTC  (9+ messages)
` [PATCH v4 07/11] arm: traps: handle PSCI calls inside `vsmc.c`
` [PATCH v4 08/11] arm: PSCI: use definitions provided by asm/smccc.h

[xen-4.8-testing test] 112860: regressions - trouble: blocked/broken/fail/pass
 2017-08-25 10:55 UTC 

Next Xen ARM community call - Wednesday 13th September 2017
 2017-08-25 10:42 UTC 

[PATCH v3] common/vm_event: Initialize vm_event lists on domain creation
 2017-08-25 10:26 UTC  (2+ messages)

[PATCH v2 REPOST 00/12] x86: guest resource mapping
 2017-08-25 10:18 UTC  (15+ messages)
` [PATCH v2 REPOST 02/12] x86/mm: allow a privileged PV domain to map guest mfns
` [PATCH v2 REPOST 09/12] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v2 REPOST 11/12] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v2 REPOST 12/12] x86/hvm/ioreq: add a new mappable resource type

[ovmf baseline-only test] 72016: all pass
 2017-08-25  9:48 UTC 

[distros-debian-jessie test] 72017: tolerable trouble: blocked/broken/pass
 2017-08-25  9:46 UTC 

[PATCH V2 00/25] xen/vIOMMU: Add vIOMMU support with irq remapping fucntion of virtual vtd
 2017-08-25  9:43 UTC  (26+ messages)
` [PATCH V2 9/25] tools/libxl: build DMAR table for a guest with one virtual VTD
` [PATCH V2 21/25] tools/libxc: Add a new interface to bind remapping format msi with pirq
` [PATCH V2 23/25] x86/vvtd: Handle interrupt translation faults
` [PATCH V2 25/25] x86/vvtd: save and restore emulated VT-d

[PATCH] x86/EFI: warn about r/o sections requiring relocations
 2017-08-25  9:41 UTC  (3+ messages)

[PATCH v4 00/53] Support for modifying parameters at runtime
 2017-08-25  8:50 UTC  (19+ messages)
` [PATCH v4 01/53] xen: add an optional string end parameter to parse_bool()
` [PATCH v4 19/53] xen/arch/x86/psr.c: let custom parameter parsing routines return errno
` [PATCH v4 21/53] xen/arch/x86/shutdown.c: "
` [PATCH v4 23/53] xen/arch/x86/x86_64/mmconfig-shared.c: "
` [PATCH v4 32/53] xen/drivers/cpufreq/cpufreq.c: "
` [PATCH v4 34/53] xen/drivers/passthrough/iommu.c: "
` [PATCH v4 35/53] xen/drivers/passthrough/pci.c: "

[PATCH v5 00/11] vpci: PCI config space emulation
 2017-08-25  8:29 UTC  (4+ messages)
` [PATCH v5 01/11] x86/pci: introduce hvm_pci_decode_addr

[xen-4.5-testing baseline-only test] 72015: regressions - FAIL
 2017-08-25  7:50 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).