Sign in
qemu
/
qemu
/
aeff993cc59ea043c8d33e3dc3584c61aa31f347
/
hw
/
mipsnet.c
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
a348f10
Add missing const attributes for MemoryRegionOps
by Stefan Weil
· 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
30fbb9f
qdev: move qdev->info to class
by Anthony Liguori
· 13 years ago
750ecd4
sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio()
by Avi Kivity
· 13 years ago
83818f7
mipsnet: use trace framework
by Hervé Poussineau
· 13 years ago
d118d64
mipsnet: convert to qdev
by Hervé Poussineau
· 13 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
6eed185
net: Consistently use qemu_macaddr_default_if_unset
by Jan Kiszka
· 14 years ago
c7298ab
vmstate: port mipsnet
by Juan Quintela
· 14 years ago
a4a7767
mipsnet: Fix compiler warning in debug code
by Stefan Weil
· 14 years ago
0be71e3
savevm: Add DeviceState param
by Alex Williamson
· 15 years ago
1f30d10
net: convert mipsnet to NICState
by Mark McLoughlin
· 15 years ago
e13b10b
net: remove NICInfo::vc
by Mark McLoughlin
· 15 years ago
70783b9
net: add receive_raw parameter to qemu_new_vlan_client()
by Mark McLoughlin
· 15 years ago
bb6e636
net: add a client type code
by Mark McLoughlin
· 15 years ago
283c7c6
net: allow NICs to be connected to netdevs
by Mark McLoughlin
· 15 years ago
ae50b27
Don't leak VLANClientState on PCI hot remove
by Mark McLoughlin
· 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
b946a15
Introduce VLANClientState::cleanup() (Mark McLoughlin)
by aliguori
· 16 years ago
ad06714
Remove NICInfo from e1000 and mipsnet state (Mark McLoughlin)
by aliguori
· 16 years ago
487414f
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
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
7cb7434b
Add qemu_format_nic_info_str() (Mark McLoughlin)
by aliguori
· 16 years ago
bf38c1a
Add a model string to VLANClientState (Mark McLoughlin)
by aliguori
· 16 years ago
9b59539
Fix mipsnet device ID, noticed by Vijay Kumar.
by aurel32
· 17 years ago
87ecb68
Break up vl.h.
by pbrook
· 17 years ago
57ba97d
Less debug noise from the mipsnet driver.
by ths
· 17 years ago
f0fc6f8
Second half of mipssim support, plus documentation improvements.
by ths
· 17 years ago