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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
tcg
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-06
target/i386/tcg: Fix masking of real-mode addresses with A20 bit
Stephen Michael Jothen
1
-1
/
+3
2022-04-26
target/i386: Suppress coverity warning on fsave/frstor
Richard Henderson
1
-2
/
+2
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
5
-34
/
+36
2022-04-20
exec/translator: Pass the locked filepointer to disas_log hook
Richard Henderson
1
-3
/
+3
2022-04-20
*: Use fprintf between qemu_log_trylock/unlock
Richard Henderson
1
-6
/
+8
2022-04-20
util/log: Rename qemu_log_lock to qemu_log_trylock
Richard Henderson
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-03-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-4
/
+2
2022-03-24
target/i386: tcg: high bits SSE cmp operation must be ignored
Paolo Bonzini
1
-4
/
+2
2022-03-23
target/i386: force maximum rounding precision for fildl[l]
Alex Bennée
1
-0
/
+13
2022-03-15
target/i386: Throw a #SS when loading a non-canonical IST
Gareth Webb
2
-38
/
+50
2022-03-15
target/i386: only include bits in pg_mode if they are not ignored
Paolo Bonzini
1
-17
/
+17
2022-03-06
target/i386/tcg/sysemu: Include missing 'exec/exec-all.h' header
Philippe Mathieu-Daudé
2
-0
/
+2
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
4
-0
/
+4
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
4
-0
/
+4
2022-02-16
target/i386: add TCG support for UMIP
Gareth Webb
1
-0
/
+15
2022-02-09
target/i386: use CPU_LOG_INT for IRQ servicing
Alex Bennée
1
-2
/
+2
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2
-19
/
+19
2021-12-15
target/i386: Use assert() to sanity-check b1 in SSE decode
Peter Maydell
1
-9
/
+3
2021-11-08
target-i386: mmu: fix handling of noncanonical virtual addresses
Paolo Bonzini
1
-9
/
+12
2021-11-08
target-i386: mmu: use pg_mode instead of HF_LMA_MASK
Paolo Bonzini
1
-2
/
+2
2021-11-02
target/i386: Implement x86_cpu_record_sigsegv
Richard Henderson
3
-7
/
+25
2021-10-15
target/i386: Drop check for singlestep_enabled
Richard Henderson
2
-11
/
+1
2021-10-15
target/i386: Check CF_NO_GOTO_TB for dc->jmp_opt
Richard Henderson
1
-2
/
+3
2021-10-13
target/i386: Use MO_128 for 16 byte atomics
Richard Henderson
1
-1
/
+1
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-2
/
+2
2021-09-14
target/i386: Move x86_cpu_exec_interrupt() under sysemu/ folder
Philippe Mathieu-Daudé
2
-64
/
+62
2021-09-14
target/i386: Restrict cpu_exec_interrupt() handler to sysemu
Philippe Mathieu-Daudé
3
-9
/
+5
2021-09-14
accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
Philippe Mathieu-Daudé
1
-2
/
+4
2021-09-14
target/i386: Simplify TARGET_X86_64 #ifdef'ry
Philippe Mathieu-Daudé
1
-3
/
+1
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
1
-5
/
+5
2021-09-13
target/i386: Added vVMLOAD and vVMSAVE feature
Lara Lazier
2
-1
/
+30
2021-09-13
target/i386: Added changed priority check for VIRQ
Lara Lazier
2
-15
/
+7
2021-09-13
target/i386: Added ignore TPR check in ctl_has_irq
Lara Lazier
1
-0
/
+5
2021-09-13
target/i386: Added VGIF V_IRQ masking capability
Lara Lazier
1
-0
/
+12
2021-09-13
target/i386: Moved int_ctl into CPUX86State structure
Lara Lazier
3
-36
/
+18
2021-09-13
target/i386: Added VGIF feature
Lara Lazier
1
-2
/
+29
2021-09-13
target/i386: VMRUN and VMLOAD canonicalizations
Lara Lazier
1
-10
/
+17
2021-08-13
target/i386: Fixed size of constant for Windows
Lara Lazier
2
-2
/
+2
2021-07-29
target/i386: fix typo in ctl_has_irq
Paolo Bonzini
1
-1
/
+1
2021-07-29
target/i386: Added consistency checks for event injection
Lara Lazier
1
-0
/
+6
2021-07-23
i386: do not call cpudef-only models functions for max, host, base
Claudio Fontana
1
-3
/
+8
2021-07-23
target/i386: Added consistency checks for CR3
Lara Lazier
2
-3
/
+14
2021-07-22
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2
-4
/
+59
2021-07-22
target/i386: Added consistency checks for EFER
Lara Lazier
1
-0
/
+39
2021-07-22
target/i386: Added consistency checks for CR4
Lara Lazier
2
-3
/
+9
2021-07-22
target/i386: Added V_INTR_PRIO check to virtual interrupts
Lara Lazier
1
-1
/
+11
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
1
-28
/
+0
2021-07-21
target/i386: Implement debug_check_breakpoint
Richard Henderson
1
-0
/
+12
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
1
-13
/
+2
[next]