index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
ne2000-isa.c
Age
Commit message (
Expand
)
Author
2013-03-01
hw: include hw header files with full paths
Paolo Bonzini
2013-02-01
net: introduce qemu_get_nic()
Jason Wang
2013-02-01
net: introduce qemu_get_queue()
Jason Wang
2013-01-10
Make all static TypeInfos const
Andreas Färber
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
net: reorganize headers
Paolo Bonzini
2012-08-01
net: Rename VLANClientState to NetClientState
Stefan Hajnoczi
2012-07-23
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
Laszlo Ersek
2012-02-15
qom: Unify type registration
Andreas Färber
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-01-27
isa: pic: convert to QEMU Object Model
Anthony Liguori
2012-01-27
qdev: don't access name through info
Anthony Liguori
2012-01-27
qdev: move qdev->info to class
Anthony Liguori
2011-10-11
ne2000: Convert to isa_register_ioport
Richard Henderson
2011-08-08
ne2000: convert to memory API
Avi Kivity
2011-02-20
ne2000_isa: refactor device creation
Blue Swirl
2010-12-11
Keep track of ISA ports ISA device is using in qdev.
Gleb Natapov
2009-12-04
Add "static" to please Sparse
Blue Swirl
2009-12-03
savevm: Port to qdev.vmsd all devices that have qdev
Juan Quintela
2009-12-03
net: convert ne2000 to NICState
Mark McLoughlin
2009-10-27
ne2000: port to vmstate
Juan Quintela
2009-10-27
ne2k_isa: use qdev properties for configuration.
Gerd Hoffmann
2009-10-07
New qdev_init_nofail()
Markus Armbruster
2009-09-14
ne2000-isa: Do not free memory owned by qdev
malc
2009-09-10
qdev/isa: convert ne2000
Gerd Hoffmann