xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-08 10:28:03 to 2016-07-09 17:46:55 UTC [more...]

[PATCH 00/16] x86/vm-event: numerous adjustments & fixes
 2016-07-09 17:46 UTC  (20+ messages)
` [PATCH 01/16] x86/vmx_update_guest_cr: minor optimization
` [PATCH 02/16] x86: fix: make atomic_read() param const
` [PATCH 03/16] x86/monitor: mechanical renames
` [PATCH 04/16] x86/monitor: relocate vm_event_register_write_resume() function to monitor code
` [PATCH 05/16] x86/monitor: relocate code more appropriately
` [PATCH 06/16] x86/monitor: fix: set msr_bitmap to NULL after xfree
` [PATCH 07/16] x86/vm-event: fix: call cleanup when init fails, to free partial allocs
` [PATCH 08/16] x86/vm-event: call monitor init & cleanup funcs from respective vm_event funcs
` [PATCH 09/16] arm/monitor: move d->monitor cleanup to monitor_cleanup_domain()
` [PATCH 10/16] x86/vm-event: centralize vcpu-destroy cleanup in vm-events code
` [PATCH 11/16] x86/monitor: fix: treat -monitor- properly, as a subsys of the vm-event subsys
` [PATCH 12/16] x86/vm-event: fix: move cleanup of mem_access_emulate_each_rep to monitor stub
` [PATCH 13/16] x86/monitor: introduce writes_pending field in monitor_write_data
` [PATCH 14/16] x86/monitor: clarify separation between monitor subsys and vm-event as a whole
` [PATCH 15/16] x86/monitor: fix: don't compromise a monitor_write_data with pending CR writes
` [PATCH 16/16] x86/monitor: fix: xc_monitor _write_ctrlreg w/o previous _enable must fail

[ovmf test] 96827: regressions - FAIL
 2016-07-09 15:24 UTC 

[xen-unstable baseline-only test] 66550: regressions - FAIL
 2016-07-09 14:58 UTC 

[xen-unstable test] 96815: tolerable FAIL - PUSHED
 2016-07-09 10:27 UTC 

[distros-debian-stretch test] 66552: tolerable trouble: blocked/broken
 2016-07-09  9:35 UTC 

[qemu-mainline baseline-only test] 66549: regressions - FAIL
 2016-07-09  8:42 UTC 

[libvirt test] 96831: tolerable FAIL - PUSHED
 2016-07-09  8:13 UTC 

[ovmf test] 96803: regressions - FAIL
 2016-07-09  3:04 UTC 

[PATCH] xen-kbdfront: correct return value checks on xenbus_scanf()
 2016-07-09  0:33 UTC 

[PATCH v6 00/14] xen/arm: Use the typesafes gfn and mfn
 2016-07-09  0:21 UTC  (10+ messages)
` [PATCH v6 03/14] xen: Use a typesafe to define INVALID_MFN
` [PATCH v6 04/14] xen: Use a typesafe to define INVALID_GFN

[seabios baseline-only test] 66547: tolerable FAIL
 2016-07-08 23:58 UTC 

[xen-unstable test] 96795: regressions - FAIL
 2016-07-08 23:53 UTC 

[xen-unstable baseline-only test] 66545: tolerable FAIL
 2016-07-08 23:25 UTC 

[qemu-mainline test] 96791: tolerable FAIL - PUSHED
 2016-07-08 21:40 UTC 

[ovmf test] 96787: regressions - FAIL
 2016-07-08 19:56 UTC 

[OSSTEST PATCH 00/33] Database locking and retry
 2016-07-08 18:26 UTC  (34+ messages)
