index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
rtl8139.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rtl8139: Use subsection to restrict migration after hotplug
Alex Williamson
2011-01-05
1
-1
/
+27
*
Add bootindex parameter to net/block/fd device
Gleb Natapov
2010-12-11
1
-0
/
+4
*
rtl8139: Declare as little endian
Alexander Graf
2010-12-11
1
-13
/
+1
*
Add endianness as io mem parameter
Alexander Graf
2010-12-11
1
-1
/
+2
*
rtl8139: address TODOs
Michael S. Tsirkin
2010-07-11
1
-3
/
+0
*
pci: don't overwrite multi functio bit in pci header type.
Isaku Yamahata
2010-07-11
1
-1
/
+0
*
rewrote timer implementation for rtl8139.
Frediano Ziglio
2010-02-23
1
-55
/
+84
*
rtl8139: fix clang reporting unused assignment of VLAN tagging data
Igor V. Kovalenko
2010-01-19
1
-0
/
+5
*
rtl: switch to symbolic names for pci registers
Michael S. Tsirkin
2009-12-23
1
-6
/
+10
*
pci romfiles: add property, add default to PCIDeviceInfo
Gerd Hoffmann
2009-12-18
1
-8
/
+1
*
Support PCI based option rom loading
Anthony Liguori
2009-12-18
1
-1
/
+1
*
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
1
-3
/
+1
*
net: convert rtl8139 to NICState
Mark McLoughlin
2009-12-03
1
-19
/
+24
*
Fix qemu_malloc/qemu_free use in rtl8139.c
Jean-Christophe DUBOIS
2009-12-02
1
-2
/
+2
*
pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
Isaku Yamahata
2009-11-09
1
-2
/
+2
*
v3: don't call reset functions on cpu initialization
Glauber Costa
2009-11-07
1
-1
/
+1
*
rtl8139: port to vmstate
Juan Quintela
2009-10-27
1
-216
/
+85
*
rtl8139: port TallyCounters to vmstate
Juan Quintela
2009-10-27
1
-26
/
+24
*
rtl8139: use qdev properties for configuration.
Gerd Hoffmann
2009-10-27
1
-22
/
+35
*
qemu/qdev: type safety in reset handler
Michael S. Tsirkin
2009-10-05
1
-5
/
+5
*
pci: move unregister from PCIDevice to PCIDeviceInfo
Gerd Hoffmann
2009-10-05
1
-2
/
+1
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-16
/
+16
*
Get rid of _t suffix
malc
2009-10-01
1
-16
/
+16
*
Unexport ticks_per_sec variable. Create get_ticks_per_sec() function
Juan Quintela
2009-09-11
1
-2
/
+3
*
qdev: convert rtl8139 to reset
Gerd Hoffmann
2009-09-09
1
-4
/
+4
*
rtl8139: remove pointless cast from void *
Juan Quintela
2009-08-27
1
-2
/
+2
*
rtl8139: Remove unneeded double indirection of PCIRTL8139State
Juan Quintela
2009-08-27
1
-25
/
+13
*
qdev: add return value to init() callbacks.
Gerd Hoffmann
2009-08-27
1
-1
/
+2
*
Make CPURead/WriteFunc structure 'const'
Blue Swirl
2009-08-25
1
-2
/
+2
*
Fix Sparse warnings: "Using plain integer as NULL pointer"
Blue Swirl
2009-07-31
1
-2
/
+2
*
qdev: update pci device registration.
Gerd Hoffmann
2009-07-09
1
-1
/
+7
*
Revert "Introduce reset notifier order"
Jan Kiszka
2009-06-29
1
-1
/
+1
*
Revert "Update irqs on reset and device load"
Blue Swirl
2009-06-17
1
-2
/
+0
*
Rename pci_register_io_region() to pci_register_bar()
Avi Kivity
2009-06-16
1
-2
/
+2
*
Remove io_index argument from cpu_register_io_memory()
Avi Kivity
2009-06-16
1
-1
/
+1
*
Merge branch 'net-queue'
Anthony Liguori
2009-06-10
1
-18
/
+21
|
\
|
*
net: add return value to packet receive handler
Mark McLoughlin
2009-06-09
1
-13
/
+16
|
*
net: pass VLANClientState* as first arg to receive handlers
Mark McLoughlin
2009-06-09
1
-7
/
+7
|
*
net: re-name vc->fd_read() to vc->receive()
Mark McLoughlin
2009-06-09
1
-1
/
+1
|
*
net: add fd_readv() handler to qemu_new_vlan_client() args
Mark McLoughlin
2009-06-09
1
-1
/
+1
*
|
Update irqs on reset and device load
Blue Swirl
2009-06-09
1
-0
/
+2
*
|
Register reset functions for e1000 and rtl8139
Blue Swirl
2009-06-09
1
-1
/
+3
|
/
*
PCI network qdev conversion
Paul Brook
2009-05-14
1
-12
/
+11
*
use PCI_HEADER_TYPE.
Isaku Yamahata
2009-05-03
1
-1
/
+1
*
Pci nic: pci_register_device can fail
Chris Wright
2009-05-01
1
-0
/
+4
*
Introduce VLANClientState::cleanup() (Mark McLoughlin)
aliguori
2009-04-17
1
-1
/
+30
*
qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)
aliguori
2009-02-11
1
-1
/
+2
*
Add and use #defines for PCI device classes
blueswir1
2009-02-01
1
-2
/
+1
*
Define PCI vendor and device IDs in pci.h (Stuart Brady)
aliguori
2009-01-26
1
-6
/
+4
[prev]
[next]