index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
w64: Fix data type of tb_next and other variables used for host addresses
Stefan Weil
2012-04-07
1
-3
/
+3
*
tcg: Use the GDB JIT debugging interface.
Richard Henderson
2012-03-24
1
-0
/
+1
*
exec: fix guest memory access for Xen
Anthony PERARD
2012-03-19
1
-2
/
+2
*
memory: check for watchpoints when getting code ram_addr
Avi Kivity
2012-03-19
1
-1
/
+2
*
exec: fix write tlb entry misused as iotlb
Avi Kivity
2012-03-19
1
-3
/
+8
*
softmmu templates: optionally pass CPUState to memory access functions
Blue Swirl
2012-03-18
1
-0
/
+4
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-57
/
+57
*
memory: get rid of cpu_register_io_memory()
Avi Kivity
2012-03-08
1
-57
/
+0
*
memory: dispatch directly via MemoryRegion
Avi Kivity
2012-03-08
1
-66
/
+36
*
exec: fix code tlb entry misused as iotlb in get_page_addr_code()
Avi Kivity
2012-03-08
1
-1
/
+1
*
memory: store section indices in iotlb instead of io indices
Avi Kivity
2012-03-08
1
-4
/
+19
*
memory: make phys_page_find() return an unadjusted section
Avi Kivity
2012-03-08
1
-116
/
+102
*
memory: fix I/O port aliases
Avi Kivity
2012-03-05
1
-2
/
+6
*
Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensa
Blue Swirl
2012-03-03
1
-5
/
+13
|
\
|
*
exec: let cpu_watchpoint_insert accept larger watchpoints
Max Filippov
2012-02-20
1
-1
/
+2
|
*
exec: fix check_watchpoint exiting cpu_loop
Max Filippov
2012-02-20
1
-1
/
+2
|
*
exec: add missing breaks to the watch_mem_write
Max Filippov
2012-02-20
1
-3
/
+9
*
|
memory: allow phys_map tree paths to terminate early
Avi Kivity
2012-02-29
1
-11
/
+17
*
|
memory: unify PhysPageEntry::node and ::leaf
Avi Kivity
2012-02-29
1
-20
/
+18
*
|
memory: change phys_page_set() to set multiple pages
Avi Kivity
2012-02-29
1
-18
/
+23
*
|
memory: switch phys_page_set() to a recursive implementation
Avi Kivity
2012-02-29
1
-26
/
+41
*
|
memory: replace phys_page_find_alloc() with phys_page_set()
Avi Kivity
2012-02-29
1
-11
/
+4
*
|
memory: simplify multipage/subpage registration
Avi Kivity
2012-02-29
1
-55
/
+65
*
|
memory: give phys_page_find() its own tree search loop
Avi Kivity
2012-02-29
1
-4
/
+13
*
|
memory: make phys_page_find() return a MemoryRegionSection
Avi Kivity
2012-02-29
1
-139
/
+160
*
|
memory: move tlb flush to MemoryListener commit callback
Avi Kivity
2012-02-29
1
-8
/
+8
*
|
memory: unify the two branches of cpu_register_physical_memory_log()
Avi Kivity
2012-02-29
1
-34
/
+15
*
|
memory: fix RAM subpages in newly initialized pages
Avi Kivity
2012-02-29
1
-12
/
+10
*
|
memory: compress phys_map node pointers to 16 bits
Avi Kivity
2012-02-29
1
-9
/
+45
*
|
memory: store MemoryRegionSection pointers in phys_map
Avi Kivity
2012-02-29
1
-80
/
+107
*
|
memory: unify phys_map last level with intermediate levels
Avi Kivity
2012-02-29
1
-43
/
+35
*
|
memory: remove first level of l1_phys_map
Avi Kivity
2012-02-29
1
-21
/
+8
*
|
memory: change memory registration to rebuild the memory map on each change
Avi Kivity
2012-02-29
1
-1
/
+49
*
|
memory: support stateless memory listeners
Avi Kivity
2012-02-29
1
-0
/
+32
*
|
memory: split memory listener for the two address spaces
Avi Kivity
2012-02-29
1
-14
/
+66
*
|
memory: allow MemoryListeners to observe a specific address space
Avi Kivity
2012-02-29
1
-1
/
+1
*
|
memory: use a MemoryListener for core memory map updates too
Avi Kivity
2012-02-29
1
-0
/
+75
*
|
memory: don't pass ->readable attribute to cpu_register_physical_memory_log
Avi Kivity
2012-02-29
1
-1
/
+1
|
/
*
exec.c: Clarify comment about tlb_flush() flush_global parameter
Peter Maydell
2012-02-01
1
-2
/
+12
*
virtio-pci: Fix endianness of virtio config
Benjamin Herrenschmidt
2012-01-21
1
-0
/
+14
*
tcg-arm: fix a typo in comments
Aurelien Jarno
2012-01-13
1
-1
/
+1
*
Remove IO_MEM_SHIFT
Avi Kivity
2012-01-04
1
-18
/
+14
*
Drop IO_MEM_ROMD
Avi Kivity
2012-01-04
1
-8
/
+12
*
Remove IO_MEM_SUBPAGE
Avi Kivity
2012-01-04
1
-5
/
+5
*
Direct dispatch through MemoryRegion
Avi Kivity
2012-01-04
1
-30
/
+10
*
Convert io_mem_watch to be a MemoryRegion
Avi Kivity
2012-01-04
1
-47
/
+26
*
Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
Avi Kivity
2012-01-04
1
-48
/
+24
*
Convert the subpage wrapper to be a MemoryRegion
Avi Kivity
2012-01-04
1
-52
/
+18
*
Switch cpu_register_physical_memory_log() to use MemoryRegions
Avi Kivity
2012-01-04
1
-5
/
+19
*
Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegions
Avi Kivity
2012-01-04
1
-134
/
+84
[next]