[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] tools/ocaml/libs/xc: domid control
- To: Edwin Torok <edvin.torok@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Christian Lindig <christian.lindig@xxxxxxxxxx>
- Date: Thu, 21 Jan 2021 11:16:44 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Yaq+vDv3ZxCd2i5vHysxP6tcHYXnbymqihh2CiKAqNc=; b=Gswgh9mMs/Fc6OCHLQcMjsPDVC9bGNGhjcGvf4wIqEAxGmBXm9G7cTUhGsV2Qb28ZZUU9mDYNnr8GvwrgCfRovWAIYIpg4orRF4KJULdFZBBzFMdaf02iy6s+YWd/+8xmcHioLWKZgyf3p/F+tTaW0762SSLeuDsMdqw/kPkpqG2THD3omy4eXYyJC5zjdadjsLywDhpmbJdtAoXPzqz3ru89w+vY91lt3a8svVkw/lYGVdR9DGgVoPz3XfMsRxCr7viy1nBOa175UQMNmuyUu6FPPmXkWo4iMWYmyacFnLOtBGvvwj/6aF+hUfqwIhbUcY7Zj5E8hpLL/0w0ofWlQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CyBVFVziHPaqpZi8qsfW8MzsUZXBwOIH6Euoiq/2ho76FgmZa/wN2A41/znA1kOrE9Lz6N+MeZdv+8yIT1n1jiGMsDBBRF9GCjSw0Ts61wbAqPu+r7zXQ0Ul7A0G4qRUOxBDJZeaxVM895Q0gBvOIp4KBYkaJDot9lei1Yp2w2wDtPL21O3nM66zh3bJXxSxKgvpDYd5++8f0HOYdb3gkvbLObxTFjn60kBE8LhnkcMku/q9aHZRgptDQW2AvtRMfJsYns96MGR+iNNy0fVjoKAhSRgs6tUqBCnLZxOU03njnbPf/lqqNrZ2Mjyr318RtaJKBJBi7lBhBYVY0E/EZA==
- Authentication-results: esa6.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
- Cc: David Scott <dave@xxxxxxxxxx>, Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Thu, 21 Jan 2021 11:16:52 +0000
- Ironport-sdr: oZHr6zYoxWZOPj3HmHvXgLESmL0ifOxPXxPf0D3rm5dYAZRk07OFg1GNFsEV9ZhURDvQfTsTwn 7sOuj1Aanne7k9JCEbzUvE5SRmIj+H86Kfe8AjHyEVwPIAWe5Ki/ietJ+PpjrNQ/ML+/mv5xVe KjKfdb5wsxAqYlIiODdALtXf9CMyBPplsak4MVCNf7bz38dx/AVyVzcPoHVSa0Gefa1bQ4KdVf uZP4V2DNsWRk6d6rF/p2Bwsz38w+OfU/GsWxsCBb6zG0h34gXD+OaJ131bQMSsNP5Zgck+1AjC dcA=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHW7+bmJvGO37PoO0KsXsEMB9+vxg==
- Thread-topic: [PATCH v2 0/2] tools/ocaml/libs/xc: domid control
Acked-by: Christian Lindig <christian.lindig@xxxxxxxxxx>
I'm providing some feedback on https://github.com/edwintorok/xen/pull/1
________________________________________
From: Edwin Török <edvin.torok@xxxxxxxxxx>
Sent: 15 January 2021 22:28
To: xen-devel@xxxxxxxxxxxxxxxxxxxx
Cc: Edwin Torok; Christian Lindig; David Scott; Ian Jackson; Wei Liu
Subject: [PATCH v2 0/2] tools/ocaml/libs/xc: domid control
For debugging/testing purposes we want to be able to control the domid
from the XAPI toolstack too. Xen supports this since a long time.
For convenience here is a tree with all patch series applied:
https://github.com/edwintorok/xen/pull/1
Edwin Török (2):
tools/ocaml/xenstored: trim txhistory on xenbus reconnect
tools/ocaml/libs/xc: backward compatible domid control at domain
creation time
tools/ocaml/libs/xc/xenctrl.ml | 5 ++++-
tools/ocaml/libs/xc/xenctrl.mli | 4 ++--
tools/ocaml/libs/xc/xenctrl_stubs.c | 6 +++---
tools/ocaml/xenstored/connection.ml | 2 +-
tools/ocaml/xenstored/history.ml | 4 ++++
tools/ocaml/xenstored/process.ml | 4 ++--
6 files changed, 16 insertions(+), 9 deletions(-)
--
2.29.2
|