commit | d11e859e4afe9b8b12f4478ab4ae3204d2d665ce | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Mar 02 20:28:46 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Mar 07 12:27:40 2012 +0200 |
tree | 6904709623cf1546df2d01bdbbbfa40e9ee066d1 | |
parent | e32605062cd62c2a958ad28a6ad7de4eeab12027 [diff] |
i8254: Factor out base class for KVM reuse Applying the concept used for the *PICs once again: establish a base class for the i8254 that can be used both by the current user space emulation and the upcoming KVM in-kernel version. We share most of the public interface of the i8254, specifically to the pcspk, vmstate, reset and certain init parts. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>