Sign in
qemu
/
qemu
/
bc210eb163b162ff2e94e5c8f4307715731257f8
/
hw
/
pcnet.c
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
ef45c91
pcnet: Properly handle TX requests during Link Fail
by Jan Kiszka
· 13 years ago
6655124
pcnet: Clear ERR in CSR0 on stop
by Jan Kiszka
· 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
9f2a8d7
pcnet: Preserve link state across device reset
by Jan Kiszka
· 13 years ago
0b0404b
Add 'fall through' comments to case statements without break
by Stefan Weil
· 13 years ago
e1c2008
pcnet: Add link state support
by Jan Kiszka
· 13 years ago
488a1a5
pcnet: Move BCR defines to header
by Jan Kiszka
· 13 years ago
366c933
pcnet: Fix sign extension: make ipxe work with >2G RAM
by Michael Brown
· 14 years ago
7447545
change all other clock references to use nanosecond resolution accessors
by Paolo Bonzini
· 14 years ago
7165448
moving eeprom initialization
by William Dauchy
· 14 years ago
219982e
hw/pcnet.c: Fix EPROM contents to suit AMD netware drivers
by Gerhard Wiesinger
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
a4c75a2
Split out common pcnet code
by Paul Brook
· 14 years ago
c1ded3d
pcnet: Do not receive external frames in loopback mode
by Jan Kiszka
· 14 years ago
9dd749a
pcnet: address TODOs
by Michael S. Tsirkin
· 15 years ago
b80d4a9
pci: don't overwrite multi functio bit in pci header type.
by Isaku Yamahata
· 15 years ago
7a7e5db
pcnet: make subsystem vendor id match hardware
by Michael S. Tsirkin
· 15 years ago
1a8e2aa
pcnet APROMWE bit location (retry)
by Chris Kilgour
· 15 years ago
884a0c7
pcnet: remove dead nested assignment, spotted by clang
by Blue Swirl
· 15 years ago
9752622
pcnet: switch to symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
1fa5148
net: convert pcnet to NICState
by Mark McLoughlin
· 15 years ago
89e8b13
pci: introduce FMT_PCIBUS for printf format for pcibus_t.
by Isaku Yamahata
· 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
a01d6ef
sparc32 (mostly): remove unneeded calls to device reset
by Blue Swirl
· 15 years ago
3d86505
pcnet: port to vmstate
by Juan Quintela
· 15 years ago
94e1a91
pcnet: split away lance.c (sparc32 code).
by Gerd Hoffmann
· 15 years ago
7622483
pcnet: use qdev properties for configuration.
by Gerd Hoffmann
· 15 years ago
de41ac9
pcnet: Extend hardware reset
by Jan Kiszka
· 15 years ago
ad32308
pcnet: Restart poll timer on pcnet_start
by Jan Kiszka
· 15 years ago
efb56cf
pcnet: Drop unused recv_pos field
by Jan Kiszka
· 15 years ago
e3936fa
pci: move unregister from PCIDevice to PCIDeviceInfo
by Gerd Hoffmann
· 15 years ago
c227f09
Revert "Get rid of _t suffix"
by Anthony Liguori
· 15 years ago
99a0949
Get rid of _t suffix
by malc
· 15 years ago
6ee093c
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
by Juan Quintela
· 15 years ago
0abaa7c
pcnet: Add pci_pcnet_{save/load} functions, then remove PCNetState pci_dev field
by Juan Quintela
· 15 years ago
9fdab57
pcnet: remove useless casts This are casts to the very type of the function
by Juan Quintela
· 15 years ago
1f235a7
pcnet: Change casts to DO_UPCAST() for PCIPCNetState
by Juan Quintela
· 15 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 15 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 15 years ago
186507b
qdev/prop: convert pcnet.c to helper macros.
by Gerd Hoffmann
· 15 years ago
ee6847d
qdev: rework device properties.
by Gerd Hoffmann
· 15 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
1eed09c
Remove io_index argument from cpu_register_io_memory()
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
067a3dd
Remove qdev irq sink handling
by Paul Brook
· 16 years ago
4856fcf
Fix lance segfaults
by Paul Brook
· 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
f1afe02
pcnet: Avoid double conversion via PHYSADDR
by aurel32
· 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
deb5439
Define PCI vendor and device IDs in pci.h (Stuart Brady)
by aliguori
· 16 years ago
5653494
Remove unused info_str parameter to pcnet_common_init()
by blueswir1
· 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
7cb7434b
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
e64d7d5
Remove address masking
by blueswir1
· 16 years ago
b6c4f71
Resurrect the safe part of r5274
by blueswir1
· 16 years ago
2ca83a8
Revert r5274 which breaks savevm/loadvm
by blueswir1
· 16 years ago
67d8cec
Add signed versions of save/load functions
by blueswir1
· 16 years ago
841c26a
hw/pcnet: use qemu_socket.h
by aurel32
· 16 years ago
d317b92
hw/pcnet.c: windows compile fix
by aurel32
· 16 years ago
89b190a
pcnet: add loopback mode emulation
by aurel32
· 16 years ago
cb3df91
Fix debug message address formats
by blueswir1
· 16 years ago
3c924ac
Fix wrong function names in debug messages (Stefan Weil)
by blueswir1
· 16 years ago
18fdb1c
Various NICs: Fix suspend/resume of multiple instances, by Jan Kiszka.
by ths
· 16 years ago
9bd0d29
PCnet: Allow more then two TMDs (Jan Kiszka)
by blueswir1
· 17 years ago
7c56045
Register only valid register access widths
by blueswir1
· 17 years ago
69b3497
Fix miscellaneous minor things, by Andre Przywara.
by ths
· 17 years ago
bee8d68
qemu_put signedness fixes, by Andre Przywara.
by ths
· 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
7f27bae
Remove obsolete comment.
by ths
· 17 years ago
2d069ba
Use qemu_irq for a reset signal between DMA and ESP/Lance
by blueswir1
· 17 years ago
5a84a5d
Fix Lance on 32-bit hosts
by blueswir1
· 18 years ago
dbe06e1
Handle unconnected vlan case in lance
by blueswir1
· 18 years ago
70c0de9
Use qemu_irqs between dma controllers and esp, lance
by blueswir1
· 18 years ago
5aca8c3
Split DMA controller in two Fix register size related bugs
by blueswir1
· 18 years ago
5dcb6b9
Use full 36-bit physical address space on SS10
by blueswir1
· 18 years ago
d537cf6
Unify IRQ handling.
by pbrook
· 18 years ago
6d2980f
Fix unportable bitfields use which broke pcnet for big endian hosts.
by ths
· 18 years ago
abcebc7
Devfn number for network PCI cards, by Aurelien Jarno.
by ths
· 18 years ago
9b94dc3
better PCNET endianness support
by bellard
· 18 years ago
03c1847
endianness fixes
by bellard
· 18 years ago
91cc029
initial sparc32 lance and pcnet merge
by bellard
· 18 years ago
29b9a34
win32 compilation fixes
by bellard
· 18 years ago
Next »