Sign in
qemu
/
qemu
/
7059eb4262d8a5575e5a81cdfac101d84a482c28
/
hw
/
net
/
mipsnet.c
1dd58ae
mipsnet: Flush queued packets when receiving is enabled
by Fam Zheng
· 10 years ago
57407ea
net: remove all cleanup methods from NIC NetClientInfos
by Paolo Bonzini
· 10 years ago
35d0845
savevm: Remove all the unneeded version_minimum_id_old (rest)
by Juan Quintela
· 11 years ago
a4dbb8b
mipsnet: QOM cast cleanup
by Andreas Färber
· 12 years ago
125ee0e
devices: Associate devices to their logical category
by Marcel Apfelbaum
· 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
49ab747
hw: move target-independent files to subdirectories
by Paolo Bonzini
· 12 years ago
[Renamed from hw/mipsnet.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
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