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
/
hw
/
i386
/
kvmvapic.c
Age
Commit message (
Expand
)
Author
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
2019-07-05
hw/i386: Replace global smp variables with machine smp properties
Like Xu
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-10
target/i386: Use env_cpu, env_archcpu
Richard Henderson
2018-06-01
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2017-07-14
mttcg/i386: Patch instruction using async_safe_* framework
Pranith Kumar
2017-07-04
vapic: use tcg_enabled
Paolo Bonzini
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-01-27
icount: update instruction counter on apic patching
Pavel Dovgalyuk
2017-01-24
hw/i386/kvmvapic: Remove dead code in patch_hypercalls()
Peter Maydell
2017-01-19
kvm: move cpu synchronization code
Vincent Palatin
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-31
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-15
kvmvapic: fix state change handler
Pavel Dovgalyuk
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-05-23
i386: kvmvapic: initialise imm32 variable
Prasad J Pandit
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-01-29
x86: Clean up includes
Peter Maydell
2016-01-15
i386: avoid null pointer dereference
P J P
2014-10-31
kvmvapic: patch_instruction fix
Pavel Dovgalyuk
2014-09-26
kvmvapic: fix migration when VM paused and when not running Windows
Pavel Dovgalyuk
2014-09-11
apic_common: vapic_paddr synchronization fix
Pavel Dovgalyuk
2014-08-18
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-04-27
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-01-10
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-12-23
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-10-04
kvmvapic: Prevent reading beyond the end of guest RAM
Jan Kiszka
2013-09-20
kvmvapic: Clear also physical ROM address when entering INACTIVE state
Jan Kiszka
2013-09-20
kvmvapic: Enter inactive state on hardware reset
Jan Kiszka
2013-09-20
kvmvapic: Catch invalid ROM size
Jan Kiszka
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-07-29
kvmvapic: QOM cast cleanup
Andreas Färber
[next]