find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
[qemu] / hw / pci.c
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-27 blueswir1New option -net nic,model=? (Mark Glines)
2007-04-14 thsKnow about more PCI device classes.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsEepro100 emulation, by Stefan Weil.
2007-03-06 thsFix typo in PCI bridge code.
2007-01-10 thsDevfn number for network PCI cards, by Aurelien Jarno.
2006-12-10 thsFix PCI config space overflow, by Herbert Xu.
2006-09-28 pbrookPCI IRC routing fix.
2006-09-24 pbrookImplement sun4u PCI IRQ routing.
2006-09-24 pbrookPCI shared IRQ fix (original patch by andrzej zaborowski).
2006-08-17 bellardPCI save/restore changes
2006-08-10 pbrookAdd SCSI controller class.
2006-07-04 bellardpcnet nic support (Antony T Curtis)
2006-05-21 pbrookUse lookup table for PCI class descriptions.
2006-05-13 pbrookRearrange PCI host emulation code.
2006-04-18 pbrookInitialize PCI BAR config data.
2006-04-02 bellarddo not test reserved config bits
2006-02-05 pbrookAllow selection of emulated network card.
2005-11-21 bellardcpu_single_env usage fix
2005-07-23 bellardsparc64 fixes (Blue Swirl)
2005-06-05 bellardcorrect PCI ID for PREP PCI host bridge - added Grackle...
2005-05-13 bellardhandle the case where several PCI irqs share the same...
2005-04-23 bellardPREP machines have two IO mappings.
2005-04-06 bellardPCI irq in sync with new Bochs BIOS
2004-10-09 bellardmonitor fixes (Johannes Schindelin)
2004-10-03 bellardne2000 savevm support (Johannes Schindelin)
2004-06-25 bellardconfigure BMDMA
2004-06-21 bellardadded PCI bus - added IRQ support for PowerPC bridges...
2004-06-21 bellardUniNorth PCI bridge support
2004-06-09 bellardIDE1 init fix
2004-06-05 bellardinit VGA with default config
2004-06-05 bellardhost bridge config fix
2004-06-03 bellardfixed PCI config default write permissions
2004-06-03 bellardsupport for opaque data on memory I/Os - PCI ROM memory...
2004-05-26 bellardPowerPC prep/chrp/pmac support
2004-05-23 bellardpci empty device read fix - piix3 ide init
2004-05-22 bellardpci memory mapping fix
2004-05-20 bellardPCI interrupt support - PCI BIOS interrupt remapping...
2004-05-18 bellardPCI support