index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
eepro100.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
1
-3
/
+3
2013-02-01
net: intorduce qemu_del_nic()
Jason Wang
1
-1
/
+1
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
1
-3
/
+3
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
1
-6
/
+6
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-2
/
+2
2012-12-19
net: reorganize headers
Paolo Bonzini
1
-1
/
+1
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-2
/
+2
2012-09-14
eepro100: Fix network hang when rx buffers run out
Bo Yang
1
-1
/
+3
2012-08-01
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
Stefan Hajnoczi
1
-1
/
+1
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
1
-3
/
+3
2012-07-29
Merge branch pci into master
Michael S. Tsirkin
1
-2
/
+1
2012-07-28
Avoid returning void
Blue Swirl
1
-4
/
+11
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
1
-1
/
+1
2012-07-04
pci: convert PCIUnregisterFunc to void
Alex Williamson
1
-2
/
+1
2012-04-25
eepro100: Fix multicast regression
Stefan Weil
1
-2
/
+26
2012-03-16
net: move compute_mcast_idx() to net.h
Jason Wang
1
-25
/
+0
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-39
/
+44
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-75
/
+125
2012-01-27
qdev: don't access name through info
Anthony Liguori
1
-1
/
+1
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
1
-2
/
+2
2011-12-14
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
1
-1
/
+1
2011-12-12
Remove unnecessary casts from PCI DMA code in eepro100
David Gibson
1
-4
/
+3
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-1
/
+1
2011-11-28
eepro100: Fix alignment requirement for statistical counters
Stefan Weil
1
-1
/
+9
2011-11-01
eepro100: Use PCI DMA stub functions
Eduard - Gabriel Munteanu
1
-72
/
+49
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-4
/
+3
2011-08-08
eepro100: convert to memory API
Avi Kivity
1
-145
/
+37
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-1
/
+1
2011-06-12
eepro100: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-41
/
+33
2011-05-06
Fix typo in code and comments
Stefan Weil
1
-1
/
+1
2011-05-05
Merge remote branch 'origin/master' into pci
Michael S. Tsirkin
1
-1
/
+1
2011-05-05
eepro100: Support 32 bit read/write access to flash register
Stefan Weil
1
-0
/
+9
2011-05-05
eepro100: Support byte read access to general control register
Stefan Weil
1
-0
/
+3
2011-05-05
eepro100: Support byte/word read/write access to MDI control register
Stefan Weil
1
-2
/
+32
2011-05-05
eepro100: Support byte/word writes to pointer register
Stefan Weil
1
-17
/
+16
2011-05-05
eepro100: Support byte/word writes to port address
Stefan Weil
1
-2
/
+18
2011-05-05
eepro100: Fix endianness issues
Stefan Weil
1
-44
/
+97
2011-05-05
eepro100: Pad received short frames
Stefan Weil
1
-1
/
+25
2011-05-05
eepro100: Remove unused structure element
Stefan Weil
1
-3
/
+3
2011-05-05
eepro100: Remove type casts which are no longer needed
Stefan Weil
1
-7
/
+6
2011-05-05
eepro100: Avoid duplicate debug messages
Stefan Weil
1
-5
/
+9
2011-04-18
PXE: Use consistent naming for PXE ROMs
Alex Williamson
1
-1
/
+1
2011-04-07
eepro100: convert to pci_register_bar_simple()
Avi Kivity
1
-30
/
+13
2010-12-11
Add bootindex parameter to net/block/fd device
Gleb Natapov
1
-0
/
+3
2010-12-11
Add endianness as io mem parameter
Alexander Graf
1
-1
/
+2
2010-11-22
eepro100: Use a single rom file for all i825xx devices
Stefan Weil
1
-11
/
+3
2010-10-27
Merge branch 'pci' into for_anthony
Michael S. Tsirkin
1
-2
/
+2
[next]