summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* e1000: Don't muck with PCI commmand registerAnthony Liguori2009-12-191-1/+0
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-191-8/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-191-1/+1
* e1000: Fix warning from code reviewStefan Weil2009-12-031-1/+3
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-3/+1
* net: convert e1000 to NICStateMark McLoughlin2009-12-031-21/+26
* e1000 fix: read access to some registers is missing.Kay Ackermann2009-11-121-0/+2
* pci: introduce FMT_PCIBUS for printf format for pcibus_t.Isaku Yamahata2009-11-091-2/+4
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-3/+3
* pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.hIsaku Yamahata2009-11-091-2/+2
* v3: don't call reset functions on cpu initializationGlauber Costa2009-11-071-1/+0
* Remove e1000 rom loading hackAnthony Liguori2009-10-301-2/+0
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-0/+1
* e1000: port to vmstateJuan Quintela2009-10-271-163/+81
* e1000: unfold mac_regarraystosave arrayJuan Quintela2009-10-271-16/+14
* e1000: unfold mac_reg_tosave arrayJuan Quintela2009-10-271-13/+74
* e1000: use qdev properties for configuration.Gerd Hoffmann2009-10-271-11/+38
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-1/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* e1000 cleanupJuan Quintela2009-08-271-5/+5
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* e1000.c doesn't properly emulate EERD and ICS registersBill Paul2009-07-301-4/+9
* fix for bad macaddr of e1000 in Windows 2003 server with original MS driverNaphtali Sprei2009-07-161-0/+5
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* qdev: update pci device registration.Gerd Hoffmann2009-07-091-1/+7
* Revert "Introduce reset notifier order"Jan Kiszka2009-06-291-1/+1
* Revert "Update irqs on reset and device load"Blue Swirl2009-06-171-9/+1
* Rename pci_register_io_region() to pci_register_bar()Avi Kivity2009-06-161-2/+2
* Remove io_index argument from cpu_register_io_memory()Avi Kivity2009-06-161-1/+1
* Merge branch 'net-queue'Anthony Liguori2009-06-101-14/+16
|\
| * net: add return value to packet receive handlerMark McLoughlin2009-06-091-6/+8
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-4/+4
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-3/+3
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-2/+2
* | Update irqs on reset and device loadBlue Swirl2009-06-091-1/+9
* | Register reset functions for e1000 and rtl8139Blue Swirl2009-06-091-7/+14
|/
* e1000: Ignore reset commandKevin Wolf2009-05-271-2/+9
* PCI network qdev conversionPaul Brook2009-05-141-13/+13
* Replace gcc variadic macro extension with C99 version (missed one)Blue Swirl2009-05-131-3/+3
* e1000: Do not reinit pci config space to 0Amit Shah2009-05-081-1/+0
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+3
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+10
* Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)aliguori2009-04-171-3/+1
* e1000: Fix RX descriptor low threshold interrupt logic (Alex Williamson)aliguori2009-03-201-2/+2
* qemu: LSI SCSI and e1000 unregister callbacks (Marcelo Tosatti)aliguori2009-02-111-0/+11
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+3
* Add and use #defines for PCI device classesblueswir12009-02-011-2/+1
* Define PCI vendor and device IDs in pci.h (Stuart Brady)aliguori2009-01-261-2/+2