Re: [Qemu-devel] [PATCH] i2c-ddc: move it to hw/display

2019-05-07 Thread Gerd Hoffmann
On Mon, Mar 25, 2019 at 04:59:23PM +0100, Paolo Bonzini wrote: > Move it together with the other EDID code. hw/i2c should only > include the core and the adapters, not the slaves. Added to vga queue. thanks, Gerd

Re: [Qemu-devel] [PATCH] i2c-ddc: move it to hw/display

2019-03-25 Thread Philippe Mathieu-Daudé
Le lun. 25 mars 2019 17:33, Paolo Bonzini a écrit : > Move it together with the other EDID code. hw/i2c should only > include the core and the adapters, not the slaves. > > Signed-off-by: Paolo Bonzini > --- > hw/display/Kconfig| 5 + > hw/display/Makefile.objs

[Qemu-devel] [PATCH] i2c-ddc: move it to hw/display

2019-03-25 Thread Paolo Bonzini
Move it together with the other EDID code. hw/i2c should only include the core and the adapters, not the slaves. Signed-off-by: Paolo Bonzini --- hw/display/Kconfig| 5 + hw/display/Makefile.objs | 1 + hw/{i2c => display}/i2c-ddc.c | 2 +- hw/displa