Re: [Qemu-devel] [PATCH 6/7] stellaris: convert adc to memory API

2011-10-18 Thread Peter Maydell
2011/10/17 Benoît Canet : > Signed-off-by: Benoit Canet > --- >  hw/stellaris.c |   30 -- >  1 files changed, 12 insertions(+), 18 deletions(-) Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH 6/7] stellaris: convert adc to memory API

2011-10-17 Thread Benoît Canet
Signed-off-by: Benoit Canet --- hw/stellaris.c | 30 -- 1 files changed, 12 insertions(+), 18 deletions(-) diff --git a/hw/stellaris.c b/hw/stellaris.c index f55b1f3..533d9c1 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -892,6 +892,7 @@ static int stellaris_i

Re: [Qemu-devel] [PATCH 6/7] stellaris: convert adc to memory API

2011-10-17 Thread Peter Maydell
2011/10/13 Benoît Canet : > @@ -1054,7 +1056,7 @@ static void stellaris_adc_write(void *opaque, > target_phys_addr_t offset, >             return; >         case 0x04: /* SSCTL */ >             if (value != 6) { > -                hw_error("ADC: Unimplemented sequence %x\n", > +                hw_

[Qemu-devel] [PATCH 6/7] stellaris: convert adc to memory API

2011-10-13 Thread Benoît Canet
--- hw/stellaris.c | 30 -- 1 files changed, 12 insertions(+), 18 deletions(-) diff --git a/hw/stellaris.c b/hw/stellaris.c index 8061e74..8e1ffc6 100644 --- a/hw/stellaris.c +++ b/hw/stellaris.c @@ -892,6 +892,7 @@ static int stellaris_i2c_init(SysBusDevice * dev)