Sign in
qemu
/
qemu
/
fe0007f3c1d7254ef738c36997ef7dbd4e5e36b3
/
hw
/
i386
/
kvmvapic.c
2068cab
Do not include cpu.h if it's not really necessary
by Thomas Huth
· 3 years, 11 months ago
538f049
sysemu: Let VMChangeStateHandler take boolean 'running' argument
by Philippe Mathieu-Daudé
· 4 years, 2 months ago
3b9bd3f
remove TCG includes from common code
by Paolo Bonzini
· 4 years, 3 months ago
8063396
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
by Eduardo Habkost
· 4 years, 6 months ago
8110fa1
Use DECLARE_*CHECKER* macros
by Eduardo Habkost
· 4 years, 6 months ago
db1015e
Move QOM typedefs and add missing includes
by Eduardo Habkost
· 4 years, 6 months ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 6 years ago
d645427
Include migration/vmstate.h less
by Markus Armbruster
· 6 years ago
0e11fc6
hw/i386: Replace global smp variables with machine smp properties
by Like Xu
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
6aa9e42
target/i386: Use env_cpu, env_archcpu
by Richard Henderson
· 6 years ago
23c11b0
target: Do not include "exec/exec-all.h" if it is not necessary
by Philippe Mathieu-Daudé
· 7 years ago
cb58a6d
mttcg/i386: Patch instruction using async_safe_* framework
by Pranith Kumar
· 8 years ago
24d90a3
vapic: use tcg_enabled
by Paolo Bonzini
· 12 years ago
8d04fb5
tcg: drop global lock during TCG code execution
by Jan Kiszka
· 8 years ago
8094532
icount: update instruction counter on apic patching
by Pavel Dovgalyuk
· 8 years ago
a1f9108
hw/i386/kvmvapic: Remove dead code in patch_hypercalls()
by Peter Maydell
· 8 years ago
b394662
kvm: move cpu synchronization code
by Vincent Palatin
· 8 years ago
14e6fe1
*_run_on_cpu: introduce run_on_cpu_data type
by Paolo Bonzini
· 8 years ago
a5e9982
tcg: protect translation related stuff with tb_lock.
by KONRAD Frederic
· 8 years ago
e0eeb4a
cpus: pass CPUState to run_on_cpu helpers
by Alex Bennée
· 9 years ago
46f5fea
kvmvapic: fix state change handler
by Pavel Dovgalyuk
· 8 years ago
6886b98
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
by Peter Maydell
· 9 years ago
691a02e
i386: kvmvapic: initialise imm32 variable
by Prasad J Pandit
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
33c1187
qemu-common: push cpu.h inclusion out of qemu-common.h
by Paolo Bonzini
· 9 years ago
3213525
tcg: Remove needless CPUState::current_tb
by Sergey Fedorov
· 9 years ago
89fee74
tb: consistently use uint32_t for tb->flags
by Emilio G. Cota
· 9 years ago
b6a0aa0
x86: Clean up includes
by Peter Maydell
· 9 years ago
4c1396c
i386: avoid null pointer dereference
by P J P
· 9 years ago
076893d
kvmvapic: patch_instruction fix
by Pavel Dovgalyuk
· 10 years ago
5a6e8ba
kvmvapic: fix migration when VM paused and when not running Windows
by Pavel Dovgalyuk
· 10 years ago
a6dead4
apic_common: vapic_paddr synchronization fix
by Pavel Dovgalyuk
· 11 years ago
d8d9581
memory: convert memory_region_destroy to object_unparent
by Paolo Bonzini
· 11 years ago
d49805a
savevm: Remove all the unneeded version_minimum_id_old (x86)
by Juan Quintela
· 11 years ago
eb6282f
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
by Stefan Weil
· 11 years ago
0ea8cb8
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
by Andreas Färber
· 12 years ago
648f034
translate-all: Change tb_gen_code() argument to CPUState
by Andreas Färber
· 12 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 12 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
4cddc7f
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
02e5148
target-i386: Move apic_state field from CPUX86State to X86CPU
by Chen Fan
· 11 years ago
837d371
sysbus: Set cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
7174e54
kvmvapic: Prevent reading beyond the end of guest RAM
by Jan Kiszka
· 11 years ago
4357930
kvmvapic: Clear also physical ROM address when entering INACTIVE state
by Jan Kiszka
· 12 years ago
c056bc3
kvmvapic: Enter inactive state on hardware reset
by Jan Kiszka
· 12 years ago
18e5eec
kvmvapic: Catch invalid ROM size
by Jan Kiszka
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
253eacc
kvmvapic: QOM cast cleanup
by Andreas Färber
· 12 years ago
3988982
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 12 years ago
f17ec44
exec: Change cpu_memory_rw_debug() argument to CPUState
by Andreas Färber
· 12 years ago
00b941e
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
by Andreas Färber
· 12 years ago
c118d44
kvmvapic: Use QOM realize
by Hu Tao
· 12 years ago
182735e
cpu: Make first_cpu and next_cpu CPUState
by Andreas Färber
· 12 years ago
4917cf4
cpu: Replace cpu_single_env with CPUState current_cpu
by Andreas Färber
· 12 years ago
1437c94
hw/i*: pass owner to memory_region_init* functions
by Paolo Bonzini
· 12 years ago
dfde4e6
memory: add ref/unref calls
by Paolo Bonzini
· 12 years ago
2c9b15c
memory: add owner argument to initialization functions
by Paolo Bonzini
· 12 years ago
cb446ec
kvm: Change cpu_synchronize_state() argument to CPUState
by Andreas Färber
· 12 years ago
0c1cd0a
kvmvapic: add ioport read accessor
by Marcelo Tosatti
· 12 years ago
5f8df3c
kvmvapic: Make dependency on sysbus.h explicit
by Igor Mammedov
· 12 years ago
f1fc3e6
kvmvapic: Replace FROM_SYSBUS() with QOM type cast
by Igor Mammedov
· 12 years ago
0d09e41
hw: move headers to include/
by Paolo Bonzini
· 12 years ago
dab8623
extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESS
by Laszlo Ersek
· 12 years ago
8786b05
i386: move files referencing CPU to hw/i386/
by Paolo Bonzini
· 12 years ago
[Renamed from hw/kvmvapic.c]
83c9f4c
hw: include hw header files with full paths
by Paolo Bonzini
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
8c43a6f
Make all static TypeInfos const
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
a8a826a
exec: refactor cpu_restore_state
by Blue Swirl
· 12 years ago
5c61afe
kvmvapic: Fix TB invalidation after instruction patching
by Jan Kiszka
· 12 years ago
f100f0b
cpus: Pass CPUState to run_on_cpu()
by Andreas Färber
· 13 years ago
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
4a8fa5d
i386 hw/: Don't use CPUState
by Andreas Färber
· 13 years ago
9512e4a
kvmvapic: align start address as well as size
by Avi Kivity
· 13 years ago
e5ad936
kvmvapic: Introduce TPR access optimization for Windows guests
by Jan Kiszka
· 13 years ago