aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/dev-q35.h
Commit message (Collapse)AuthorAgeFilesLines
* ich9: initialise RCBA register through LPC interfacePaulo Alcantara2015-07-141-0/+3
| | | | | | | | | | | This patch initialises root complex register block BAR in order to support TCO watchdog emulation features on QEMU. Cc: Kevin O'Connor <kevin@koconnor.net> Cc: Gerd Hofmann <kraxel@redhat.com> Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Paulo Alcantara <pcacjr@zytor.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
* smm: complete SMM setupPaolo Bonzini2014-06-041-0/+3
| | | | | | | | | | 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>
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+46
Move many C files from the src/ directory to the new src/fw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>