Sign in
qemu
/
qemu
/
8225bff7c5db504f50e54ef66b079854635dba70
/
hw
/
net
/
eepro100.c
1de81b4
hw/net: Constify VMState
by Richard Henderson
· 12 months ago
7d0fefd
net: Provide MemReentrancyGuard * to qemu_new_nic()
by Akihiko Odaki
· 1 year, 7 months ago
99b16e8
migration: Use vmstate_register_any()
by Juan Quintela
· 1 year, 2 months ago
edf5ca5
include/hw/pci: Split pci_device.h off pci.h
by Markus Armbruster
· 2 years ago
4a63054
pci: Let ld*_pci_dma() propagate MemTxResult
by Philippe Mathieu-Daudé
· 3 years ago
398f9a8
pci: Let ld*_pci_dma() take MemTxAttrs argument
by Philippe Mathieu-Daudé
· 3 years ago
a423a1b
pci: Let st*_pci_dma() take MemTxAttrs argument
by Philippe Mathieu-Daudé
· 3 years ago
40c2281
Drop more @errp parameters after previous commit
by Markus Armbruster
· 4 years, 8 months ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
1df2c9a
migration: Define VMSTATE_INSTANCE_ID_ANY
by Peter Xu
· 5 years ago
3cad405
vmstate: replace DeviceState with VMStateIf
by Marc-André Lureau
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
650d103
Include hw/hw.h exactly where needed
by Markus Armbruster
· 5 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 5 years ago
71e8a91
Include sysemu/reset.h a lot less
by Markus Armbruster
· 5 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
872a2b7
hw/net: Use the IEC binary prefix definitions
by Philippe Mathieu-Daudé
· 6 years ago
d00d6d0
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
by Mark Cave-Ayland
· 7 years ago
7c0348b
eepro100: switch eepro100 e100_compute_mcast_idx() over to use net_crc32()
by Mark Cave-Ayland
· 7 years ago
eaba8f3
net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32() function
by Mark Cave-Ayland
· 7 years ago
8f8e805
hw/net/eepro100: Fix endianness problem on big endian hosts
by Thomas Huth
· 7 years ago
2ec4055
Revert "Add new PCI ID for i82559a"
by Jason Wang
· 7 years ago
5e89dc0
Add new PCI ID for i82559a
by Mike Nawrocki
· 7 years ago
1865e28
Fix eepro100 simple transmission mode
by Mike Nawrocki
· 7 years ago
fd3b02c
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
by Eduardo Habkost
· 7 years ago
e4d67e4
eepro100: replace g_malloc()+memcpy() with g_memdup()
by Marc-André Lureau
· 8 years ago
9a7c2a5
pci: Make errp the last parameter of pci_add_capability()
by Mao Zhongyi
· 7 years ago
9a81577
pci: Fix the wrong assertion.
by Mao Zhongyi
· 7 years ago
2634ab7
net: eepro100: fix memory leak in device uninit
by Li Qiang
· 8 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 8 years ago
4d9be25
hw/net/eepro100.c: Don't use cpu_to_*w() and *_to_cpup()
by Peter Maydell
· 9 years ago
e8d4046
hw/net: Clean up includes
by Peter Maydell
· 9 years ago
0083773
eepro100: Prevent two endless loops
by Stefan Weil
· 9 years ago
363db4b
eepro100: Drop nic_can_receive
by Fam Zheng
· 9 years ago
9af21db
pci: Trivial device model conversions to realize
by Markus Armbruster
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
d749e10
bootindex: move calling add_boot_device_patch to bootindex setter function
by Gonglei
· 10 years ago
7317bb1
eepro100: add bootindex to qom property
by Gonglei
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
5e80dd2
hw/net/eepro100: Implement read-only bits in MDI registers
by Peter Maydell
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
9e64f8a
hw: set interrupts using pci irq wrappers
by Marcel Apfelbaum
· 11 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 11 years ago
949fc82
hw: import bitmap operations in qdev-core header
by Marcel Apfelbaum
· 11 years ago
eedfac6
hw/n*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/eepro100.c]
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 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
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
1069985
eepro100: Fix network hang when rx buffers run out
by Bo Yang
· 12 years ago
b20c6b9
net: Rename qemu_del_vlan_client() to qemu_del_net_client()
by Stefan Hajnoczi
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 12 years ago
5e59b02
Merge branch pci into master
by Michael S. Tsirkin
· 12 years ago
0ed8b6f
Avoid returning void
by Blue Swirl
· 12 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 12 years ago
f90c2bc
pci: convert PCIUnregisterFunc to void
by Alex Williamson
· 12 years ago
69f3ce7
eepro100: Fix multicast regression
by Stefan Weil
· 13 years ago
7fc8d91
net: move compute_mcast_idx() to net.h
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
e965d4b
Remove unnecessary casts from PCI DMA code in eepro100
by David Gibson
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
c16ada9
eepro100: Fix alignment requirement for statistical counters
by Stefan Weil
· 13 years ago
16ef60c
eepro100: Use PCI DMA stub functions
by Eduard - Gabriel Munteanu
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 13 years ago
e824b2c
pci: rename pci_register_bar_region() to pci_register_bar()
by Avi Kivity
· 13 years ago
5e6ffdd
eepro100: convert to memory API
by Avi Kivity
· 13 years ago
befeac4
Merge remote-tracking branch 'origin/master' into pci
by Michael S. Tsirkin
· 14 years ago
ad03502
eepro100: 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
072476e
eepro100: Support 32 bit read/write access to flash register
by Stefan Weil
· 14 years ago
a39bd01
eepro100: Support byte read access to general control register
by Stefan Weil
· 14 years ago
0113f48
eepro100: Support byte/word read/write access to MDI control register
by Stefan Weil
· 14 years ago
27a0500
eepro100: Support byte/word writes to pointer register
by Stefan Weil
· 14 years ago
3fd3d0b
eepro100: Support byte/word writes to port address
by Stefan Weil
· 14 years ago
e5e23ab
eepro100: Fix endianness issues
by Stefan Weil
· 14 years ago
792f1d6
eepro100: Pad received short frames
by Stefan Weil
· 14 years ago
27112f1
eepro100: Remove unused structure element
by Stefan Weil
· 14 years ago
77bee84
eepro100: Remove type casts which are no longer needed
by Stefan Weil
· 14 years ago
1b4f97d
eepro100: Avoid duplicate debug messages
by Stefan Weil
· 14 years ago
5ee8ad7
PXE: Use consistent naming for PXE ROMs
by Alex Williamson
· 14 years ago
22ec609
eepro100: convert to pci_register_bar_simple()
by Avi Kivity
· 14 years ago
1ca4d09
Add bootindex parameter to net/block/fd device
by Gleb Natapov
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0389ced
eepro100: Use a single rom file for all i825xx devices
by Stefan Weil
· 14 years ago
b907b69
Merge branch 'pci' into for_anthony
by Michael S. Tsirkin
· 14 years ago
ef47606
eepro100: initialize a variable in all cases
by Blue Swirl
· 14 years ago
010ec62
eepro100: Add support for multiple individual addresses (multiple IA)
by Stefan Weil
· 14 years ago
Next »