| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to efi-enabled nic roms by default | Gerd Hoffmann | 2013-03-18 | 1 | -1/+1 |
* | hw: include hw header files with full paths | Paolo Bonzini | 2013-03-01 | 1 | -3/+3 |
* | net: intorduce qemu_del_nic() | Jason Wang | 2013-02-01 | 1 | -1/+1 |
* | net: introduce qemu_get_nic() | Jason Wang | 2013-02-01 | 1 | -4/+4 |
* | net: introduce qemu_get_queue() | Jason Wang | 2013-02-01 | 1 | -7/+7 |
* | Make all static TypeInfos const | Andreas Färber | 2013-01-10 | 1 | -1/+1 |
* | rtl8139: preserve link state across device reset | Amos Kong | 2013-01-07 | 1 | -1/+2 |
* | softmmu: move include files to include/sysemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | net: reorganize headers | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
* | pci: update all users to look in pci/ | Michael S. Tsirkin | 2012-12-17 | 1 | -1/+1 |
* | rtl8139: convert PIO to new memory api read/write | Alexander Graf | 2012-10-29 | 1 | -42/+36 |
* | Rename target_phys_addr_t to hwaddr | Avi Kivity | 2012-10-23 | 1 | -7/+7 |
* | rtl8139: implement 8139cp link status | Jason Wang | 2012-10-08 | 1 | -2/+22 |
* | Make target_phys_addr_t 64 bits unconditionally | Avi Kivity | 2012-10-04 | 1 | -5/+1 |
* | net: Rename qemu_del_vlan_client() to qemu_del_net_client() | Stefan Hajnoczi | 2012-08-01 | 1 | -1/+1 |
* | net: Rename VLANClientState to NetClientState | Stefan Hajnoczi | 2012-08-01 | 1 | -4/+4 |
* | Merge branch pci into master | Michael S. Tsirkin | 2012-07-29 | 1 | -2/+1 |
|\ |
|
| * | pci: convert PCIUnregisterFunc to void | Alex Williamson | 2012-07-04 | 1 | -2/+1 |
* | | hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated) | Laszlo Ersek | 2012-07-23 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'mjt/mjt-iov2' into staging | Anthony Liguori | 2012-07-09 | 1 | -1/+1 |
|\ \ |
|
| * | | change iov_* function prototypes to be more appropriate | Michael Tokarev | 2012-06-07 | 1 | -1/+1 |
* | | | rtl8139: validate rx ring before receiving packets | Jason Wang | 2012-06-27 | 1 | -10/+12 |
* | | | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori | 2012-06-18 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | rtl8139: honor RxOverflow flag in can_receive method | Fernando Luis Vazquez Cao | 2012-06-07 | 1 | -1/+1 |
* | | Revert "Revert "rtl8139: do the network/host communication only in normal ope... | Anthony Liguori | 2012-06-05 | 1 | -0/+9 |
|/ |
|
* | Revert "rtl8139: do the network/host communication only in normal operating m... | Jason Wang | 2012-06-04 | 1 | -9/+0 |
* | rtl8139: fix regression in TxStatus/TxAddr read | Avi Kivity | 2012-05-08 | 1 | -1/+1 |
* | rtl8139: do not assume TxStatus[] and TxAddr[] are adjacent | Stefan Hajnoczi | 2012-04-11 | 1 | -11/+15 |
* | rtl8139: do the network/host communication only in normal operating mode | Jason Wang | 2012-03-16 | 1 | -0/+9 |
* | rtl8139: correctly check the opmode | Jason Wang | 2012-03-16 | 1 | -3/+5 |
* | net: move compute_mcast_idx() to net.h | Jason Wang | 2012-03-16 | 1 | -24/+0 |
* | rtl8139: support byte read to TxStatus registers | Jason Wang | 2012-03-16 | 1 | -4/+29 |
* | rtl8139: remove unused marco | Jason Wang | 2012-03-16 | 1 | -3/+0 |
* | rtl8139: limit transmission buffer size in c+ mode | Jason Wang | 2012-03-16 | 1 | -6/+5 |
* | qom: Unify type registration | Andreas Färber | 2012-02-15 | 1 | -2/+2 |
* | qdev: register all types natively through QEMU Object Model | Anthony Liguori | 2012-02-03 | 1 | -8/+10 |
* | pci: convert to QEMU Object Model | Anthony Liguori | 2012-01-27 | 1 | -16/+25 |
* | qdev: don't access name through info | Anthony Liguori | 2012-01-27 | 1 | -1/+1 |
* | qdev: move qdev->info to class | Anthony Liguori | 2012-01-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging | Anthony Liguori | 2011-12-14 | 1 | -1/+1 |
|\ |
|
| * | hw: Fix spelling in comments | Stefan Weil | 2011-12-14 | 1 | -1/+1 |
* | | Remove unnecessary casts from PCI DMA code in rtl8139 | David Gibson | 2011-12-12 | 1 | -4/+4 |
|/ |
|
* | rtl8139: Fix invalid IO access alignment | Julian Pidancet | 2011-11-23 | 1 | -13/+1 |
* | rtl8139: Use PCI DMA stub functions | Eduard - Gabriel Munteanu | 2011-11-01 | 1 | -52/+54 |
* | pci: interrupt pin documentation update | Michael S. Tsirkin | 2011-09-19 | 1 | -1/+1 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -6/+6 |
* | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 2011-08-08 | 1 | -4/+2 |
* | rtl8139: convert to memory API | Avi Kivity | 2011-08-08 | 1 | -34/+38 |
* | Merge remote-tracking branch 'origin/master' into pci | Michael S. Tsirkin | 2011-06-15 | 1 | -20/+24 |
|\ |
|