mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
ich9: implement SCI_IRQ_SEL register
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
6d356c8c9e
commit
8f242cb724
2 changed files with 19 additions and 10 deletions
|
@ -45,6 +45,7 @@ typedef struct ICH9LPCState {
|
|||
APMState apm;
|
||||
ICH9LPCPMRegs pm;
|
||||
uint32_t sci_level; /* track sci level */
|
||||
uint8_t sci_gsi;
|
||||
|
||||
/* 2.24 Pin Straps */
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue