Re: [Qemu-devel] [RFC PATCH 1/7] hw/arm/virt: Add a GPIO controller

2015-02-25 Thread Shannon Zhao
On 2015/2/19 1:52, Wei Huang wrote: > > > On 02/17/2015 04:10 AM, Shannon Zhao wrote: >> Add a GPIO controller in machine virt, in order to support cpu hotplug. >> Here we use pl061. >> >> Signed-off-by: Shannon Zhao >> --- >> hw/arm/virt.c | 28 >> 1 files change

Re: [Qemu-devel] [RFC PATCH 1/7] hw/arm/virt: Add a GPIO controller

2015-02-18 Thread Wei Huang
On 02/17/2015 04:10 AM, Shannon Zhao wrote: > Add a GPIO controller in machine virt, in order to support cpu hotplug. > Here we use pl061. > > Signed-off-by: Shannon Zhao > --- > hw/arm/virt.c | 28 > 1 files changed, 28 insertions(+), 0 deletions(-) > > diff --

[Qemu-devel] [RFC PATCH 1/7] hw/arm/virt: Add a GPIO controller

2015-02-17 Thread Shannon Zhao
Add a GPIO controller in machine virt, in order to support cpu hotplug. Here we use pl061. Signed-off-by: Shannon Zhao --- hw/arm/virt.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 8a00574..43c0260 10064