aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Update version for v8.0.0-rc0 releasev8.0.0-rc0Peter Maydell1-1/+1
2023-03-14Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ...Peter Maydell26-80/+210
2023-03-14Merge tag 'pull-riscv-to-apply-20230314' of https://github.com/alistair23/qem...Peter Maydell1-13/+14
2023-03-14Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell3-3/+3
2023-03-14MAINTAINERS: Remove CXL maintainer Ben WidawskyMarkus Armbruster1-1/+0
2023-03-14MAINTAINERS: update my email address for the clock frameworkDamien Hedde2-1/+2
2023-03-14Merge tag 'pull-tcg-20230313' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell67-2391/+1169
2023-03-14Fix incorrect register name in disassembler for fmv,fabs,fneg instructionsMikhail Tyutin1-9/+10
2023-03-14disas/riscv: Fix slli_uw decodingIvan Klokov1-4/+4
2023-03-13ui/dbus: restrict opengl to gbm-enabled configMarc-André Lureau2-6/+16
2023-03-13ui/dbus: do not require opengl & gbmMarc-André Lureau5-7/+26
2023-03-13ui: introduce egl_init()Marc-André Lureau5-20/+36
2023-03-13ui/sdl: try to instantiate the matching opengl rendererMarc-André Lureau1-0/+16
2023-03-13ui/sdl: add QEMU_ENABLE_SDL_LOGGING setting/environmentMarc-André Lureau1-0/+4
2023-03-13ui/egl: print EGL error, helping debuggingMarc-André Lureau1-6/+48
2023-03-13ui/shader: fix #version directive must occur on first lineMarc-André Lureau3-3/+0
2023-03-13ui/sdl: get the GL context from the windowMarc-André Lureau1-1/+3
2023-03-13ui: set cursor position upon listener registrationMarc-André Lureau1-0/+7
2023-03-13ui: set cursor upon listener registrationMarc-André Lureau1-0/+3
2023-03-13ui: keep current cursor with QemuConsoleMarc-André Lureau4-6/+11
2023-03-13ui: rename cursor_{get->ref}, return itMarc-André Lureau5-8/+7
2023-03-13ui: rename cursor_{put->unref}Marc-André Lureau8-11/+11
2023-03-13meson: ensure dbus-display generated code is built before other unitsMarc-André Lureau1-2/+4
2023-03-13ui/dbus: set mouse is-absolute during console creationMarc-André Lureau1-3/+10
2023-03-13audio/dbus: there are no sender for p2p modeMarc-André Lureau3-4/+7
2023-03-13ui/dbus: unregister clipboard on connection closeMarc-André Lureau1-11/+7
2023-03-13ui/dbus: initialize cursor_fbMarc-André Lureau2-1/+3
2023-03-13qemu-options.hx: remove stray quoteJohn Snow1-1/+1
2023-03-13Merge tag 'pull-request-2023-03-13' of https://gitlab.com/thuth/qemu into sta...Peter Maydell10-129/+104
2023-03-13tcg: Drop tcg_const_*Richard Henderson3-26/+0
2023-03-13tcg: Drop tcg_const_*_vecRichard Henderson3-41/+6
2023-03-13target/tricore: Use min/max for saturateRichard Henderson1-11/+3
2023-03-13target/ppc: Avoid tcg_const_* in translate.cRichard Henderson1-70/+72
2023-03-13target/ppc: Fix gen_tlbsx_booke206Richard Henderson1-4/+2
2023-03-13target/ppc: Rewrite trans_ADDG6SRichard Henderson1-24/+26
2023-03-13target/ppc: Avoid tcg_const_* in power8-pmu-regs.c.incRichard Henderson1-2/+2
2023-03-13target/ppc: Avoid tcg_const_* in fp-impl.c.incRichard Henderson1-14/+12
2023-03-13target/ppc: Avoid tcg_const_* in vsx-impl.c.incRichard Henderson1-14/+14
2023-03-13target/ppc: Avoid tcg_const_* in xxevalRichard Henderson1-3/+5
2023-03-13target/ppc: Avoid tcg_const_* in vmx-impl.c.incRichard Henderson1-5/+5
2023-03-13target/ppc: Avoid tcg_const_i64 in do_vcntmbRichard Henderson1-10/+11
2023-03-13target/m68k: Use tcg_constant_i32 in gen_ea_modeRichard Henderson1-1/+1
2023-03-13target/arm: Avoid tcg_const_ptr in handle_revRichard Henderson1-11/+15
2023-03-13target/arm: Avoid tcg_const_ptr in handle_vec_simd_sqshrnRichard Henderson1-2/+6
2023-03-13target/arm: Avoid tcg_const_ptr in disas_simd_zip_trnRichard Henderson1-20/+21
2023-03-13target/arm: Avoid tcg_const_* in translate-mve.cRichard Henderson1-25/+29
2023-03-13target/arm: Avoid tcg_const_ptr in gen_sve_{ldr,str}Richard Henderson1-2/+4
2023-03-13target/arm: Improve trans_BFCIRichard Henderson1-8/+6
2023-03-13target/arm: Create gen_set_rmode, gen_restore_rmodeRichard Henderson4-48/+48
2023-03-13target/arm: Consistently use ARMFPRounding during translationRichard Henderson3-20/+20