index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-15
aspeed: add support for the Aspeed MII controller of the AST2600
Cédric Le Goater
1
-0
/
+162
2019-10-15
hw/net/lan9118.c: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+7
2019-10-15
ptimer: Rename ptimer_init() to ptimer_init_with_bh()
Peter Maydell
2
-2
/
+2
2019-10-04
spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper
David Gibson
1
-2
/
+1
2019-09-12
hw/net/vmxnet3: Fix leftover unregister_savevm
Dr. David Alan Gilbert
1
-3
/
+0
2019-09-03
hw/net/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-9
/
+8
2019-08-21
hw/net/e1000: Fix erroneous comment
Philippe Mathieu-Daudé
1
-1
/
+1
2019-08-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...
Peter Maydell
1
-0
/
+4
2019-08-16
Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2019-08-13-v2'...
Peter Maydell
45
-29
/
+105
2019-08-16
Set ENET_BD_BDU in I.MX FEC controller
Aaron Hill
1
-0
/
+4
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-0
/
+1
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
5
-5
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
35
-4
/
+34
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
4
-1
/
+4
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
22
-18
/
+4
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
2
-0
/
+2
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
30
-0
/
+30
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
25
-0
/
+27
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
1
-0
/
+1
2019-08-16
memory: Fix type of IOMMUMemoryRegionClass member @parent_class
Markus Armbruster
1
-0
/
+1
2019-08-14
hw/net: fix vmxnet3 live migration
Marcel Apfelbaum
1
-50
/
+2
2019-07-29
e1000: don't raise interrupt in pre_save()
Jason Wang
1
-6
/
+2
2019-07-02
sunhme: ensure that RX descriptor ring overflow is indicated to client driver
Mark Cave-Ayland
2
-0
/
+10
2019-07-02
sunhme: fix return values from sunhme_receive() during receive packet processing
Mark Cave-Ayland
1
-3
/
+3
2019-07-02
sunhme: flush any queued packets when HME_MAC_RXCFG_ENABLE bit is raised
Mark Cave-Ayland
1
-0
/
+10
2019-07-02
sunhme: fix incorrect constant in sunhme_can_receive()
Mark Cave-Ayland
1
-1
/
+1
2019-07-02
sunhme: add trace event for logging PCI IRQ
Mark Cave-Ayland
2
-0
/
+3
2019-07-02
net/announce: Add optional ID
Dr. David Alan Gilbert
1
-2
/
+2
2019-07-02
ftgmac100: do not link to netdev
Cédric Le Goater
1
-2
/
+0
2019-06-24
xen: Import other xen/io/*.h
Anthony PERARD
1
-1
/
+1
2019-06-12
Supply missing header guards
Markus Armbruster
3
-1
/
+15
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
34
-4
/
+41
2019-05-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-108
/
+139
2019-05-17
hw/net/ne2000: Extract the PCI device from the chipset common code
Philippe Mathieu-Daudé
4
-108
/
+139
2019-05-17
e1000: Never increment the RX undersize count register
Chris Kenna
1
-1
/
+0
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+10
2019-05-02
hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printf
Philippe Mathieu-Daudé
1
-1
/
+3
2019-04-29
hw/devices: Move SMSC 91C111 declaration into a new header
Philippe Mathieu-Daudé
1
-1
/
+1
2019-04-29
hw/net/lan9118: Export TYPE_LAN9118 and use it instead of hardcoded string
Philippe Mathieu-Daudé
1
-1
/
+0
2019-04-29
hw/devices: Move LAN9118 declarations into a new header
Philippe Mathieu-Daudé
1
-1
/
+1
2019-04-02
virtio-net: Fix typo in comment
Yuval Shaia
1
-1
/
+1
2019-03-29
e1000: Delay flush queue when receive RCTL
yuchenlin
1
-2
/
+22
2019-03-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2019-03-22
trace-events: Fix attribution of trace points to source
Markus Armbruster
1
-4
/
+4
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-17
/
+17
2019-03-18
kconfig: add dependencies on CONFIG_MSI_NONBROKEN
Paolo Bonzini
1
-2
/
+2
2019-03-12
spapr: Use CamelCase properly
David Gibson
1
-55
/
+55
2019-03-08
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
1
-1
/
+0
[next]