Re: [Qemu-devel] [PATCH] hpet: Init capability register only once

2010-06-14 Thread Anthony Liguori
On 06/14/2010 01:40 AM, Jan Kiszka wrote: From: Jan Kiszka The capability register is read-only from guest POV, so we do not need to update it on reset. Signed-off-by: Jan Kiszka Applied. Thanks. Regards, Anthony Liguori --- hw/hpet.c |9 + 1 files changed, 5 insertions

[Qemu-devel] [PATCH] hpet: Init capability register only once

2010-06-13 Thread Jan Kiszka
From: Jan Kiszka The capability register is read-only from guest POV, so we do not need to update it on reset. Signed-off-by: Jan Kiszka --- hw/hpet.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hw/hpet.c b/hw/hpet.c index 93fc399..e9b585c 100644 --- a/hw/h