Re: [Qemu-devel] [PATCH V7 4/9] introduce aux-bus

2016-02-08 Thread Alistair Francis
On Mon, Feb 1, 2016 at 7:43 AM, wrote: > From: KONRAD Frederic > > This introduces a new bus: aux-bus. > > It contains an address space for aux slaves devices and a bridge to an I2C bus > for I2C through AUX transactions. > > Signed-off-by: KONRAD Frederic > Tested-By: Hyun Kwon > --- > defau

[Qemu-devel] [PATCH V7 4/9] introduce aux-bus

2016-02-01 Thread fred . konrad
From: KONRAD Frederic This introduces a new bus: aux-bus. It contains an address space for aux slaves devices and a bridge to an I2C bus for I2C through AUX transactions. Signed-off-by: KONRAD Frederic Tested-By: Hyun Kwon --- default-configs/aarch64-softmmu.mak | 1 + hw/misc/Makefile.obj