All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/xenctrl: correct some function declarations
@ 2015-01-30  7:32 Tiejun Chen
  2015-01-30 12:40 ` Wei Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Tiejun Chen @ 2015-01-30  7:32 UTC (permalink / raw)
  To: ian.jackson, stefano.stabellini, ian.campbell, wei.liu2; +Cc: xen-devel

When commit 6865e52b78f4, "PCI multi-seg: adjust domctl interface",
is introduced, we missed to sync that head file.

Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
---
 tools/libxc/include/xenctrl.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tools/libxc/include/xenctrl.h b/tools/libxc/include/xenctrl.h
index 0ad8b8d..790db53 100644
--- a/tools/libxc/include/xenctrl.h
+++ b/tools/libxc/include/xenctrl.h
@@ -2036,22 +2036,22 @@ int xc_hvm_destroy_ioreq_server(xc_interface *xch,
 /* HVM guest pass-through */
 int xc_assign_device(xc_interface *xch,
                      uint32_t domid,
-                     uint32_t machine_bdf);
+                     uint32_t machine_sbdf);
 
 int xc_get_device_group(xc_interface *xch,
                      uint32_t domid,
-                     uint32_t machine_bdf,
+                     uint32_t machine_sbdf,
                      uint32_t max_sdevs,
                      uint32_t *num_sdevs,
                      uint32_t *sdev_array);
 
 int xc_test_assign_device(xc_interface *xch,
                           uint32_t domid,
-                          uint32_t machine_bdf);
+                          uint32_t machine_sbdf);
 
 int xc_deassign_device(xc_interface *xch,
                      uint32_t domid,
-                     uint32_t machine_bdf);
+                     uint32_t machine_sbdf);
 
 int xc_domain_memory_mapping(xc_interface *xch,
                              uint32_t domid,
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/xenctrl: correct some function declarations
  2015-01-30  7:32 [PATCH] tools/xenctrl: correct some function declarations Tiejun Chen
@ 2015-01-30 12:40 ` Wei Liu
  2015-02-02 15:28   ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2015-01-30 12:40 UTC (permalink / raw)
  To: Tiejun Chen
  Cc: wei.liu2, xen-devel, ian.jackson, ian.campbell,
	stefano.stabellini

On Fri, Jan 30, 2015 at 03:32:26PM +0800, Tiejun Chen wrote:
> When commit 6865e52b78f4, "PCI multi-seg: adjust domctl interface",
> is introduced, we missed to sync that head file.
> 
> Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>

Acked-by: Wei Liu <wei.liu2@citrix.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] tools/xenctrl: correct some function declarations
  2015-01-30 12:40 ` Wei Liu
@ 2015-02-02 15:28   ` Ian Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2015-02-02 15:28 UTC (permalink / raw)
  To: Wei Liu; +Cc: Tiejun Chen, xen-devel, ian.jackson, stefano.stabellini

On Fri, 2015-01-30 at 12:40 +0000, Wei Liu wrote:
> On Fri, Jan 30, 2015 at 03:32:26PM +0800, Tiejun Chen wrote:
> > When commit 6865e52b78f4, "PCI multi-seg: adjust domctl interface",
> > is introduced, we missed to sync that head file.
> > 
> > Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
> 
> Acked-by: Wei Liu <wei.liu2@citrix.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-02 15:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30  7:32 [PATCH] tools/xenctrl: correct some function declarations Tiejun Chen
2015-01-30 12:40 ` Wei Liu
2015-02-02 15:28   ` Ian Campbell

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.