index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exec.c
Age
Commit message (
Expand
)
Author
2012-12-20
protect the ramlist with a separate mutex
Umesh Deshpande
2012-12-20
add a version number to ram_list
Umesh Deshpande
2012-12-20
exec: sort the memory from biggest to smallest
Paolo Bonzini
2012-12-20
exec: change RAM list to a TAILQ
Paolo Bonzini
2012-12-20
exec: change ramlist from MRU order to a 1-item cache
Paolo Bonzini
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
2012-12-19
janitor: do not rely on indirect inclusions of or from qemu-char.h
Paolo Bonzini
2012-12-16
exec: move TB handling to translate-all.c
Blue Swirl
2012-12-16
exec: extract TB watchpoint check
Blue Swirl
2012-12-16
exec: fix coding style
Blue Swirl
2012-12-08
exec: Advise huge pages for the TCG code gen buffer
Richard Henderson
2012-11-12
dma: Define dma_context_memory and use in sysbus-ohci
Peter Maydell
2012-11-03
Merge branch 'trivial-patches' of git://github.com/stefanha/qemu
Blue Swirl
2012-11-03
tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization
Yeongkyoon Lee
2012-11-01
exec: make some functions static
Blue Swirl
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
2012-10-23
Rename target_phys_addr_t to hwaddr
Avi Kivity
2012-10-22
Call MADV_HUGEPAGE for guest RAM allocations
Luiz Capitulino
2012-10-22
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
Anthony Liguori
2012-10-22
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
Anthony Liguori
2012-10-22
memory: add address_space_destroy()
Avi Kivity
2012-10-22
memory: per-AddressSpace dispatch
Avi Kivity
2012-10-22
memory: use AddressSpace for MemoryListener filtering
Avi Kivity
2012-10-22
memory: move tcg flush into a tcg memory listener
Avi Kivity
2012-10-22
memory: move address_space_memory and address_space_io out of memory core
Avi Kivity
2012-10-22
memory: manage coalesced mmio via a MemoryListener
Avi Kivity
2012-10-20
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
Richard Henderson
2012-10-20
exec: Allocate code_gen_prologue from code_gen_buffer
Richard Henderson
2012-10-20
exec: Do not use absolute address hints for code_gen_buffer with -fpie
Richard Henderson
2012-10-20
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
Richard Henderson
2012-10-20
exec: Split up and tidy code_gen_buffer
Richard Henderson
2012-10-17
ram: Export last_ram_offset()
Juan Quintela
2012-10-15
memory: drop no-op MemoryListener callbacks
Avi Kivity
2012-10-15
memory: rename 'exec-obsolete.h'
Avi Kivity
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
2012-10-03
exec, memory: Call to xen_modified_memory.
Anthony PERARD
2012-10-03
exec: Introduce helper to set dirty flags.
Anthony PERARD
2012-09-21
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
Richard Henderson
2012-09-21
tcg-sparc: Don't MAP_FIXED on top of the program
Richard Henderson
2012-09-17
cpu_physical_memory_write_rom() needs to do TB invalidates
David Gibson
2012-09-17
add -machine mem-merge=on|off option
Luiz Capitulino
2012-08-16
memory: add -machine dump-guest-core=on|off
Jason Baron
2012-08-11
exec.c: fix dirty bitmap reallocation
Igor Mitsyanko
2012-08-03
exec.c: Remove out of date comment
Peter Maydell
2012-08-03
exec.c: Use subpages for large unaligned mappings
Tyler Hall
2012-08-03
exec.c: Fix off-by-one error in register_subpage
Tyler Hall
[next]