Re: [Qemu-devel] [PATCH 09/19] hw/misc/unimp: Move struct to header file

2018-02-27 Thread Richard Henderson
On 02/20/2018 10:03 AM, Peter Maydell wrote: > Move the definition of the struct for the unimplemented-device > from unimp.c to unimp.h, so that users can embed the struct > in their own device structs if they prefer. > > Signed-off-by: Peter Maydell > --- > include/hw/misc/unimp.h | 10

[Qemu-devel] [PATCH 09/19] hw/misc/unimp: Move struct to header file

2018-02-20 Thread Peter Maydell
Move the definition of the struct for the unimplemented-device from unimp.c to unimp.h, so that users can embed the struct in their own device structs if they prefer. Signed-off-by: Peter Maydell --- include/hw/misc/unimp.h | 10 ++ hw/misc/unimp.c | 10 -- 2 files change