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
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
exec: introduce memory_access_size
Paolo Bonzini
1
-10
/
+17
2013-05-29
exec: introduce memory_access_is_direct
Paolo Bonzini
1
-17
/
+22
2013-05-29
exec: expect mr->ops to be initialized for ROM
Paolo Bonzini
1
-9
/
+0
2013-05-29
memory: move unassigned_mem_ops to memory.c
Paolo Bonzini
1
-12
/
+0
2013-05-29
memory: add address_space_translate
Paolo Bonzini
1
-94
/
+98
2013-05-29
memory: dispatch unassigned accesses based on .valid.accepts
Paolo Bonzini
1
-24
/
+12
2013-05-29
exec: do not use error_mem_read
Paolo Bonzini
1
-14
/
+2
2013-05-29
exec: make io_mem_unassigned private
Paolo Bonzini
1
-2
/
+2
2013-05-29
exec: drop useless #if
Paolo Bonzini
1
-2
/
+0
2013-05-29
exec: eliminate io_mem_ram
Paolo Bonzini
1
-16
/
+2
2013-05-24
memory: clean up phys_page_find
Paolo Bonzini
1
-6
/
+2
2013-05-24
memory: limit sections in the radix tree to the actual address space size
Avi Kivity
1
-1
/
+12
2013-05-24
memory: assert that PhysPageEntry's ptr does not overflow
Paolo Bonzini
1
-0
/
+6
2013-05-24
exec: eliminate stq_phys_notdirty
Paolo Bonzini
1
-27
/
+0
2013-05-24
exec: eliminate qemu_put_ram_ptr
Paolo Bonzini
1
-8
/
+0
2013-05-24
exec: remove obsolete comment
Paolo Bonzini
1
-6
/
+0
2013-05-14
osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memory
Paolo Bonzini
1
-6
/
+2
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
1
-3
/
+3
2013-05-01
cpu: Add qemu_for_each_cpu()
Michael S. Tsirkin
1
-0
/
+10
2013-04-08
hw: move headers to include/
Paolo Bonzini
1
-1
/
+1
2013-03-26
exec: assert that RAMBlock size is non-zero
Stefan Hajnoczi
1
-0
/
+2
2013-03-14
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
1
-14
/
+16
2013-03-12
exec: make -mem-path filenames deterministic
Peter Feiner
1
-1
/
+12
2013-03-12
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
1
-1
/
+1
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
1
-7
/
+0
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-7
/
+9
2013-03-12
cpu: Register VMStateDescription through CPUState
Andreas Färber
1
-2
/
+9
2013-03-12
cpu: Fix qemu_get_cpu() to return NULL if CPU not found
Igor Mammedov
1
-1
/
+1
2013-03-03
Handle CPU interrupts by inline checking of a flag
Peter Maydell
1
-1
/
+1
2013-02-16
cputlb: Pass CPUState to cpu_unlink_tb()
Andreas Färber
1
-1
/
+1
2013-02-16
cpu: Move exit_request field to CPUState
Andreas Färber
1
-1
/
+3
2013-01-19
Replace non-portable asprintf by g_strdup_printf
Stefan Weil
1
-5
/
+3
2013-01-15
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
1
-3
/
+3
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-6
/
+7
2013-01-15
cpu: Move numa_node field to CPUState
Andreas Färber
1
-3
/
+1
2013-01-12
stubs: fully replace qemu-tool.c and qemu-user.c
Paolo Bonzini
1
-1
/
+1
2013-01-06
Revert "virtio-pci: replace byte swap hack"
Blue Swirl
1
-0
/
+18
2013-01-06
virtio-pci: replace byte swap hack
Blue Swirl
1
-18
/
+0
2012-12-20
protect the ramlist with a separate mutex
Umesh Deshpande
1
-2
/
+27
2012-12-20
add a version number to ram_list
Umesh Deshpande
1
-0
/
+4
2012-12-20
exec: sort the memory from biggest to smallest
Paolo Bonzini
1
-2
/
+12
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
1
-17
/
+17
2012-12-20
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
1
-21
/
+28
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-3
/
+3
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-4
/
+4
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
1
-0
/
+1
2012-12-16
exec: move TB handling to translate-all.c
Blue Swirl
1
-1711
/
+2
2012-12-16
exec: extract TB watchpoint check
Blue Swirl
1
-8
/
+14
2012-12-16
exec: fix coding style
Blue Swirl
1
-68
/
+110
[next]