All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elliott Mitchell <ehem+xen@m5p.com>
To: xen-devel@lists.xenproject.org
Cc: Wei Liu <wl@xen.org>
Cc: Anthony PERARD <anthony.perard@citrix.com>
Cc: Juergen Gross <jgross@suse.com>
Subject: [PATCH 6/7] tools/utils: remove libxlu_cfg_i.h from libxlu_disk.c
Date: Tue, 18 Jul 2023 22:02:48 -0700	[thread overview]
Message-ID: <4b72ad7c94e325f21849037cfe96eeb0723fa138.1689779749.git.ehem+xen@m5p.com> (raw)
In-Reply-To: <cover.1689779749.git.ehem+xen@m5p.com>

The upper layer disk string parser doesn't need the internals of the
lower layer file parser.  Split the layers apart.  This is viable due
to the lower-layer internals having been removed from
libxlu_internals.h.

Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com>
---
 tools/libs/util/libxlu_disk.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/libs/util/libxlu_disk.c b/tools/libs/util/libxlu_disk.c
index a4d08ab7e9..92da9bd3b1 100644
--- a/tools/libs/util/libxlu_disk.c
+++ b/tools/libs/util/libxlu_disk.c
@@ -1,7 +1,6 @@
 #include "libxlu_internal.h"
 #include "libxlu_disk_l.h"
 #include "libxlu_disk_i.h"
-#include "libxlu_cfg_i.h"
 
 void xlu__disk_err(DiskParseContext *dpc, const char *erroneous,
                    const char *message) {
-- 
2.30.2



  parent reply	other threads:[~2023-07-19 16:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 15:15 [PATCH 0/7] Reducing visibility and cleanup of .cfg parsing symbols Elliott Mitchell
2023-07-09 23:06 ` [PATCH 3/7] tools/utils: move XLU_Operation to libxlu_cfg_i.h.h Elliott Mitchell
2023-07-10 22:55 ` [PATCH 1/7] tools/utils: cleanup formatting of libxlutil.h Elliott Mitchell
2023-07-13  6:29 ` [PATCH 2/7] tools/utils: rename "n" arguments to "key" Elliott Mitchell
2023-07-14  2:01 ` [PATCH 4/7] tools/utils: introduce xlu_cfg_printf() function Elliott Mitchell
2023-07-19 22:06   ` Elliott Mitchell
2023-07-18 23:31 ` [PATCH 5/7] tools/utils: move XLU_ConfigSetting & xlu__cfg_set_free() to libxl_cfg.c Elliott Mitchell
2023-07-19  5:02 ` Elliott Mitchell [this message]
2023-07-19  6:07 ` [PATCH 7/7] tools/utils: move remaining lower-layer data from libxlu_internal.h Elliott Mitchell

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=4b72ad7c94e325f21849037cfe96eeb0723fa138.1689779749.git.ehem+xen@m5p.com \
    --to=ehem+xen@m5p.com \
    --cc=wl@xen.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.