xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-08 02:31:59 to 2016-07-08 19:39:10 UTC [more...]

[PATCH v6 00/14] xen/arm: Use the typesafes gfn and mfn
 2016-07-08 22:01 UTC  (6+ messages)
` [PATCH v6 03/14] xen: Use a typesafe to define INVALID_MFN

[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  (49+ messages)
` [PATCH v1 01/20] hvmloader: Provide hvmloader_acpi_build_tables()
` [PATCH v1 02/20] acpi/hvmloader: Move acpi_info initialization out of ACPI code
` [PATCH v1 03/20] acpi/hvmloader: Initialize vm_gid data outside "
` [PATCH v1 04/20] acpi/hvmloader: Decide which SSDTs to install in hvmloader
` [PATCH v1 05/20] acpi/hvmloader: Move passthrough initialization from ACPI code
` [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  (5+ 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  (14+ messages)
` [PATCH v5 01/14] libxc: Rework extra module initialisation
` [PATCH v5 02/14] libxc: Prepare a start info structure for hvmloader
` [PATCH v5 06/14] xen: Move the hvm_start_info C representation from libxc to public/xen.h

[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  (4+ messages)
              ` [PATCH 1/2] xenbus: don't bail early from xenbus_dev_request_and_reply()

[PATCH v3 00/17] Xen ARM DomU ACPI support
 2016-07-08 10:47 UTC  (13+ messages)
` [PATCH v3 06/17] libxl/arm: Estimate the size of ACPI tables
` [PATCH v3 07/17] libxl/arm: Construct ACPI RSDP table
` [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 

[ovmf test] 96773: regressions - FAIL
 2016-07-08 10:26 UTC 

[PATCH 00/19] Assorted fixes and improvements to Credit2
 2016-07-08 10:11 UTC  (2+ messages)

[xen-unstable-smoke test] 96783: tolerable all pass - PUSHED
 2016-07-08  9:58 UTC 

[PATCH v2] xen/arm: register clocks used by the hypervisor
 2016-07-08  9:35 UTC  (5+ messages)

[RFC] Hypervisor, x86 emulation deprivileged
 2016-07-08  9:07 UTC  (4+ messages)

[PATCH v5 1/2] xsm: rework policy_buffer globals
 2016-07-08  8:09 UTC 

[PATCH v5 1/2] xsm: rework policy_buffer globals
 2016-07-08  8:07 UTC  (4+ messages)
` [PATCH v5 2/2] xsm: add a default policy to .init.data

[PATCH v3] xen/arm: enable clocks used by the hypervisor
 2016-07-08  7:44 UTC 

[libvirt test] 96778: regressions - FAIL
 2016-07-08  7:36 UTC 

[PATCH v15 0/3] VT-d Device-TLB flush issue
 2016-07-08  6:52 UTC  (5+ messages)
` [PATCH v15 1/3] IOMMU/ATS: use a struct pci_dev * instead of SBDF
` [PATCH v15 2/3] IOMMU: add domain crash logic
` [PATCH v15 3/3] VT-d: fix Device-TLB flush timeout issue

[xen-unstable test] 96769: tolerable FAIL - PUSHED
 2016-07-08  5:58 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).