index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
cpu-defs.h
Age
Commit message (
Expand
)
Author
2013-07-26
Merge remote-tracking branch 'rth/tcg-next' into staging
Anthony Liguori
2013-07-23
cpu: Move gdb_regs field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-15
tcg: Remove temp_buf
Richard Henderson
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-06-28
hwaddr: Make hwaddr type usable beyond softmmu
Andreas Färber
2013-06-05
tcg: Use QEMU_BUILD_BUG_ON for CPU_TLB_ENTRY_BITS
Richard Henderson
2013-04-18
elfload: use abi_llong/ullong instead of target_llong/ullong
Paolo Bonzini
2013-04-18
elfload: only give abi_long/ulong the alignment specified by the target
Paolo Bonzini
2013-04-18
elfload: use abi_int/uint instead of target_int/uint
Paolo Bonzini
2013-04-18
elfload: use abi_short/ushort instead of target_short/ushort
Paolo Bonzini
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-02-23
Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()
Peter Maydell
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
2013-02-16
cpu: Move exit_request field to CPUState
Andreas Färber
2013-02-16
cpu: Move running field to CPUState
Andreas Färber
2013-02-16
cpu: Move host_tid field to CPUState
Andreas Färber
2013-01-19
cpu-defs.h: Drop qemu_work_item prototype
Andreas Färber
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
cpu: Move numa_node field to CPUState
Andreas Färber
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2012-12-23
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini