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
path:
root
/
hw
/
i386
/
kvmvapic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target: Do not include "exec/exec-all.h" if it is not necessary
Philippe Mathieu-Daudé
2018-06-01
1
-1
/
+0
*
mttcg/i386: Patch instruction using async_safe_* framework
Pranith Kumar
2017-07-14
1
-46
/
+39
*
vapic: use tcg_enabled
Paolo Bonzini
2017-07-04
1
-2
/
+3
*
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-02-24
1
-2
/
+2
*
icount: update instruction counter on apic patching
Pavel Dovgalyuk
2017-01-27
1
-0
/
+6
*
hw/i386/kvmvapic: Remove dead code in patch_hypercalls()
Peter Maydell
2017-01-24
1
-6
/
+0
*
kvm: move cpu synchronization code
Vincent Palatin
2017-01-19
1
-0
/
+1
*
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
2016-10-31
1
-7
/
+6
*
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
2016-10-31
1
-0
/
+4
*
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
2016-09-27
1
-3
/
+3
*
kvmvapic: fix state change handler
Pavel Dovgalyuk
2016-09-15
1
-0
/
+1
*
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
2016-06-09
1
-1
/
+1
*
i386: kvmvapic: initialise imm32 variable
Prasad J Pandit
2016-05-23
1
-1
/
+1
*
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
2016-05-19
1
-0
/
+1
*
qemu-common: push cpu.h inclusion out of qemu-common.h
Paolo Bonzini
2016-05-19
1
-0
/
+2
*
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
2016-05-13
1
-1
/
+0
*
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
2016-05-13
1
-1
/
+1
*
x86: Clean up includes
Peter Maydell
2016-01-29
1
-0
/
+1
*
i386: avoid null pointer dereference
P J P
2016-01-15
1
-5
/
+10
*
kvmvapic: patch_instruction fix
Pavel Dovgalyuk
2014-10-31
1
-1
/
+0
*
kvmvapic: fix migration when VM paused and when not running Windows
Pavel Dovgalyuk
2014-09-26
1
-2
/
+9
*
apic_common: vapic_paddr synchronization fix
Pavel Dovgalyuk
2014-09-11
1
-11
/
+26
*
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
2014-08-18
1
-1
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
2014-06-16
1
-3
/
+0
*
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-04-27
1
-17
/
+14
*
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2014-01-10
1
-5
/
+3
|
\
|
*
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
1
-5
/
+3
*
|
sysbus: Set cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+0
*
|
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
Markus Armbruster
2013-12-23
1
-1
/
+1
|
/
*
kvmvapic: Prevent reading beyond the end of guest RAM
Jan Kiszka
2013-10-04
1
-0
/
+3
*
kvmvapic: Clear also physical ROM address when entering INACTIVE state
Jan Kiszka
2013-09-20
1
-0
/
+2
*
kvmvapic: Enter inactive state on hardware reset
Jan Kiszka
2013-09-20
1
-3
/
+1
*
kvmvapic: Catch invalid ROM size
Jan Kiszka
2013-09-20
1
-2
/
+9
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-1
/
+1
*
kvmvapic: QOM cast cleanup
Andreas Färber
2013-07-29
1
-2
/
+2
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-07-23
1
-37
/
+41
|
\
|
*
exec: Change cpu_memory_rw_debug() argument to CPUState
Andreas Färber
2013-07-23
1
-35
/
+37
|
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-2
/
+4
*
|
kvmvapic: Use QOM realize
Hu Tao
2013-07-23
1
-7
/
+5
|
/
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-5
/
+8
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-2
/
+4
*
hw/i*: pass owner to memory_region_init* functions
Paolo Bonzini
2013-07-04
1
-3
/
+3
*
memory: add ref/unref calls
Paolo Bonzini
2013-07-04
1
-0
/
+1
*
memory: add owner argument to initialization functions
Paolo Bonzini
2013-07-04
1
-2
/
+2
*
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
2013-06-28
1
-2
/
+2
*
kvmvapic: add ioport read accessor
Marcelo Tosatti
2013-05-06
1
-0
/
+6
[next]