All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen/vmx: remove stale prototypes
@ 2018-11-28 10:05 Juergen Gross
  2018-11-28 10:15 ` Roger Pau Monné
  2018-12-02  8:46 ` Tian, Kevin
  0 siblings, 2 replies; 4+ messages in thread
From: Juergen Gross @ 2018-11-28 10:05 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Kevin Tian, Wei Liu, Jun Nakajima, Andrew Cooper,
	Jan Beulich, Roger Pau Monné

Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related
implementation. Remove them.

Signed-off-by: Juergen Gross <jgross@suse.com>
---
 xen/include/asm-x86/hvm/vmx/vmx.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/xen/include/asm-x86/hvm/vmx/vmx.h b/xen/include/asm-x86/hvm/vmx/vmx.h
index b110e168c9..ebaa74449b 100644
--- a/xen/include/asm-x86/hvm/vmx/vmx.h
+++ b/xen/include/asm-x86/hvm/vmx/vmx.h
@@ -604,10 +604,6 @@ unsigned int p2m_find_altp2m_by_eptp(struct domain *d, uint64_t eptp);
 
 void update_guest_eip(void);
 
-int alloc_p2m_hap_data(struct p2m_domain *p2m);
-void free_p2m_hap_data(struct p2m_domain *p2m);
-void p2m_init_hap_data(struct p2m_domain *p2m);
-
 void vmx_pi_per_cpu_init(unsigned int cpu);
 void vmx_pi_desc_fixup(unsigned int cpu);
 
-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] xen/vmx: remove stale prototypes
  2018-11-28 10:05 [PATCH] xen/vmx: remove stale prototypes Juergen Gross
@ 2018-11-28 10:15 ` Roger Pau Monné
  2018-11-28 10:44   ` Andrew Cooper
  2018-12-02  8:46 ` Tian, Kevin
  1 sibling, 1 reply; 4+ messages in thread
From: Roger Pau Monné @ 2018-11-28 10:15 UTC (permalink / raw)
  To: Juergen Gross
  Cc: Kevin Tian, Wei Liu, Jun Nakajima, Andrew Cooper, Jan Beulich, xen-devel

On Wed, Nov 28, 2018 at 11:05:58AM +0100, Juergen Gross wrote:
> Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related
> implementation. Remove them.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] xen/vmx: remove stale prototypes
  2018-11-28 10:15 ` Roger Pau Monné
@ 2018-11-28 10:44   ` Andrew Cooper
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Cooper @ 2018-11-28 10:44 UTC (permalink / raw)
  To: Roger Pau Monné, Juergen Gross
  Cc: xen-devel, Kevin Tian, Wei Liu, Jan Beulich, Jun Nakajima

On 28/11/2018 10:15, Roger Pau Monné wrote:
> On Wed, Nov 28, 2018 at 11:05:58AM +0100, Juergen Gross wrote:
>> Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related
>> implementation. Remove them.
>>
>> Signed-off-by: Juergen Gross <jgross@suse.com>
> Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>

Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

* Re: [PATCH] xen/vmx: remove stale prototypes
  2018-11-28 10:05 [PATCH] xen/vmx: remove stale prototypes Juergen Gross
  2018-11-28 10:15 ` Roger Pau Monné
@ 2018-12-02  8:46 ` Tian, Kevin
  1 sibling, 0 replies; 4+ messages in thread
From: Tian, Kevin @ 2018-12-02  8:46 UTC (permalink / raw)
  To: Juergen Gross, xen-devel
  Cc: Andrew Cooper, Wei Liu, Jan Beulich, Nakajima, Jun, Roger Pau Monné

> From: Juergen Gross [mailto:jgross@suse.com]
> Sent: Wednesday, November 28, 2018 6:06 PM
> 
> Some prototypes in include/asm-x86/hvm/vmx/vmx.h have no related
> implementation. Remove them.
> 
> Signed-off-by: Juergen Gross <jgross@suse.com>

Acked-by: Kevin Tian <kevin.tian@intel.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2018-12-02  8:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 10:05 [PATCH] xen/vmx: remove stale prototypes Juergen Gross
2018-11-28 10:15 ` Roger Pau Monné
2018-11-28 10:44   ` Andrew Cooper
2018-12-02  8:46 ` Tian, Kevin

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.