Re: [Qemu-devel] [PATCH 35/50] hw: cannot include hw/hw.h from user emulation

2016-05-19 Thread Cornelia Huck
On Mon, 16 May 2016 17:36:07 +0200 Paolo Bonzini wrote: > All qdev definitions are available from other headers, user-mode > emulation does not need hw/hw.h. > > By considering system emulation only, it is simpler to disentangle > hw/hw.h from NEED_CPU_H. > > Signed-off-by: Paolo Bonzini > ---

[Qemu-devel] [PATCH 35/50] hw: cannot include hw/hw.h from user emulation

2016-05-16 Thread Paolo Bonzini
All qdev definitions are available from other headers, user-mode emulation does not need hw/hw.h. By considering system emulation only, it is simpler to disentangle hw/hw.h from NEED_CPU_H. Signed-off-by: Paolo Bonzini --- exec.c | 21 +++-- include/hw/hw.h

[Qemu-devel] [PATCH 35/50] hw: cannot include hw/hw.h from user emulation

2016-04-08 Thread Paolo Bonzini
All qdev definitions are available from other headers, user-mode emulation does not need hw/hw.h. By considering system emulation only, it is simpler to disentangle hw/hw.h from NEED_CPU_H. Signed-off-by: Paolo Bonzini --- exec.c | 21 +++-- include/hw/hw.h