Age | Commit message (Expand) | Author |
2018-06-26 | hw/net/smc91c111: Use qemu_log_mask(UNIMP) instead of fprintf | Philippe Mathieu-Daudé |
2018-06-26 | hw/net/smc91c111: Use qemu_log_mask(GUEST_ERROR) instead of hw_error | Philippe Mathieu-Daudé |
2018-06-26 | hw/net/stellaris_enet: Use qemu_log_mask(GUEST_ERROR) instead of hw_error | Philippe Mathieu-Daudé |
2018-06-26 | hw/net/stellaris_enet: Fix a typo | Philippe Mathieu-Daudé |
2018-06-15 | e1000e: Do not auto-clear ICR bits which aren't set in EIAC | Jan Kiszka |
2018-06-12 | object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence | Marc-André Lureau |
2018-06-08 | ftgmac100: remove check on runt messages | Cédric Le Goater |
2018-06-08 | ftgmac100: fix multicast hash routine | Cédric Le Goater |
2018-06-08 | ftgmac100: add IEEE 802.1Q VLAN support | Cédric Le Goater |
2018-06-08 | ftgmac100: compute maximum frame size depending on the protocol | Cédric Le Goater |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-06-01 | rocker: drop an unused include | Michael S. Tsirkin |
2018-06-01 | e1000e: use local path for local headers | Michael S. Tsirkin |
2018-06-01 | hw: make virtio devices configurable via default-configs/ | Paolo Bonzini |
2018-06-01 | hw: Do not include "exec/address-spaces.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-24 | Merge remote-tracking branch 'remotes/sstabellini-http/tags/xen-20180522-tag'... | Peter Maydell |
2018-05-22 | xen: remove other open-coded use of libxengnttab | Paul Durrant |
2018-05-20 | Remove unnecessary variables for function return value | Laurent Vivier |
2018-05-04 | hw/net/smc91c111: Convert away from old_mmio | Peter Maydell |
2018-04-10 | e1000: Choose which set of props to migrate | Dr. David Alan Gilbert |
2018-04-10 | e1000: Migrate props via a temporary structure | Dr. David Alan Gilbert |
2018-04-10 | e1000: wire new subsection to property | Dr. David Alan Gilbert |
2018-04-10 | e1000: Dupe offload data on reading old stream | Dr. David Alan Gilbert |
2018-04-10 | e1000: Convert v3 fields to subsection | Dr. David Alan Gilbert |
2018-03-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-03-26 | hw/net/can: Fix segfaults when using the devices without bus | Thomas Huth |
2018-03-26 | virtio_net: flush uncompleted TX on reset | Greg Kurz |
2018-03-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-03-19 | fsl-imx6: Swap Ethernet interrupt defines | Guenter Roeck |
2018-03-13 | virtio-net: add linkspeed and duplex settings to virtio-net | Jason Baron |
2018-03-13 | virtio-net: use 64-bit values for feature flags | Jason Baron |
2018-03-05 | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st... | Peter Maydell |
2018-03-05 | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int... | Peter Maydell |
2018-03-05 | hw/net: Remove unnecessary header includes | Thomas Huth |
2018-03-02 | Include less of the generated modular QAPI headers | Markus Armbruster |
2018-03-02 | net: fix misaligned member access | Marc-André Lureau |
2018-02-13 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-02-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-02-13 | hw/net/can: interrupt cleanup | Paolo Bonzini |
2018-02-13 | hw/net/can: MIOe-3680 PCI (dual SJA1000 channel) emulation | Deniz Eren |
2018-02-13 | hw/net/can: PCM-3680I PCI (dual SJA1000 channel) emulation | Deniz Eren |
2018-02-13 | hw/net/can: Kvaser PCI CAN-S (single SJA1000 channel) emulation | Pavel Pisa |
2018-02-13 | hw/net/can: SJA1000 chip register level emulation for QEMU | Pavel Pisa |
2018-02-09 | Drop superfluous includes of qapi/qmp/qjson.h | Markus Armbruster |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-08 | pci: removed the is_express field since a uniform interface was inserted | Yoni Bettan |
2018-02-05 | qdev: use device_class_set_parent_realize/unrealize/reset() | Philippe Mathieu-Daudé |
2018-01-25 | i.MX: Fix FEC/ENET receive funtions | Jean-Christophe Dubois |
2018-01-16 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2018-01-16 | maint: Fix macros with broken 'do/while(0); ' usage | Eric Blake |