[Qemu-devel] Re: [RFT][PATCH 01/15] hpet: Catch out-of-bounds timer access

2010-05-24 Thread Jan Kiszka
Juan Quintela wrote: > Jan Kiszka wrote: >> From: Jan Kiszka >> >> Also prevent out-of-bounds write access to the timers but don't spam the >> host console if it triggers. >> >> Signed-off-by: Jan Kiszka >> --- >> hw/hpet.c |6 +- >> 1 files changed, 5 insertions(+), 1 deletions(-) >> >

[Qemu-devel] Re: [RFT][PATCH 01/15] hpet: Catch out-of-bounds timer access

2010-05-24 Thread Juan Quintela
Jan Kiszka wrote: > Juan Quintela wrote: >> Jan Kiszka wrote: >>> From: Jan Kiszka >>> >>> Also prevent out-of-bounds write access to the timers but don't spam the >>> host console if it triggers. >>> >>> Signed-off-by: Jan Kiszka >>> --- >>> hw/hpet.c |6 +- >>> 1 files changed, 5 ins

[Qemu-devel] Re: [RFT][PATCH 01/15] hpet: Catch out-of-bounds timer access

2010-05-24 Thread Juan Quintela
Jan Kiszka wrote: > From: Jan Kiszka > > Also prevent out-of-bounds write access to the timers but don't spam the > host console if it triggers. > > Signed-off-by: Jan Kiszka > --- > hw/hpet.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/hw/hpet.c b/hw/hpet