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-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
2012-12-08
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
1
-0
/
+2
2012-11-12
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
1
-0
/
+5
2012-11-03
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
1
-6
/
+9
2012-11-03
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
1
-0
/
+11
2012-11-01
exec: make some functions static
Blue Swirl
1
-6
/
+9
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
1
-1
/
+4
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-1
/
+2
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
1
-81
/
+81
2012-10-22
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
1
-0
/
+1
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
1
-1
/
+1
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
1
-184
/
+133
2012-10-22
memory: add address_space_destroy()
Avi Kivity
1
-0
/
+10
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
1
-67
/
+107
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
1
-5
/
+5
2012-10-22
memory: move tcg flush into a tcg memory listener
Avi Kivity
1
-2
/
+6
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
1
-2
/
+7
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
1
-13
/
+0
2012-10-20
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
Richard Henderson
1
-0
/
+4
2012-10-20
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
1
-19
/
+11
2012-10-20
exec: Do not use absolute address hints for code_gen_buffer with -fpie
Richard Henderson
1
-1
/
+6
2012-10-20
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
Richard Henderson
1
-1
/
+5
2012-10-20
exec: Split up and tidy code_gen_buffer
Richard Henderson
1
-92
/
+103
2012-10-17
ram: Export last_ram_offset()
Juan Quintela
1
-1
/
+1
2012-10-15
memory: drop no-op MemoryListener callbacks
Avi Kivity
1
-96
/
+0
2012-10-15
memory: rename 'exec-obsolete.h'
Avi Kivity
1
-2
/
+1
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
1
-10
/
+2
2012-10-03
exec, memory: Call to xen_modified_memory.
Anthony PERARD
1
-0
/
+1
2012-10-03
exec: Introduce helper to set dirty flags.
Anthony PERARD
1
-35
/
+17
2012-09-21
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
Richard Henderson
1
-3
/
+3
2012-09-21
tcg-sparc: Don't MAP_FIXED on top of the program
Richard Henderson
1
-4
/
+2
2012-09-17
cpu_physical_memory_write_rom() needs to do TB invalidates
David Gibson
1
-0
/
+7
[next]