index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
i386
/
helper.c
Age
Commit message (
Expand
)
Author
2021-05-10
i386: make cpu_load_efer sysemu-only
Claudio Fontana
2021-05-04
Add NVMM accelerator: acceleration enlightenments
Reinoud Zandijk
2021-02-08
target/i86: implement PKS
Paolo Bonzini
2020-12-16
i386: move TCG cpu class initialization to tcg/
Claudio Fontana
2020-12-16
i386: move cpu dump out of helper.c into cpu-dump.c
Claudio Fontana
2020-12-16
i386: move kvm accel files into kvm/
Claudio Fontana
2020-11-16
target/i386: avoid theoretical leak on MCE injection
Paolo Bonzini
2020-11-15
x86 tcg cpus: Fix Lesser GPL version number
Chetan Pant
2020-10-04
target-i386: post memory failure event to QMP
zhenwei pi
2020-10-04
target-i386: seperate MCIP & MCE_MASK error reason
zhenwei pi
2020-07-10
apic: Report current_count via 'info lapic'
Jan Kiszka
2020-07-10
target/i386: fix IEEE SSE floating-point exception raising
Joseph Myers
2019-10-04
Fix wrong behavior of cpu_memory_rw_debug() function in SMM
Dmitry Poletaev
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-06-11
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
Markus Armbruster
2019-06-10
target/i386: Use env_cpu, env_archcpu
Richard Henderson
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
2019-04-18
target/i386: Simplify how x86_cpu_dump_local_apic_state() prints
Markus Armbruster
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-02-07
Add the WHPX acceleration enlightenments
Justin Terry (VM)
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
2017-07-05
target/i386: move TLB refill function out of helper.c
Paolo Bonzini
2017-07-05
target/i386: move cpu_sync_bndcs_hflags() function
Yang Zhong
2017-06-07
target/i386: use multiple CPU AddressSpaces
Paolo Bonzini
2017-06-07
target/i386: enable A20 automatically in system management mode
Paolo Bonzini
2017-05-23
shutdown: Add source information to SHUTDOWN and RESET
Eric Blake
2017-04-02
target-i386: fix "info lapic" segfault on isapc
Tejaswini Poluri
2017-01-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2016-12-22
x86: implement la57 paging mode
Kirill A. Shutemov
2016-12-20
Move target-* CPU file into a target/ folder
Thomas Huth