index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpu-all.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-15
w64: Fix data types in cpu-all.h, exec.c
Stefan Weil
1
-4
/
+4
2012-04-15
w64: Fix type casts used in some macros in cpu-all.h
Stefan Weil
1
-2
/
+2
2012-04-06
linux-user: take RESERVED_VA into account for g2h_valid()
Alexander Graf
1
-1
/
+2
2012-03-18
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
1
-0
/
+9
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-28
/
+28
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-03-12
Merge remote-tracking branch 'qemu-kvm/memory/core' into staging
Anthony Liguori
1
-8
/
+0
2012-03-12
cpu-all.h: Don't accidentally sign extend in g2h()
Peter Maydell
1
-1
/
+1
2012-03-08
memory: get rid of cpu_register_io_memory()
Avi Kivity
1
-8
/
+0
2012-02-18
target-i386: Add infrastructure for reporting TPR MMIO accesses
Jan Kiszka
1
-1
/
+2
2012-01-04
Remove IO_MEM_SHIFT
Avi Kivity
1
-1
/
+1
2012-01-04
memory: obsolete more dirty memory related functions
Avi Kivity
1
-49
/
+0
2012-01-04
memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()
Avi Kivity
1
-4
/
+0
2012-01-04
Store MemoryRegion in RAMBlock
Avi Kivity
1
-0
/
+1
2012-01-03
memory: remove CPUPhysMemoryClient
Avi Kivity
1
-6
/
+0
2011-12-20
memory: replace cpu_physical_sync_dirty_bitmap() with a memory API
Avi Kivity
1
-3
/
+0
2011-12-06
Rename get_tls to tls_var
Jan Kiszka
1
-1
/
+1
2011-12-02
fix spelling in main directory
Dong Xu Wang
1
-1
/
+1
2011-11-01
Make cpu_single_env thread-local
Paolo Bonzini
1
-1
/
+3
2011-09-21
Remove qemu_host_page_bits
Stefan Weil
1
-1
/
+0
2011-08-12
fix QLIST usage for RAM list
Paolo Bonzini
1
-1
/
+1
2011-07-29
move unaligned memory access functions to bswap.h
Paolo Bonzini
1
-445
/
+1
2011-06-26
exec.h: fix coding style and change cpu_has_work to return bool
Blue Swirl
1
-1
/
+1
2011-06-03
softfloat: always enable floatx80 and float128 support
Aurelien Jarno
1
-2
/
+0
2011-06-03
softfloat-native: remove
Aurelien Jarno
1
-4
/
+1
2011-05-08
irq: Privatize CPU_INTERRUPT_NMI.
Richard Henderson
1
-4
/
+0
2011-05-08
target-i386: Privatize some i386-specific interrupt names.
Richard Henderson
1
-5
/
+0
2011-05-08
target-arm: Privatize CPU_INTERRUPT_FIQ.
Richard Henderson
1
-1
/
+0
2011-05-08
irq: Remove CPU_INTERRUPT_TIMER.
Richard Henderson
1
-1
/
+0
2011-05-08
irq: Introduce and use CPU_INTERRUPT_SSTEP_MASK.
Richard Henderson
1
-0
/
+8
2011-05-08
irq: Introduce CPU_INTERRUPT_TGT_* defines.
Richard Henderson
1
-12
/
+51
2011-05-02
Redirect cpu_interrupt to callback handler
Jan Kiszka
1
-1
/
+13
2011-04-17
cpu-all.h: define CPU_LDoubleU
Aurelien Jarno
1
-0
/
+10
2011-04-04
cpu-all.h: Remove unnecessary target-specific ifdef for CPU_QuadU
Peter Maydell
1
-3
/
+2
2011-04-04
s390x: enable CPU_QuadU
Ulrich Hecht
1
-1
/
+1
2011-03-15
Add qemu_ram_remap
Huang Ying
1
-0
/
+4
2011-03-15
x86: Small cleanups of MCE helpers
Jan Kiszka
1
-4
/
+0
2011-02-14
Introduce log_start/log_stop in CPUPhysMemoryClient
Anthony PERARD
1
-0
/
+6
2011-01-23
x86: Optionally dump code bytes on cpu_dump_state
Jan Kiszka
1
-0
/
+2
2011-01-21
Add "broadcast" option for mce command
Jin Dongming
1
-1
/
+2
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
1
-5
/
+3
2010-10-30
exec: Use fprintf_function for dump_exec_info (format checking)
Stefan Weil
1
-2
/
+1
2010-10-22
Replace remaining gcc format attributes by macro GCC_FMT_ATTR (format checking)
Stefan Weil
1
-1
/
+1
2010-07-30
linux-user: fix build on hosts not using guest base
Aurelien Jarno
1
-0
/
+2
2010-07-06
qemu_ram_free: Implement it
Alex Williamson
1
-0
/
+3
2010-07-06
ramblocks: Make use of DeviceState pointer and BusInfo.get_dev_path
Alex Williamson
1
-0
/
+1
2010-07-06
Remove uses of ram.last_offset (aka last_ram_offset)
Alex Williamson
1
-1
/
+0
2010-06-14
ram_blocks: Convert to a QLIST
Alex Williamson
1
-8
/
+20
2010-05-29
Pre-allocate guest address space
Paul Brook
1
-0
/
+1
2010-05-11
add cpu_is_stopped helper
Marcelo Tosatti
1
-0
/
+1
[next]