aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30hw/arm/sbsa-ref: add GIC node into DTMarcin Juszkiewicz1-1/+18
2023-05-30Update copyright dates to 2023Enze Li2-2/+2
2023-05-30arm/Kconfig: Make TCG dependence explicitFabiano Rosas1-41/+82
2023-05-30arm/Kconfig: Keep Kconfig default entries in default.mak as documentationFabiano Rosas2-0/+46
2023-05-30target/arm: Explain why we need to select ARM_V7MFabiano Rosas1-0/+3
2023-05-30target/arm: Explicitly select short-format FSR for M-profilePeter Maydell1-2/+11
2023-05-30tests/qtest: Run arm-specific tests only if the required machine is availableThomas Huth1-3/+4
2023-05-30hw/arm/xlnx-zynqmp: fix unsigned error when checking the RPUs numberClément Chigot1-1/+1
2023-05-30hw/dma/xilinx_axidma: Check DMASR.HALTED to prevent infinite loop.Tommy Wu1-3/+8
2023-05-30hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2Mostafa Saleh2-10/+23
2023-05-30hw/arm/smmuv3: Add stage-2 support in iova notifierMostafa Saleh2-14/+27
2023-05-30hw/arm/smmuv3: Add CMDs related to stage-2Mostafa Saleh4-9/+67
2023-05-30hw/arm/smmuv3: Add VMID to TLB taggingMostafa Saleh5-22/+39
2023-05-30hw/arm/smmuv3: Make TLB lookup work for stage-2Mostafa Saleh1-11/+33
2023-05-30hw/arm/smmuv3: Parse STE config for stage-2Mostafa Saleh4-10/+186
2023-05-30hw/arm/smmuv3: Add page table walk for stage-2Mostafa Saleh2-1/+176
2023-05-30hw/arm/smmuv3: Refactor stage-1 PTWMostafa Saleh4-21/+26
2023-05-30hw/arm/smmuv3: Update translation config to hold stage-2Mostafa Saleh1-3/+19
2023-05-30hw/arm/smmuv3: Add missing fields for IDR0Mostafa Saleh1-0/+2
2023-05-30fsl-imx6: Add SNVS support for i.MX6 boardsVitaly Cheptsov2-0/+10
2023-05-29Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson26-129/+201
2023-05-29Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Richard Henderson19-60/+442
2023-05-28ppc/pegasos2: Change default CPU to 7457BALATON Zoltan1-1/+1
2023-05-28target/ppc: Add POWER9 DD2.2 modelNicholas Piggin9-9/+30
2023-05-28ui/gtk: enable backend to send multi-touch eventsSergio Lopez1-0/+92
2023-05-28target/ppc: Merge COMPUTE_CLASS and COMPUTE_FPRFRichard Henderson1-56/+22
2023-05-28pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov1-0/+3
2023-05-28target/ppc: Use SMT4 small core chip type in POWER9/10 PVRsNicholas Piggin1-3/+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 Piggin6-12/+73
2023-05-28ui: add helpers for virtio-multitouch eventsSergio Lopez2-0/+41
2023-05-28virtio-input-pci: add virtio-multitouch-pciSergio Lopez1-4/+21
2023-05-28virtio-input: add a virtio-mulitouch deviceSergio Lopez2-7/+120
2023-05-28ui: add the infrastructure to support MT eventsSergio Lopez5-9/+87
2023-05-28virtio-input: generalize virtio_input_key_config()Sergio Lopez1-17/+21
2023-05-28ui/cursor: make width/height unsigned 16-bit integerMauro Matteo Cascella2-3/+4
2023-05-28ui/sdl2: disable SDL_HINT_GRAB_KEYBOARD on WindowsVolker Rümelin1-0/+3
2023-05-28ui/sdl2: Grab Alt+F4 also under WindowsBernhard Beschow1-0/+1
2023-05-28ui/sdl2: Grab Alt+Tab also in fullscreen modeBernhard Beschow1-0/+3
2023-05-28ui/dbus: add a FIXME about texture/dmabuf scanout handlingMarc-André Lureau1-0/+5
2023-05-28gtk: add gl-area support on win32Marc-André Lureau1-0/+6
2023-05-28virtio-gpu: add a FIXME for virtio_gpu_load()Marc-André Lureau1-0/+1
2023-05-28win32: wrap socket close() with an exception handlerMarc-André Lureau2-6/+21
2023-05-28ui/dbus: fix compilation when GBM && !OPENGLMarc-André Lureau1-5/+5
2023-05-28ui/sdl2: fix surface_gl_update_texture: Assertion 'gls' failedMarc-André Lureau1-0/+4
2023-05-28ui/gtk-egl: fix scaling for cursor position in scanout modeErico Nunes1-2/+2
2023-05-28ui/gtk: use widget size for cursor motion eventErico Nunes1-5/+3
2023-05-28ui/gtk: fix passing y0_top parameter to scanoutErico Nunes2-2/+2
2023-05-27target/ppc: Alignment faults do not set DSISR in ISA v3.0 onwardNicholas Piggin1-7/+10
2023-05-27target/ppc: Fix width of some 32-bit SPRsNicholas Piggin6-27/+27