aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-30meson: Split test for __int128_t type from __int128_t arithmeticRichard Henderson1-2/+2
2023-05-30Update copyright dates to 2023Enze Li1-1/+1
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh1-0/+1
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh1-0/+1
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh1-2/+3
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh2-0/+4
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh1-3/+13
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh1-3/+19
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov1-0/+2
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-2/+4
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin1-1/+1
2023-05-28spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcallNicholas Piggin1-1/+3
2023-05-28ui: add helpers for virtio-multitouch eventsSergio Lopez1-0/+5
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez1-4/+5
2023-05-28ui: add the infrastructure to support MT eventsSergio Lopez1-0/+3
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella1-2/+2
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau1-0/+4
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-0/+3
2023-05-25monitor: add more *_locked() functionsPaolo Bonzini1-0/+3
2023-05-23tcg: Remove DEBUG_DISASRichard Henderson1-3/+0
2023-05-23tcg: Split out tcg/debug-assert.hRichard Henderson2-8/+18
2023-05-23accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmuRichard Henderson1-9/+0
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-46/+12
2023-05-23include/qemu: Move CONFIG_ATOMIC128_OPT handling to atomic128.hRichard Henderson1-0/+17
2023-05-23include/host: Split out atomic128-ldst.hRichard Henderson1-73/+1
2023-05-23include/host: Split out atomic128-cas.hRichard Henderson1-54/+1
2023-05-23Merge tag 'mem-2023-05-23' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson3-1/+5
2023-05-23hostmem-file: add offset optionAlexander Graf3-1/+5
2023-05-23igb: Strip the second VLAN tag for extended VLANAkihiko Odaki1-2/+2
2023-05-23igb: Implement Rx SCTP CSOAkihiko Odaki2-1/+4
2023-05-23net/eth: Always add VLAN tagAkihiko Odaki1-2/+2
2023-05-23net/eth: Use void pointersAkihiko Odaki1-2/+2
2023-05-23e1000x: Take CRC into consideration for size checkAkihiko Odaki1-0/+2
2023-05-23net/eth: Rename eth_setup_vlan_headers_exAkihiko Odaki1-8/+1
2023-05-23net/net_rx_pkt: Use iovec for net_rx_pkt_set_protocols()Akihiko Odaki1-3/+3
2023-05-22Merge tag 'pull-request-2023-05-22' of https://gitlab.com/thuth/qemu into sta...Richard Henderson3-1/+3
2023-05-22Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingRichard Henderson4-10/+26
2023-05-22hw/char/parallel: Move TYPE_ISA_PARALLEL to the header fileThomas Huth1-0/+2
2023-05-22hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2-1/+1
2023-05-19Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson9-7/+35
2023-05-19nbd/server: Fix drained_poll to wake coroutine in right AioContextKevin Wolf1-0/+10
2023-05-19blockjob: Adhere to rate limit even when reentered earlyKevin Wolf1-4/+10
2023-05-19block: Call .bdrv_co_create(_opts) unlockedKevin Wolf2-6/+6
2023-05-19hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow1-1/+1
2023-05-19hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2-0/+5
2023-05-19hw/cxl: Introduce cxl_device_get_timestamp() utility functionIra Weiny1-0/+2
2023-05-19virtio-pci: add handling of PCI ATS and Device-TLB enable/disableViktor Prutyanov1-0/+2
2023-05-19hw/pci-host/pam: Make init_pam() usage more readableBernhard Beschow1-2/+3
2023-05-19hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow1-1/+0
2023-05-19vhost-vdpa: Add support for vIOMMU.Cindy Lu1-0/+11