Sign in
qemu
/
qemu
/
136594f19aa6370e77a50bd9bba5db77def6ec8f
/
exec.c
a8170e5
Rename target_phys_addr_t to hwaddr
by Avi Kivity
· 12 years ago
ad0b532
Call MADV_HUGEPAGE for guest RAM allocations
by Luiz Capitulino
· 12 years ago
f526f3c
Merge remote-tracking branch 'quintela/migration-next-20121017' into staging
by Anthony Liguori
· 12 years ago
d3e2efc
Merge remote-tracking branch 'qemu-kvm/memory/dma' into staging
by Anthony Liguori
· 12 years ago
83f3c25
memory: add address_space_destroy()
by Avi Kivity
· 12 years ago
ac1970f
memory: per-AddressSpace dispatch
by Avi Kivity
· 12 years ago
f6790af
memory: use AddressSpace for MemoryListener filtering
by Avi Kivity
· 12 years ago
1d71148
memory: move tcg flush into a tcg memory listener
by Avi Kivity
· 12 years ago
2673a5d
memory: move address_space_memory and address_space_io out of memory core
by Avi Kivity
· 12 years ago
95d2994
memory: manage coalesced mmio via a MemoryListener
by Avi Kivity
· 12 years ago
74d590c
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
by Richard Henderson
· 12 years ago
4438c8a
exec: Allocate code_gen_prologue from code_gen_buffer
by Richard Henderson
· 12 years ago
405def1
exec: Do not use absolute address hints for code_gen_buffer with -fpie
by Richard Henderson
· 12 years ago
3d85a72
exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too large
by Richard Henderson
· 12 years ago
f1bc0bc
exec: Split up and tidy code_gen_buffer
by Richard Henderson
· 12 years ago
652d7ec
ram: Export last_ram_offset()
by Juan Quintela
· 12 years ago
9a2c913
memory: drop no-op MemoryListener callbacks
by Avi Kivity
· 12 years ago
7762c2c
memory: rename 'exec-obsolete.h'
by Avi Kivity
· 12 years ago
6fd2a02
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
by Peter Maydell
· 12 years ago
e226939
exec, memory: Call to xen_modified_memory.
by Anthony PERARD
· 12 years ago
51d7a9e
exec: Introduce helper to set dirty flags.
by Anthony PERARD
· 12 years ago
9b9c37c
tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.
by Richard Henderson
· 12 years ago
d5dd696
tcg-sparc: Don't MAP_FIXED on top of the program
by Richard Henderson
· 12 years ago
0b57e28
cpu_physical_memory_write_rom() needs to do TB invalidates
by David Gibson
· 12 years ago
8490fc7
add -machine mem-merge=on|off option
by Luiz Capitulino
· 12 years ago
ddb97f1
memory: add -machine dump-guest-core=on|off
by Jason Baron
· 12 years ago
5fda043
exec.c: fix dirty bitmap reallocation
by Igor Mitsyanko
· 12 years ago
c308efe
exec.c: Remove out of date comment
by Peter Maydell
· 12 years ago
69b6764
exec.c: Use subpages for large unaligned mappings
by Tyler Hall
· 12 years ago
adb2a9b
exec.c: Fix off-by-one error in register_subpage
by Tyler Hall
· 12 years ago
09f06a6
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 12 years ago
753d5e1
memory: pass EventNotifier, not eventfd
by Paolo Bonzini
· 12 years ago
fdec991
s390: autodetect map private
by Christian Borntraeger
· 13 years ago
1720aee
dirty bitmap: abstract its use
by Juan Quintela
· 13 years ago
d24981d
Only TCG needs TLB handling
by Juan Quintela
· 13 years ago
5726c27
qemu-log: move logging to qemu-log.c
by Blue Swirl
· 13 years ago
09e5ab6
qdev: Use wrapper for qdev_get_path
by Anthony Liguori
· 13 years ago
3525c42
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
by Anthony Liguori
· 13 years ago
9d70c4b
exec: fix TB invalidation after breakpoint insertion/deletion
by Max Filippov
· 13 years ago
8e0fdce
Clarify comments of tb_invalidate_phys_[page_]range
by Jan Kiszka
· 13 years ago
76f3553
Add API to check whether a physical address is I/O address
by Wen Congyang
· 13 years ago
77a8f1a
linux-user: Fix stale tbs after mmap
by Alexander Graf
· 13 years ago
fd06257
memory: move functions is_romd and section_addr to memory API
by Blue Swirl
· 13 years ago
cc5bea6
cputlb: prepare private memory API for public consumption
by Blue Swirl
· 13 years ago
0cac1b6
cputlb: move TLB handling to a separate file
by Blue Swirl
· 13 years ago
e554861
exec: prepare for splitting
by Blue Swirl
· 13 years ago
8efe0ca
w64: Use uintptr_t in exec.c
by Stefan Weil
· 13 years ago
6840981
w64: Use larger alignment for section with generated code
by Stefan Weil
· 13 years ago
c6d5067
w64: Fix data types in cpu-all.h, exec.c
by Stefan Weil
· 13 years ago
1e7855a
exec: provide tb_invalidate_phys_addr function
by Max Filippov
· 13 years ago
2050396
Use uintptr_t for various op related functions
by Blue Swirl
· 13 years ago
6375e09
w64: Fix data type of tb_next and other variables used for host addresses
by Stefan Weil
· 13 years ago
813da62
tcg: Use the GDB JIT debugging interface.
by Richard Henderson
· 13 years ago
0a1b357
exec: fix guest memory access for Xen
by Anthony PERARD
· 13 years ago
32b0898
memory: check for watchpoints when getting code ram_addr
by Avi Kivity
· 13 years ago
7859cc6
exec: fix write tlb entry misused as iotlb
by Avi Kivity
· 13 years ago
e141ab5
softmmu templates: optionally pass CPUState to memory access functions
by Blue Swirl
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
97161e1
memory: get rid of cpu_register_io_memory()
by Avi Kivity
· 13 years ago
37ec01d
memory: dispatch directly via MemoryRegion
by Avi Kivity
· 13 years ago
ce5d64c
exec: fix code tlb entry misused as iotlb in get_page_addr_code()
by Avi Kivity
· 13 years ago
aa10223
memory: store section indices in iotlb instead of io indices
by Avi Kivity
· 13 years ago
f3705d5
memory: make phys_page_find() return an unadjusted section
by Avi Kivity
· 13 years ago
a2d3352
memory: fix I/O port aliases
by Avi Kivity
· 13 years ago
b3e54c6
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
by Blue Swirl
· 13 years ago
07f07b3
memory: allow phys_map tree paths to terminate early
by Avi Kivity
· 13 years ago
c19e880
memory: unify PhysPageEntry::node and ::leaf
by Avi Kivity
· 13 years ago
2999097
memory: change phys_page_set() to set multiple pages
by Avi Kivity
· 13 years ago
f7bf546
memory: switch phys_page_set() to a recursive implementation
by Avi Kivity
· 13 years ago
a391843
memory: replace phys_page_find_alloc() with phys_page_set()
by Avi Kivity
· 13 years ago
0f0cb16
memory: simplify multipage/subpage registration
by Avi Kivity
· 13 years ago
31ab2b4
memory: give phys_page_find() its own tree search loop
by Avi Kivity
· 13 years ago
06ef352
memory: make phys_page_find() return a MemoryRegionSection
by Avi Kivity
· 13 years ago
117712c
memory: move tlb flush to MemoryListener commit callback
by Avi Kivity
· 13 years ago
717cb7b
memory: unify the two branches of cpu_register_physical_memory_log()
by Avi Kivity
· 13 years ago
8636b92
memory: fix RAM subpages in newly initialized pages
by Avi Kivity
· 13 years ago
d6f2ea2
memory: compress phys_map node pointers to 16 bits
by Avi Kivity
· 13 years ago
5312bd8
memory: store MemoryRegionSection pointers in phys_map
by Avi Kivity
· 13 years ago
4346ae3
memory: unify phys_map last level with intermediate levels
by Avi Kivity
· 13 years ago
3eef53d
memory: remove first level of l1_phys_map
by Avi Kivity
· 13 years ago
54688b1
memory: change memory registration to rebuild the memory map on each change
by Avi Kivity
· 13 years ago
50c1e14
memory: support stateless memory listeners
by Avi Kivity
· 13 years ago
4855d41
memory: split memory listener for the two address spaces
by Avi Kivity
· 13 years ago
7376e58
memory: allow MemoryListeners to observe a specific address space
by Avi Kivity
· 13 years ago
9363274
memory: use a MemoryListener for core memory map updates too
by Avi Kivity
· 13 years ago
d7ec83e
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
by Avi Kivity
· 13 years ago
0dc2382
exec: let cpu_watchpoint_insert accept larger watchpoints
by Max Filippov
· 13 years ago
488d657
exec: fix check_watchpoint exiting cpu_loop
by Max Filippov
· 13 years ago
6736415
exec: add missing breaks to the watch_mem_write
by Max Filippov
· 13 years ago
771124e
exec.c: Clarify comment about tlb_flush() flush_global parameter
by Peter Maydell
· 13 years ago
82afa58
virtio-pci: Fix endianness of virtio config
by Benjamin Herrenschmidt
· 13 years ago
5c84bd9
tcg-arm: fix a typo in comments
by Aurelien Jarno
· 13 years ago
11c7ef0
Remove IO_MEM_SHIFT
by Avi Kivity
· 13 years ago
75c578d
Drop IO_MEM_ROMD
by Avi Kivity
· 13 years ago
b3b00c7
Remove IO_MEM_SUBPAGE
by Avi Kivity
· 13 years ago
a621f38
Direct dispatch through MemoryRegion
by Avi Kivity
· 13 years ago
1ec9b90
Convert io_mem_watch to be a MemoryRegion
by Avi Kivity
· 13 years ago
de712f9
Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
by Avi Kivity
· 13 years ago
70c68e4
Convert the subpage wrapper to be a MemoryRegion
by Avi Kivity
· 13 years ago
dd81124
Switch cpu_register_physical_memory_log() to use MemoryRegions
by Avi Kivity
· 13 years ago
Next »