Re: [SeaBIOS] [PATCH 05/23] Move stacks.c definitions from util.h to new file stacks.h.

2013-09-16 Thread Kevin O'Connor
On Mon, Sep 16, 2013 at 11:10:42AM +0200, Paolo Bonzini wrote: > Il 15/09/2013 07:08, Kevin O'Connor ha scritto: > > Signed-off-by: Kevin O'Connor > > --- > > src/stacks.h | 34 ++ > > 1 file changed, 34 insertions(+) > > create mode 100644 src/stacks.h > > > > d

Re: [SeaBIOS] [PATCH 05/23] Move stacks.c definitions from util.h to new file stacks.h.

2013-09-16 Thread Paolo Bonzini
Il 15/09/2013 07:08, Kevin O'Connor ha scritto: > Signed-off-by: Kevin O'Connor > --- > src/stacks.h | 34 ++ > 1 file changed, 34 insertions(+) > create mode 100644 src/stacks.h > > diff --git a/src/stacks.h b/src/stacks.h > new file mode 100644 > index 000.

[SeaBIOS] [PATCH 05/23] Move stacks.c definitions from util.h to new file stacks.h.

2013-09-14 Thread Kevin O'Connor
Signed-off-by: Kevin O'Connor --- src/stacks.h | 34 ++ 1 file changed, 34 insertions(+) create mode 100644 src/stacks.h diff --git a/src/stacks.h b/src/stacks.h new file mode 100644 index 000..5ee4adc --- /dev/null +++ b/src/stacks.h @@ -0,0 +1,34 @@ +// Mis