- f567656 bswap.h: Remove le32_to_cpupu() by Peter Maydell · 11 years ago
- 6e93187 bswap.h: Remove cpu_to_le32wu() by Peter Maydell · 11 years ago
- 9e64f8a hw: set interrupts using pci irq wrappers by Marcel Apfelbaum · 11 years ago
- 45d883d ne2000: mark I/O as LITTLE_ENDIAN by Aurelien Jarno · 11 years ago
- 125ee0e devices: Associate devices to their logical category by Marcel Apfelbaum · 11 years ago
- dcb117b ne2000: pass device to ne2000_setup_io, use it as owner by Paolo Bonzini · 12 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
- 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/ne2000.c]
- c45e5b5 Switch to efi-enabled nic roms by default by Gerd Hoffmann · 12 years ago
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- 948ecf2 net: intorduce qemu_del_nic() by Jason Wang · 12 years ago
- cc1f0f4 net: introduce qemu_get_nic() by Jason Wang · 12 years ago
- b356f76 net: introduce qemu_get_queue() by Jason Wang · 12 years ago
- 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1422e32 net: reorganize headers by Paolo Bonzini · 12 years ago
- a2cb15b pci: update all users to look in pci/ by Michael S. Tsirkin · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- b20c6b9 net: Rename qemu_del_vlan_client() to qemu_del_net_client() by Stefan Hajnoczi · 13 years ago
- 4e68f7a net: Rename VLANClientState to NetClientState by Stefan Hajnoczi · 13 years ago
- 5e59b02 Merge branch pci into master by Michael S. Tsirkin · 12 years ago
- 0ed8b6f Avoid returning void by Blue Swirl · 13 years ago
- 2be64a6 hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) by Laszlo Ersek · 13 years ago
- f90c2bc pci: convert PCIUnregisterFunc to void by Alex Williamson · 13 years ago
- 7fc8d91 net: move compute_mcast_idx() to net.h by Jason Wang · 13 years ago
- 9ebe95f nic: zap obsolote romloading bits from ne2k + pcnet by Gerd Hoffmann · 13 years ago
- 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
- 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
- 40021f0 pci: convert to QEMU Object Model by Anthony Liguori · 13 years ago
- f79f2bf qdev: don't access name through info by Anthony Liguori · 13 years ago
- 30fbb9f qdev: move qdev->info to class by Anthony Liguori · 13 years ago
- 817e0b6 pci: interrupt pin documentation update by Michael S. Tsirkin · 13 years ago
- e824b2c pci: rename pci_register_bar_region() to pci_register_bar() by Avi Kivity · 13 years ago
- 1ec4e1d ne2000: convert to memory API by Avi Kivity · 13 years ago
- 18f1c72 hw/ne2000.c: convert to PCIDeviceInfo to initialize ids by Isaku Yamahata · 14 years ago
- 5ee8ad7 PXE: Use consistent naming for PXE ROMs by Alex Williamson · 14 years ago
- 2e55e84 Add bootindex for option roms. by Gleb Natapov · 14 years ago
- 1ca4d09 Add bootindex parameter to net/block/fd device by Gleb Natapov · 14 years ago
- b80d4a9 pci: don't overwrite multi functio bit in pci header type. by Isaku Yamahata · 15 years ago
- e6c4cfd ne2000: switch to symbolic names for pci registers by Michael S. Tsirkin · 15 years ago
- d05ac8f Add "static" to please Sparse by Blue Swirl · 15 years ago
- be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
- 1c2045b net: convert ne2000 to NICState by Mark McLoughlin · 15 years ago
- 6e355d9 pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t by Isaku Yamahata · 15 years ago
- 0392a01 pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h by Isaku Yamahata · 15 years ago
- 7c131dd ne2000: port to vmstate by Juan Quintela · 15 years ago
- a783cc3 ne2k_pci: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
- 93db668 ne2k_isa: use qdev properties for configuration. by Gerd Hoffmann · 15 years ago
- bd390e6 Compile ne2000 only once by Blue Swirl · 15 years ago
- 9453c5b qdev/isa: convert ne2000 by Gerd Hoffmann · 15 years ago
- a60380a Add pci_ne2000_{save/load} functions, then remove pci_dev NE2000State field by Juan Quintela · 15 years ago
- 2b7a050 We need PCINE2000State for save/load functions by Juan Quintela · 15 years ago
- 377a7f0 ne2000: Change casts to DO_UPCAST() for PCINE2000State by Juan Quintela · 15 years ago
- 94a943e ne2000: pci_dev has this very value with the right type by Juan Quintela · 15 years ago
- a10fcec ne2000: remove casts from void * by Juan Quintela · 15 years ago
- 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
- ae50b27 Don't leak VLANClientState on PCI hot remove by Mark McLoughlin · 16 years ago
- 0aab0d3 qdev: update pci device registration. by Gerd Hoffmann · 16 years ago
- 28c2c26 Rename pci_register_io_region() to pci_register_bar() by Avi Kivity · 16 years ago
- 4f1c942 net: add return value to packet receive handler by Mark McLoughlin · 16 years ago
- e3f5ec2 net: pass VLANClientState* as first arg to receive handlers by Mark McLoughlin · 16 years ago
- cda9046 net: re-name vc->fd_read() to vc->receive() by Mark McLoughlin · 16 years ago
- 463af53 net: add fd_readv() handler to qemu_new_vlan_client() args by Mark McLoughlin · 16 years ago
- 9d07d75 PCI network qdev conversion by Paul Brook · 16 years ago
- 6407f37 use PCI_HEADER_TYPE. by Isaku Yamahata · 16 years ago
- aff427a Pci nic: pci_register_device can fail by Chris Wright · 17 years ago
- b946a15 Introduce VLANClientState::cleanup() (Mark McLoughlin) by aliguori · 16 years ago
- a770dc7 Add and use remaining #defines for PCI device IDs (Stuart Brady) by aliguori · 16 years ago
- 72da420 qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti) by aliguori · 16 years ago
- 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- 173a543 Add and use #defines for PCI device classes by blueswir1 · 16 years ago
- 4ebcf88 Update #defines for PCI vendor and device IDs from OpenBIOS and Linux by blueswir1 · 16 years ago
- deb5439 Define PCI vendor and device IDs in pci.h (Stuart Brady) by aliguori · 16 years ago
- 0ae18ce Check NIC model in some NIC init functions (Mark McLoughlin) by aliguori · 16 years ago
- 7a9f6e4 Add a -net name=foo parameter (Mark McLoughlin) by aliguori · 16 years ago
- 7cb7434 Add qemu_format_nic_info_str() (Mark McLoughlin) by aliguori · 16 years ago
- bf38c1a Add a model string to VLANClientState (Mark McLoughlin) by aliguori · 16 years ago
- 18fdb1c Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka. by ths · 17 years ago
- e89f00e Revert "Fix ne2000_can_receive() function". by aurel32 · 17 years ago
- f9e7bcf Fix ne2000_can_receive() function by aurel32 · 17 years ago
- 60fe76f Fix wrong signedness, by Andre Przywara. by ths · 17 years ago
- 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 0ae045a Insufficient input validation in NE2000 card, written by Tavis Ormandy, by ths · 18 years ago
- e91c8a7 Spelling fixes, by Stefan Weil. by ths · 18 years ago
- d537cf6 Unify IRQ handling. by pbrook · 18 years ago
- 28c1c65 ne2k buffer full bug fix, by Marcel Block. by ths · 18 years ago
- abcebc7 Devfn number for network PCI cards, by Aurelien Jarno. by ths · 18 years ago
- 9f08349 Spelling fixes, thanks to Stefan Weil. by ths · 18 years ago
- 1941d19 PCI save/restore changes by bellard · 18 years ago
- f815fa4 ne2000 buffer fulness fix (Han Zhu) by bellard · 19 years ago
- d861b05 Avoid buffer overflow when sending slirp packets. by pbrook · 19 years ago
- acff9df rxcr save/restore (initial patch by Jürgen Pfennig by bellard · 19 years ago
- 089af99 RTL8029 IDs support (Warner Losh) by bellard · 19 years ago
- 7c9d8e0 new network emulation by bellard · 19 years ago
- a343df1 ne2000 reset fix - start/stop registers read access (aka OS/2 Warp V4 fix) (lukewarm) by bellard · 20 years ago
- 40545f8 packet fix for for netware 3.11 (initial patch by Mark Jonckheere) - security bug fix by bellard · 20 years ago