Re: [Qemu-devel] [PATCH] ich9: initialise RCBA register through LPC interface

2015-06-22 Thread Gerd Hoffmann
Hi, > > Reviewed-by: Paolo Bonzini > > > > > > Ping? If TCO support is added to QEMU 2.4, we need this patch too. Hmm, should that happen we need a 1.8.3 release I guess ... Can you ping me in case tco makes it into 2.4? thanks, Gerd > > Paolo

Re: [Qemu-devel] [PATCH] ich9: initialise RCBA register through LPC interface

2015-06-22 Thread Paolo Bonzini
On 27/05/2015 11:32, Paolo Bonzini wrote: > > > On 27/05/2015 02:28, Paulo Alcantara wrote: >> This patch initialises root complex register block BAR in order to >> support TCO watchdog emulation features on QEMU. >> >> Signed-off-by: Paulo Alcantara >> --- >> src/fw/dev-q35.h | 3 +++ >> src

Re: [Qemu-devel] [PATCH] ich9: initialise RCBA register through LPC interface

2015-05-27 Thread Paolo Bonzini
On 27/05/2015 02:28, Paulo Alcantara wrote: > This patch initialises root complex register block BAR in order to > support TCO watchdog emulation features on QEMU. > > Signed-off-by: Paulo Alcantara > --- > src/fw/dev-q35.h | 3 +++ > src/fw/pciinit.c | 4 > 2 files changed, 7 insertions(

[Qemu-devel] [PATCH] ich9: initialise RCBA register through LPC interface

2015-05-26 Thread Paulo Alcantara
This patch initialises root complex register block BAR in order to support TCO watchdog emulation features on QEMU. Signed-off-by: Paulo Alcantara --- src/fw/dev-q35.h | 3 +++ src/fw/pciinit.c | 4 2 files changed, 7 insertions(+) diff --git a/src/fw/dev-q35.h b/src/fw/dev-q35.h index c6f