Age | Commit message (Expand) | Author | Files | Lines |
2013-02-01 | net: introduce qemu_get_nic() | Jason Wang | 1 | -1/+1 |
2013-02-01 | net: introduce qemu_get_queue() | Jason Wang | 1 | -1/+1 |
2013-01-10 | Make all static TypeInfos const | Andreas Färber | 1 | -1/+1 |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini | 1 | -1/+1 |
2012-12-19 | net: reorganize headers | Paolo Bonzini | 1 | -1/+1 |
2012-08-01 | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi | 1 | -1/+1 |
2012-07-23 | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek | 1 | -1/+1 |
2012-02-15 | qom: Unify type registration | Andreas Färber | 1 | -2/+2 |
2012-02-03 | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 1 | -11/+15 |
2012-01-27 | isa: pic: convert to QEMU Object Model | Anthony Liguori | 1 | -5/+11 |
2012-01-27 | qdev: don't access name through info | Anthony Liguori | 1 | -1/+1 |
2012-01-27 | qdev: move qdev->info to class | Anthony Liguori | 1 | -1/+1 |
2011-10-11 | ne2000: Convert to isa_register_ioport | Richard Henderson | 1 | -4/+1 |
2011-08-08 | ne2000: convert to memory API | Avi Kivity | 1 | -10/+3 |
2011-02-20 | ne2000_isa: refactor device creation | Blue Swirl | 1 | -13/+0 |
2010-12-11 | Keep track of ISA ports ISA device is using in qdev. | Gleb Natapov | 1 | -0/+3 |
2009-12-04 | Add "static" to please Sparse | Blue Swirl | 1 | -1/+1 |
2009-12-03 | savevm: Port to qdev.vmsd all devices that have qdev | Juan Quintela | 1 | -1/+11 |
2009-12-03 | net: convert ne2000 to NICState | Mark McLoughlin | 1 | -8/+14 |
2009-10-27 | ne2000: port to vmstate | Juan Quintela | 1 | -1/+1 |
2009-10-27 | ne2k_isa: use qdev properties for configuration. | Gerd Hoffmann | 1 | -11/+8 |
2009-10-07 | New qdev_init_nofail() | Markus Armbruster | 1 | -1/+1 |
2009-09-14 | ne2000-isa: Do not free memory owned by qdev | malc | 1 | -2/+0 |
2009-09-10 | qdev/isa: convert ne2000 | Gerd Hoffmann | 1 | -0/+111 |