` [OSSTEST PATCH 01/33] mg-allocate: Fix "issteallable" call
` [OSSTEST PATCH 02/33] mg-allocate: Do not treat already-allocated resources as satisfactory
` [OSSTEST PATCH 03/33] mg-schema-test-database: Direct logs to local directory
` [OSSTEST PATCH 04/33] mg-schema-test-database: Prepare for `daemons' to be cleverer
` [OSSTEST PATCH 05/33] mg-schema-test-database: Make `daemons' "
` [OSSTEST PATCH 06/33] mg-schema-test-database: Change default minflight to -100
` [OSSTEST PATCH 07/33] invoke-daemon: Honour OSSTEST_DAEMON_TCLSH
` [OSSTEST PATCH 08/33] Tcl: Use tclsh8.5
` [OSSTEST PATCH 09/33] ms-flights-summary: Remove spurious \ in keys \%{ something }
` [OSSTEST PATCH 10/33] ms-planner: Support ClientNotes
` [OSSTEST PATCH 11/33] Tcl database debugging: Actually work
` [OSSTEST PATCH 12/33] Database locking: Tcl: Use db-execute-array
` [OSSTEST PATCH 13/33] Database locking: Tcl: Use db-execute
` [OSSTEST PATCH 14/33] Database locking: Tcl: Always use db-execute-array for SELECT
` [OSSTEST PATCH 15/33] Database locking: Tcl: for errorCode, use pg_exec, not pg_execute
` [OSSTEST PATCH 16/33] Database locking: Tcl: Retry only on DEADLOCK DETECTED
` [OSSTEST PATCH 17/33] ms-ownerdaemon: Cope with db restart. Retry recording dead tasks
` [OSSTEST PATCH 18/33] ms-ownerdaemon: Break out db-reopen, and move it to JobDB-Executive
` [OSSTEST PATCH 19/33] tcl daemons: Move BEGIN within scope of transaction error trapping
` [OSSTEST PATCH 20/33] tcl daemons: jobdb::transaction: Improve two message generation sites
` [OSSTEST PATCH 21/33] tcl daemons: Remove obsolete `global g'
` [OSSTEST PATCH 22/33] tcl daemons: Break out db-ensure-open and db-ensure-closed
` [OSSTEST PATCH 23/33] tcl daemons: db-ensure-open, -close: Make idempotent
` [OSSTEST PATCH 24/33] tcl daemons: make db-reopen actually work
` [OSSTEST PATCH 25/33] tcl daemons: More info in db--exec-check error
` [OSSTEST PATCH 26/33] tcl daemons: Recognise `SSL SYSCALL' errors with their own errorCode
` [OSSTEST PATCH 27/33] tcl daemons: transaction: Properly match db-open and db-close
` [OSSTEST PATCH 28/33] tcl daemons: if error occurs, ensure db is closed afterwards
` [OSSTEST PATCH 29/33] tcl daemons: transaction: Only try ROLLBACK when necessary
` [OSSTEST PATCH 30/33] tcl daemons: transaction: Support db autoreconnect
` [OSSTEST PATCH 31/33] tcl-daemons: ms-ownerdaemon: Use autoreconnect
` [OSSTEST PATCH 32/33] tcl daemons: Provide with-db
` [OSSTEST PATCH 33/33] tcl daemons: Use with-db

[qemu-mainline baseline-only test] 66546: tolerable FAIL
 2016-07-08 18:12 UTC 

[PATCH v3 0/8] x86/vm-event: Adjustments & fixes
 2016-07-08 17:58 UTC  (23+ messages)
` [PATCH v3 1/8] x86/vmx_update_guest_cr: minor optimization
  ` Ping: "
` [PATCH v3 2/8] x86/vm-event/monitor: relocate code-motion more appropriately
` [PATCH v3 3/8] x86/vm-event/monitor: don't compromise monitor_write_data on domain cleanup
` [PATCH v3 7/8] minor fixes (formatting, comments, unused includes etc.)

[PATCH v2 0/4] libxl: add framework for device types
 2016-07-08 17:54 UTC  (10+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] libxl: refactor domcreate_attach_pci() to use device type framework
` [PATCH v2 3/4] libxl: refactor domcreate_attach_dtdev() "
` [PATCH v2 4/4] libxl: move DEFINE_DEVICE* macros to libxl_internal.h

[PATCH v3 0/5] libxl: libxl: update available vcpus map in retrieve configuration function
 2016-07-08 17:48 UTC  (11+ messages)
` [PATCH v3 1/5] libxl: libxl_domain_need_memory shouldn't modify b_info
` [PATCH v3 2/5] libxl: factor out libxl__get_device_modlel_version
` [PATCH v3 3/5] libxl: introduce libxl__qmp_query_cpus
` [PATCH v3 4/5] libxl: update vcpus bitmap in retrieved guest config
` [PATCH v3 5/5] libxl: only issue cpu-add call to QEMU for not present CPU

[PATCH] vmx/monitor: CPUID events
 2016-07-08 17:37 UTC  (8+ messages)

[DRAFT 1] XenSock protocol design document
 2016-07-08 17:36 UTC  (9+ messages)

[PATCH 0/7] Honour more configure variables in various places (iteration 3)
 2016-07-08 17:28 UTC  (16+ messages)
` [PATCH 2/7] tools/helper: honour XEN_RUN_DIR in init-xenstore-domain.c
` [PATCH 3/7] hotplug/FreeBSD: honour XEN_RUN_DIR
` [PATCH 4/7] hotplug/NetBSD: "
` [PATCH 5/7] hotplug/Linux: "
` [PATCH 6/7] libxenstat: "
` [PATCH 7/7] oxenstored: "

[PATCH v1 00/20] Make ACPI builder available to components other than hvmloader
 2016-07-08 17:20 UTC  (43+ messages)
` [PATCH v1 02/20] acpi/hvmloader: Move acpi_info initialization out of ACPI code
` [PATCH v1 05/20] acpi/hvmloader: Move passthrough initialization from "
` [PATCH v1 06/20] acpi/hvmloader: Collect processor and NUMA info in hvmloader
` [PATCH v1 07/20] acpi/hvmloader: Set TIS header address "
` [PATCH v1 08/20] acpi/hvmloader: Make providing IOAPIC in MADT optional
` [PATCH v1 09/20] acpi/hvmloader: Build WAET optionally
` [PATCH v1 10/20] acpi/hvmloader: Replace mem_alloc() and virt_to_phys() with memory ops
` [PATCH v1 11/20] acpi/hvmloader: Translate all addresses when assigning addresses in ACPI tables
` [PATCH v1 12/20] acpi/hvmloader: Link ACPI object files directly
` [PATCH v1 13/20] acpi/hvmloader: Include file/paths adjustments
` [PATCH v1 20/20] libxl/acpi: Build ACPI tables for HVMlite guests

