aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-05-23e1000e: Reset packet state after emptying Tx queueAkihiko Odaki1-4/+2
2023-05-23igb: Read DCMD.VLE of the first Tx descriptorAkihiko Odaki1-1/+1
2023-05-23igb: Remove gotoAkihiko Odaki1-1/+1
2023-05-23igb: Always log status after building rx metadataAkihiko Odaki1-2/+1
2023-05-23e1000e: Always log status after building rx metadataAkihiko Odaki1-2/+1
2023-05-23e1000x: Rename TcpIpv6 into TcpIpv6ExAkihiko Odaki4-21/+21
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-5/+5
2023-05-23e1000x: Share more Rx filtering logicAkihiko Odaki6-119/+56
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-1/+1
2023-05-23hw/net/net_tx_pkt: Remove net_rx_pkt_get_l4_infoAkihiko Odaki2-14/+0
2023-05-23igb: Always copy ethernet headerAkihiko Odaki1-20/+23
2023-05-23e1000e: Always copy ethernet headerAkihiko Odaki1-16/+10
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki5-17/+23
2023-05-23igb: Clear IMS bits when committing ICR accessAkihiko Odaki1-4/+4
2023-05-23igb: Do not require CTRL.VME for tx VLAN taggingAkihiko Odaki1-1/+1
2023-05-23igb: Fix Rx packet type encodingAkihiko Odaki2-19/+24
2023-05-23e1000x: Fix BPRC and MPRCAkihiko Odaki5-45/+33
2023-05-23hw/net/net_tx_pkt: Decouple interface from PCIAkihiko Odaki5-53/+54
2023-05-23hw/net/net_tx_pkt: Decouple implementation from PCIAkihiko Odaki2-20/+42
2023-05-23e1000e: Fix tx/rx counterstimothee.cocault@gmail.com4-12/+8
2023-05-22hw/sparc64/sun4u: Use MachineClass->default_nic and MachineClass->no_parallelThomas Huth1-3/+8
2023-05-22hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth2-0/+5
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth3-3/+3
2023-05-22hw/sh4: Use MachineClass->default_nic in the sh4 r2d machineThomas Huth1-1/+3
2023-05-22hw/s390x: Use MachineClass->default_nic in the s390x machineThomas Huth1-1/+3
2023-05-22hw/ppc: Use MachineClass->default_nic in the ppc machinesThomas Huth7-5/+16
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth3-7/+6
2023-05-22hw/i386/Kconfig: ISAPC works fine without VGA_ISAThomas Huth1-1/+1
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson30-271/+701
2023-05-19Revert "arm/kvm: add support for MTE"Peter Maydell1-39/+30
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow3-8/+8
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow6-1/+46
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny2-10/+16
2023-05-19hw/cxl: rename mailbox return code type from ret_code to CXLRetCodeJonathan Cameron1-32/+32
2023-05-19hw/pci-bridge: make building pcie-to-pci bridge configurableSebastian Ott2-1/+7
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+36
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow3-15/+15
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow3-8/+4
2023-05-19hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2-4/+5
2023-05-19hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2-2/+2
2023-05-19hw/i386/pc_q35: Reuse machine parameterBernhard Beschow1-1/+1
2023-05-19hw/pci-host/q35: Inline sysbus_add_io()Bernhard Beschow1-2/+4
2023-05-19hw/pci-host/i440fx: Inline sysbus_add_io()Bernhard Beschow1-2/+3
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu1-7/+138
2023-05-19vhost-vdpa: Add check for full 64-bit in region deleteCindy Lu1-1/+19
2023-05-19vhost_vdpa: fix the input in trace_vhost_vdpa_listener_region_del()Cindy Lu1-1/+2
2023-05-19vhost: expose function vhost_dev_has_iommu()Cindy Lu1-1/+1
2023-05-19virtio-crypto: fix NULL pointer dereference in virtio_crypto_free_requestMauro Matteo Cascella1-9/+11
2023-05-19virtio-net: not enable vq reset feature unconditionallyEugenio PĂ©rez1-1/+0
2023-05-19vhost-user: Remove acpi-specific memslot limitDavid Hildenbrand1-11/+1