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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-09
cutils: Add qemu_strtol() wrapper
Carlos L. Torres
1
-0
/
+2
2015-09-09
rcu: fix comment with s/rcu_gp_lock/rcu_registry_lock/
Emilio G. Cota
1
-1
/
+1
2015-09-09
Move RAMBlock and ram_list to ram_addr.h
Dr. David Alan Gilbert
2
-41
/
+40
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2
-4
/
+4
2015-09-09
remove qemu/tls.h
Paolo Bonzini
2
-55
/
+1
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
1
-0
/
+1
2015-09-09
i8257: remove cpu_request_exit irq
Paolo Bonzini
1
-1
/
+1
2015-09-09
i8257: rewrite DMA_schedule to avoid hooking into the CPU loop
Paolo Bonzini
1
-1
/
+1
2015-09-07
Added generic panic handler qemu_system_guest_panicked()
Andrey Smetanin
1
-0
/
+1
2015-09-07
iohandler: Use aio API
Fam Zheng
1
-2
/
+1
2015-09-07
seqlock: read sequence number atomically
Emilio G. Cota
1
-3
/
+3
2015-09-07
seqlock: add missing 'inline' to seqlock_read_retry
Emilio G. Cota
1
-1
/
+1
2015-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
1
-5
/
+1
2015-08-25
cputlb: Add functions for flushing TLB for a single MMU index
Peter Maydell
1
-0
/
+47
2015-08-25
xlnx-zynqmp: Connect the four OCM banks
Alistair Francis
1
-0
/
+6
2015-08-24
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
Laurent Vivier
2
-7
/
+5
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-5
/
+0
2015-08-19
apic_internal.h: Include cpu.h directly
Peter Maydell
1
-0
/
+1
2015-08-19
qemu-common.h: Move muldiv64() to host-utils.h
Peter Maydell
3
-31
/
+30
2015-08-19
osdep.h: Add header comment
Peter Maydell
1
-0
/
+24
2015-08-19
osdep.h: Move some OS header includes and fixups from qemu-common.h
Peter Maydell
2
-55
/
+49
2015-08-19
qemu-common.h: Move Win32 fixups into os-win32.h
Peter Maydell
2
-17
/
+18
2015-08-19
compiler.h: Use glue() in QEMU_BUILD_BUG_ON define
Peter Maydell
1
-3
/
+1
2015-08-19
osdep.h: Move some compiler-specific things to compiler.h
Peter Maydell
2
-47
/
+48
2015-08-19
osdep.h: Remove qemu_printf
Peter Maydell
1
-2
/
+0
2015-08-18
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
3
-33
/
+17
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2
-22
/
+3
2015-08-14
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+2
2015-08-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-31
/
+131
2015-08-13
smbios: move smbios code into a common folder
Wei Huang
1
-0
/
+0
2015-08-13
smbios: remove dependency on x86 e820 tables
Wei Huang
1
-1
/
+9
2015-08-13
virtio-net: remove useless codes
Jason Wang
1
-1
/
+0
2015-08-13
pci: allow 0 address for PCI IO/MEM regions
Laurent Vivier
1
-1
/
+2
2015-08-13
pc: Remove redundant arguments from pc_memory_init()
Eduardo Habkost
1
-2
/
+0
2015-08-13
pc: Remove redundant arguments from pc_cmos_init()
Eduardo Habkost
1
-2
/
+0
2015-08-13
pc: Remove redundant arguments from *load_linux()
Eduardo Habkost
1
-4
/
+1
2015-08-13
pc: Use PCMachineState as pc_guest_info_init() argument
Eduardo Habkost
1
-2
/
+1
2015-08-13
pc: Move {above,below}_4g_mem_size variables to PCMachineState
Eduardo Habkost
1
-0
/
+1
2015-08-13
pc: Use PCMachineState for pc_memory_init() argument
Eduardo Habkost
1
-1
/
+1
2015-08-13
pc: Use PCMachineState for pc_cmos_init() argument
Eduardo Habkost
1
-2
/
+3
2015-08-13
pc: Eliminate pc_default_machine_options()
Eduardo Habkost
1
-6
/
+0
2015-08-13
pc: Eliminate pc_common_machine_options()
Eduardo Habkost
1
-6
/
+0
2015-08-13
pc: Move PCMachineClass, PCMachineState to qemu/typedefs.h
Eduardo Habkost
2
-3
/
+3
2015-08-13
pc: Use PC_COMPAT_* for CPUID feature compatibility
Eduardo Habkost
1
-2
/
+112
2015-08-13
hw/arm/gic: Kill code duplication
Pavel Fedin
1
-0
/
+3
2015-08-13
Merge memory_region_init_reservation() into memory_region_init_io()
Pavel Fedin
1
-3
/
+11
2015-08-13
i.MX: Split GPT emulator in a header file and a source file
Jean-Christophe Dubois
1
-0
/
+107
2015-08-13
i.MX: Split EPIT emulator in a header file and a source file
Jean-Christophe Dubois
1
-0
/
+79
2015-08-13
i.MX: Split CCM emulator in a header file and a source file
Jean-Christophe Dubois
2
-10
/
+93
2015-08-13
i.MX: Split AVIC emulator in a header file and a source file
Jean-Christophe Dubois
1
-0
/
+55
[next]