aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-03-10net/eth: Introduce EthL4HdrProtoAkihiko Odaki1-1/+7
2023-03-10net/eth: Report if headers are actually presentAkihiko Odaki1-2/+2
2023-03-10hw/net/net_tx_pkt: Implement TCP segmentationAkihiko Odaki1-5/+0
2023-03-10net: Strip virtio-net header when dumpingAkihiko Odaki1-0/+6
2023-03-10fsl_etsec: Use hw/net/mii.hAkihiko Odaki1-0/+1
2023-03-10hw/net: Add more MII definitionsAkihiko Odaki1-1/+12
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell9-227/+329
2023-03-09Merge tag 'vfio-updates-20230307.1' of https://gitlab.com/alex.williamson/qem...Peter Maydell1-2/+6
2023-03-09Merge tag 'pull-request-2023-03-07' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+0
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell7-126/+458
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell5-8/+33
2023-03-07hw/pxb-cxl: Support passthrough HDM Decoders unless overriddenJonathan Cameron3-0/+3
2023-03-07hw/pci: Add pcie_count_ds_port() and pcie_find_port_first() helpersJonathan Cameron1-0/+2
2023-03-08hw/audio/via-ac97: Basic implementation of audio playbackBALATON Zoltan1-0/+25
2023-03-08hw/intc/i8259: Implement legacy LTIM Edge/Level Bank SelectDavid Woodhouse1-0/+1
2023-03-08hw/mips/itu: Pass SAAR using QOM link propertyPhilippe Mathieu-Daudé1-3/+2
2023-03-08hw/mips: Declare all length properties as unsignedPhilippe Mathieu-Daudé3-5/+5
2023-03-07gdbstub: move update guest debug to accel opsMads Ynddal1-0/+1
2023-03-07gdbstub: Remove gdb_do_syscallvRichard Henderson1-11/+0
2023-03-07include: split target_long definition from cpu-defsAlex Bennée2-18/+43
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée2-102/+124
2023-03-07gdbstub: move register helpers into standalone includeAlex Bennée2-86/+103
2023-03-07gdbstub: move chunks of user code into own filesAlex Bennée2-21/+43
2023-03-07vfio/migration: Rename entry pointsAlex Williamson1-3/+3
2023-03-07hw/mem/cxl_type3: Add CXL RAS Error Injection Support.Jonathan Cameron2-0/+37
2023-03-07hw/pci/aer: Make PCIE AER error injection facility available for other emulat...Jonathan Cameron1-0/+1
2023-03-07hw/pci/aer: Implement PCI_ERR_UNCOR_MASK registerJonathan Cameron1-0/+3
2023-03-07pcihp: add ACPI PCI hotplug specific is_hotpluggable_bus() callbackIgor Mammedov2-0/+2
2023-03-07pcihp: move fields enabling hotplug into AcpiPciHpStateIgor Mammedov2-6/+4
2023-03-07acpi: pci: move out ACPI PCI hotplug generator from generic slot generator bu...Igor Mammedov1-0/+2
2023-03-07pci: fix 'hotplugglable' property behaviorIgor Mammedov2-1/+14
2023-03-07vdpa net: block migration if the device has CVQEugenio Pérez1-0/+1
2023-03-07vdpa: move vhost reset after get vring baseEugenio Pérez1-0/+4
2023-03-07vdpa: add vhost_vdpa->suspended parameterEugenio Pérez1-0/+2
2023-03-07cryptodev: support QoSzhenwei pi1-0/+7
2023-03-07cryptodev: Account statisticszhenwei pi1-0/+49
2023-03-07cryptodev: Use CryptoDevBackendOpInfo for operationzhenwei pi1-16/+10
2023-03-07hmp: add cryptodev info commandzhenwei pi1-0/+1
2023-03-07cryptodev: Introduce cryptodev alg type in QAPIzhenwei pi1-7/+1
2023-03-07cryptodev: Remove 'name' & 'model' fieldszhenwei pi1-9/+3
2023-03-07cryptodev: Introduce cryptodev.jsonzhenwei pi1-9/+2
2023-03-07vfio/migration: Block migration with vIOMMUJoao Martins1-0/+2
2023-03-07vfio/common: Add device dirty page tracking start/stopJoao Martins1-0/+2
2023-03-07includes: move tb_flush into its own headerAlex Bennée2-1/+26
2023-03-07gdbstub: Make syscall_complete/[gs]et_reg target-agnostic typedefsPhilippe Mathieu-Daudé1-3/+4
2023-03-07hw/xen: Rename xen_common.h to xen_native.hDavid Woodhouse3-12/+23
2023-03-07hw/xen: Move xenstore_store_pv_console_info to xen_console.cDavid Woodhouse1-2/+0
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant6-32/+183
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2-13/+26
2023-03-07hw/xen: Pass grant ref to gnttab unmap operationDavid Woodhouse3-7/+8