* [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled
@ 2015-09-14 15:30 Julien Grall
2015-09-15 9:32 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Julien Grall @ 2015-09-14 15:30 UTC (permalink / raw)
To: xen-devel; +Cc: Julien Grall, ian.campbell, stefano.stabellini
Signed-off-by: Julien Grall <julien.grall@citrix.com>
---
xen/include/asm-arm/domain.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h
index 56aa208..7ddaeaa 100644
--- a/xen/include/asm-arm/domain.h
+++ b/xen/include/asm-arm/domain.h
@@ -17,7 +17,6 @@ struct hvm_domain
{
uint64_t params[HVM_NR_PARAMS];
struct hvm_iommu iommu;
- bool_t introspection_enabled;
} __cacheline_aligned;
#ifdef CONFIG_ARM_64
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled
2015-09-14 15:30 [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled Julien Grall
@ 2015-09-15 9:32 ` Ian Campbell
2015-09-15 11:17 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-09-15 9:32 UTC (permalink / raw)
To: Julien Grall, xen-devel; +Cc: stefano.stabellini
On Mon, 2015-09-14 at 16:30 +0100, Julien Grall wrote:
> Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled
2015-09-15 9:32 ` Ian Campbell
@ 2015-09-15 11:17 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2015-09-15 11:17 UTC (permalink / raw)
To: Julien Grall, xen-devel; +Cc: stefano.stabellini
On Tue, 2015-09-15 at 10:32 +0100, Ian Campbell wrote:
> On Mon, 2015-09-14 at 16:30 +0100, Julien Grall wrote:
> > Signed-off-by: Julien Grall <julien.grall@citrix.com>
>
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Applied. I wish I'd spotted the typo in the title first though :-/
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-15 11:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-14 15:30 [PATCH] xen/arm: hvm_domain drop unused field instropection_enabled Julien Grall
2015-09-15 9:32 ` Ian Campbell
2015-09-15 11:17 ` Ian Campbell
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).