summaryrefslogtreecommitdiff
path: root/cpus.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Hax: added HAXM non-UG platform support backDavid Chou1-8/+18
2015-01-08hax: fixed missing interrupt, removed earlier work-around.yucheng yu1-0/+1
2015-01-08hax: clean upyucheng yu1-4/+20
2015-01-08hax: added Haxm SMP support for Mac OS.yucheng yu1-0/+3
2015-01-08hax: added Haxm SMP support.yucheng yu1-2/+62
2014-04-21Merge branch 'upstream_qemu_2.0' into tizenSeokYeon Hwang1-21/+36
2014-03-13cpu: Move icount_decr field from CPU_COMMON to CPUStateAndreas Färber1-7/+6
2014-03-13cpu: Move icount_extra field from CPU_COMMON to CPUStateAndreas Färber1-7/+7
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-1/+1
2014-03-09Add a 'name' parameter to qemu_thread_createDr. David Alan Gilbert1-5/+20
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias1-0/+2
2014-01-13hax: Fix CPU 100% usage issueDeng, Wei1-1/+1
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-3/+2
2013-12-11Merge branch 'upstream-1.7' into tizen_qemu_1.7SeokYeon Hwang1-130/+243
2013-11-06timers: fix stop/cont with -icountPaolo Bonzini1-20/+22
2013-10-25target-ppc: Check for error on address translation in memsave commandAneesh Kumar K.V1-1/+4
2013-10-17icount: make it thread-safePaolo Bonzini1-6/+31
2013-10-17icount: document (future) locking rules for icountPaolo Bonzini1-4/+11
2013-10-17icount: prepare the code for future races in calling qemu_clock_warpPaolo Bonzini1-12/+10
2013-10-17icount: reorganize icount_warp_rtPaolo Bonzini1-8/+10
2013-10-17icount: use cpu_get_icount() directlyPaolo Bonzini1-2/+5
2013-10-17timer: protect timers_state's clock with seqlockLiu Ping Fan1-7/+42
2013-09-10Merge tag 'v1.6.0' into tizen_qemu_1.6SeokYeon Hwang1-134/+160
2013-09-03cpu: Replace qemu_for_each_cpu()Andreas Färber1-7/+4
2013-09-03cpu: Use QTAILQ for CPU listAndreas Färber1-28/+21
2013-08-30s390: wire up nmi command to raise a RESTART interrupt on S390Eugene (jno) Dvurechenski1-0/+14
2013-08-22aio / timers: Rearrange timer.h & make legacy functions call non-legacyAlex Bligh1-53/+59
2013-08-22aio / timers: Use all timerlists in icount warp calculationsAlex Bligh1-9/+37
2013-08-16cpus: Use cpu_is_stopped() efficientlyTiejun Chen1-7/+7
2013-07-27timer: make timers_state staticLiu Ping Fan1-1/+1
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber1-3/+1
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2013-07-19cpus: Let vm_stop[_force_state]() always flush block devicesKevin Wolf1-3/+6
2013-07-15Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori1-0/+29
2013-07-15cpus: Add return value for vm_stop()Kevin Wolf1-7/+13
2013-07-12Introduce async_run_on_cpu()Chegu Vinod1-0/+29
2013-07-12Refactor some hax related codes.SeokYeon Hwang1-14/+1
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber1-60/+66
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-21/+20
2013-07-04Merge some filesSeokYeon Hwang1-22/+3
2013-07-02Merge 'qemu 1.5.1' into tizen_qemu_1.5.1test1-157/+185
2013-07-01KVM: Don't assume that mpstate exists with in-kernel PIC alwaysAlexander Graf1-1/+1
2013-06-28cpu: Change qemu_init_vcpu() argument to CPUStateAndreas Färber1-4/+1
2013-06-28cpus: Change qemu_dummy_start_vcpu() argument to CPUStateAndreas Färber1-9/+6
2013-06-28cpus: Change qemu_kvm_start_vcpu() argument to CPUStateAndreas Färber1-8/+5
2013-06-28cpus: Change cpu_handle_guest_debug() argument to CPUStateAndreas Färber1-5/+3
2013-06-28gdbstub: Set gdb_set_stop_cpu() argument to CPUStateAndreas Färber1-1/+1
2013-06-28kvm: Change kvm_cpu_exec() argument to CPUStateAndreas Färber1-1/+1
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-1/+1