summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pci romfiles: add property, add default to PCIDeviceInfoGerd Hoffmann2009-12-191-8/+1
* Support PCI based option rom loadingAnthony Liguori2009-12-191-1/+1
* savevm: Port to qdev.vmsd all devices that have qdevJuan Quintela2009-12-031-3/+1
* net: convert rtl8139 to NICStateMark McLoughlin2009-12-031-19/+24
* Fix qemu_malloc/qemu_free use in rtl8139.cJean-Christophe DUBOIS2009-12-021-2/+2
* pci: introduce pcibus_t to represent pci bus address/size instead of uint32_tIsaku Yamahata2009-11-091-2/+2
* 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/+1
* rtl8139: port to vmstateJuan Quintela2009-10-271-216/+85
* rtl8139: port TallyCounters to vmstateJuan Quintela2009-10-271-26/+24
* rtl8139: use qdev properties for configuration.Gerd Hoffmann2009-10-271-22/+35
* qemu/qdev: type safety in reset handlerMichael S. Tsirkin2009-10-051-5/+5
* pci: move unregister from PCIDevice to PCIDeviceInfoGerd Hoffmann2009-10-051-2/+1
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-16/+16
* Get rid of _t suffixmalc2009-10-011-16/+16
* Unexport ticks_per_sec variable. Create get_ticks_per_sec() functionJuan Quintela2009-09-111-2/+3
* qdev: convert rtl8139 to resetGerd Hoffmann2009-09-091-4/+4
* rtl8139: remove pointless cast from void *Juan Quintela2009-08-271-2/+2
* rtl8139: Remove unneeded double indirection of PCIRTL8139StateJuan Quintela2009-08-271-25/+13
* qdev: add return value to init() callbacks.Gerd Hoffmann2009-08-271-1/+2
* Make CPURead/WriteFunc structure 'const'Blue Swirl2009-08-251-2/+2
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-2/+2
* 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-2/+0
* 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-18/+21
|\
| * net: add return value to packet receive handlerMark McLoughlin2009-06-091-13/+16
| * net: pass VLANClientState* as first arg to receive handlersMark McLoughlin2009-06-091-7/+7
| * net: re-name vc->fd_read() to vc->receive()Mark McLoughlin2009-06-091-1/+1
| * net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin2009-06-091-1/+1
* | Update irqs on reset and device loadBlue Swirl2009-06-091-0/+2
* | Register reset functions for e1000 and rtl8139Blue Swirl2009-06-091-1/+3
|/
* PCI network qdev conversionPaul Brook2009-05-141-12/+11
* use PCI_HEADER_TYPE.Isaku Yamahata2009-05-031-1/+1
* Pci nic: pci_register_device can failChris Wright2009-05-011-0/+4
* Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori2009-04-171-1/+30
* qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori2009-02-111-1/+2
* 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-6/+4
* RTL8139: Latch C+ mode state instead of inferring it from C+ Command register...aliguori2009-01-131-3/+17
* Add a -net name=foo parameter (Mark McLoughlin)aliguori2009-01-071-1/+1
* Add qemu_format_nic_info_str() (Mark McLoughlin)aliguori2009-01-071-8/+1
* Add a model string to VLANClientState (Mark McLoughlin)aliguori2009-01-071-2/+2
* Remove unnecessary trailing newlinesblueswir12008-12-131-1/+0
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-1/+1
* Fix most warnings that would be caused by gcc flag -Wundefblueswir12008-09-061-2/+2
* Add qemu_realloc(), by Gerd Hoffmann.ths2008-08-061-1/+1
* Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.ths2008-07-181-2/+1