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-05-23
e1000e: Reset packet state after emptying Tx queue
Akihiko Odaki
1
-4
/
+2
2023-05-23
igb: Read DCMD.VLE of the first Tx descriptor
Akihiko Odaki
1
-1
/
+1
2023-05-23
igb: Remove goto
Akihiko Odaki
1
-1
/
+1
2023-05-23
igb: Always log status after building rx metadata
Akihiko Odaki
1
-2
/
+1
2023-05-23
e1000e: Always log status after building rx metadata
Akihiko Odaki
1
-2
/
+1
2023-05-23
e1000x: Rename TcpIpv6 into TcpIpv6Ex
Akihiko Odaki
4
-21
/
+21
2023-05-23
e1000x: Take CRC into consideration for size check
Akihiko Odaki
1
-5
/
+5
2023-05-23
e1000x: Share more Rx filtering logic
Akihiko Odaki
6
-119
/
+56
2023-05-23
net/eth: Rename eth_setup_vlan_headers_ex
Akihiko Odaki
1
-1
/
+1
2023-05-23
hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_info
Akihiko Odaki
2
-14
/
+0
2023-05-23
igb: Always copy ethernet header
Akihiko Odaki
1
-20
/
+23
2023-05-23
e1000e: Always copy ethernet header
Akihiko Odaki
1
-16
/
+10
2023-05-23
net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()
Akihiko Odaki
5
-17
/
+23
2023-05-23
igb: Clear IMS bits when committing ICR access
Akihiko Odaki
1
-4
/
+4
2023-05-23
igb: Do not require CTRL.VME for tx VLAN tagging
Akihiko Odaki
1
-1
/
+1
2023-05-23
igb: Fix Rx packet type encoding
Akihiko Odaki
2
-19
/
+24
2023-05-23
e1000x: Fix BPRC and MPRC
Akihiko Odaki
5
-45
/
+33
2023-05-23
hw/net/net_tx_pkt: Decouple interface from PCI
Akihiko Odaki
5
-53
/
+54
2023-05-23
hw/net/net_tx_pkt: Decouple implementation from PCI
Akihiko Odaki
2
-20
/
+42
2023-05-23
e1000e: Fix tx/rx counters
timothee.cocault@gmail.com
4
-12
/
+8
2023-05-22
hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallel
Thomas Huth
1
-3
/
+8
2023-05-22
hw/i386: Ignore the default parallel port if it has not been compiled into QEMU
Thomas Huth
2
-0
/
+5
2023-05-22
hw/char/parallel: Move TYPE_ISA_PARALLEL to the header file
Thomas Huth
3
-3
/
+3
2023-05-22
hw/sh4: Use MachineClass->default_nic in the sh4 r2d machine
Thomas Huth
1
-1
/
+3
2023-05-22
hw/s390x: Use MachineClass->default_nic in the s390x machine
Thomas Huth
1
-1
/
+3
2023-05-22
hw/ppc: Use MachineClass->default_nic in the ppc machines
Thomas Huth
7
-5
/
+16
2023-05-22
hw: Move the default NIC machine class setting from the x86 to the generic one
Thomas Huth
3
-7
/
+6
2023-05-22
hw/i386/Kconfig: ISAPC works fine without VGA_ISA
Thomas Huth
1
-1
/
+1
2023-05-19
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Richard Henderson
30
-271
/
+701
2023-05-19
Revert "arm/kvm: add support for MTE"
Peter Maydell
1
-39
/
+30
2023-05-19
hw/i386/pc: No need for rtc_state to be an out-parameter
Bernhard Beschow
3
-8
/
+8
2023-05-19
hw/i386/pc: Create RTC controllers in south bridges
Bernhard Beschow
6
-1
/
+46
2023-05-19
hw/cxl: Introduce cxl_device_get_timestamp() utility function
Ira Weiny
2
-10
/
+16
2023-05-19
hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
Jonathan Cameron
1
-32
/
+32
2023-05-19
hw/pci-bridge: make building pcie-to-pci bridge configurable
Sebastian Ott
2
-1
/
+7
2023-05-19
virtio-pci: add handling of PCI ATS and Device-TLB enable/disable
Viktor Prutyanov
1
-0
/
+36
2023-05-19
hw/pci-host/pam: Make init_pam() usage more readable
Bernhard Beschow
3
-15
/
+15
2023-05-19
hw/i386/pc: Initialize ram_memory variable directly
Bernhard Beschow
3
-8
/
+4
2023-05-19
hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()
Bernhard Beschow
2
-4
/
+5
2023-05-19
hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name
Bernhard Beschow
2
-2
/
+2
2023-05-19
hw/i386/pc_q35: Reuse machine parameter
Bernhard Beschow
1
-1
/
+1
2023-05-19
hw/pci-host/q35: Inline sysbus_add_io()
Bernhard Beschow
1
-2
/
+4
2023-05-19
hw/pci-host/i440fx: Inline sysbus_add_io()
Bernhard Beschow
1
-2
/
+3
2023-05-19
vhost-vdpa: Add support for vIOMMU.
Cindy Lu
1
-7
/
+138
2023-05-19
vhost-vdpa: Add check for full 64-bit in region delete
Cindy Lu
1
-1
/
+19
2023-05-19
vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()
Cindy Lu
1
-1
/
+2
2023-05-19
vhost: expose function vhost_dev_has_iommu()
Cindy Lu
1
-1
/
+1
2023-05-19
virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_request
Mauro Matteo Cascella
1
-9
/
+11
2023-05-19
virtio-net: not enable vq reset feature unconditionally
Eugenio PĂ©rez
1
-1
/
+0
2023-05-19
vhost-user: Remove acpi-specific memslot limit
David Hildenbrand
1
-11
/
+1
[next]