[xen-unstable-smoke test] 96794: tolerable all pass - PUSHED
 2016-07-08 17:11 UTC 

[PATCH v3] xen/arm: enable clocks used by the hypervisor
 2016-07-08 17:06 UTC  (4+ messages)

[PATCH 0/6] xenconsoled: rotating log file abstration
 2016-07-08 17:03 UTC  (13+ messages)
` [PATCH 1/6] xenconsoled: introduce log file abstraction
` [PATCH 2/6] xenconsoled: switch hypervisor log to use logfile abstraction
` [PATCH 3/6] xenconsoled: switch guest "
` [PATCH 4/6] xenconsoled: delete two now unused functions
` [PATCH 5/6] xenconsoled: options to control log rotation
` [PATCH 6/6] xenconsoled: handle --log-backups 0 in logfile_rollover

[PATCH] xen-netback: prefer xenbus_write() over xenbus_printf() where possible
 2016-07-08 16:15 UTC  (3+ messages)

[PATCH v2 1/4] xenbus: prefer xenbus_scanf() over xenbus_gather()
 2016-07-08 16:14 UTC  (10+ messages)
` [PATCH v2 2/4] xen-blkback: "
` [PATCH v2 3/4] xen-blkfront: "
` [PATCH v2 4/4] xen-netback: "
` [PATCH v2 0/4] xen: "

[xen-unstable test] 96779: tolerable FAIL - PUSHED
 2016-07-08 16:00 UTC 

[GIT PULL] xen: bug fixes for 4.7-rc6
 2016-07-08 14:01 UTC 

[PATCH] xen-blkback: constify instance of "struct attribute_group"
 2016-07-08 13:55 UTC  (2+ messages)

[PATCH] xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
 2016-07-08 13:53 UTC  (3+ messages)

xenbits "official" repo for XTF (was Re: [PATCH 0/2] xtf: add launcher (+1 bugfix)
 2016-07-08 13:48 UTC  (19+ messages)

[PATCH v5 00/14] Load BIOS via toolstack instead of been embedded in hvmloader
 2016-07-08 13:26 UTC  (9+ messages)
` [PATCH v5 01/14] libxc: Rework extra module initialisation
` [PATCH v5 02/14] libxc: Prepare a start info structure for hvmloader

[PATCH v3 0/2] qemu-qdisk: Implementation of grant copy operation
 2016-07-08 13:18 UTC  (3+ messages)
` [PATCH v3 1/2] Interface for grant copy operation in libs

[xen-unstable-smoke test] 96790: tolerable all pass - PUSHED
 2016-07-08 13:02 UTC 

[PATCH 0/2] tools: make xenstore domain/daemon configurable
 2016-07-08 13:02 UTC  (7+ messages)
` [PATCH 1/2] tools: remove systemd xenstore socket definitions

Kernel panic on Xen virtualisation in Debian
 2016-07-08 12:22 UTC  (4+ messages)

[PATCH v2 0/4] xen: prefer xenbus_scanf() over xenbus_gather()
 2016-07-08 12:21 UTC 

[qemu-mainline test] 96776: regressions - FAIL
 2016-07-08 12:17 UTC 

[PATCH] xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7
 2016-07-08 12:15 UTC 

[PATCH v2] xen: arm64: Add support for Renesas RCar Gen3 H3 Salvator-X platform
 2016-07-08 11:38 UTC  (10+ messages)

[xen-unstable-smoke test] 66531: tolerable all pass - PUSHED
 2016-07-08 11:16 UTC  (2+ messages)
` [xen-unstable baseline-only test] 66531: trouble: broken/preparing/queued

[distros-debian-jessie test] 66544: trouble: broken/preparing/queued
 2016-07-08 11:06 UTC 

[qemu-mainline baseline-only test] 66532: trouble: broken/preparing/queued
 2016-07-08 11:06 UTC 

[seabios baseline-only test] 66543: trouble: broken/preparing/queued
 2016-07-08 11:06 UTC 

[PATCH 0/2] xenbus: xenbus_dev_request_and_reply() adjustments
 2016-07-08 10:56 UTC  (2+ messages)

[PATCH v3 00/17] Xen ARM DomU ACPI support
 2016-07-08 10:47 UTC  (9+ messages)
` [PATCH v3 06/17] libxl/arm: Estimate the size of ACPI tables
` [PATCH v3 17/17] libxl/arm: Initialize domain param HVM_PARAM_CALLBACK_IRQ

Infrastructure Maintenance Window: July 12. 2016 12:00 UTC to July 13, 2016 9:00 UTC
 2016-07-08 10:33 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).