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/nios2: Prevent writes to read-only or reserved control fields
Richard Henderson
2022-04-26
4
-28
/
+168
*
target/nios2: Clean up handling of tlbmisc in do_exception
Richard Henderson
2022-04-26
2
-37
/
+73
*
target/nios2: Cleanup set of CR_EXCEPTION for do_interrupt
Richard Henderson
2022-04-26
1
-3
/
+4
*
target/nios2: Handle EXCP_UNALIGN and EXCP_UNALIGND
Richard Henderson
2022-04-26
1
-0
/
+8
*
target/nios2: Hoist CPU_LOG_INT logging
Richard Henderson
2022-04-26
1
-11
/
+47
*
target/nios2: Clean up nios2_cpu_do_interrupt
Richard Henderson
2022-04-26
1
-97
/
+44
*
target/nios2: Create EXCP_SEMIHOST for semi-hosting
Richard Henderson
2022-04-26
3
-9
/
+23
*
target/nios2: Move R_FOO and CR_BAR into enumerations
Richard Henderson
2022-04-26
1
-37
/
+35
*
target/nios2: Use hw/registerfields.h for CR_TLBMISC fields
Richard Henderson
2022-04-26
4
-34
/
+39
*
target/nios2: Rename CR_TLBMISC_WR to CR_TLBMISC_WE
Richard Henderson
2022-04-26
3
-5
/
+5
*
target/nios2: Use hw/registerfields.h for CR_TLBACC fields
Richard Henderson
2022-04-26
2
-16
/
+23
*
target/nios2: Use hw/registerfields.h for CR_TLBADDR fields
Richard Henderson
2022-04-26
4
-15
/
+16
*
target/nios2: Use hw/registerfields.h for CR_EXCEPTION fields
Richard Henderson
2022-04-26
2
-15
/
+26
*
target/nios2: Use hw/registerfields.h for CR_STATUS fields
Richard Henderson
2022-04-26
1
-9
/
+19
*
target/nios2: Clean up nios2_cpu_dump_state
Richard Henderson
2022-04-26
1
-10
/
+9
*
target/nios2: Split control registers away from general registers
Richard Henderson
2022-04-26
6
-113
/
+118
*
target/nios2: Remove cpu_interrupts_enabled
Richard Henderson
2022-04-26
1
-5
/
+0
*
linux-user/nios2: Only initialize SP and PC in target_cpu_copy_regs
Richard Henderson
2022-04-26
2
-23
/
+0
*
target/nios2: Do not create TCGv for control registers
Richard Henderson
2022-04-26
1
-7
/
+26
*
target/nios2: Fix BRET instruction
Richard Henderson
2022-04-26
1
-3
/
+13
*
target/nios2: Split out helper for eret instruction
Amir Gonnen
2022-04-26
3
-4
/
+16
*
target/nios2: Split PC out of env->regs[]
Richard Henderson
2022-04-26
7
-65
/
+58
*
target/nios2: Add NUM_GP_REGS and NUM_CP_REGS
Amir Gonnen
2022-04-26
1
-2
/
+4
*
target/nios2: Stop generating code if gen_check_supervisor fails
Richard Henderson
2022-04-26
1
-5
/
+15
*
target/nios2: Check supervisor on eret
Amir Gonnen
2022-04-26
1
-0
/
+2
*
linux-user/nios2: Use force_sig_fault for EXCP_DEBUG
Richard Henderson
2022-04-26
1
-5
/
+1
*
target/nios2: Build helper.c for system only
Richard Henderson
2022-04-26
2
-4
/
+6
*
target/nios2: Remove nios2_cpu_record_sigsegv
Richard Henderson
2022-04-26
4
-31
/
+3
*
target/nios2: Remove user-only nios2_cpu_do_interrupt
Richard Henderson
2022-04-26
1
-8
/
+0
*
tests/tcg/nios2: Re-enable linux-user tests
Richard Henderson
2022-04-26
1
-11
/
+0
*
linux-user/nios2: Use QEMU_ESIGRETURN from do_rt_sigreturn
Richard Henderson
2022-04-26
1
-8
/
+4
*
linux-user/nios2: Remove do_sigreturn
Richard Henderson
2022-04-26
1
-7
/
+0
*
linux-user/nios2: Handle special qemu syscall return values
Richard Henderson
2022-04-26
1
-0
/
+8
*
linux-user/nios2: Adjust error return
Richard Henderson
2022-04-26
1
-2
/
+7
*
linux-user/nios2: Drop syscall 0 "workaround"
Richard Henderson
2022-04-26
1
-4
/
+0
*
linux-user/nios2: Fix clone child return
Richard Henderson
2022-04-26
1
-0
/
+1
*
linux-user/nios2: Hoist pc advance to the top of EXCP_TRAP
Richard Henderson
2022-04-26
1
-2
/
+8
*
Merge tag 'pull-block-2022-04-25' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
2022-04-25
28
-188
/
+231
|
\
|
*
iotests/108: Fix when missing user_allow_other
Hanna Reitz
2022-04-25
1
-1
/
+1
|
*
iotests: make qemu_io_log() check return codes by default
John Snow
2022-04-25
2
-3
/
+4
|
*
iotests: remove qemu_io_silent() and qemu_io_silent_check().
John Snow
2022-04-25
10
-59
/
+38
|
*
iotests: remove qemu_io_pipe_and_status()
John Snow
2022-04-25
1
-3
/
+0
|
*
iotests/image-fleecing: switch to qemu_io()
John Snow
2022-04-25
1
-9
/
+19
|
*
iotests/migration-permissions: use assertRaises() for qemu_io() negative test
John Snow
2022-04-25
1
-14
/
+14
|
*
iotests: rebase qemu_io() on top of qemu_tool()
John Snow
2022-04-25
6
-54
/
+81
|
*
iotests: create generic qemu_tool() function
John Snow
2022-04-25
1
-11
/
+21
|
*
iotests/040: Fix TestCommitWithFilters test
John Snow
2022-04-25
1
-2
/
+4
|
*
iotests/040: Don't check image pattern on zero-length image
John Snow
2022-04-25
1
-2
/
+12
|
*
iotests: Don't check qemu_io() output for specific error strings
John Snow
2022-04-25
2
-18
/
+17
|
*
iotests/163: Fix broken qemu-io invocation
John Snow
2022-04-25
1
-4
/
+1
[next]