Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | smm: complete SMM setup | Paolo Bonzini | 2014-06-04 | 1 | -0/+2 |
| | | | | | | | | | | SMI generation requires two bits to be set in PIIX4, one for APMC interrupts specifically and a general one. For Q35 it is the same, plus it is a good thing to lock SMIs after enabling them. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | piix: add and use dev-piix.h | Paolo Bonzini | 2014-06-04 | 1 | -0/+27 |
Move all definitions for PIIX registers to a single header file, like there is one already for Q35, and make the naming more consistent. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |