messages from 2018-07-25 15:42:14 to 2018-07-29 00:00:00 UTC [more...]
[qemu-mainline test] 125640: tolerable FAIL - PUSHED
2018-07-28 23:59 UTC
[PATCH v2 00/17] Add support for Hygon Dhyana Family 18h processor
2018-07-28 23:42 UTC (3+ messages)
` [PATCH v2 16/17] driver/edac: enable Hygon support to AMD64 EDAC driver
[linux-linus test] 125639: tolerable FAIL - PUSHED
2018-07-28 22:56 UTC
[PATCH 1/4] automation: standardize containerize env names
2018-07-28 17:11 UTC (4+ messages)
` [PATCH 2/4] automation: drop container name from containerize
` [PATCH 3/4] automation: remove dead code "
` [PATCH 4/4] automation: ensure created are not owned as root
[linux-next test] 125619: regressions - FAIL
2018-07-28 17:10 UTC
[libvirt test] 125638: regressions - FAIL
2018-07-28 15:32 UTC
[ovmf test] 125646: all pass - PUSHED
2018-07-28 15:19 UTC
[xen-4.8-testing test] 125624: tolerable FAIL - PUSHED
2018-07-28 14:52 UTC
[ovmf baseline-only test] 75020: tolerable FAIL
2018-07-28 12:22 UTC
[ovmf test] 125643: all pass - PUSHED
2018-07-28 10:38 UTC
[distros-debian-stretch test] 75019: tolerable FAIL
2018-07-28 9:34 UTC
[xen-unstable test] 125609: regressions - FAIL
2018-07-28 7:07 UTC
An issue in sharing the pages again in xen-memshare
2018-07-28 6:43 UTC (3+ messages)
[xen-4.9-testing test] 125605: regressions - FAIL
2018-07-28 5:14 UTC
[PATCH v2 00/21] dom0less step1: boot multiple domains from device tree
2018-07-28 2:42 UTC (12+ messages)
` [PATCH v2 17/21] xen/arm: refactor vpl011_data_avail
` [PATCH v2 18/21] xen/arm: Allow vpl011 to be used by DomU
` [PATCH v2 19/21] xen/arm: introduce create_domUs
[linux-3.18 test] 125600: regressions - FAIL
2018-07-27 23:49 UTC
[PATCH v7 00/12] arm: more kconfig configurability and small default configs
2018-07-27 23:30 UTC (23+ messages)
` [PATCH v7 08/12] arm: add ALL, QEMU, Rcar3 and MPSoC configs
` [PATCH v7 12/12] xen: clarify the security-support status of Kconfig options on ARM
[qemu-mainline test] 125598: regressions - trouble: broken/fail/pass
2018-07-27 22:16 UTC
[ovmf baseline-only test] 75018: tolerable FAIL
2018-07-27 19:21 UTC
[linux-linus test] 125585: regressions - FAIL
2018-07-27 18:53 UTC
[PATCH] xen-netfront: wait xenbus state change when load module manually
2018-07-27 18:40 UTC
[qemu-upstream-4.11-testing baseline-only test] 75016: tolerable FAIL
2018-07-27 17:36 UTC
[ovmf baseline-only test] 75017: tolerable FAIL
2018-07-27 17:05 UTC
Xen 4.12 Development Update
2018-07-27 16:19 UTC
Xen 4.12 release planning
2018-07-27 16:10 UTC (7+ messages)
[PATCH 0/4] x86/iommu: PVH Dom0 workarounds for missing RMRR/IRSV entries
2018-07-27 15:31 UTC (5+ messages)
` [PATCH 1/4] iommu: remove unneeded return from iommu_hwdom_init
` [PATCH 2/4] iommu: generalize iommu_inclusive_mapping
` [PATCH 3/4] x86/iommu: reorder conditions used in the inclusive iommu mappings
` [PATCH 4/4] x86/iommu: add PVH support to the inclusive options
[PATCH v4 00/32] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
2018-07-27 14:06 UTC (33+ messages)
` [PATCH v4 01/32] libxl_event: Fix DEBUG prints
` [PATCH v4 02/32] libxl_qmp: Documentation of the logic of the QMP client
` [PATCH v4 03/32] libxl_qmp: Fix use of DEBUG_RECEIVED
` [PATCH v4 04/32] libxl_json: fix build with DEBUG_ANSWER
` [PATCH v4 05/32] libxl_qmp: Move the buffer realloc to the same scope level as read
` [PATCH v4 06/32] libxl_qmp: Add a warning to not trust QEMU
` [PATCH v4 07/32] libxl_qmp: Move struct sockaddr_un variable to qmp_open()
` [PATCH v4 08/32] libxl: Add libxl__prepare_sockaddr_un() helper
` [PATCH v4 09/32] libxl_qmp: Remove unused yajl_ctx from handler
` [PATCH v4 10/32] libxl_json: constify libxl__json_object_to_yajl_gen arguments
` [PATCH v4 11/32] libxl_dm: Add libxl__qemu_qmp_path()
` [PATCH v4 12/32] libxl: Design of an async API to issue QMP commands to QEMU
` [PATCH v4 13/32] libxl_qmp: Connect to QMP socket
` [PATCH v4 14/32] libxl_qmp: Implement fd callback and read data
` [PATCH v4 15/32] libxl_json: Enable yajl_allow_trailing_garbage
` [PATCH v4 16/32] libxl_json: libxl__json_object_to_json
` [PATCH v4 17/32] libxl_qmp: Parse JSON input from QMP
` [PATCH v4 18/32] libxl_qmp: Separate QMP message generation from qmp_send_prepare
` [PATCH v4 19/32] libxl_qmp: Prepare the command to be sent
` [PATCH v4 20/32] libxl_qmp: Handle write to QMP socket
` [PATCH v4 21/32] libxl_qmp: Simplify qmp_response_type() prototype
` [PATCH v4 22/32] libxl_qmp: Handle messages from QEMU
` [PATCH v4 23/32] libxl_qmp: Respond to QMP greeting
` [PATCH v4 24/32] libxl_qmp: Disable beautify for QMP generated cmd
` [PATCH v4 25/32] libxl_exec: Add libxl__spawn_initiate_failure
` [PATCH v4 26/32] libxl_dm: Pre-open QMP socket for QEMU
` [PATCH v4 27/32] libxl: QEMU startup sync based on QMP
` [PATCH v4 28/32] libxl_qmp: Store advertised QEMU version in libxl__ev_qmp
` [PATCH v4 29/32] libxl: Change libxl__domain_suspend_device_model() to be async
` [PATCH v4 30/32] libxl: Re-implement domain_suspend_device_model using libxl__ev_qmp
` [PATCH v4 31/32] libxl_disk: Cut libxl_cdrom_insert into step
` [PATCH v4 32/32] libxl_disk: Have libxl_cdrom_insert use libxl__ev_qmp
[PATCH RFC] x86/HVM: also stuff RSB upon exit to guest
2018-07-27 14:20 UTC
[PATCH RFC] tools/kdd: avoid adversarial optimisation hazard
2018-07-27 14:09 UTC (6+ messages)
[PATCH v3 0/2] x86/xstate: Fixes and improvements to xsetbv handling
2018-07-27 14:06 UTC (9+ messages)
` [PATCH v3 1/2] x86/xstate: Use a guests CPUID policy, rather than allowing all features
` [PATCH v3 2/2] x86/xstate: Make errors in xstate calculations more obvious by crashing the domain
[libvirt test] 125586: regressions - FAIL
2018-07-27 13:45 UTC
[ovmf test] 125625: all pass - PUSHED
2018-07-27 13:39 UTC
[freebsd-master test] 125620: regressions - trouble: blocked/fail
2018-07-27 11:10 UTC
[xen-unstable-smoke test] 125617: tolerable all pass - PUSHED
2018-07-27 11:02 UTC
[ovmf test] 125613: all pass - PUSHED
2018-07-27 10:00 UTC
[xen-4.8-testing test] 125582: regressions - FAIL
2018-07-27 9:57 UTC
[PATCH] xen-netfront: wait xenbus state change when load module manually
2018-07-27 9:56 UTC
PVH dom0 creation fails - the system freezes
2018-07-27 9:11 UTC (32+ messages)
` [Memory Accounting] was: "
[distros-debian-jessie test] 75015: tolerable FAIL
2018-07-27 8:41 UTC
[xen-unstable test] 125573: regressions - FAIL
2018-07-27 8:39 UTC (3+ messages)
[PATCH v3] firmware/shim : filter output files during Xen tree setup
2018-07-27 8:34 UTC (2+ messages)
[xen-4.9-testing test] 125570: regressions - FAIL
2018-07-27 8:24 UTC (2+ messages)
[qemu-upstream-4.11-testing test] 125575: tolerable FAIL - PUSHED
2018-07-27 8:22 UTC
[ovmf baseline-only test] 75014: tolerable FAIL
2018-07-27 7:32 UTC
[ovmf test] 125606: all pass - PUSHED
2018-07-27 5:46 UTC
[linux-next test] 125567: regressions - FAIL
2018-07-27 2:22 UTC
[RESEND] Spectre-v2 (IBPB/IBRS) and SSBD fixes for 4.4.y
2018-07-26 23:09 UTC (5+ messages)
[PATCH] SVM: limit GIF=0 region
2018-07-26 22:35 UTC (3+ messages)
` Ping: "
[PATCH] firmware/shim : filter output files during Xen tree setup
2018-07-26 21:10 UTC (4+ messages)
` [PATCH v2] "
[ovmf baseline-only test] 75013: tolerable FAIL
2018-07-26 18:28 UTC
[PATCH v2] hvm/altp2m: Clarify the proper way to extend the altp2m interface
2018-07-26 18:08 UTC (3+ messages)
[ovmf test] 125597: all pass - PUSHED
2018-07-26 17:05 UTC
[linux-3.18 test] 125561: regressions - FAIL
2018-07-26 17:01 UTC
[qemu-mainline test] 125558: regressions - FAIL
2018-07-26 15:53 UTC
[PATCH v3 00/31] libxl: Enable save/restore/migration of a restricted QEMU + libxl__ev_qmp_*
2018-07-26 14:59 UTC (4+ messages)
` [PATCH v3 31/31] libxl: QEMU startup sync based on QMP
[PATCH 0/2] tools: fix gcc 8.1 build
2018-07-26 14:58 UTC (3+ messages)
` [PATCH 1/2] tools: update ipxe changeset
` [PATCH 2/2] xenpmd: make 32 bit gcc 8.1 non-debug build work
[PATCH v2] x86: assorted array_index_nospec() insertions
2018-07-26 14:47 UTC (6+ messages)
[ovmf baseline-only test] 75012: tolerable FAIL
2018-07-26 14:03 UTC
[BUG] Serial port prevents PVH dom0 boot
2018-07-26 13:47 UTC (5+ messages)
[ovmf test] 125590: all pass - PUSHED
2018-07-26 12:44 UTC
[ovmf baseline-only test] 75011: tolerable FAIL
2018-07-26 11:24 UTC
[PATCH] x86/traps: Fix cascade crash in show_registers()
2018-07-26 9:51 UTC (2+ messages)
[ovmf test] 125584: all pass - PUSHED
2018-07-26 9:26 UTC
[PATCH] libxl/libxl_arm_acpi.c: fix 'memcpy' forming offset out of the bounds
2018-07-26 9:17 UTC (4+ messages)
[PATCH] xenconsole: add option to avoid escape sequences in log
2018-07-26 8:57 UTC (5+ messages)
[distros-debian-wheezy test] 75010: all pass
2018-07-26 8:48 UTC
[libvirt test] 125552: regressions - FAIL
2018-07-26 7:52 UTC
[linux-linus test] 125551: regressions - FAIL
2018-07-26 7:44 UTC
[ovmf baseline-only test] 75009: tolerable FAIL
2018-07-26 5:50 UTC
[xen-4.8-testing test] 125548: regressions - FAIL
2018-07-26 3:59 UTC
[PATCH v3] xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
2018-07-26 3:56 UTC
[ovmf test] 125579: all pass - PUSHED
2018-07-26 3:43 UTC
[ovmf baseline-only test] 75008: tolerable FAIL
2018-07-26 1:53 UTC
[ovmf test] 125576: all pass - PUSHED
2018-07-26 0:02 UTC
Xen ARM Community Call Wednesday 25th July 9AM Pacific / 4PM UTC
2018-07-25 20:33 UTC (2+ messages)
` Minutes of: "
[qemu-upstream-4.11-testing test] 125534: regressions - FAIL
2018-07-25 18:53 UTC
[PATCH] xen/blkfront: remove unused macros
2018-07-25 18:06 UTC
[xen-unstable-smoke test] 125572: tolerable all pass - PUSHED
2018-07-25 17:41 UTC
[examine test] 75007: FAIL
2018-07-25 17:30 UTC
Xen Security Advisory 274 - Linux: Uninitialized state in PV syscall return path
2018-07-25 17:00 UTC
libvirtd hang on CentOS6 after latest updates
2018-07-25 16:58 UTC (4+ messages)
[PATCH 0/2] automation: build test with debian unstable
2018-07-25 16:44 UTC (6+ messages)
` [PATCH 1/2] automation: add debian unstable images
` [PATCH 2/2] automation: build with debian unstable
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).