[Qemu-devel] [PATCH 07/19] openpic: merge mpic and openpic timer handling

2012-12-12 Thread Alexander Graf
The openpic and mpic timer handling code is basically the same. Merge them. Signed-off-by: Alexander Graf --- hw/openpic.c | 131 ++ 1 files changed, 31 insertions(+), 100 deletions(-) diff --git a/hw/openpic.c b/hw/openpic.c index d709e3

[Qemu-devel] [PATCH 07/19] openpic: merge mpic and openpic timer handling

2012-12-08 Thread Alexander Graf
The openpic and mpic timer handling code is basically the same. Merge them. Signed-off-by: Alexander Graf --- hw/openpic.c | 131 ++ 1 files changed, 31 insertions(+), 100 deletions(-) diff --git a/hw/openpic.c b/hw/openpic.c index 021bce