aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2023-05-30hw/xen: do not set is_external=true on evtchn fdsStefan Hajnoczi1-4/+4
2023-05-30xen-block: implement BlockDevOps->drained_begin()Stefan Hajnoczi4-16/+59
2023-05-30hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi1-1/+1
2023-05-30virtio-scsi: stop using aio_disable_external() during unplugStefan Hajnoczi1-3/+0
2023-05-30virtio-scsi: avoid race between unplug and transport eventStefan Hajnoczi2-26/+63
2023-05-30hw/qdev: introduce qdev_is_realized() helperStefan Hajnoczi1-2/+1
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson9-16/+68
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan1-1/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin4-3/+4
2023-05-28pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov1-0/+3
2023-05-28hw/ppc/prep: Fix wiring of PIC -> CPU interruptBernhard Beschow1-1/+3
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin3-11/+57
2023-05-28virtio-input-pci: add virtio-multitouch-pciSergio Lopez1-4/+21
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez1-3/+115
2023-05-28virtio-input: generalize virtio_input_key_config()Sergio Lopez1-17/+21
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau1-0/+1
2023-05-26Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-6/+5
2023-05-26virtio: qmp: fix memory leakPaolo Bonzini1-6/+5
2023-05-26hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)Thomas Huth1-6/+17
2023-05-26lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth1-0/+1
2023-05-26machine: do not crash if default RAM backend name has been stolenIgor Mammedov1-0/+8
2023-05-26hw/mips: Use MachineClass->default_nic in the virt machinePhilippe Mathieu-Daudé1-1/+3
2023-05-26hw/arm: Use MachineClass->default_nic in the sbsa-ref machineThomas Huth1-1/+3
2023-05-26hw/xtensa: Use MachineClass->default_nic in the virt machineThomas Huth1-3/+6
2023-05-26hw/loongarch64: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-26hw/arm: Use MachineClass->default_nic in the virt machineThomas Huth1-1/+3
2023-05-26hw/alpha: Use MachineClass->default_nic in the alpha machineThomas Huth1-1/+3
2023-05-26hw/hppa: Use MachineClass->default_nic in the hppa machineThomas Huth1-1/+3
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+2
2023-05-25usb/ohci: Set pad to 0 after frame updatePaolo Bonzini1-0/+2
2023-05-24vfio/pci: Fix a use-after-free issueZhenzhong Duan1-1/+1
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson1-0/+1
2023-05-23hostmem-file: add offset optionAlexander Graf1-0/+1
2023-05-23rtl8139: fix large_send_mss divide-by-zeroStefan Hajnoczi1-0/+3
2023-05-23vmxnet3: Do not depend on PCAkihiko Odaki1-1/+1
2023-05-23igb: Clear-on-read ICR when ICR.INTA is setAkihiko Odaki1-0/+2
2023-05-23igb: Notify only new interruptsAkihiko Odaki2-126/+86
2023-05-23e1000e: Notify only new interruptsAkihiko Odaki3-88/+69
2023-05-23igb: Implement Tx timestampAkihiko Odaki2-0/+10
2023-05-23igb: Implement Rx PTP2 timestampAkihiko Odaki3-41/+127
2023-05-23igb: Implement igb-specific oversize checkAkihiko Odaki1-15/+21
2023-05-23igb: Filter with the second VLAN tag for extended VLANAkihiko Odaki1-5/+18
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki4-21/+30
2023-05-23igb: Implement Tx SCTP CSOAkihiko Odaki3-5/+33
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki4-12/+73
2023-05-23igb: Use UDP for RSS hashAkihiko Odaki2-0/+19
2023-05-23igb: Implement MSI-X single vector modeAkihiko Odaki1-2/+7
2023-05-23hw/net/net_rx_pkt: Enforce alignment for eth_headerAkihiko Odaki1-4/+7
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-9/+7
2023-05-23igb: Rename a variable in igb_receive_internal()Akihiko Odaki1-6/+6