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
2020-03-12
hw/arm/allwinner: add SD/MMC host controller
Niek Linnenbank
11
-1
/
+1059
2020-03-12
hw/arm/allwinner: add Security Identifier device
Niek Linnenbank
7
-1
/
+254
2020-03-12
hw/arm/allwinner: add CPU Configuration module
Niek Linnenbank
6
-1
/
+351
2020-03-12
hw/arm/allwinner-h3: add System Control module
Niek Linnenbank
5
-1
/
+219
2020-03-12
hw/arm/allwinner-h3: add USB host controller
Niek Linnenbank
5
-0
/
+72
2020-03-12
hw/arm/allwinner-h3: add Clock Control Unit
Niek Linnenbank
5
-1
/
+320
2020-03-12
hw/arm: add Xunlong Orange Pi PC machine
Niek Linnenbank
3
-1
/
+94
2020-03-12
hw/arm: add Allwinner H3 System-on-Chip
Niek Linnenbank
6
-0
/
+450
2020-03-12
hw/arm/fsl-imx25: Wire up USB controllers
Guenter Roeck
2
-0
/
+33
2020-03-12
hw/arm/fsl-imx25: Wire up eSDHC controllers
Guenter Roeck
3
-0
/
+57
2020-03-12
hw/arm/cubieboard: make sure SOC object isn't leaked
Igor Mammedov
1
-0
/
+3
2020-03-12
target/arm: Disable clean_data_tbi for system mode
Richard Henderson
1
-0
/
+11
2020-03-12
target/arm: Check addresses for disabled regimes
Richard Henderson
1
-1
/
+34
2020-03-12
aspeed/smc: Fix User mode select/unselect scheme
Cédric Le Goater
2
-16
/
+24
2020-03-12
aspeed/smc: Add some tracing
Cédric Le Goater
3
-0
/
+27
2020-03-12
target/arm: Fix some comment typos
Peter Maydell
2
-2
/
+2
2020-03-12
target/arm: Recalculate hflags correctly after writes to CONTROL
Peter Maydell
3
-4
/
+16
2020-03-12
target/arm: Update hflags in trans_CPS_v7m()
Peter Maydell
1
-1
/
+4
2020-03-12
hw/intc/armv7m_nvic: Rebuild hflags on reset
Peter Maydell
1
-0
/
+6
2020-03-12
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-docs-20200312' into ...
Peter Maydell
31
-378
/
+369
2020-03-12
Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-03-10' into sta...
Peter Maydell
1
-2
/
+2
2020-03-12
tests: Disable dbus-vmstate-test
Peter Maydell
1
-1
/
+2
2020-03-12
docs: Be consistent about capitalization of 'Arm'
Peter Maydell
19
-29
/
+29
2020-03-12
docs: Move arm-cpu-features.rst into the system manual
Peter Maydell
2
-7
/
+7
2020-03-12
docs/system/target-arm.rst: Add some introductory text
Peter Maydell
1
-2
/
+64
2020-03-12
docs/system: Split target-arm.rst into sub-documents
Peter Maydell
11
-212
/
+249
2020-03-12
Makefile: Allow for subdirectories in Sphinx manual dependencies
Peter Maydell
1
-1
/
+1
2020-03-12
docs/qemu-option-trace.rst.inc: Remove redundant comment
Peter Maydell
1
-4
/
+0
2020-03-12
docs/index.rst, docs/index.html.in: Reorder manuals
Peter Maydell
2
-9
/
+9
2020-03-12
Makefile: Make all Sphinx documentation depend on the extensions
Peter Maydell
1
-1
/
+2
2020-03-12
docs/sphinx/hxtool.py: Remove STEXI/ETEXI support
Peter Maydell
1
-24
/
+4
2020-03-12
hxtool: Remove Texinfo generation support
Peter Maydell
1
-77
/
+1
2020-03-12
Update comments in .hx files that mention Texinfo
Peter Maydell
3
-12
/
+12
2020-03-12
Makefile: Remove redundant Texinfo related code
Peter Maydell
1
-10
/
+1
2020-03-11
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...
Peter Maydell
24
-278
/
+749
2020-03-11
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
11
-313
/
+915
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
4
-62
/
+80
2020-03-11
block/block-copy: reduce intersecting request lock
Vladimir Sementsov-Ogievskiy
1
-24
/
+105
2020-03-11
block/block-copy: rename start to offset in interfaces
Vladimir Sementsov-Ogievskiy
2
-43
/
+43
2020-03-11
block/block-copy: refactor interfaces to use bytes instead of end
Vladimir Sementsov-Ogievskiy
2
-40
/
+44
2020-03-11
block/block-copy: factor out find_conflicting_inflight_req
Vladimir Sementsov-Ogievskiy
1
-12
/
+19
2020-03-11
block/block-copy: use block_status
Vladimir Sementsov-Ogievskiy
2
-13
/
+61
2020-03-11
block/block-copy: specialcase first copy_range request
Vladimir Sementsov-Ogievskiy
1
-10
/
+31
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
3
-25
/
+19
2020-03-11
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
6
-25
/
+76
2020-03-11
block/qcow2-threads: fix qcow2_decompress
Vladimir Sementsov-Ogievskiy
1
-5
/
+7
2020-03-11
qemu-img: free memory before re-assign
Pan Nengyuan
1
-0
/
+2
2020-03-11
block/qcow2: do free crypto_opts in qcow2_close()
Pan Nengyuan
1
-0
/
+1
2020-03-11
iotests: Fix nonportable use of od --endian
Eric Blake
1
-5
/
+17
2020-03-11
block/curl: HTTP header field names are case insensitive
David Edmondson
1
-2
/
+3
[next]