Age | Commit message (Expand) | Author |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster |
2009-10-05 | piix_pci: kill PIIX3IrqState | Gerd Hoffmann |
2009-10-05 | vmstate: add version_id argument to post_load | Juan Quintela |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori |
2009-10-01 | Get rid of _t suffix | malc |
2009-09-11 | vmstate: rename run_after_load() -> post_load() | Juan Quintela |
2009-09-04 | piix3: use new vmstate infrastructure | Juan Quintela |
2009-09-04 | i440fx: use new vmstate infrastructure | Juan Quintela |
2009-09-04 | Update SaveVM versions | Juan Quintela |
2009-09-04 | pci_irq_levels[] belong to PIIX3State | Juan Quintela |
2009-09-04 | Save irq_state into PCII440FXState | Juan Quintela |
2009-09-04 | We can add piix3_dev now to PIIX3IrqState | Juan Quintela |
2009-09-04 | Fold piix3_init() intto i440fx_init | Juan Quintela |
2009-09-04 | Introduce PIIX3IrqState for piix3 irq's state | Juan Quintela |
2009-09-04 | Create PIIX3State instead of using PCIDevice for PIIX3 | Juan Quintela |
2009-09-04 | We want the argument pass to set_irq to be opaque | Juan Quintela |
2009-09-04 | Move smm_enabled and isa_memory_mappings to PCII440FXState | Juan Quintela |
2009-09-04 | Use PCII440FXState instead of generic PCIDevice | Juan Quintela |
2009-09-04 | Split piix4 support from piix_pci.c | Juan Quintela |
2009-09-04 | piix4 don't use pci_irq_levels at all | Juan Quintela |
2009-08-27 | qdev: add return value to init() callbacks. | Gerd Hoffmann |
2009-08-10 | qdev/isa: make the piix isa bridge register an isa bus. | Gerd Hoffmann |
2009-07-27 | qdev/pci: hook up i440fx. | Gerd Hoffmann |
2009-06-29 | Revert "Introduce reset notifier order" | Jan Kiszka |
2009-06-17 | Call piix4_reset() on system reset. | Blue Swirl |
2009-06-17 | Call piix3_reset() on system reset. | Gleb Natapov |
2009-05-23 | Add common BusState | Paul Brook |
2009-05-03 | use PCI_HEADER_TYPE. | Isaku Yamahata |
2009-03-16 | Delete some unused macros detected with -Wp,-Wunused-macros use | blueswir1 |
2009-02-01 | Add and use #defines for PCI device classes | blueswir1 |
2009-01-26 | Define PCI vendor and device IDs in pci.h (Stuart Brady) | aliguori |
2008-10-26 | Fix undeclared symbol warnings from sparse | blueswir1 |
2008-04-27 | Use correct types to enable > 2G support, based on a patch from | aurel32 |
2008-04-22 | Revert "Use correct types to enable > 2G support" (r4238), it is | aurel32 |
2008-04-22 | Use correct types to enable > 2G support, based on a patch from | aurel32 |
2008-03-28 | Add missing initial values for PIIX3 function 0 (PIRQRC) | aurel32 |
2008-03-18 | SCI fixes | aurel32 |
2007-12-09 | Save/load PCI-device, PCI-bus and PIIX3 irq-related state (patches by Uri Lub... | balrog |
2007-12-09 | Remove leftover support for 82371FB (Step A1), by Carlo Marcelo Arenas | ths |
2007-11-18 | Add statics and missing #includes for prototypes. | pbrook |
2007-11-17 | Break up vl.h. | pbrook |
2007-10-20 | Enable ACPI interrupts, by Igor Lvovsky. | ths |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-04-07 | Unify IRQ handling. | pbrook |
2007-01-24 | Add support for 82371FB (Step A1) and Improved support for 82371SB | ths |
2007-01-15 | PIIX4 support, by Aurelien Jarno. | ths |
2007-01-10 | Devfn number for the PIIX3 southbridge, by Aurelien Jarno. | ths |
2006-09-24 | implement i440 instead of i450 ISA memory mappings to be compatible with Bochs | bellard |
2006-09-24 | moved PCI init to BIOS - added ISA memory mapping registers and SMM support | bellard |
2006-09-24 | Implement sun4u PCI IRQ routing. | pbrook |