index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
net/rocker: Cleanup the useless return value check
Mao Zhongyi
2017-06-07
2
-9
/
+4
*
|
migration: remove register_savevm()
Laurent Vivier
2017-06-06
1
-2
/
+6
|
/
*
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
2017-06-05
1
-1
/
+0
|
\
|
*
Remove/replace sysemu/char.h inclusion
Marc-André Lureau
2017-06-02
1
-1
/
+0
*
|
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
2017-06-02
1
-0
/
+1
|
/
*
virtio_net: Bypass backends for MTU feature negotiation
Maxime Coquelin
2017-05-25
1
-1
/
+16
*
e1000e: Fix ICR "Other" causes clear logic
Sameeh Jubran
2017-05-23
1
-2
/
+8
*
virtio-net: fix wild pointer when remove virtio-net queues
Yunjian Wang
2017-05-23
1
-0
/
+3
*
sysbus: Set user_creatable=false by default on TYPE_SYS_BUS_DEVICE
Eduardo Habkost
2017-05-17
1
-0
/
+2
*
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
Eduardo Habkost
2017-05-17
3
-3
/
+3
*
net/ftgmac100: add a 'aspeed' property
Cédric Le Goater
2017-04-25
1
-2
/
+15
*
net: add FTGMAC100 support
Cédric Le Goater
2017-04-24
2
-0
/
+1004
*
cadence_gem: Make the revision a property
Alistair Francis
2017-04-20
1
-1
/
+5
*
cadence_gem: Correct the interupt logic
Alistair Francis
2017-04-20
1
-5
/
+13
*
cadence_gem: Correct the multi-queue can rx logic
Alistair Francis
2017-04-20
1
-7
/
+10
*
cadence_gem: Read the correct queue descriptor
Alistair Francis
2017-04-20
1
-2
/
+2
*
e1000: disable debug by default
Jason Wang
2017-03-31
1
-1
/
+1
*
virtio-net: avoid call tap_enable when there's only one queue
Jason Wang
2017-03-31
1
-0
/
+4
*
xen: do not build backends for targets that do not support xen
Stefano Stabellini
2017-03-19
1
-1
/
+1
*
hw/net: implement MIB counters in mcf_fec driver
Greg Ungerer
2017-03-14
1
-0
/
+115
*
e1000e: correctly tear down MSI-X memory regions
Paolo Bonzini
2017-03-14
1
-1
/
+1
*
vmxnet3: VMStatify rx/tx q_descr and int_state
Dr. David Alan Gilbert
2017-03-06
1
-182
/
+90
*
vmxnet3: Convert ring values to uint32_t's
Dr. David Alan Gilbert
2017-03-06
1
-6
/
+6
*
NetRxPkt: Remove code duplication in net_rx_pkt_pull_data()
Dmitry Fleytman
2017-03-06
1
-4
/
+5
*
NetRxPkt: Account buffer with ETH header in IOV length
Dmitry Fleytman
2017-03-06
1
-1
/
+1
*
NetRxPkt: Do not try to pull more data than present
Dmitry Fleytman
2017-03-06
1
-1
/
+2
*
NetRxPkt: Fix memory corruption on VLAN header stripping
Dmitry Fleytman
2017-03-06
1
-17
/
+17
*
net: Remove useless local var pkt
Fam Zheng
2017-03-06
1
-1
/
+0
*
cadence_gem: Remove unused parameter debug message
Fam Zheng
2017-02-28
1
-1
/
+1
*
hw/net/spapr_llan: 6 byte mac address device tree entry
Sam Bobroff
2017-02-22
1
-6
/
+12
*
virtio: use VRingMemoryRegionCaches for avail and used rings
Paolo Bonzini
2017-02-17
1
-1
/
+13
*
net: e1000e: fix an infinite loop issue
Li Qiang
2017-02-15
1
-1
/
+6
*
net: imx: limit buffer descriptor count
Prasad J Pandit
2017-02-15
1
-4
/
+6
*
net: e1000e: fix dead code in e1000e_write_packet_to_guest
Paolo Bonzini
2017-02-15
1
-1
/
+1
*
virtio/migration: Migrate virtio-net to VMState
Dr. David Alan Gilbert
2017-02-13
1
-105
/
+211
*
migration: consolidate VMStateField.start
Halil Pasic
2017-02-13
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
2017-02-02
2
-9
/
+0
|
\
|
*
trace: clean up trace-events files
Stefan Hajnoczi
2017-01-31
1
-8
/
+0
|
*
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
2017-01-31
1
-1
/
+0
*
|
pci: Convert msix_init() to Error and fix callers
Cao jin
2017-02-01
3
-3
/
+5
|
/
*
arm: stellaris: make MII accesses complete immediately
Michael Davidsaver
2017-01-27
1
-1
/
+4
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2017-01-25
2
-3
/
+3
|
\
|
*
hw: Fix typos found by codespell
Stefan Weil
2017-01-24
2
-3
/
+3
*
|
PCI/migration merge vmstate_pci_device and vmstate_pcie_device
Dr. David Alan Gilbert
2017-01-24
2
-2
/
+2
*
|
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-6
/
+18
|
/
*
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2017-01-20
2
-45
/
+121
|
\
|
*
hw/net/dp8393x: Avoid unintentional sign extensions on addresses
Peter Maydell
2017-01-20
1
-27
/
+68
|
*
m68k: QOMify the MCF Fast Ethernet Controller device
Thomas Huth
2017-01-20
1
-18
/
+53
*
|
vhost_net: device IOTLB support
Jason Wang
2017-01-18
1
-0
/
+1
|
/
*
virtio-net: Add MTU feature support
Maxime Coquelin
2017-01-10
1
-0
/
+19
[prev]
[next]