qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paul Durrant <Paul.Durrant@citrix.com>
To: Anthony Perard <anthony.perard@citrix.com>,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Cc: Stefano Stabellini <sstabellini@kernel.org>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Subject: Re: [Qemu-devel] [PATCH] configure: xen: Stop build-testing for xc_domain_create
Date: Mon, 21 Jan 2019 17:10:25 +0000	[thread overview]
Message-ID: <24a54a78a49141f48e430df5fdbcadb0@AMSPEX02CL03.citrite.net> (raw)
In-Reply-To: <20190121170713.11906-1-anthony.perard@citrix.com>

> -----Original Message-----
> From: Anthony PERARD [mailto:anthony.perard@citrix.com]
> Sent: 21 January 2019 17:07
> To: qemu-devel@nongnu.org
> Cc: Stefano Stabellini <sstabellini@kernel.org>; Paul Durrant
> <Paul.Durrant@citrix.com>; xen-devel@lists.xenproject.org; Anthony Perard
> <anthony.perard@citrix.com>
> Subject: [PATCH] configure: xen: Stop build-testing for xc_domain_create
> 
> Its last uses was removed by: 6d7c06c213ddcfabcafdc178ccef81736f85a7c2
> "Remove broken Xen PV domain builder".
> 
> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>

Reviewed-by: Paul Durrant <paul.durrant@citrix.com>

> ---
>  configure | 19 -------------------
>  1 file changed, 19 deletions(-)
> 
> diff --git a/configure b/configure
> index 98b270974d..8684a6e5ef 100755
> --- a/configure
> +++ b/configure
> @@ -2469,7 +2469,6 @@ int main(void) {
>    xenforeignmemory_handle *xfmem;
>    xenevtchn_handle *xe;
>    xengnttab_handle *xg;
> -  xen_domain_handle_t handle;
>    xengnttab_grant_copy_segment_t* seg = NULL;
> 
>    xs_daemon_open();
> @@ -2479,7 +2478,6 @@ int main(void) {
>    xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
>    xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
>    xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
> -  xc_domain_create(xc, 0, handle, 0, NULL, NULL);
> 
>    xfmem = xenforeignmemory_open(0, 0);
>    xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
> @@ -2521,7 +2519,6 @@ int main(void) {
>    xenforeignmemory_handle *xfmem;
>    xenevtchn_handle *xe;
>    xengnttab_handle *xg;
> -  xen_domain_handle_t handle;
> 
>    xs_daemon_open();
> 
> @@ -2530,7 +2527,6 @@ int main(void) {
>    xc_domain_add_to_physmap(0, 0, XENMAPSPACE_gmfn, 0, 0);
>    xc_hvm_inject_msi(xc, 0, 0xf0000000, 0x00000000);
>    xc_hvm_create_ioreq_server(xc, 0, HVM_IOREQSRV_BUFIOREQ_ATOMIC, NULL);
> -  xc_domain_create(xc, 0, handle, 0, NULL, NULL);
> 
>    xfmem = xenforeignmemory_open(0, 0);
>    xenforeignmemory_map(xfmem, 0, 0, 0, 0, 0);
> @@ -2548,21 +2544,6 @@ EOF
>        then
>        xen_ctrl_version=40701
>        xen=yes
> -    elif
> -        cat > $TMPC <<EOF &&
> -#include <xenctrl.h>
> -#include <stdint.h>
> -int main(void) {
> -  xc_interface *xc = NULL;
> -  xen_domain_handle_t handle;
> -  xc_domain_create(xc, 0, handle, 0, NULL, NULL);
> -  return 0;
> -}
> -EOF
> -        compile_prog "" "$xen_libs"
> -      then
> -      xen_ctrl_version=40700
> -      xen=yes
> 
>      # Xen 4.6
>      elif
> --
> Anthony PERARD

      reply	other threads:[~2019-01-21 17:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-21 17:07 [Qemu-devel] [PATCH] configure: xen: Stop build-testing for xc_domain_create Anthony PERARD
2019-01-21 17:10 ` Paul Durrant [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=24a54a78a49141f48e430df5fdbcadb0@AMSPEX02CL03.citrite.net \
    --to=paul.durrant@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=qemu-devel@nongnu.org \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).