]> git.proxmox.com Git - qemu.git/history - hw/eepro100.c
eepro100: Add support for multiple individual addresses (multiple IA)
[qemu.git] / hw / eepro100.c
2010-10-07 Stefan Weileepro100: Add support for multiple individual addresses...
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Alex Williamsoneepro100: Add a dev field to eeprom new/free functions
2010-07-06 Alex Williamsonsavevm: Add DeviceState param
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Paul BrookMove stdbool.h
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-11 Michael S. Tsirkineepro100: convert to new capability API
2010-04-07 Stefan Weileepro100: fix PCI interrupt pin configuration regression
2010-04-07 Stefan Weileepro100: fix mapping of flash memory
2010-04-07 Stefan Weileepro100: Set power management capability using pci_res...
2010-04-06 Stefan Weileepro100: Set configuration bit for standard TCB
2010-04-06 Stefan Weileepro100: Add new device variant i82801
2010-04-06 Stefan Weileepro100: Simplified device instantiation
2010-04-06 Stefan Weileepro100: Simplify status handling
2010-04-06 Stefan Weileepro100: Don't allow writing SCBStatus
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-17 Anthony LiguoriMerge remote branch 'mst/pci' into staging
2010-03-15 Michael S. Tsirkineepro100: address pci todo's, use pci_set_xx
2010-03-04 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into pulls
2010-03-03 Stefan Weileepro100: Keep includes sorted
2010-03-03 Stefan Weileepro100: Remove C++ comments
2010-03-03 Stefan Weileepro100: Add diagnose command
2010-03-03 Stefan Weileepro100: New function for reading command block
2010-03-03 Stefan Weileepro100: Use tx.status
2010-03-03 Stefan Weileepro100: Prettify code (no functional changes)
2010-03-03 Stefan Weileepro100: Fix CU Start command
2010-03-03 Stefan Weileepro100: Support RNR interrupt
2010-03-03 Stefan Weileepro100: Replace variable name to fix a compiler warning
2010-03-03 Stefan Weileepro100: Use symbolic names for bits in EEPROM id
2010-03-03 Stefan Weileepro100: Remove old unused code
2010-03-03 Stefan Weileepro100: Use symbolic names and BIT macros in binary...
2010-03-03 Stefan Weileepro100: Add device descriptions
2010-03-03 Stefan Weileepro100: Update copyright notice
2010-03-03 Stefan Weileepro100: Add TODO list
2010-03-03 Stefan Weileepro100: Support gpxe boot for all eepro100 devices
2010-03-03 Stefan Weileepro100: Fix PXE boot
2010-03-03 Stefan Weileepro100: Add missing SCB register names
2010-03-03 Stefan Weileepro100: Fix compiler errors from debug messages
2010-01-19 Stefan Weileepro100: Fix multicast support
2010-01-19 Stefan Weileepro100: Restructure code (new function tx_command)
2010-01-13 Stefan Weileepro100: Update ROM file support
2010-01-13 Stefan Weileepro100: Fix initial value for PCI_STATUS
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-23 Michael S. Tsirkineepro100: symbolic names for pci registers
2009-12-03 Stefan Weileepro100: Improve debug messages
2009-12-03 David Benjamineepro100: Allocate a larger buffer for regname()
2009-12-03 Mark McLoughlinnet: convert eepro100 to NICState
2009-11-12 Stefan Weileepro100: Add missing .exit initialisation
2009-11-12 Stefan Weileepro100: Fix boot ROM support
2009-11-09 Stefan Weileepro100: Improve support for different devices
2009-11-09 Isaku Yamahatapci: introduce FMT_PCIBUS for printf format for pcibus_t.
2009-11-09 Isaku Yamahatapci: introduce pcibus_t to represent pci bus address...
2009-11-09 Isaku Yamahatapci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/...
2009-10-27 Juan Quintelaeepro100: port to vmstate
2009-10-27 Gerd Hoffmanneepro100: use qdev properties for configuration.
2009-10-27 Stefan Weileepro100: Restructure code
2009-10-15 Stefan Weileepro100: Remove unused device status entries
2009-10-06 =?UTF-8?q?Reimar... eepro100: support 16 bit read from SCBCmd (== 2)
2009-10-05 =?UTF-8?q?Reimar... Set revision in eeprom correctly for 82557 versions.
2009-10-05 Kevin Wolfeepro100: Don't allow guests to fail assertions
2009-10-05 Gerd Hoffmannpci: move unregister from PCIDevice to PCIDeviceInfo
2009-10-05 Aurelien JarnoRevert "eepro100: Remove unused device status entries"
2009-10-04 Stefan Weileepro100: Add more i825xx devices
2009-10-04 Stefan Weileepro100: Remove unused device status entries
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-26 Stefan Weileepro100: Fix format strings in debug messages
2009-09-26 Stefan Weileepro100: Replace sprintf by snprintf
2009-09-26 Stefan Weileepro100: Remove unused code
2009-09-26 Stefan Weileepro100: Enhanced logging and comments
2009-09-12 Reimar DöffingerMake string arrays used to convert numbers to strings...
2009-09-09 Naphtali SpreiFix for commit 3f9cb1c14dc368f41447db5f78d6248c4f100ad4
2009-09-09 Stefan Weileepro100: Clean code which sets the PCI device id
2009-09-04 Amit ShahRemove typedef for bool from eepro100.c
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Juan Quintelaeepro100: Remove unused indirection of PCIDevice
2009-08-28 Juan Quintelaeepro100: cast a void * makes no sense
2009-08-28 Juan Quintelaeepro100: convert casts to DO_UPCAST()
2009-08-28 Gerd Hoffmannqdev: add return value to init() callbacks.
2009-08-28 Reimar Döffingerfix stack buffer overflows in eepro100.c tx
2009-08-28 Naphtali Spreihw/eepro100.c: Use extended TBD only where applicable
2009-08-25 Blue SwirlMake CPURead/WriteFunc structure 'const'
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-09 Gerd Hoffmannqdev: update pci device registration.
2009-06-29 Jan KiszkaRevert "Introduce reset notifier order"
2009-06-16 Avi KivityRename pci_register_io_region() to pci_register_bar()
2009-06-16 Avi KivityRemove io_index argument from cpu_register_io_memory()
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Mark McLoughlinnet: add return value to packet receive handler
2009-06-09 Mark McLoughlinnet: pass VLANClientState* as first arg to receive...
2009-06-09 Mark McLoughlinnet: re-name vc->fd_read() to vc->receive()
2009-06-09 Mark McLoughlinnet: add fd_readv() handler to qemu_new_vlan_client...
2009-05-22 Jan KiszkaIntroduce reset notifier order
2009-05-14 Paul BrookPCI network qdev conversion
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-13 Blue SwirlReplace gcc variadic macro extension with C99 version
2009-05-01 Chris WrightPci nic: pci_register_device can fail
next