index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
rocker
/
rocker.c
Age
Commit message (
Expand
)
Author
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
2017-10-15
pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices
Eduardo Habkost
2017-09-08
net/rocker: Fix the unusual macro name
Mao Zhongyi
2017-09-08
net/rocker: Convert to realize()
Mao Zhongyi
2017-09-08
net/rocker: Plug memory leak in pci_rocker_init()
Mao Zhongyi
2017-09-08
net/rocker: Remove the dead error handling
Mao Zhongyi
2017-06-07
net/rocker: Cleanup the useless return value check
Mao Zhongyi
2017-02-01
pci: Convert msix_init() to Error and fix callers
Cao jin
2016-10-26
net: rocker: set limit to DMA buffer size
Prasad J Pandit
2016-03-08
rocker: allow user to specify rocker world by property
Jiri Pirko
2016-03-08
rocker: return -ENOMEM in case of some world alloc fails
Jiri Pirko
2016-03-08
rocker: forbid to change world type
Jiri Pirko
2016-01-29
hw/net: Clean up includes
Peter Maydell
2016-01-11
net: rocker: fix an incorrect array bounds check
Prasad J Pandit
2015-11-11
error: More error_setg() usage
Eric Blake
2015-10-08
rocker: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
2015-07-07
rocker: mark copy-to-cpu pkts as forwarding offloaded
Scott Feldman
2015-07-07
rocker: fix missing break statements
Scott Feldman
2015-07-07
rocker: fix memory leak
Gonglei
2015-06-12
qmp/hmp: add rocker device support
Scott Feldman
2015-06-12
rocker: Add support for phys name
David Ahern
2015-05-11
rocker: add new rocker switch device
Scott Feldman