From: Luiz Capitulino
This moves compiler related macros from qemu-common.h to compiler.h.
The reason for this change is that there are simple header files that
depend only on the compiler macros, so including qemu-common.h is overkill.
Besides, qemu-common.h is bloated and will benefit from so
On Thu, 14 Jul 2011, Luiz Capitulino wrote:
> On Thu, 14 Jul 2011 18:15:57 +0400 (MSD)
> malc wrote:
>
> > On Thu, 14 Jul 2011, Luiz Capitulino wrote:
> >
> > > On Wed, 13 Jul 2011 22:39:07 +0200
> > > Stefan Weil wrote:
> > >
> > > > Am 13.07.2011 18:27, schrieb Luiz Capitulino:
> > > > > On
On Thu, 14 Jul 2011 18:15:57 +0400 (MSD)
malc wrote:
> On Thu, 14 Jul 2011, Luiz Capitulino wrote:
>
> > On Wed, 13 Jul 2011 22:39:07 +0200
> > Stefan Weil wrote:
> >
> > > Am 13.07.2011 18:27, schrieb Luiz Capitulino:
> > > > On Wed, 13 Jul 2011 16:04:52 +0100
> > > > Peter Maydell wrote:
>
On Thu, 14 Jul 2011, Luiz Capitulino wrote:
> On Wed, 13 Jul 2011 22:39:07 +0200
> Stefan Weil wrote:
>
> > Am 13.07.2011 18:27, schrieb Luiz Capitulino:
> > > On Wed, 13 Jul 2011 16:04:52 +0100
> > > Peter Maydell wrote:
> > >
> > >> On 13 July 2011 15:23, Luiz Capitulino wrote:
> > >>> diff
On Wed, 13 Jul 2011 22:39:07 +0200
Stefan Weil wrote:
> Am 13.07.2011 18:27, schrieb Luiz Capitulino:
> > On Wed, 13 Jul 2011 16:04:52 +0100
> > Peter Maydell wrote:
> >
> >> On 13 July 2011 15:23, Luiz Capitulino wrote:
> >>> diff --git a/compiler.h b/compiler.h
> >>> new file mode 100644
> >>
On 13 July 2011 17:27, Luiz Capitulino wrote:
> he asked me to remove the license text altogether (which makes this
> public domain?)
Saying nothing is definitely not putting something into the public
domain, it's just leaving the recipient to guess (and for safety you
generally have to assume th
Am 13.07.2011 18:27, schrieb Luiz Capitulino:
On Wed, 13 Jul 2011 16:04:52 +0100
Peter Maydell wrote:
On 13 July 2011 15:23, Luiz Capitulino wrote:
diff --git a/compiler.h b/compiler.h
new file mode 100644
index 000..2dfc2c6
--- /dev/null
+++ b/compiler.h
@@ -0,0 +1,31 @@
+#ifndef COMPIL
On Wed, 13 Jul 2011 16:04:52 +0100
Peter Maydell wrote:
> On 13 July 2011 15:23, Luiz Capitulino wrote:
> > diff --git a/compiler.h b/compiler.h
> > new file mode 100644
> > index 000..2dfc2c6
> > --- /dev/null
> > +++ b/compiler.h
> > @@ -0,0 +1,31 @@
> > +#ifndef COMPILER_H
> > +#define CO
On Wed, 13 Jul 2011 18:37:31 +0400 (MSD)
malc wrote:
> On Wed, 13 Jul 2011, Luiz Capitulino wrote:
>
> > From: Luiz Capitulino
> >
> > This moves compiler related macros from qemu-common.h to compiler.h.
> >
> > The reason for this change is that there are simple header files that
> > depend
On Wed, 13 Jul 2011, Luiz Capitulino wrote:
> On Wed, 13 Jul 2011 18:37:31 +0400 (MSD)
> malc wrote:
>
> > On Wed, 13 Jul 2011, Luiz Capitulino wrote:
> >
> > > From: Luiz Capitulino
> > >
> > > This moves compiler related macros from qemu-common.h to compiler.h.
> > >
> > > The reason for t
On 13 July 2011 15:23, Luiz Capitulino wrote:
> diff --git a/compiler.h b/compiler.h
> new file mode 100644
> index 000..2dfc2c6
> --- /dev/null
> +++ b/compiler.h
> @@ -0,0 +1,31 @@
> +#ifndef COMPILER_H
> +#define COMPILER_H
If we don't have a rule that says that all new source files should
On Wed, 13 Jul 2011, Luiz Capitulino wrote:
> From: Luiz Capitulino
>
> This moves compiler related macros from qemu-common.h to compiler.h.
>
> The reason for this change is that there are simple header files that
> depend only on the compiler macros, so including qemu-common.h is overkill.
>
From: Luiz Capitulino
This moves compiler related macros from qemu-common.h to compiler.h.
The reason for this change is that there are simple header files that
depend only on the compiler macros, so including qemu-common.h is overkill.
Besides, qemu-common.h is bloated and will benefit from so
On Wed, 13 Jul 2011 00:43:42 +0400 (MSD)
malc wrote:
> On Tue, 12 Jul 2011, Luiz Capitulino wrote:
>
> > On Wed, 13 Jul 2011 00:31:56 +0400 (MSD)
> > malc wrote:
> >
> > > On Tue, 12 Jul 2011, Luiz Capitulino wrote:
> > >
> > > > From: Luiz Capitulino
> > > >
> > > > This moves compiler rel
On Tue, 12 Jul 2011, Luiz Capitulino wrote:
> On Wed, 13 Jul 2011 00:31:56 +0400 (MSD)
> malc wrote:
>
> > On Tue, 12 Jul 2011, Luiz Capitulino wrote:
> >
> > > From: Luiz Capitulino
> > >
> > > This moves compiler related macros from qemu-common.h to compiler.h.
> > >
> > > The reason for t
On Wed, 13 Jul 2011 00:31:56 +0400 (MSD)
malc wrote:
> On Tue, 12 Jul 2011, Luiz Capitulino wrote:
>
> > From: Luiz Capitulino
> >
> > This moves compiler related macros from qemu-common.h to compiler.h.
> >
> > The reason for this change is that there are simple header files that
> > depend
On Tue, 12 Jul 2011, Luiz Capitulino wrote:
> From: Luiz Capitulino
>
> This moves compiler related macros from qemu-common.h to compiler.h.
>
> The reason for this change is that there are simple header files that
> depend only on the compiler macros, so including qemu-common.h is overkill.
>
From: Luiz Capitulino
This moves compiler related macros from qemu-common.h to compiler.h.
The reason for this change is that there are simple header files that
depend only on the compiler macros, so including qemu-common.h is overkill.
Besides, qemu-common.h is bloated and will benefit from so
18 matches
Mail list logo