Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Markus Armbruster
Peter Maydell writes: > On Tue, 9 Apr 2019 at 17:42, Aruna Jayasena wrote: >> >> Yeah this is a stand alone patch. > > OK, thanks -- just wanted to check there wasn't a missing > bit. I think this could go in via the qemu-trivial tree > so I have cc'd them. > > We're in the middle of a release a

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Aruna Jayasena
Thanks! On Tue, Apr 9, 2019 at 10:36 PM, Thomas Huth wrote: > On 09/04/2019 17.56, Aruna Jayasena wrote: > > Removed unwanted includes from cpu-common.h > > This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks > > > > Signed-off-by: Aruna Jayasena > > > > --- > > include/exec/cp

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Thomas Huth
On 09/04/2019 17.56, Aruna Jayasena wrote: > Removed unwanted includes from cpu-common.h > This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks > > Signed-off-by: Aruna Jayasena > > --- > include/exec/cpu-common.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Aruna Jayasena
Ok, thanks On Tue, Apr 9, 2019 at 10:20 PM, Peter Maydell wrote: > On Tue, 9 Apr 2019 at 17:42, Aruna Jayasena > wrote: > > > > Yeah this is a stand alone patch. > > OK, thanks -- just wanted to check there wasn't a missing > bit. I think this could go in via the qemu-trivial tree > so I have c

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Peter Maydell
On Tue, 9 Apr 2019 at 17:42, Aruna Jayasena wrote: > > Yeah this is a stand alone patch. OK, thanks -- just wanted to check there wasn't a missing bit. I think this could go in via the qemu-trivial tree so I have cc'd them. We're in the middle of a release at the moment, but we should reopen for

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Aruna Jayasena
Thank you On Tue, Apr 9, 2019 at 10:12 PM, Aruna Jayasena wrote: > Yeah this is a stand alone patch. > > On Tue, Apr 9, 2019 at 10:10 PM, Peter Maydell > wrote: > >> On Tue, 9 Apr 2019 at 16:58, Aruna Jayasena >> wrote: >> > >> > Removed unwanted includes from cpu-common.h >> > This task was u

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Aruna Jayasena
Yeah this is a stand alone patch. On Tue, Apr 9, 2019 at 10:10 PM, Peter Maydell wrote: > On Tue, 9 Apr 2019 at 16:58, Aruna Jayasena > wrote: > > > > Removed unwanted includes from cpu-common.h > > This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks > > > > Signed-off-by: Aruna

Re: [Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Peter Maydell
On Tue, 9 Apr 2019 at 16:58, Aruna Jayasena wrote: > > Removed unwanted includes from cpu-common.h > This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks > > Signed-off-by: Aruna Jayasena > > --- > include/exec/cpu-common.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a

[Qemu-devel] [PATCH 0/4] Header cleanups

2019-04-09 Thread Aruna Jayasena
Removed unwanted includes from cpu-common.h This task was under https://wiki.qemu.org/Contribute/BiteSizedTasks Signed-off-by: Aruna Jayasena --- include/exec/cpu-common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index cef8b88a2a