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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-29
Fix a compilation error in xen-mapcache.c
Stefan Berger
1
-2
/
+1
2011-07-29
multiboot: Fix bss segment support
Göran Weinholt
1
-5
/
+9
2011-07-29
configure: add --disable-zlib-test
Alon Levy
1
-9
/
+14
2011-07-29
Add missing trace call to oslib-posix.c:qemu_vmalloc()
Jes Sorensen
1
-1
/
+4
2011-07-29
Fix last sector write on sd card
Dr. David Alan Gilbert
1
-8
/
+11
2011-07-29
move unaligned memory access functions to bswap.h
Paolo Bonzini
4
-448
/
+477
2011-07-29
softfloat: change default nan definitions to variables
Paolo Bonzini
2
-51
/
+81
2011-07-29
move WORDS_ALIGNED to qemu-common.h
Paolo Bonzini
2
-4
/
+4
2011-07-29
showing a splash picture when start
wayne
5
-4
/
+199
2011-07-29
usb-ohci: convert to MemoryRegion
Avi Kivity
1
-25
/
+17
2011-07-29
sysbus: add MemoryRegion based memory management API
Avi Kivity
2
-3
/
+27
2011-07-29
pci: add MemoryRegion based BAR management API
Avi Kivity
2
-8
/
+42
2011-07-29
pci: pass address space to pci bus when created
Avi Kivity
22
-35
/
+85
2011-07-29
pc: move global memory map out of pc_init1() and into its callers
Avi Kivity
1
-7
/
+8
2011-07-29
pc: convert pc_memory_init() to memory API
Avi Kivity
2
-19
/
+41
2011-07-29
pc: grab system_memory
Avi Kivity
3
-3
/
+12
2011-07-29
ioport: register ranges by byte aligned addresses always
Avi Kivity
1
-2
/
+2
2011-07-29
exec.c: initialize memory map
Avi Kivity
1
-0
/
+19
2011-07-29
memory: transaction API
Avi Kivity
2
-0
/
+26
2011-07-29
memory: separate building the final memory map into two steps
Avi Kivity
1
-9
/
+29
2011-07-29
memory: add ioeventfd support
Avi Kivity
2
-0
/
+269
2011-07-29
memory: add backward compatibility for old mmio registration
Avi Kivity
2
-0
/
+20
2011-07-29
memory: add backward compatibility for old portio registration
Avi Kivity
2
-0
/
+49
2011-07-29
memory: I/O address space support
Avi Kivity
3
-1
/
+64
2011-07-29
memory: late initialization of ram_addr
Avi Kivity
2
-4
/
+21
2011-07-29
memory: rename MemoryRegion::has_ram_addr to ::terminates
Avi Kivity
2
-10
/
+10
2011-07-29
memory: abstract address space operations
Avi Kivity
1
-30
/
+81
2011-07-29
Internal interfaces for memory API
Avi Kivity
2
-0
/
+43
2011-07-29
memory: merge adjacent segments of a single memory region
Avi Kivity
1
-0
/
+29
2011-07-29
memory: implement dirty tracking
Avi Kivity
2
-8
/
+32
2011-07-29
Hierarchical memory region API
Avi Kivity
3
-0
/
+1039
2011-07-29
Add memory API documentation
Avi Kivity
1
-0
/
+172
2011-07-29
qdev: Reset hot-plugged devices
Jan Kiszka
1
-0
/
+3
2011-07-27
xen_mapcache: remove unused variable
Juan Quintela
1
-2
/
+1
2011-07-27
Makefile: add missing deps on $(GENERATED_HEADERS)
Michael Roth
1
-1
/
+3
2011-07-27
qmp: fix efect -> effect typo in qmp-commands.hx
Zhi Yong Wu
1
-1
/
+1
2011-07-27
slirp: Fix unusual "comments" in unused code
Stefan Weil
1
-2
/
+2
2011-07-27
Makefile: Minor cscope fixups
Alexandre Raymond
1
-1
/
+1
2011-07-27
vhost build fix for i386
Wolfgang Mauerer
1
-0
/
+23
2011-07-26
libcacard: add pc file, install it + includes
Alon Levy
3
-3
/
+42
2011-07-26
xen: implement unplug protocol in xen_platform
Stefano Stabellini
4
-2
/
+92
2011-07-26
vl.c: Check the asked ram_size later.
Anthony PERARD
1
-6
/
+10
2011-07-26
xen: Fix the memory registration to reflect of what is done by Xen.
Anthony PERARD
1
-7
/
+20
2011-07-26
cpu-common: Have a ram_addr_t of uint64 with Xen.
Anthony PERARD
3
-5
/
+14
2011-07-26
xen: make xen_enabled even more clever
Alexander Graf
2
-1
/
+6
2011-07-26
xen: remove CONFIG_XEN_MAPCACHE
Alexander Graf
1
-3
/
+0
2011-07-26
exec.c: Use ram_addr_t in cpu_physical_memory_rw(...).
Anthony PERARD
1
-2
/
+2
2011-07-26
xen: Fix xen_enabled().
Anthony PERARD
1
-1
/
+1
2011-07-26
xen: introduce xen_change_state_handler
Anthony PERARD
1
-7
/
+18
2011-07-25
Let users select their pythons
Blue Swirl
2
-6
/
+19
[prev]
[next]