aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-01target/riscv: Use {get, dest}_gpr for integer load/storeRichard Henderson
2021-09-01target/riscv: Use get_gpr in branchesRichard Henderson
2021-09-01target/riscv: Use extracts for sraiw and srliwRichard Henderson
2021-09-01target/riscv: Use DisasExtend in shift operationsRichard Henderson
2021-09-01target/riscv: Add DisasExtend to gen_unaryRichard Henderson
2021-09-01target/riscv: Move gen_* helpers for RVBRichard Henderson
2021-09-01target/riscv: Move gen_* helpers for RVMRichard Henderson
2021-09-01target/riscv: Use gen_arith for mulh and mulhuRichard Henderson
2021-09-01target/riscv: Remove gen_arith_div*Richard Henderson
2021-09-01target/riscv: Add DisasExtend to gen_arith*Richard Henderson
2021-09-01target/riscv: Introduce DisasExtend and new helpersRichard Henderson
2021-09-01target/riscv: Add DisasContext to gen_get_gpr, gen_set_gprRichard Henderson
2021-09-01target/riscv: Clean up division helpersRichard Henderson
2021-09-01tests/tcg/riscv64: Add test for divisionRichard Henderson
2021-09-01target/riscv: Use tcg_constant_*Richard Henderson
2021-09-01hw/registerfields: Use 64-bit bitfield for FIELD_DP64Joe Komlodi
2021-09-01hw/core/register: Add more 64-bit utilitiesJoe Komlodi
2021-09-01hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()David Hoppenbrouwers
2021-09-01hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()Peter Maydell
2021-09-01target/riscv: Add User CSRs read-only checkLIU Zhiwei
2021-09-01target/riscv: Don't wrongly override isa versionLIU Zhiwei
2021-09-01target/riscv: Correct a comment in riscv_csrrw()Bin Meng
2021-09-01hw/riscv: virt: Move flash node to rootBin Meng
2021-09-01hw/char: Add config for shakti uartVijai Kumar K
2021-08-31Merge remote-tracking branch 'remotes/marcandre/tags/clip-pull-request' into ...Peter Maydell
2021-08-31ui/vdagent: add a migration blockerMarc-André Lureau
2021-08-31ui/gtk-clipboard: emit release clipboard eventsMarc-André Lureau
2021-08-31ui/vdagent: send release when no clipboard ownerMarc-André Lureau
2021-08-31ui/gtk-clipboard: use qemu_clipboard_info helperMarc-André Lureau
2021-08-31ui/vdagent: send empty clipboard when unhandledMarc-André Lureau
2021-08-31ui/vdagent: use qemu_clipboard_info helperMarc-André Lureau
2021-08-31ui/vdagent: use qemu_clipboard_peer_release helperMarc-André Lureau
2021-08-31ui/vdagent: split clipboard recv message handlingMarc-André Lureau
2021-08-31ui/vdagent: reset outbuf on disconnectMarc-André Lureau
2021-08-31ui/vdagent: disconnect handlers and reset state on finalizeMarc-André Lureau
2021-08-31ui/clipboard: release owned grabs on unregisterMarc-André Lureau
2021-08-31ui/clipboard: add qemu_clipboard_peer_release() helperMarc-André Lureau
2021-08-31ui/clipboard: add qemu_clipboard_peer_owns() helperMarc-André Lureau
2021-08-31ui/clipboard: add helper to retrieve current clipboardMarc-André Lureau
2021-08-31ui/gtk-clipboard: fix clipboard enum typoMarc-André Lureau
2021-08-31ui/gtk-clipboard: use existing macrosMarc-André Lureau
2021-08-31ui/vdagent: remove copy-pasta commentMarc-André Lureau
2021-08-31ui/vdagent: fix leak on error pathMarc-André Lureau
2021-08-27Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...Peter Maydell
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-27target/ppc: fix vector registers access in gdbstub for little-endianMatheus Ferst
2021-08-27include/qemu/int128.h: introduce bswap128sMatheus Ferst
2021-08-27target/ppc: fix vextu[bhw][lr]x helpersMatheus Ferst
2021-08-27include/qemu/int128.h: define struct Int128 according to the host endiannessMatheus Ferst
2021-08-27ppc/xive: Export xive_presenter_notify()Cédric Le Goater