]> git.proxmox.com Git - qemu.git/history - cpus.c
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / cpus.c
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-22 Jan KiszkaRework debug exception processing for gdb use
2010-07-22 Jan KiszkaRename tcg_cpu_exec and tcg_has_work
2010-07-22 Jan KiszkaDrop redundant global cur_cpu variable
2010-07-22 Jan KiszkaFix qemu_wait_io_event processing in io-thread mode
2010-07-22 Jan KiszkaFix cpu_exit for tcp_cpu_exec
2010-07-22 Jan KiszkaInit qemu_system_cond
2010-07-06 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-07-06 Jan KiszkaFix io-thread build breakage of a88790a14f
2010-06-14 Paolo Bonzinimake qemu_thread_create block all signals
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Blue Swirlcpus: add one 'const'
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-11 Marcelo Tosattiadd cpu_is_stopped helper
2010-05-11 Marcelo Tosattiport qemu-kvm's on_vcpu code
2010-05-11 Marcelo Tosattistandardize on qemu_cpu_kick for signalling cpu thread(s)
2010-05-11 Marcelo Tosattimake SIG_IPI to tcg vcpu thread reliable
2010-05-04 Blue SwirlFix cpu list("-cpu ?") breakage, spotted by TeLeMan
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into HEAD
2010-04-26 Marcelo Tosattikvm_init_vcpu requires global lock held
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-12 Blue SwirlFix build when configured with --enable-io-thread
2010-04-06 Paolo Bonzinifix 100% cpu utilization when cpu is stopped
2010-03-29 Blue SwirlCompile qemu-timer only once
2010-03-29 Blue SwirlRefactor CPUState handling out of vl.c