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
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
22
-61
/
+109
2020-09-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...
Peter Maydell
69
-179
/
+163
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
651
-2595
/
+2079
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-next-pull-request' in...
Peter Maydell
5
-172
/
+68
2020-09-21
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/acceptance-next-2020...
Peter Maydell
2
-0
/
+14
2020-09-21
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...
Peter Maydell
2
-1
/
+172
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
505
-1795
/
+609
2020-09-18
Use OBJECT_DECLARE_TYPE when possible
Eduardo Habkost
69
-255
/
+69
2020-09-18
qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros
Eduardo Habkost
74
-77
/
+75
2020-09-18
qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE
Eduardo Habkost
20
-30
/
+19
2020-09-18
scripts/codeconverter: Update to latest version
Eduardo Habkost
6
-245
/
+1057
2020-09-18
analyze-migration.py: fix read_migration_debug_json() return type
Alexey Kirillov
1
-1
/
+2
2020-09-18
scripts/simplebench: compare write request performance
Andrey Shinkevich
1
-0
/
+170
2020-09-18
target/s390x: Set instance_align on S390CPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/riscv: Set instance_align on RISCVCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/ppc: Set instance_align on PowerPCCPU TypeInfo
Richard Henderson
1
-0
/
+1
2020-09-18
target/arm: Set instance_align on CPUARM TypeInfo
Richard Henderson
1
-0
/
+2
2020-09-18
qom: Allow objects to be allocated with increased alignment
Richard Henderson
2
-3
/
+38
2020-09-18
i386: Simplify CPUID_8000_001E for AMD
Babu Moger
1
-150
/
+45
2020-09-18
i386: Simplify CPUID_8000_001d for AMD
Babu Moger
1
-15
/
+16
2020-09-18
hw/i386/vmport: Drop superfluous parenthesis around function typedef
Philippe Mathieu-Daudé
1
-1
/
+1
2020-09-18
i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks
Vitaly Kuznetsov
4
-6
/
+6
2020-09-18
qom: Correct error values in two contracts
Markus Armbruster
1
-2
/
+2
2020-09-18
qom: Clean up object_property_get_enum()'s error value
Markus Armbruster
3
-6
/
+8
2020-09-18
qom: Correct object_class_dynamic_cast_assert() documentation
Eduardo Habkost
1
-1
/
+1
2020-09-18
sifive: Use DECLARE_*CHECKER* macros
Eduardo Habkost
7
-13
/
+14
2020-09-18
sifive: Move QOM typedefs and add missing includes
Eduardo Habkost
7
-14
/
+28
2020-09-18
sifive_u: Rename memmap enum constants
Eduardo Habkost
2
-95
/
+95
2020-09-18
sifive_e: Rename memmap enum constants
Eduardo Habkost
2
-60
/
+60
2020-09-18
tests/acceptance: Skip slow quanta-gsj U-boot+Linux test
Philippe Mathieu-Daudé
1
-0
/
+1
2020-09-18
tests/acceptance: Disable tests dependent of unreliable apt.armbian.com
Philippe Mathieu-Daudé
2
-0
/
+13
2020-09-18
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' int...
Peter Maydell
1
-1
/
+1
2020-09-18
hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumption
Laszlo Ersek
1
-1
/
+1
2020-09-18
Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' int...
Peter Maydell
5
-13
/
+73
2020-09-18
docker.py: always use --rm
Paolo Bonzini
2
-3
/
+2
2020-09-18
misc: aspeed_scu: Update AST2600 silicon id register
Joel Stanley
1
-1
/
+6
2020-09-18
hw/arm/aspeed: Add machine properties to define the flash models
Cédric Le Goater
2
-2
/
+61
2020-09-18
hw/arm/aspeed: Map the UART5 device unconditionally
Philippe Mathieu-Daudé
2
-10
/
+6
2020-09-17
Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque...
Peter Maydell
26
-313
/
+823
2020-09-17
contrib/: fix some comment spelling errors
zhaolichang
4
-7
/
+7
2020-09-17
qapi/: fix some comment spelling errors
zhaolichang
2
-4
/
+4
2020-09-17
disas/: fix some comment spelling errors
zhaolichang
3
-6
/
+6
2020-09-17
linux-user/: fix some comment spelling errors
zhaolichang
6
-9
/
+9
2020-09-17
util/: fix some comment spelling errors
zhaolichang
6
-6
/
+6
2020-09-17
scripts/: fix some comment spelling errors
zhaolichang
5
-7
/
+7
2020-09-17
docs/: fix some comment spelling errors
zhaolichang
17
-27
/
+27
2020-09-17
migration/: fix some comment spelling errors
zhaolichang
8
-18
/
+18
2020-09-17
qemu/: fix some comment spelling errors
zhaolichang
11
-11
/
+11
2020-09-17
Merge remote-tracking branch 'remotes/stsquad/tags/pull-configure-fixes-16092...
Peter Maydell
5
-25
/
+37
2020-09-17
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...
Peter Maydell
21
-215
/
+207
[next]