vmstate: port cirrus_vga device
[qemu] / hw / eepro100.c
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 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 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-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
2009-04-17 aliguoriIntroduce VLANClientState::cleanup() (Mark McLoughlin)
2009-04-17 aliguoriUse NICInfo::model for eepro100 savevm ID string (Mark...
2009-03-28 aliguoriClean some PCI defines (Stefan Weil)
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-03-13 aliguoriAdd and use remaining #defines for PCI device IDs ...
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-01 blueswir1Add and use #defines for PCI device classes
2009-01-26 aliguoriDefine PCI vendor and device IDs in pci.h (Stuart Brady)
2009-01-07 aliguoriAdd a -net name=foo parameter (Mark McLoughlin)
2009-01-07 aliguoriAdd qemu_format_nic_info_str() (Mark McLoughlin)
2009-01-07 aliguoriAdd a model string to VLANClientState (Mark McLoughlin)
2008-12-01 pbrookChange MMIO callbacks to use offsets, not absolute...
2008-07-18 thsVarious NICs: Fix suspend/resume of multiple instances...
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-09-14 thsLess magic constants, by Filip Navara.
2007-09-13 thsImproved EEPRO 100 emulation, by Filip Navara.
2007-07-02 balrogE100 savevm/loadvm support, patch by Jason Wessel.
2007-04-07 pbrookUnify IRQ handling.
2007-04-02 thsEepro100 emulation, by Stefan Weil.