Sign in
qemu
/
qemu
/
98da252c3901cb2c52566284a2692fe262152fd3
/
hw
/
net
/
stellaris_enet.c
e3d0814
hw: Use device_class_set_legacy_reset() instead of opencoding
by Peter Maydell
· 6 months ago
1de81b4
hw/net: Constify VMState
by Richard Henderson
· 1 year, 2 months ago
7d0fefd
net: Provide MemReentrancyGuard * to qemu_new_nic()
by Akihiko Odaki
· 1 year, 9 months ago
8063396
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
by Eduardo Habkost
· 4 years, 6 months ago
8110fa1
Use DECLARE_*CHECKER* macros
by Eduardo Habkost
· 4 years, 6 months ago
db1015e
Move QOM typedefs and add missing includes
by Eduardo Habkost
· 4 years, 6 months ago
4f67d30
qdev: set properties with device_class_set_props()
by Marc-André Lureau
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
64552b6
Include hw/irq.h a lot less
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
b11ff5e
net: stellaris_enet: add a reset method
by Cédric Le Goater
· 6 years ago
bb4d585
net: stellaris_enet: convert SysBus init method to a realize method
by Cédric Le Goater
· 6 years ago
f6de995
hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error
by Philippe Mathieu-Daudé
· 7 years ago
5786e35
hw/net/stellaris_enet: Fix a typo
by Philippe Mathieu-Daudé
· 7 years ago
d05a862
arm: stellaris: make MII accesses complete immediately
by Michael Davidsaver
· 8 years ago
f394b2e
qapi: Change Netdev into a flat union
by Eric Blake
· 9 years ago
3a15cc0
net: stellaris_enet: check packet length against receive buffer
by Prasad J Pandit
· 9 years ago
8ef94f0
arm: Clean up includes
by Peter Maydell
· 9 years ago
1ef4a60
stellaris_enet: Flush queued packets when read done
by Fam Zheng
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
469b046
memory: remove memory_region_destroy
by Paolo Bonzini
· 11 years ago
2e11986
hw/net/stellaris_enet: Convert to vmstate
by Peter Maydell
· 11 years ago
889ac2a
hw/net/stellaris_enet: Get rid of rx_fifo pointer
by Peter Maydell
· 11 years ago
eacd606
hw/net/stellaris_enet: Fix debug format strings
by Peter Maydell
· 11 years ago
a9171c4
hw/net/stellaris_enet: Correctly implement the TR and THR registers
by Peter Maydell
· 11 years ago
c6fa443
hw/net/stellaris_enet: Rewrite tx fifo handling code
by Peter Maydell
· 11 years ago
7fd5f06
hw/net/stellaris_enet: Correct handling of packet padding
by Peter Maydell
· 11 years ago
5c10495
hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrun
by Peter Maydell
· 11 years ago
106a73b
hw/net/stellaris_enet: Avoid unintended sign extension
by Peter Maydell
· 11 years ago
0618db4
stellaris_enet: Fix NetClientInfo::cleanup
by Andreas Färber
· 12 years ago
2fa30ab
stellaris_enet: QOM cast cleanup
by Andreas Färber
· 12 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
d7e35d4
hw: move NICs to hw/net/, configure via default-configs/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/stellaris_enet.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 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
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
1422e32
net: reorganize headers
by Paolo Bonzini
· 12 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4e68f7a
net: Rename VLANClientState to NetClientState
by Stefan Hajnoczi
· 13 years ago
2be64a6
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
by Laszlo Ersek
· 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
999e12b
sysbus: apic: ioapic: 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
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
f070e1e
stellaris_enet: convert to memory API
by Avi Kivity
· 14 years ago
01e0451
Revert "Merge remote-tracking branch 'qemu-kvm/memory/batch' into staging"
by Anthony Liguori
· 14 years ago
58160ba
stellaris_enet: convert to memory API
by Avi Kivity
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
8e31bf3
Correct spelling of licensed
by Matthew Fernandez
· 14 years ago
2507c12
Add endianness as io mem parameter
by Alexander Graf
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
8c9b63b
net: convert stellaris to NICState
by Mark McLoughlin
· 15 years ago
540f006
stellaris_enet: use qdev properties for configuration.
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
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
1eed09c
Remove io_index argument from cpu_register_io_memory()
by Avi Kivity
· 16 years ago
57b452a
Fix stellaris ethernet
by Paul Brook
· 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
a558046
Stellaris ethernet qdev conversion
by Paul Brook
· 16 years ago
001faf3
Replace gcc variadic macro extension with C99 version
by Blue Swirl
· 16 years ago
2ac7117
Replace cpu_abort with hw_error
by Paul Brook
· 16 years ago
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 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
96d5e20
add missing MAC address to info_str for some NICs (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
8da3ff1
Change MMIO callbacks to use offsets, not absolute addresses.
by pbrook
· 16 years ago
23e3929
Save/restore for stellaris boards.
by pbrook
· 17 years ago
eea589c
Stellaris ethernet support.
by pbrook
· 17 years ago