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