summary refs log tree commit diff stats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pull-qapi-2025-05-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2025-05-291-1/+1
|\ \
| * | qapi: make s390x specific CPU commands unconditionally availableDaniel P. Berrangé2025-05-281-1/+1
* | | target: Use cpu_pointer_wrap_uint32 for 32-bit targetsRichard Henderson2025-05-281-0/+1
* | | target: Use cpu_pointer_wrap_notreached for strict align targetsRichard Henderson2025-05-281-0/+5
* | | accel/tcg: Add TCGCPUOps.pointer_wrapRichard Henderson2025-05-281-0/+7
* | | tcg: Drop TCGContext.page_{mask,bits}Richard Henderson2025-05-281-3/+0
* | | tcg: Drop TCGContext.tlb_dyn_max_bitsRichard Henderson2025-05-281-1/+0
|/ /
* | hw/misc/aspeed_hace: Support DMA 64 bits dram addressJamin Lin2025-05-251-0/+1
* | hw/misc/aspeed_hace: Add support for source, digest, key buffer 64 bit addressesJamin Lin2025-05-251-0/+3
* | hw/misc/aspeed_hace: Move register size to instance class and dynamically all...Jamin Lin2025-05-251-2/+3
* | hw/misc/aspeed_hace: Remove unused code for better readabilityJamin Lin2025-05-251-2/+0
* | ui/gtk-egl: Render guest content with padding in fixed-scale modeWeifeng Liu2025-05-241-1/+3
* | gtk/ui: Introduce helper gd_update_scaleWeifeng Liu2025-05-241-0/+2
* | ui/clipboard: add vmstate_cbinfoMarc-André Lureau2025-05-241-0/+3
* | ui/clipboard: split out QemuClipboardContentMarc-André Lureau2025-05-241-6/+20
* | ui/clipboard: use int for selection fieldMarc-André Lureau2025-05-241-1/+1
* | ui/vnc: take account of client byte order in pixman formatDaniel P. Berrangé2025-05-211-2/+2
|/
* qom: reverse order of instance_post_init callsPaolo Bonzini2025-05-201-1/+2
* hw/pci-host: Remove unused pci_host_data_be_opsRakesh Jeyasingh2025-05-202-5/+0
* hw/riscv: Configurable MPFS CLINT timebase freqSebastian Huber2025-05-191-0/+1
* hw/riscv/virt: Add the BDF of IOMMU to RISCVVirtState structureSunil V L2025-05-191-0/+1
* Merge tag 'pull-target-arm-20250515' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2025-05-157-271/+298
|\
| * tcg: add vaddr type for helpersPierrick Bouvier2025-05-143-0/+26
| * include/system/hvf: missing vaddr includePierrick Bouvier2025-05-141-0/+1
| * hw/arm: Replace TABs for spaces in OMAP board and device codeSantiago Monserrat Campanello2025-05-143-271/+271
* | Merge tag 'pull-nbd-2025-05-14' of https://repo.or.cz/qemu/ericb into stagingStefan Hajnoczi2025-05-155-17/+31
|\ \
| * | mirror: Drop redundant zero_target parameterEric Blake2025-05-141-2/+1
| * | mirror: Allow QMP override to declare target already zeroEric Blake2025-05-141-1/+2
| * | block: Add new bdrv_co_is_all_zeroes() functionEric Blake2025-05-141-0/+2
| * | block: Expand block status mode from bool to flagsEric Blake2025-05-143-15/+27
| |/
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2025-05-1511-11/+70
|\ \
| * | vhost-user: return failure if backend crash when live migrationHaoqian He2025-05-144-4/+4
| * | vhost: return failure if stop virtqueue failed in vhost_dev_stopHaoqian He2025-05-141-3/+5
| * | system/runstate: add VM state change cb with return valueHaoqian He2025-05-141-3/+10
| * | pcie_sriov: Make a PCI device with user-created VF ARI-capableAkihiko Odaki2025-05-141-2/+5
| * | virtio-pci: Implement SR-IOV PFAkihiko Odaki2025-05-141-0/+1
| * | pcie_sriov: Allow user to create SR-IOV deviceAkihiko Odaki2025-05-142-1/+23
| * | hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commandsSweta Kumari2025-05-141-0/+15
| * | hw/cxl/cxl-mailbox-utils: Media operations Sanitize and Write Zeros commands ...Vinayak Holikatti2025-05-141-0/+4
| * | hw/cxl: Support aborting background commandsDavidlohr Bueso2025-05-142-0/+5
* | | Merge tag 'pull-request-2025-05-14' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi2025-05-152-5/+0
|\ \ \ | |_|/ |/| |
| * | include/hw/dma/xlnx_dpdma: Remove dependency on console.hThomas Huth2025-05-141-1/+0
| * | hw/s390x: Remove the obsolete hpage_1m_allowed switchThomas Huth2025-05-141-4/+0
* | | Merge tag 'pull-loongarch-20250514' of https://github.com/gaosong715/qemu int...Stefan Hajnoczi2025-05-141-30/+27
|\ \ \
| * | | hw/intc/loongarch_pch: Merge three memory region into oneBibo Mao2025-05-141-2/+0
| * | | hw/intc/loongarch_pch: Rename memory region iomem32_low with iomemBibo Mao2025-05-141-1/+1
| * | | hw/intc/loongarch_pch: Set version information at initial stageBibo Mao2025-05-141-2/+15
| * | | hw/intc/loongarch_pch: Remove some duplicate macroBibo Mao2025-05-141-5/+0
| * | | hw/intc/loongarch_pch: Modify register name PCH_PIC_xxx_OFFSET with PCH_PIC_xxxBibo Mao2025-05-141-2/+2
| * | | hw/intc/loongarch_pch: Modify name of some registersBibo Mao2025-05-141-18/+9
| |/ /