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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2016-03-04
loader: Add data swap option to load-elf
Peter Crosthwaite
34
-46
/
+81
2016-03-04
loader: load_elf(): Add doc comment
Peter Crosthwaite
1
-0
/
+23
2016-03-04
loader: add API to load elf header
Peter Crosthwaite
2
-0
/
+68
2016-03-04
target-arm: implement BE32 mode in system emulation
Paolo Bonzini
2
-18
/
+73
2016-03-04
target-arm: implement setend
Paolo Bonzini
3
-8
/
+12
2016-03-04
target-arm: introduce tbflag for endianness
Peter Crosthwaite
3
-2
/
+9
2016-03-04
target-arm: a64: Add endianness support
Peter Crosthwaite
1
-19
/
+30
2016-03-04
target-arm: introduce disas flag for endianness
Paolo Bonzini
3
-15
/
+26
2016-03-04
target-arm: pass DisasContext to gen_aa32_ld*/st*
Paolo Bonzini
1
-128
/
+142
2016-03-04
target-arm: implement SCTLR.EE
Peter Crosthwaite
1
-2
/
+21
2016-03-04
linux-user: arm: handle CPSR.E correctly in strex emulation
Paolo Bonzini
2
-7
/
+54
2016-03-04
linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE mode
Peter Crosthwaite
1
-1
/
+2
2016-03-04
arm: cpu: handle BE32 user-mode as BE
Peter Crosthwaite
1
-1
/
+16
2016-03-04
target-arm: cpu: Move cpu_is_big_endian to header
Peter Crosthwaite
2
-16
/
+22
2016-03-04
target-arm: implement SCTLR.B, drop bswap_code
Paolo Bonzini
8
-32
/
+67
2016-03-04
linux-user: arm: pass env to get_user_code_*
Paolo Bonzini
1
-11
/
+9
2016-03-04
linux-user: arm: fix coding style for some linux-user signal functions
Paolo Bonzini
1
-54
/
+56
2016-03-04
bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accesses
Andrew Baumann
2
-22
/
+22
2016-03-04
hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is provided
Peter Maydell
1
-7
/
+25
2016-03-04
hw/arm/virt: Make first flash device Secure-only if booting secure
Peter Maydell
1
-14
/
+49
2016-03-04
hw/arm/virt: Load bios image to MemoryRegion, not physaddr
Peter Maydell
1
-19
/
+20
2016-03-04
loader: Add load_image_mr() to load ROM image to a MemoryRegion
Peter Maydell
2
-6
/
+47
2016-03-04
hw/arm/virt: Provide a secure-only RAM if booting in Secure mode
Peter Maydell
2
-0
/
+24
2016-03-04
sdhci: Implement DeviceClass reset
Peter Maydell
1
-4
/
+17
2016-03-04
sd.c: Handle NULL block backend in sd_get_inserted()
Peter Maydell
1
-1
/
+1
2016-03-04
virt: Lift the maximum RAM limit from 30GB to 255GB
Peter Maydell
1
-2
/
+19
2016-03-04
target-arm: Correct handling of writes to CPSR mode bits from gdb in usermode
Peter Maydell
1
-2
/
+9
2016-03-03
Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-1' int...
Peter Maydell
6
-104
/
+95
2016-03-03
virtio-rng: ask for more data if queue is not fully drained
Ladi Prosek
1
-0
/
+7
2016-03-03
rng: add request queue support to rng-random
Ladi Prosek
4
-41
/
+34
2016-03-03
rng: move request queue cleanup from RngEgd to RngBackend
Ladi Prosek
3
-24
/
+45
2016-03-03
rng: move request queue from RngEgd to RngBackend
Ladi Prosek
2
-19
/
+20
2016-03-03
rng: remove the unused request cancellation code
Ladi Prosek
3
-32
/
+0
2016-03-03
MAINTAINERS: Add an entry for the include/sysemu/rng*.h files
Thomas Huth
1
-0
/
+1
2016-03-01
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
39
-113
/
+339
2016-03-01
trace: Add a proper API to manage auto-generated events from the 'tcg' property
Lluís Vilanova
1
-3
/
+10
2016-03-01
trace: Add 'vcpu' event property to trace guest vCPU
Lluís Vilanova
11
-32
/
+189
2016-03-01
typedefs: Add CPUState
Lluís Vilanova
3
-3
/
+2
2016-03-01
trace: Add helper function to cast event arguments
Lluís Vilanova
1
-0
/
+4
2016-03-01
tcg: Move definition of type TCGv
Lluís Vilanova
2
-2
/
+7
2016-03-01
tcg: Add type for vCPU pointers
Lluís Vilanova
20
-20
/
+22
2016-03-01
trace: Remove unnecessary intermediate event copies
Lluís Vilanova
3
-7
/
+6
2016-03-01
trace: Extend API to manage event arguments
Lluís Vilanova
1
-2
/
+13
2016-03-01
vl: fix tracing initialization
Denis V. Lunev
1
-4
/
+3
2016-03-01
trace: use addresses instead of offsets in memory tracepoints
Hollis Blanchard
2
-14
/
+34
2016-03-01
trace: split subpage MMIOs into their own trace events.
Hollis Blanchard
2
-8
/
+34
2016-03-01
trace: docs: "simple" backend does support strings
Hollis Blanchard
1
-3
/
+0
2016-03-01
trace: drop trailing empty strings
Greg Kurz
1
-32
/
+32
2016-03-01
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into staging
Peter Maydell
23
-240
/
+246
2016-03-01
Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160301-1' in...
Peter Maydell
9
-0
/
+0
[next]