Sign in
qemu
/
qemu
/
cc69bda6c97a1c193348eb381f4bffdfd1c8a948
/
hw
/
rtl8139.c
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
83f58e5
rtl8139: preserve link state across device reset
by Amos Kong
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
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
1bebb0a
rtl8139: convert PIO to new memory api read/write
by Alexander Graf
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
9e12c5a
rtl8139: implement 8139cp link status
by Jason Wang
· 12 years ago
4be403c
Make target_phys_addr_t 64 bits unconditionally
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
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 13 years ago
23797df
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
by Anthony Liguori
· 13 years ago
f90c2bc
pci: convert PCIUnregisterFunc to void
by Alex Williamson
· 13 years ago
fcce6fd
rtl8139: validate rx ring before receiving packets
by Jason Wang
· 13 years ago
df6606f
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
by Anthony Liguori
· 13 years ago
dcf6f5e
change iov_* function prototypes to be more appropriate
by Michael Tokarev
· 13 years ago
fee9d34
rtl8139: honor RxOverflow flag in can_receive method
by Fernando Luis Vazquez Cao
· 13 years ago
721589d
Revert "Revert "rtl8139: do the network/host communication only in normal operating mode""
by Anthony Liguori
· 13 years ago
9c92bf7
Revert "rtl8139: do the network/host communication only in normal operating mode"
by Jason Wang
· 13 years ago
bdc62e6
rtl8139: fix regression in TxStatus/TxAddr read
by Avi Kivity
· 13 years ago
3e48dd4
rtl8139: do not assume TxStatus[] and TxAddr[] are adjacent
by Stefan Hajnoczi
· 13 years ago
ff71f2e
rtl8139: do the network/host communication only in normal operating mode
by Jason Wang
· 13 years ago
eb46c5e
rtl8139: correctly check the opmode
by Jason Wang
· 13 years ago
7fc8d91
net: move compute_mcast_idx() to net.h
by Jason Wang
· 13 years ago
afe0a59
rtl8139: support byte read to TxStatus registers
by Jason Wang
· 13 years ago
b44ce45
rtl8139: remove unused marco
by Jason Wang
· 13 years ago
cde31a0
rtl8139: limit transmission buffer size in c+ mode
by Jason Wang
· 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
9423a2e
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
by Anthony Liguori
· 13 years ago
26404ed
hw: Fix spelling in comments
by Stefan Weil
· 13 years ago
a6a29ee
Remove unnecessary casts from PCI DMA code in rtl8139
by David Gibson
· 13 years ago
4abf12f
rtl8139: Fix invalid IO access alignment
by Julian Pidancet
· 13 years ago
3ada003
rtl8139: Use PCI DMA stub functions
by Eduard - Gabriel Munteanu
· 13 years ago
817e0b6
pci: interrupt pin documentation update
by Michael S. Tsirkin
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 14 years ago
bd80f3f
rtl8139: convert to memory API
by Avi Kivity
· 14 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
7cba16a
hw/rtl8139.c: convert to PCIDeviceInfo to initialize ids
by Isaku Yamahata
· 14 years ago
ebabb67
Fix typo in code and comments
by Stefan Weil
· 14 years ago
5300f1a
Merge remote branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
c6a0487
rtl8139: Fix compilation for w32/w64
by Stefan Weil
· 14 years ago
ec48c77
rtl8139: add format attribute to DPRINTF
by Benjamin Poirier
· 14 years ago
7cdeb31
rtl8139: use variadic macro for debug statements
by Benjamin Poirier
· 14 years ago
afcd9c0
rtl8139: use TARGET_FMT_plx in debug messages
by Benjamin Poirier
· 14 years ago
5ee8ad7
PXE: Use consistent naming for PXE ROMs
by Alex Williamson
· 14 years ago
f5de212
rtl8139: convert to pci_register_bar_simple()
by Avi Kivity
· 14 years ago
bf6b87a
rtl8139: add vlan tag insertion
by Benjamin Poirier
· 14 years ago
18dabfd
rtl8139: add vlan tag extraction
by Benjamin Poirier
· 14 years ago
2c406b8
rtl8139: cleanup FCS calculation
by Benjamin Poirier
· 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
c574ba5
rtl8139: Use subsection to restrict migration after hotplug
by Alex Williamson
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
5cf7a3c
rtl8139: Declare as little endian
by Alexander Graf
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
fdac1d9
rtl8139: 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
0544780
rewrote timer implementation for rtl8139.
by Frediano Ziglio
· 15 years ago
4ef1a3d
rtl8139: fix clang reporting unused assignment of VLAN tagging data
by Igor V. Kovalenko
· 15 years ago
0b5b354
rtl: switch to symbolic names for pci registers
by Michael S. Tsirkin
· 15 years ago
8c52c8f
pci romfiles: add property, add default to PCIDeviceInfo
by Gerd Hoffmann
· 15 years ago
c2039bd
Support PCI based option rom loading
by Anthony Liguori
· 15 years ago
be73cfe
savevm: Port to qdev.vmsd all devices that have qdev
by Juan Quintela
· 15 years ago
1673ad5
net: convert rtl8139 to NICState
by Mark McLoughlin
· 15 years ago
2bc6f59
Fix qemu_malloc/qemu_free use in rtl8139.c
by Jean-Christophe DUBOIS
· 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
c169998
v3: don't call reset functions on cpu initialization
by Glauber Costa
· 15 years ago
060110c
rtl8139: port to vmstate
by Juan Quintela
· 15 years ago
9d29cde
rtl8139: port TallyCounters to vmstate
by Juan Quintela
· 15 years ago
254111e
rtl8139: use qdev properties for configuration.
by Gerd Hoffmann
· 15 years ago
7f23f81
qemu/qdev: type safety in reset handler
by Michael S. Tsirkin
· 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
f82de8f
qdev: convert rtl8139 to reset
by Gerd Hoffmann
· 15 years ago
6597ebb
rtl8139: remove pointless cast from void *
by Juan Quintela
· 16 years ago
efd6dd4
rtl8139: Remove unneeded double indirection of PCIRTL8139State
by Juan Quintela
· 16 years ago
81a322d
qdev: add return value to init() callbacks.
by Gerd Hoffmann
· 16 years ago
d60efc6
Make CPURead/WriteFunc structure 'const'
by Blue Swirl
· 16 years ago
660f11b
Fix Sparse warnings: "Using plain integer as NULL pointer"
by Blue Swirl
· 16 years ago
0aab0d3
qdev: update pci device registration.
by Gerd Hoffmann
· 16 years ago
a08d436
Revert "Introduce reset notifier order"
by Jan Kiszka
· 16 years ago
bc26e55
Revert "Update irqs on reset and device load"
by Blue Swirl
· 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
f8e76fb
Merge branch 'net-queue'
by Anthony Liguori
· 16 years ago
3dcd219
Update irqs on reset and device load
by Blue Swirl
· 16 years ago
32c86e9
Register reset functions for e1000 and rtl8139
by Blue Swirl
· 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
Next »