Re: [Qemu-devel] [PATCH 18/19] hw: remove CPU dependencies

2013-02-04 Thread Paolo Bonzini
Il 04/02/2013 23:30, Peter Maydell ha scritto: > On 4 February 2013 17:30, Paolo Bonzini wrote: >> Some devices or headers are using poisoned identifiers. >> For .c files, some are useless and we remove them. >> >> For headers, wrap the definitions in the headers with >> > > Truncated sentence? >

Re: [Qemu-devel] [PATCH 18/19] hw: remove CPU dependencies

2013-02-04 Thread Peter Maydell
On 4 February 2013 17:30, Paolo Bonzini wrote: > Some devices or headers are using poisoned identifiers. > For .c files, some are useless and we remove them. > > For headers, wrap the definitions in the headers with > Truncated sentence? > Signed-off-by: Paolo Bonzini > --- a/hw/pci/host-apb.c

Re: [Qemu-devel] [PATCH 18/19] hw: remove CPU dependencies

2013-02-04 Thread Andreas Färber
Am 04.02.2013 18:30, schrieb Paolo Bonzini: > Some devices or headers are using poisoned identifiers. > For .c files, some are useless and we remove them. > > For headers, wrap the definitions in the headers with #if at start of line gets dropped by git. ;) > > Signed-off-by: Paolo Bonzini > -