Re: [Qemu-devel] [PATCH] ICH9 LPC: Reset Control Register, basic implementation

2013-02-26 Thread Michael S. Tsirkin
On Tue, Feb 26, 2013 at 10:53:27PM +0100, Laszlo Ersek wrote: > On 02/20/13 02:51, Laszlo Ersek wrote: > > This commit does the same for the ICH9 LPC as commit 1ec4ba74 for the > > PIIX3. For the present we're ignoring the Full Reset (FULL_RST) and System > > Reset (SYS_RST) bits; the guest can rea

Re: [Qemu-devel] [PATCH] ICH9 LPC: Reset Control Register, basic implementation

2013-02-26 Thread Laszlo Ersek
On 02/20/13 02:51, Laszlo Ersek wrote: > This commit does the same for the ICH9 LPC as commit 1ec4ba74 for the > PIIX3. For the present we're ignoring the Full Reset (FULL_RST) and System > Reset (SYS_RST) bits; the guest can read them back but that's it. > > Signed-off-by: Laszlo Ersek > --- >

[Qemu-devel] [PATCH] ICH9 LPC: Reset Control Register, basic implementation

2013-02-19 Thread Laszlo Ersek
This commit does the same for the ICH9 LPC as commit 1ec4ba74 for the PIIX3. For the present we're ignoring the Full Reset (FULL_RST) and System Reset (SYS_RST) bits; the guest can read them back but that's it. Signed-off-by: Laszlo Ersek --- Tested retention of RCR contents and reset functional