Re: [Qemu-devel] [PATCH 0/3] Implement x86 soft reset

2013-03-05 Thread Andreas Färber
Am 05.03.2013 17:00, schrieb Paolo Bonzini: > Il 05/03/2013 16:51, David Woodhouse ha scritto: >> (I think even my three cleanup patches for i440fx still haven't been >> pulled, have they? :( ) > > No. Michael, can you look at David's "[PATCH 0/3] piix_pci cleanups"? > I just sent a ping. I aske

Re: [Qemu-devel] [PATCH 0/3] Implement x86 soft reset

2013-03-05 Thread Paolo Bonzini
Il 05/03/2013 16:51, David Woodhouse ha scritto: > On Tue, 2013-03-05 at 16:04 +0100, Paolo Bonzini wrote: >> This series makes various devices (port 92h, pckbd and the >> PIIX4/ICH9 southbridges) implement x86 soft reset correctly. > > How about suspend/resume? > > If you apply my patch which "f

Re: [Qemu-devel] [PATCH 0/3] Implement x86 soft reset

2013-03-05 Thread David Woodhouse
On Tue, 2013-03-05 at 16:04 +0100, Paolo Bonzini wrote: > This series makes various devices (port 92h, pckbd and the > PIIX4/ICH9 southbridges) implement x86 soft reset correctly. How about suspend/resume? If you apply my patch which "fixes" the hard reset for i440FX to actually reset the PAM con

[Qemu-devel] [PATCH 0/3] Implement x86 soft reset

2013-03-05 Thread Paolo Bonzini
This series makes various devices (port 92h, pckbd and the PIIX4/ICH9 southbridges) implement x86 soft reset correctly. Paolo Bonzini (3): cpu: make CPU_INTERRUPT_RESET available on all targets pc: port 92 reset requires a low->high transition x86: correctly implement soft reset cpu-exec.c