mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
SCI fixes
(Anthony Liguori) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4081 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7852e5da32
commit
cf7a2fe2eb
7 changed files with 50 additions and 8 deletions
|
|
@ -220,7 +220,6 @@ static void piix3_set_irq(qemu_irq *pic, int irq_num, int level)
|
|||
{
|
||||
int i, pic_irq, pic_level;
|
||||
|
||||
piix3_dev->config[0x60 + irq_num] &= ~0x80; // enable bit
|
||||
pci_irq_levels[irq_num] = level;
|
||||
|
||||
/* now we change the pic irq level according to the piix irq mappings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue