index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: Simplify the check in hmode to reuse the check in riscv_csrrw_c...
Weiwei Li
2022-09-07
1
-13
/
+5
*
target/riscv: Fix checks in hmode/hmode32
Weiwei Li
2022-09-07
2
-7
/
+7
*
target/riscv: Add check for csrs existed with U extension
Weiwei Li
2022-09-07
1
-3
/
+21
*
target/riscv: Fix checkpatch warning may triggered in csr_ops table
Weiwei Li
2022-09-07
1
-207
/
+234
*
target/riscv: H extension depends on I extension
Weiwei Li
2022-09-07
1
-0
/
+6
*
target/riscv: Add check for supported privilege mode combinations
Weiwei Li
2022-09-07
1
-0
/
+6
*
hw/riscv: virt: pass random seed to fdt
Jason A. Donenfeld
2022-09-07
1
-0
/
+6
*
target/riscv: move zmmul out of the experimental properties
Weiwei Li
2022-09-07
1
-1
/
+2
*
target/riscv: fix shifts shamt value for rv128c
Frédéric Pétrot
2022-09-07
3
-11
/
+43
*
target/riscv: Force disable extensions if priv spec version does not match
Anup Patel
2022-09-07
1
-56
/
+94
*
target/riscv: Update [m|h]tinst CSR in riscv_cpu_do_interrupt()
Anup Patel
2022-09-07
3
-6
/
+296
*
Merge tag 'samuel-thibault' of https://people.debian.org/~sthibault/qemu into...
Stefan Hajnoczi
2022-09-06
1
-2
/
+14
|
\
|
*
usb-braille: Better explain that one also has to create a chardev backend
Samuel Thibault
2022-09-06
1
-2
/
+14
*
|
Merge tag 'pull-tcg-20220906' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-09-06
43
-364
/
+963
|
\
\
|
*
|
target/riscv: Make translator stop before the end of a page
Richard Henderson
2022-09-06
3
-4
/
+93
|
*
|
target/riscv: Add MAX_INSN_LEN and insn_len
Richard Henderson
2022-09-06
1
-1
/
+9
|
*
|
target/i386: Make translator stop before the end of a page
Ilya Leoshkevich
2022-09-06
3
-25
/
+115
|
*
|
target/s390x: Make translator stop before the end of a page
Ilya Leoshkevich
2022-09-06
4
-4
/
+257
|
*
|
accel/tcg: Add fast path for translator_ld*
Richard Henderson
2022-09-06
3
-71
/
+141
|
*
|
accel/tcg: Add pc and host_pc params to gen_intermediate_code
Richard Henderson
2022-09-06
25
-53
/
+97
|
*
|
accel/tcg: Remove translator_ldsw
Richard Henderson
2022-09-06
2
-2
/
+1
|
*
|
accel/tcg: Document the faulting lookup in tb_lookup_cmp
Richard Henderson
2022-09-06
1
-1
/
+10
|
*
|
accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostp
Richard Henderson
2022-09-06
1
-50
/
+26
|
*
|
accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c
Richard Henderson
2022-09-06
3
-12
/
+13
|
*
|
accel/tcg: Make tb_htable_lookup static
Richard Henderson
2022-09-06
2
-64
/
+61
|
*
|
accel/tcg: Unlock mmap_lock after longjmp
Richard Henderson
2022-09-06
2
-9
/
+6
|
*
|
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
2022-09-06
3
-58
/
+38
|
*
|
accel/tcg: Introduce is_same_page()
Ilya Leoshkevich
2022-09-06
1
-0
/
+10
|
*
|
tests/tcg/i386: Move smc_code2 to an executable section
Richard Henderson
2022-09-06
1
-1
/
+1
|
*
|
linux-user: Clear translations on mprotect()
Ilya Leoshkevich
2022-09-06
1
-2
/
+4
|
*
|
linux-user: Honor PT_GNU_STACK
Richard Henderson
2022-09-06
3
-1
/
+20
|
*
|
linux-user/x86_64: Allocate vsyscall page as a commpage
Richard Henderson
2022-09-06
1
-0
/
+23
|
*
|
linux-user/hppa: Allocate page zero as a commpage
Richard Henderson
2022-09-06
1
-3
/
+31
|
*
|
linux-user/arm: Mark the commpage executable
Richard Henderson
2022-09-06
2
-3
/
+7
|
/
/
*
|
Merge tag 'pull-or1k-20220904' of https://github.com/stffrdhrn/qemu into staging
Stefan Hajnoczi
2022-09-06
23
-114
/
+1017
|
\
\
|
|
/
|
/
|
|
*
docs/system: openrisc: Add OpenRISC documentation
Stafford Horne
2022-09-04
6
-0
/
+197
|
*
hw/openrisc: virt: pass random seed to fdt
Jason A. Donenfeld
2022-09-04
1
-0
/
+6
|
*
target/openrisc: Interrupt handling fixes
Stafford Horne
2022-09-04
2
-1
/
+7
|
*
target/openrisc: Enable MTTCG
Stafford Horne
2022-09-04
3
-1
/
+9
|
*
target/openrisc: Add interrupted CPU to log
Stafford Horne
2022-09-04
1
-1
/
+3
|
*
hw/openrisc: Initialize timer time at startup
Stafford Horne
2022-09-04
1
-1
/
+21
|
*
hw/openrisc: Add PCI bus support to virt
Stafford Horne
2022-09-04
2
-6
/
+157
|
*
hw/openrisc: Add the OpenRISC virtual machine
Stafford Horne
2022-09-04
4
-0
/
+428
|
*
goldfish_rtc: Add big-endian property
Stafford Horne
2022-09-04
3
-9
/
+31
|
*
target/openrisc: Fix memory reading in debugger
Stafford Horne
2022-09-04
1
-1
/
+7
|
*
hw/openrisc: Split re-usable boot time apis out to boot.c
Stafford Horne
2022-09-04
4
-100
/
+157
|
/
*
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-09-02
36
-1425
/
+7069
|
\
|
*
target/i386: AVX+AES helpers prep
Paul Brook
2022-09-01
1
-19
/
+22
|
*
target/i386: AVX pclmulqdq prep
Paul Brook
2022-09-01
1
-7
/
+22
|
*
target/i386: Rewrite blendv helpers
Paul Brook
2022-09-01
1
-62
/
+24
[next]