pc_piix.c (72f75c76d84e2eefc6806dafca116860ffe847f0) | pc_piix.c (7fb1cf1606c78c9d5b538f29176fd5a101726a9d) |
---|---|
1/* 2 * QEMU PC System Emulator 3 * 4 * Copyright (c) 2003-2004 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 211 unchanged lines hidden (view full) --- 220 if (pci_enabled) { 221 ioapic_init_gsi(gsi_state, "i440fx"); 222 } 223 224 pc_register_ferr_irq(gsi[13]); 225 226 pc_vga_init(isa_bus, pci_enabled ? pci_bus : NULL); 227 | 1/* 2 * QEMU PC System Emulator 3 * 4 * Copyright (c) 2003-2004 Fabrice Bellard 5 * 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 7 * of this software and associated documentation files (the "Software"), to deal 8 * in the Software without restriction, including without limitation the rights --- 211 unchanged lines hidden (view full) --- 220 if (pci_enabled) { 221 ioapic_init_gsi(gsi_state, "i440fx"); 222 } 223 224 pc_register_ferr_irq(gsi[13]); 225 226 pc_vga_init(isa_bus, pci_enabled ? pci_bus : NULL); 227 |
228 assert(pcms->vmport != ON_OFF_AUTO_MAX); | 228 assert(pcms->vmport != ON_OFF_AUTO__MAX); |
229 if (pcms->vmport == ON_OFF_AUTO_AUTO) { 230 pcms->vmport = xen_enabled() ? ON_OFF_AUTO_OFF : ON_OFF_AUTO_ON; 231 } 232 233 /* init basic PC hardware */ 234 pc_basic_device_init(isa_bus, gsi, &rtc_state, true, 235 (pcms->vmport != ON_OFF_AUTO_ON), 0x4); 236 --- 823 unchanged lines hidden --- | 229 if (pcms->vmport == ON_OFF_AUTO_AUTO) { 230 pcms->vmport = xen_enabled() ? ON_OFF_AUTO_OFF : ON_OFF_AUTO_ON; 231 } 232 233 /* init basic PC hardware */ 234 pc_basic_device_init(isa_bus, gsi, &rtc_state, true, 235 (pcms->vmport != ON_OFF_AUTO_ON), 0x4); 236 --- 823 unchanged lines hidden --- |