index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-01
target/riscv: Remove gen_arith_div*
Richard Henderson
2
-50
/
+8
2021-09-01
target/riscv: Add DisasExtend to gen_arith*
Richard Henderson
4
-90
/
+64
2021-09-01
target/riscv: Introduce DisasExtend and new helpers
Richard Henderson
1
-16
/
+81
2021-09-01
target/riscv: Add DisasContext to gen_get_gpr, gen_set_gpr
Richard Henderson
9
-144
/
+144
2021-09-01
target/riscv: Clean up division helpers
Richard Henderson
1
-83
/
+91
2021-09-01
tests/tcg/riscv64: Add test for division
Richard Henderson
2
-0
/
+63
2021-09-01
target/riscv: Use tcg_constant_*
Richard Henderson
3
-70
/
+34
2021-09-01
hw/registerfields: Use 64-bit bitfield for FIELD_DP64
Joe Komlodi
1
-1
/
+1
2021-09-01
hw/core/register: Add more 64-bit utilities
Joe Komlodi
3
-0
/
+28
2021-09-01
hw/intc/sifive_clint: Fix muldiv64 overflow in sifive_clint_write_timecmp()
David Hoppenbrouwers
1
-2
/
+23
2021-09-01
hw/riscv/virt.c: Assemble plic_hart_config string with g_strjoinv()
Peter Maydell
1
-13
/
+20
2021-09-01
target/riscv: Add User CSRs read-only check
LIU Zhiwei
1
-3
/
+5
2021-09-01
target/riscv: Don't wrongly override isa version
LIU Zhiwei
1
-6
/
+8
2021-09-01
target/riscv: Correct a comment in riscv_csrrw()
Bin Meng
1
-1
/
+1
2021-09-01
hw/riscv: virt: Move flash node to root
Bin Meng
1
-1
/
+1
2021-09-01
hw/char: Add config for shakti uart
Vijai Kumar K
3
-5
/
+5
2021-08-31
Merge remote-tracking branch 'remotes/marcandre/tags/clip-pull-request' into ...
Peter Maydell
6
-99
/
+241
2021-08-31
ui/vdagent: add a migration blocker
Marc-André Lureau
1
-0
/
+12
2021-08-31
ui/gtk-clipboard: emit release clipboard events
Marc-André Lureau
1
-0
/
+2
2021-08-31
ui/vdagent: send release when no clipboard owner
Marc-André Lureau
1
-1
/
+23
2021-08-31
ui/gtk-clipboard: use qemu_clipboard_info helper
Marc-André Lureau
2
-9
/
+6
2021-08-31
ui/vdagent: send empty clipboard when unhandled
Marc-André Lureau
2
-0
/
+13
2021-08-31
ui/vdagent: use qemu_clipboard_info helper
Marc-André Lureau
1
-10
/
+13
2021-08-31
ui/vdagent: use qemu_clipboard_peer_release helper
Marc-André Lureau
1
-7
/
+1
2021-08-31
ui/vdagent: split clipboard recv message handling
Marc-André Lureau
1
-68
/
+89
2021-08-31
ui/vdagent: reset outbuf on disconnect
Marc-André Lureau
1
-0
/
+1
2021-08-31
ui/vdagent: disconnect handlers and reset state on finalize
Marc-André Lureau
1
-10
/
+15
2021-08-31
ui/clipboard: release owned grabs on unregister
Marc-André Lureau
1
-0
/
+6
2021-08-31
ui/clipboard: add qemu_clipboard_peer_release() helper
Marc-André Lureau
2
-0
/
+23
2021-08-31
ui/clipboard: add qemu_clipboard_peer_owns() helper
Marc-André Lureau
2
-0
/
+19
2021-08-31
ui/clipboard: add helper to retrieve current clipboard
Marc-André Lureau
2
-0
/
+24
2021-08-31
ui/gtk-clipboard: fix clipboard enum typo
Marc-André Lureau
1
-1
/
+1
2021-08-31
ui/gtk-clipboard: use existing macros
Marc-André Lureau
1
-3
/
+3
2021-08-31
ui/vdagent: remove copy-pasta comment
Marc-André Lureau
1
-1
/
+1
2021-08-31
ui/vdagent: fix leak on error path
Marc-André Lureau
2
-3
/
+3
2021-08-27
Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.2-20210827' in...
Peter Maydell
25
-1759
/
+1822
2021-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
24
-152
/
+67
2021-08-27
target/ppc: fix vector registers access in gdbstub for little-endian
Matheus Ferst
1
-25
/
+7
2021-08-27
include/qemu/int128.h: introduce bswap128s
Matheus Ferst
1
-1
/
+16
2021-08-27
target/ppc: fix vextu[bhw][lr]x helpers
Matheus Ferst
1
-28
/
+10
2021-08-27
include/qemu/int128.h: define struct Int128 according to the host endianness
Matheus Ferst
1
-7
/
+20
2021-08-27
ppc/xive: Export xive_presenter_notify()
Cédric Le Goater
2
-4
/
+8
2021-08-27
ppc/xive: Export PQ get/set routines
Cédric Le Goater
3
-7
/
+11
2021-08-27
ppc/pnv: add a chip topology index for POWER10
Cédric Le Goater
1
-0
/
+2
2021-08-27
ppc/pnv: Distribute RAM among the chips
Cédric Le Goater
1
-8
/
+25
2021-08-27
ppc/pnv: Use a simple incrementing index for the chip-id
Cédric Le Goater
2
-31
/
+13
2021-08-27
ppc/pnv: powerpc_excp: Do not discard HDECR exception when entering power-sav...
Cédric Le Goater
1
-6
/
+0
2021-08-27
ppc/pnv: Change the POWER10 machine to support DD2 only
Cédric Le Goater
3
-3
/
+3
2021-08-27
ppc: Add a POWER10 DD2 CPU
Cédric Le Goater
3
-1
/
+7
2021-08-27
ppc/pnv: update skiboot to commit 820d43c0a775.
Cédric Le Goater
2
-0
/
+0
[prev]
[next]