messages from 2017-09-07 13:30:48 to 2017-09-09 07:19:19 UTC [more...]
[qemu-mainline test] 113148: tolerable FAIL - PUSHED
2017-09-09 7:19 UTC
[linux-next test] 113145: regressions - trouble: blocked/broken/fail/pass
2017-09-09 6:18 UTC
[stage1-xen PATCH v1 00/10] Add Fedora support
2017-09-09 2:52 UTC (11+ messages)
` [stage1-xen PATCH v1 04/10] build/fedora: Add `run` and `components/*` scripts
` [stage1-xen PATCH v1 06/10] build/fedora: Add `xen-unstable-runit/*` scripts
` [stage1-xen PATCH v1 09/10] build/fedora: Add `RUNNING_STAGE1_XEN.md`
[linux-3.18 test] 113144: FAIL
2017-09-09 1:48 UTC
[ovmf baseline-only test] 72078: all pass
2017-09-09 0:27 UTC
[PATCH v3 01/13] xen/pvcalls: introduce the pvcalls xenbus frontend
2017-09-09 0:14 UTC (21+ messages)
` [PATCH v3 03/13] xen/pvcalls: connect to the backend
` [PATCH v3 04/13] xen/pvcalls: implement socket command and handle events
` [PATCH v3 05/13] xen/pvcalls: implement connect command
` [PATCH v3 08/13] xen/pvcalls: implement accept command
` [PATCH v3 09/13] xen/pvcalls: implement sendmsg
` [PATCH v3 10/13] xen/pvcalls: implement recvmsg
` [PATCH v3 06/13] xen/pvcalls: implement bind command
` [PATCH v3 11/13] xen/pvcalls: implement poll command
` [PATCH v3 12/13] xen/pvcalls: implement release command
` [PATCH v3 02/13] xen/pvcalls: implement frontend disconnect
[xen-unstable test] 113139: trouble: blocked/broken/fail/pass
2017-09-08 21:46 UTC
[examine test] 113149: all pass
2017-09-08 20:07 UTC
[PATCH v2 0/4] Various XSA followups
2017-09-08 20:03 UTC (6+ messages)
` [PATCH v2 1/4] x86/shadow: Use ERR_PTR infrastructure for sh_emulate_map_dest()
` [PATCH v2 2/4] x86/hvm: Rename enum hvm_copy_result to hvm_translation_result
` [PATCH v2 3/4] x86/hvm: Break out __hvm_copy()'s translation logic
` [PATCH v2 4/4] x86/hvm: Implement hvmemul_write() using real mappings
[PATCH RFC] Add SUPPORT.md
2017-09-08 19:37 UTC (14+ messages)
` [PATCH RFC] Add SUPPORT.md\
ARM64:Porting xen to new hardware
2017-09-08 19:19 UTC (11+ messages)
PVH dom0 memory setup
2017-09-08 19:04 UTC (3+ messages)
[ovmf test] 113143: all pass - PUSHED
2017-09-08 18:49 UTC
[libvirt test] 113141: tolerable all pass - PUSHED
2017-09-08 18:32 UTC
[PATCH] pci: constify domain parameter of pci_get_pdev_by_domain
2017-09-08 18:08 UTC (7+ messages)
[PATCH v6 05/11] arm64/mm: Add support for XPFO
2017-09-08 17:24 UTC
[xen-unstable-smoke test] 113152: tolerable all pass - PUSHED
2017-09-08 16:42 UTC
[linux-4.9 test] 113137: regressions - trouble: blocked/broken/fail/pass
2017-09-08 16:06 UTC
[PATCH 0/4] xen: grant table interface v2 support
2017-09-08 14:48 UTC
[PATCH 1/4] xen: re-introduce support for grant v2 interface
2017-09-08 14:48 UTC (4+ messages)
` [PATCH 2/4] xen: limit grant v2 interface to the v1 functionality
` [PATCH 3/4] xen: add grant interface version dependent constants to gnttab_ops
` [PATCH 4/4] xen: select grant interface version
[PATCH v5 00/11] vpci: PCI config space emulation
2017-09-08 15:56 UTC (12+ messages)
` [PATCH v5 02/11] vpci: introduce basic handlers to trap accesses to the PCI config space
` [PATCH v5 09/11] vpci/msi: add MSI handlers
` [PATCH v5 10/11] vpci: add a priority parameter to the vPCI register initializer
` [PATCH v5 11/11] vpci/msix: add MSI-X handlers
[PATCH v5 0/8] xen: better grant v2 support
2017-09-08 15:55 UTC (16+ messages)
` [PATCH v5 1/8] xen: move XENMAPSPACE_grant_table code into grant_table.c
` [PATCH v5 2/8] xen: clean up grant_table.h
` [PATCH v5 3/8] xen: delay allocation of grant table sub structures
` [PATCH v5 4/8] xen: make grant resource limits per domain
` [PATCH v5 5/8] xen: double default grant frame limit for huge hosts
` [PATCH v5 6/8] xen: add new domctl hypercall to set grant table resource limits
` [PATCH v5 7/8] libxc: add libxc support for setting "
` [PATCH v5 8/8] libxl: add libxl "
[PATCH v5 00/12] x86: guest resource mapping
2017-09-08 15:21 UTC (13+ messages)
` [PATCH v5 01/12] x86/mm: allow a privileged PV domain to map guest mfns
` [PATCH v5 02/12] x86/mm: add HYPERVISOR_memory_op to acquire guest resources
` [PATCH v5 03/12] tools/libxenforeignmemory: add support for resource mapping
` [PATCH v5 04/12] tools/libxenforeignmemory: reduce xenforeignmemory_restrict code footprint
` [PATCH v5 05/12] tools/libxenctrl: use new xenforeignmemory API to seed grant table
` [PATCH v5 06/12] x86/hvm/ioreq: rename .*pfn and .*gmfn to .*gfn
` [PATCH v5 07/12] x86/hvm/ioreq: use bool rather than bool_t
` [PATCH v5 08/12] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v5 09/12] x86/hvm/ioreq: simplify code and use consistent naming
` [PATCH v5 10/12] x86/hvm/ioreq: use gfn_t in struct hvm_ioreq_page
` [PATCH v5 11/12] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v5 12/12] x86/hvm/ioreq: add a new mappable resource type
[RFC] Unicore Subproject Proposal
2017-09-08 15:22 UTC (9+ messages)
` [Minios-devel] "
[xen-4.8-testing test] 113134: trouble: blocked/broken/fail/pass
2017-09-08 14:39 UTC
[OSSTEST PATCH] README: Better documentation of recipes, db, etc
2017-09-08 14:27 UTC (3+ messages)
[PATCH] monitor: switch to plain bool
2017-09-08 14:18 UTC (5+ messages)
[xen-unstable-smoke test] 113147: tolerable all pass - PUSHED
2017-09-08 14:16 UTC
[linux-linus test] 113129: regressions - trouble: blocked/broken/fail/pass
2017-09-08 14:13 UTC
[qemu-mainline test] 113132: regressions - trouble: blocked/broken/fail/pass
2017-09-08 13:47 UTC
[PATCH] x86/HVM: correct repeat count update in linear->phys translation
2017-09-08 12:31 UTC (2+ messages)
[RFC] Unicore Subproject Proposal
2017-09-08 12:31 UTC (4+ messages)
[ovmf baseline-only test] 72074: all pass
2017-09-08 12:27 UTC
[PATCH] x86/mm: Allow map_domain_page_global() to be used during boot
2017-09-08 12:20 UTC (4+ messages)
[distros-debian-jessie test] 72075: tolerable trouble: blocked/broken/fail/pass
2017-09-08 11:59 UTC
[PATCH v9 0/3] tools/libxc: use superpages
2017-09-08 11:45 UTC (5+ messages)
` [PATCH v9 3/3] tools/libxc: use superpages during restore of HVM guest
[PATCH v2] Livepatch fixes for v4.10 (v2)
2017-09-08 9:30 UTC (7+ messages)
` [PATCH v2 3/5] xen/livepatch/ARM32: Don't load and crash on livepatches loaded with wrong alignment
Feature control on PV devices
2017-09-08 8:49 UTC (2+ messages)
[linux-3.18 test] 113128: trouble: blocked/broken/fail/pass
2017-09-08 8:38 UTC
[PATCH v4 00/12] x86: guest resource mapping
2017-09-08 8:34 UTC (21+ messages)
` [PATCH v4 08/12] x86/hvm/ioreq: maintain an array of ioreq servers rather than a list
` [PATCH v4 11/12] x86/hvm/ioreq: defer mapping gfns until they are actually requsted
` [PATCH v4 12/12] x86/hvm/ioreq: add a new mappable resource type
[xen-unstable-smoke test] 113142: tolerable all pass - PUSHED
2017-09-08 8:16 UTC
Faulting linear address??
2017-09-08 7:40 UTC (2+ messages)
[ovmf test] 113130: all pass - PUSHED
2017-09-08 6:12 UTC
[xen-unstable-smoke test] 113140: trouble: broken/pass
2017-09-08 5:15 UTC
[BUG] PV domU Arch Linux kernel 4.12 with CONFIG_INTEL_ATOMISP=y guest crashes
2017-09-08 5:15 UTC (2+ messages)
[xen-unstable-smoke test] 113138: trouble: broken/fail/pass
2017-09-08 2:12 UTC
[xen-unstable test] 113122: trouble: blocked/broken/fail/pass
2017-09-08 2:03 UTC
[xen-unstable-smoke test] 113136: trouble: broken/pass
2017-09-07 23:57 UTC
[linux-4.9 test] 113121: regressions - trouble: blocked/broken/fail/pass
2017-09-07 23:21 UTC
[PATCH v2] Fix ARM multiboot2 breaking Fedora
2017-09-07 21:47 UTC
[xen-unstable-smoke test] 113135: trouble: broken/pass
2017-09-07 21:45 UTC
[xen-unstable-smoke test] 113133: trouble: broken/pass
2017-09-07 19:48 UTC
GRUB documentation updated
2017-09-07 19:12 UTC
[libvirt test] 113119: trouble: blocked/broken/pass
2017-09-07 18:50 UTC
[xen-4.8-testing test] 113117: trouble: blocked/broken/fail/pass
2017-09-07 18:18 UTC
[ovmf baseline-only test] 72072: all pass
2017-09-07 17:46 UTC
[xen-unstable-smoke test] 113131: trouble: broken/pass
2017-09-07 17:27 UTC
[PATCH v10 0/3] Notify monitor when emulating an unimplemented instruction
2017-09-07 17:15 UTC (11+ messages)
` [PATCH v10 1/3] gitignore: add local vimrc files
` [PATCH v10 2/3] x86emul: New return code for unimplemented instruction
[PATCH v3 0/5] ARM: ACPI: ITS: Add ITS Support for ACPI hardware domain
2017-09-07 16:57 UTC (11+ messages)
` [PATCH v3 1/5] ARM: ITS: Introduce common function add_to_host_its_list
` [PATCH v3 2/5] ARM: ITS: Populate host_its_list from ACPI MADT Table
` [PATCH v3 3/5] ARM: ITS: Deny hardware domain access to ITS
` [PATCH v3 4/5] ARM: Introduce get_hwdom_madt_size in gic_hw_operations
` [PATCH v3 5/5] ARM: ITS: Expose ITS in the MADT table
[qemu-mainline test] 113114: trouble: blocked/broken/fail/pass
2017-09-07 16:49 UTC
kernel panic with no call trace
2017-09-07 16:29 UTC (3+ messages)
[xen-unstable-smoke test] 112957: regressions - trouble: broken/fail/pass
2017-09-07 16:05 UTC (11+ messages)
[xen-unstable-smoke test] 113127: trouble: broken/fail/pass
2017-09-07 15:33 UTC
[ovmf test] 113115: all pass - PUSHED
2017-09-07 15:28 UTC
[PATCH 0/4] Orphan and disable blktap2
2017-09-07 15:26 UTC (4+ messages)
` [PATCH 1/4] MAINTAINERS: orphan blktap2
[linux-linus test] 113104: regressions - trouble: blocked/broken/fail/pass
2017-09-07 15:12 UTC
[linux-3.18 test] 113110: trouble: blocked/broken/fail/pass
2017-09-07 14:57 UTC
[PATCH 0/2 v3] xenfb: rework xen vkbd backend
2017-09-07 14:56 UTC (4+ messages)
` [PATCH 1/2 v3] xenfb: Use Input Handlers directly
[PATCH] x86/page: Implement {get, set}_pte_flags() as static inlines
2017-09-07 14:51 UTC (3+ messages)
[PATCH 00/27 v8] SBSA UART emulation support in Xen
2017-09-07 14:37 UTC (3+ messages)
` [PATCH 26/27 v8] xen/arm: vpl011: Correct the logic for asserting/de-asserting SBSA UART TX interrupt
[PATCH v4 0/8] xen: better grant v2 support
2017-09-07 14:29 UTC (12+ messages)
` [PATCH v4 1/8] xen: move XENMAPSPACE_grant_table code into grant_table.c
` [PATCH v4 2/8] xen: clean up grant_table.h
` [PATCH v4 3/8] xen: delay allocation of grant table sub structures
` [PATCH v4 4/8] xen: make grant resource limits per domain
` [PATCH v4 5/8] xen: double default grant frame limit for huge hosts
` [PATCH v4 6/8] xen: add new domctl hypercall to set grant table resource limits
` [PATCH v4 7/8] libxc: add libxc support for setting "
` [PATCH v4 8/8] libxl: add libxl "
[xen-unstable-smoke test] 113126: trouble: broken/pass
2017-09-07 13:52 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).