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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
10
-93
/
+253
2023-03-28
igb: respect VMVIR and VMOLR for VLAN
Sriram Yagnaraman
1
-13
/
+49
2023-03-28
igb: implement VF Tx and Rx stats
Sriram Yagnaraman
1
-4
/
+22
2023-03-28
igb: respect E1000_VMOLR_RSSE
Sriram Yagnaraman
1
-1
/
+8
2023-03-28
igb: check oversized packets for VMDq
Sriram Yagnaraman
1
-5
/
+36
2023-03-28
igb: implement VFRE and VFTE registers
Sriram Yagnaraman
3
-7
/
+35
2023-03-28
igb: add ICR_RXDW
Sriram Yagnaraman
2
-1
/
+5
2023-03-28
igb: handle PF/VF reset properly
Sriram Yagnaraman
3
-12
/
+31
2023-03-28
hw/net/net_tx_pkt: Align l3_hdr
Akihiko Odaki
1
-10
/
+11
2023-03-28
hw/net/net_tx_pkt: Ignore ECN bit
Akihiko Odaki
1
-2
/
+4
2023-03-28
igb: Fix DMA requester specification for Tx packet
Akihiko Odaki
5
-12
/
+17
2023-03-28
igb: Save more Tx states
Akihiko Odaki
3
-32
/
+41
2023-03-27
hw/nvme: fix missing DNR on compare failure
Klaus Jensen
1
-3
/
+3
2023-03-27
hw/nvme: Change alignment in dma functions for nvme_blk_*
Mateusz Kozlowski
1
-10
/
+10
2023-03-24
Merge tag 'pull-request-2023-03-24' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
7
-481
/
+481
2023-03-24
hw/xenpv: Initialize Xen backend operations
David Woodhouse
1
-0
/
+2
2023-03-24
hw/block: replace TABs with space
Yeqi Fu
4
-245
/
+245
2023-03-24
hw/ide: replace TABs with space
Yeqi Fu
3
-236
/
+236
2023-03-22
*: Add missing includes of qemu/error-report.h
Richard Henderson
30
-0
/
+39
2023-03-21
hw/usb/imx: Fix out of bounds access in imx_usbphy_read()
Guenter Roeck
1
-2
/
+17
2023-03-21
hw/char/cadence_uart: Fix guards on invalid BRGR/BDIV settings
Peter Maydell
1
-2
/
+4
2023-03-20
replace TABs with spaces
Yeqi Fu
11
-772
/
+772
2023-03-15
Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...
Peter Maydell
1
-0
/
+6
2023-03-15
hw/intc/ioapic: Update KVM routes before redelivering IRQ, on RTE update
David Woodhouse
1
-2
/
+1
2023-03-14
ps2: Don't send key release event for Lang1, Lang2 keys
Ross Lagerwall
1
-0
/
+6
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
3
-5
/
+5
2023-03-13
win32: replace closesocket() with close() wrapper
Marc-André Lureau
1
-2
/
+2
2023-03-11
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Peter Maydell
29
-1872
/
+8174
2023-03-10
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
25
-248
/
+912
2023-03-10
Intrdocue igb device emulation
Akihiko Odaki
9
-0
/
+6006
2023-03-10
e1000: Split header files
Akihiko Odaki
8
-1027
/
+1076
2023-03-10
pcie: Introduce pcie_sriov_num_vfs
Akihiko Odaki
1
-0
/
+5
2023-03-10
net/eth: Introduce EthL4HdrProto
Akihiko Odaki
6
-86
/
+126
2023-03-10
e1000e: Implement system clock
Akihiko Odaki
7
-5
/
+103
2023-03-10
net/eth: Report if headers are actually present
Akihiko Odaki
6
-115
/
+106
2023-03-10
e1000e: Count CRC in Tx statistics
Akihiko Odaki
1
-1
/
+1
2023-03-10
e1000: Count CRC in Tx statistics
Akihiko Odaki
1
-2
/
+2
2023-03-10
e1000e: Combine rx traces
Akihiko Odaki
2
-7
/
+4
2023-03-10
e1000e: Do not assert when MSI-X is disabled later
Akihiko Odaki
1
-4
/
+0
2023-03-10
hw/net/net_tx_pkt: Check the payload length
Akihiko Odaki
1
-0
/
+6
2023-03-10
hw/net/net_tx_pkt: Implement TCP segmentation
Akihiko Odaki
1
-42
/
+206
2023-03-10
e1000e: Perform software segmentation for loopback
Akihiko Odaki
5
-51
/
+88
2023-03-10
hw/net/net_rx_pkt: Remove net_rx_pkt_has_virt_hdr
Akihiko Odaki
6
-45
/
+9
2023-03-10
hw/net/net_tx_pkt: Automatically determine if virtio-net header is used
Akihiko Odaki
4
-17
/
+14
2023-03-10
e1000x: Alter the signature of e1000x_is_vlan_packet
Akihiko Odaki
2
-2
/
+2
2023-03-10
net: Check L4 header size
Akihiko Odaki
4
-16
/
+33
2023-03-10
e1000e: Remove extra pointer indirection
Akihiko Odaki
1
-19
/
+19
2023-03-10
e1000e: Set MII_ANER_NWAY
Akihiko Odaki
1
-1
/
+1
2023-03-10
e1000e: Introduce e1000_rx_desc_union
Akihiko Odaki
2
-59
/
+57
2023-03-10
e1000e: Configure ResettableClass
Akihiko Odaki
2
-5
/
+7
[next]