Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-05 Thread Kevin Wolf
Am 02.12.2011 19:43, schrieb Anthony Liguori: > On 12/02/2011 11:45 AM, Kevin Wolf wrote: >> Am 02.12.2011 18:26, schrieb Anthony Liguori: >>> On 12/02/2011 11:25 AM, Kevin Wolf wrote: >>> So that's how you read/write memory. Likewise, for IRQs, you can poll the >>> status of a given IRQ. I thoug

Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-02 Thread Anthony Liguori
On 12/02/2011 11:45 AM, Kevin Wolf wrote: Am 02.12.2011 18:26, schrieb Anthony Liguori: On 12/02/2011 11:25 AM, Kevin Wolf wrote: So that's how you read/write memory. Likewise, for IRQs, you can poll the status of a given IRQ. I thought about doing some sort of signal magic around but when wri

Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-02 Thread Luiz Capitulino
On Fri, 02 Dec 2011 18:45:27 +0100 Kevin Wolf wrote: > Am 02.12.2011 18:26, schrieb Anthony Liguori: > > On 12/02/2011 11:25 AM, Kevin Wolf wrote: > >> Am 01.12.2011 19:43, schrieb Anthony Liguori: > >>> --- > >>> Makefile |4 + > >>> rtc-test.c | 201 > >>>

Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-02 Thread Kevin Wolf
Am 02.12.2011 18:26, schrieb Anthony Liguori: > On 12/02/2011 11:25 AM, Kevin Wolf wrote: >> Am 01.12.2011 19:43, schrieb Anthony Liguori: >>> --- >>> Makefile |4 + >>> rtc-test.c | 201 >>> >>> 2 files changed, 205 insertion

Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-02 Thread Anthony Liguori
On 12/02/2011 11:25 AM, Kevin Wolf wrote: Am 01.12.2011 19:43, schrieb Anthony Liguori: --- Makefile |4 + rtc-test.c | 201 2 files changed, 205 insertions(+), 0 deletions(-) create mode 100644 rtc-test.c diff --git a/Ma

Re: [Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-02 Thread Kevin Wolf
Am 01.12.2011 19:43, schrieb Anthony Liguori: > --- > Makefile |4 + > rtc-test.c | 201 > > 2 files changed, 205 insertions(+), 0 deletions(-) > create mode 100644 rtc-test.c > > diff --git a/Makefile b/Makefile > index 301c75

[Qemu-devel] [RFC v2 6/6] Add C version of rtc-test

2011-12-01 Thread Anthony Liguori
--- Makefile |4 + rtc-test.c | 201 2 files changed, 205 insertions(+), 0 deletions(-) create mode 100644 rtc-test.c diff --git a/Makefile b/Makefile index 301c75e..838cb01 100644 --- a/Makefile +++ b/Makefile @@ -215,6 +215,10