Sign in
qemu-android
/
qemu-android
/
b10ac0c42cef8829cd1461ce20f1869231b5f41f
/
exec.c
e3dd749
qemu_ram_block_by_name
by Dr. David Alan Gilbert
· 9 years ago
422148d
qemu_ram_block_from_host
by Dr. David Alan Gilbert
· 9 years ago
038629a
Provide runtime Target page information
by Dr. David Alan Gilbert
· 9 years ago
68851b9
exec: avoid unnecessary cacheline bounce on ram_list.mru_block
by Paolo Bonzini
· 9 years ago
9319738
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into staging
by Peter Maydell
· 9 years ago
7615936
replay: initialization and deinitialization
by Pavel Dovgalyuk
· 10 years ago
8d31d6b
backends/hostmem-file: Allow to specify full pathname for backing file
by Pavel Fedin
· 9 years ago
680a478
memory: call begin, log_start and commit when registering a new listener
by Paolo Bonzini
· 9 years ago
cc57501
file_ram_alloc: propagate error to caller instead of terminating QEMU
by Igor Mammedov
· 9 years ago
ca3e40e
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 9 years ago
794e8f3
exec: factor out duplicate mmap code
by Michael S. Tsirkin
· 10 years ago
32857f4
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
by Peter Maydell
· 9 years ago
0a1c71c
exec.c: Don't call cpu_reload_memory_map() from cpu_exec_init()
by Peter Maydell
· 9 years ago
8561c92
exec: allocate PROT_NONE pages on top of RAM
by Michael S. Tsirkin
· 10 years ago
dfccc76
include/exec: Move cputlb exec.c defs out
by Peter Crosthwaite
· 10 years ago
bcae01e
cputlb: Change tlb_set_dirty() arg to cpu
by Peter Crosthwaite
· 10 years ago
9a13565
cputlb: move CPU_LOOP() for tlb_reset() to exec.c
by Peter Crosthwaite
· 10 years ago
bac05aa
cpu: Add crash_occurred flag into CPUState
by Andrey Smetanin
· 10 years ago
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
f240eb6
remove qemu/tls.h
by Paolo Bonzini
· 10 years ago
6554f5c
exec.c: Use pow2floor() rather than hand-calculation
by Peter Maydell
· 10 years ago
9284f31
exec: use macro ROUND_UP for alignment
by Chen Hanxiao
· 10 years ago
0b8e2c1
exec.c: Use atomic_rcu_read() to access dispatch in memory_region_section_get_iotlb()
by Peter Maydell
· 10 years ago
4bad9e3
cpu: Change cpu_exec_init() arg to cpu, not env
by Peter Crosthwaite
· 10 years ago
bbd77c1
translate-all: Change tb_flush() env argument to cpu
by Peter Crosthwaite
· 10 years ago
b7bca73
cpu: Convert cpu_index into a bitmap
by Bharata B Rao
· 10 years ago
5a790cc
cpu: Add Error argument to cpu_exec_init()
by Bharata B Rao
· 10 years ago
291135b
cpu: Reorder cpu->as, cpu->thread_id, cpu->memory_dispatch init
by Eduardo Habkost
· 10 years ago
7c39163
cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()
by Eduardo Habkost
· 10 years ago
199fc85
cpu: No need to zero-initialize CPUState::numa_node
by Eduardo Habkost
· 10 years ago
dd63169
migration: extend migration_bitmap
by Li Zhijian
· 10 years ago
b242e0e
exec: skip MMIO regions correctly in cpu_physical_memory_write_rom_internal
by Paolo Bonzini
· 10 years ago
4840f10
memory: let address_space_rw/ld*/st* run outside the BQL
by Jan Kiszka
· 10 years ago
125b380
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
by Paolo Bonzini
· 10 years ago
e4a511f
exec: clamp accesses against the MemoryRegionSection
by Paolo Bonzini
· 10 years ago
965eb2f
exec: do not clamp accesses to MMIO regions
by Paolo Bonzini
· 10 years ago
e380705
qemu_ram_foreach_block: pass up error value, and down the ramblock name
by Dr. David Alan Gilbert
· 10 years ago
5cd8cad
migration: Use normal VMStateDescriptions for Subsections
by Juan Quintela
· 11 years ago
03eebc9
memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
by Stefan Hajnoczi
· 10 years ago
e87f777
exec: only check relevant bitmaps for cleanliness
by Paolo Bonzini
· 10 years ago
58d2707
exec: pass client mask to cpu_physical_memory_set_dirty_range
by Paolo Bonzini
· 10 years ago
3586533
translate-all: remove unnecessary argument to tb_invalidate_phys_range
by Paolo Bonzini
· 10 years ago
845b621
exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
by Paolo Bonzini
· 10 years ago
49dfcec
ram_addr: tweaks to xen_modified_memory
by Paolo Bonzini
· 10 years ago
db94604
exec: optimize phys_page_set_level
by Paolo Bonzini
· 10 years ago
41063e1
exec: move rcu_read_lock/unlock to address_space_translate callers
by Paolo Bonzini
· 10 years ago
06feaac
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
23820db
exec: Respect as_translate_internal length clamp
by Peter Crosthwaite
· 10 years ago
e95205e
dma-helpers: Fix race condition of continue_after_map_failure and dma_aio_cancel
by Fam Zheng
· 10 years ago
33b6c2e
exec: Notify cpu_register_map_client caller if the bounce buffer is available
by Fam Zheng
· 10 years ago
38e047b
exec: Protect map_client_list with mutex
by Fam Zheng
· 10 years ago
c2cba0f
exec: Atomic access to bounce buffer
by Fam Zheng
· 10 years ago
66b9b43
exec.c: Capture the memory attributes for a watchpoint hit
by Peter Maydell
· 10 years ago
5001311
exec.c: Add new address_space_ld*/st* functions
by Peter Maydell
· 10 years ago
5c9eb02
exec.c: Make address_space_rw take transaction attributes
by Peter Maydell
· 10 years ago
f25a49e
exec.c: Convert subpage memory ops to _with_attrs
by Peter Maydell
· 10 years ago
3b64349
memory: Replace io_mem_read/write with memory_region_dispatch_read/write
by Peter Maydell
· 10 years ago
4025446
Revert "exec: Respect as_tranlsate_internal length clamp"
by Paolo Bonzini
· 10 years ago
f18c69c
exec: avoid possible overwriting of mmaped area in qemu_ram_remap
by Paolo Bonzini
· 10 years ago
c3c1bb9
exec: Respect as_tranlsate_internal length clamp
by Peter Crosthwaite
· 10 years ago
a195fdd
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
4485bd2
exec: don't include hw/boards for linux-user
by Michael S. Tsirkin
· 10 years ago
75cc7f0
machine: query mem-merge machine property
by Marcel Apfelbaum
· 10 years ago
47c8ca5
machine: query dump-guest-core machine property
by Marcel Apfelbaum
· 10 years ago
23a7a28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 10 years ago
cba7054
cpus: initialize cpu->memory_dispatch
by Paolo Bonzini
· 10 years ago
81b0735
Remove superfluous '\n' around error_report()
by Gonglei
· 10 years ago
129ddaf
exec: round up size on MR resize
by Michael S. Tsirkin
· 10 years ago
0dc3f44
Convert ram_list to RCU
by Mike Day
· 12 years ago
0d53d9f
exec: convert ram_list to QLIST
by Mike Day
· 10 years ago
ae3a704
cosmetic changes preparing for the following patches
by Mike Day
· 12 years ago
4377153
exec: protect mru_block with RCU
by Paolo Bonzini
· 12 years ago
79e2b9a
exec: RCUify AddressSpaceDispatch
by Paolo Bonzini
· 10 years ago
9d82b5a
exec: make iotlb RCU-friendly
by Paolo Bonzini
· 12 years ago
76e5c76
exec: introduce cpu_reload_memory_map
by Paolo Bonzini
· 10 years ago
6e48e8f
memory: unregister AddressSpace MemoryListener within BQL
by Paolo Bonzini
· 10 years ago
a904c91
exec: fix madvise of NULL pointer
by Paolo Bonzini
· 10 years ago
ec53b45
exec.c: Drop TARGET_HAS_ICE define and checks
by Peter Maydell
· 10 years ago
aaf0301
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
by Peter Maydell
· 10 years ago
62be4e3
exec: qemu_ram_alloc_resizeable, qemu_ram_resize
by Michael S. Tsirkin
· 10 years ago
9b8424d
exec: split length -> used_length/max_length
by Michael S. Tsirkin
· 10 years ago
c8d6f66
exec: cpu_physical_memory_set/clear_dirty_range
by Michael S. Tsirkin
· 10 years ago
ff6cff7
exec: allows 8-byte accesses in subpage_ops
by Paolo Bonzini
· 10 years ago
adee642
exec: change default exception_index value for migration to -1
by Paolo Bonzini
· 10 years ago
1240be2
exec: add wrapper for host pointer access
by Michael S. Tsirkin
· 10 years ago
a2b257d
memory: expose alignment used for allocating RAM as MemoryRegion API
by Igor Mammedov
· 10 years ago
f874bf9
exec: Handle multipage ranges in invalidate_and_set_dirty()
by Peter Maydell
· 10 years ago
07e2863
exec.c: fix setting 1-byte-long watchpoints
by Max Filippov
· 11 years ago
cc35a44
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
2b31cd4
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
e4d9df4
exec: file_ram_alloc(): print error when prealloc fails
by Luiz Capitulino
· 11 years ago
0822567
exec.c: Record watchpoint fault address and direction
by Peter Maydell
· 11 years ago
3ee887e
exec.c: Provide full set of dummy wp remove functions in user-mode
by Peter Maydell
· 11 years ago
05068c0
exec.c: Relax restrictions on watchpoint length and alignment
by Peter Maydell
· 11 years ago
fc7a580
exec: add parameter errp to gethugepagesize
by Hu Tao
· 11 years ago
557529d
exec: report error when memory < hpagesize
by Hu Tao
· 11 years ago
ef701d7
exec: add parameter errp to qemu_ram_alloc and qemu_ram_alloc_from_ptr
by Hu Tao
· 11 years ago
6c3bff0
exec: Save CPUState::exception_index field
by Pavel Dovgaluk
· 11 years ago
8d7b8cb
iommu: add is_write as a parameter to the translate function of MemoryRegionIOMMUOps
by Le Tan
· 11 years ago
0e4a773
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 11 years ago
Next »