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
2015-09-07
Remove unused qemu_fls function
Peter Maydell
2
-6
/
+0
2015-09-07
exec.c: Use pow2floor() rather than hand-calculation
Peter Maydell
1
-3
/
+1
2015-09-07
hw/block/nvme.c: Use pow2ceil() rather than hand-calculation
Peter Maydell
1
-1
/
+1
2015-09-07
hw/virtio/virtio-pci: Use pow2ceil() rather than hand-calculation
Peter Maydell
1
-3
/
+1
2015-09-07
hw/pci: Use pow2ceil() rather than hand-calculation
Peter Maydell
2
-6
/
+2
2015-09-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
29
-359
/
+487
2015-09-07
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150907'...
Peter Maydell
63
-406
/
+3243
2015-09-07
arm/virt: Add full-sized CPU affinity handling
Pavel Fedin
1
-2
/
+32
2015-09-07
target-arm: Refactor CPU affinity handling
Pavel Fedin
4
-5
/
+16
2015-09-07
i.MX: Add i2C devices to i.MX31 SOC
Jean-Christophe Dubois
2
-0
/
+41
2015-09-07
i.MX: Add qtest support for I2C device emulator.
Jean-Christophe Dubois
5
-0
/
+294
2015-09-07
i.MX: Add the i.MX25 PDK platform
Jean-Christophe Dubois
2
-1
/
+160
2015-09-07
i.MX: Add SOC support for i.MX25
Jean-Christophe Dubois
4
-0
/
+509
2015-09-07
i.MX: Add FEC Ethernet Emulator
Jean-Christophe Dubois
4
-0
/
+824
2015-09-07
i.MX: Add I2C controller emulator
Jean-Christophe Dubois
4
-0
/
+424
2015-09-07
i.MX: KZM: use standalone i.MX31 SOC support
Jean-Christophe Dubois
5
-186
/
+102
2015-09-07
i.MX: Add SOC support for i.MX31
Jean-Christophe Dubois
4
-1
/
+318
2015-09-07
target-arm: Fix arm_excp_unmasked() function
Sergey Sorokin
1
-3
/
+3
2015-09-07
hw/arm/virt: Add high MMIO PCI region, 512G in size
Pavel Fedin
4
-9
/
+76
2015-09-07
target-arm: Fix AArch32:AArch64 general-purpose register mapping
Sergey Sorokin
1
-32
/
+32
2015-09-07
arm: Remove hw_error() usages.
Peter Crosthwaite
2
-3
/
+3
2015-09-07
arm: cpu: assert() on no-EL2 virt IRQ error condition.
Peter Crosthwaite
1
-4
/
+1
2015-09-07
smbios: implement smbios support for mach-virt
Wei Huang
3
-1
/
+28
2015-09-07
smbios: add smbios 3.0 support
Wei Huang
5
-42
/
+116
2015-09-07
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
Peter Maydell
5
-2
/
+34
2015-09-07
target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter block
Peter Maydell
1
-3
/
+18
2015-09-07
target-arm/arm-semi.c: Implement A64 specific SyncCacheRange call
Peter Maydell
1
-0
/
+10
2015-09-07
target-arm/arm-semi.c: Support widening APIs to 64 bits
Peter Maydell
2
-13
/
+58
2015-09-07
include/exec/softmmu-semi.h: Add support for 64-bit values
Peter Maydell
1
-0
/
+18
2015-09-07
target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'
Peter Maydell
1
-32
/
+47
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2
-4
/
+37
2015-09-07
target-arm: Improve semihosting debug prints
Christopher Covington
1
-3
/
+9
2015-09-07
target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
Peter Maydell
1
-1
/
+1
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
17
-65
/
+38
2015-09-04
Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-09-04' in...
Kevin Wolf
6
-8
/
+306
2015-09-04
quorum: validate vote threshold against num_children even if read-pattern is ...
Wen Congyang
1
-6
/
+6
2015-09-04
qcow2: reorder fields in Qcow2CachedTable to reduce padding
Alberto Garcia
1
-1
/
+1
2015-09-04
docs: document how to configure the qcow2 L2/refcount caches
Alberto Garcia
1
-0
/
+164
2015-09-04
qcow2: add option to clean unused cache entries after some time
Alberto Garcia
4
-1
/
+109
2015-09-04
qcow2: mark the memory as no longer needed after qcow2_cache_empty()
Alberto Garcia
1
-0
/
+26
2015-09-04
iotests: Warn if python subprocess is killed
Max Reitz
1
-5
/
+21
2015-09-04
iotests: Do not suppress segfaults in bash tests
Max Reitz
8
-31
/
+67
2015-09-04
iotests: Respect -nodefaults in tests 41 and 55
Max Reitz
2
-6
/
+16
2015-09-04
iotests: More options for VM.add_drive()
Max Reitz
1
-3
/
+6
2015-09-04
qemu-img: Fix crash in amend invocation
Max Reitz
1
-1
/
+2
2015-09-04
block/raw-posix: Use raw_normalize_devicepath()
Max Reitz
1
-5
/
+17
2015-09-04
qemu-iotests: s390x: fix test 130
Bo Tu
2
-6
/
+6
2015-09-04
qemu-iotests: s390x: fix test 049, reject negative sizes in QemuOpts
Bo Tu
2
-6
/
+9
2015-09-04
qemu-iotests: s390x: fix test 041 and 055
Bo Tu
2
-0
/
+15
2015-09-04
qemu-iotests: disable default qemu devices for cross-platform compatibility
Bo Tu
7
-288
/
+7
[prev]
[next]