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
2019-10-24
xive: Make some device types not user creatable
Greg Kurz
1
-0
/
+15
2019-10-23
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-10-22' into st...
Peter Maydell
7
-78
/
+447
2019-10-23
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-10-22-v3' in...
Peter Maydell
390
-2961
/
+3116
2019-10-22
iotests: test nbd reconnect
Vladimir Sementsov-Ogievskiy
4
-0
/
+120
2019-10-22
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20191022-...
Peter Maydell
25
-86
/
+174
2019-10-22
hw/arm/digic4: Inline digic4_board_setup_ram() function
Philippe Mathieu-Daudé
1
-7
/
+2
2019-10-22
hw/arm/omap1: Create the RAM in the board
Philippe Mathieu-Daudé
4
-15
/
+19
2019-10-22
hw/arm/omap2: Create the RAM in the board
Philippe Mathieu-Daudé
3
-14
/
+13
2019-10-22
hw/arm/collie: Create the RAM in the board
Philippe Mathieu-Daudé
3
-11
/
+8
2019-10-22
hw/arm/mps2: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2
-2
/
+4
2019-10-22
hw/arm/xilinx_zynq: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
1
-1
/
+2
2019-10-22
hw/arm/exynos4210: Use the Samsung s3c SDHCI controller
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-22
hw/sd/sdhci: Add dummy Samsung SDHCI controller
Philippe Mathieu-Daudé
2
-0
/
+67
2019-10-22
hw/sd/sdhci: Add a comment to distinct the i.MX eSDHC functions
Philippe Mathieu-Daudé
1
-1
/
+2
2019-10-22
hw/m68k/mcf5208.c: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+5
2019-10-22
hw/watchdog/etraxfs_timer.c: Switch to transaction-based ptimer API
Peter Maydell
1
-10
/
+13
2019-10-22
hw/timer/altera_timer.c: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+9
2019-10-22
hw/timer/lm32_timer: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+9
2019-10-22
hw/timer/sh_timer: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+9
2019-10-22
hw/timer/puv3_ost.c: Switch to transaction-based ptimer API
Peter Maydell
1
-4
/
+5
2019-10-22
hw/timer/arm_mptimer.c: Undo accidental rename of arm_mptimer_init()
Peter Maydell
1
-2
/
+2
2019-10-22
hw/timer/exynos4210_mct: Initialize ptimer before starting it
Guenter Roeck
1
-1
/
+1
2019-10-22
target/arm: Fix sign-extension for SMLAL*
Richard Henderson
1
-1
/
+3
2019-10-22
block/nbd: nbd reconnect
Vladimir Sementsov-Ogievskiy
1
-63
/
+268
2019-10-22
qemu-coroutine-sleep: introduce qemu_co_sleep_wake
Vladimir Sementsov-Ogievskiy
2
-15
/
+59
2019-10-22
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20191022' into staging
Peter Maydell
5
-31
/
+32
2019-10-22
qapi: Allow introspecting fix for savevm's cooperation with blockdev
Peter Krempa
1
-1
/
+8
2019-10-22
tests/qapi-schema: Cover feature documentation comments
Markus Armbruster
3
-2
/
+42
2019-10-22
tests: qapi: Test 'features' of commands
Peter Krempa
4
-4
/
+74
2019-10-22
qapi: Add feature flags to commands
Peter Krempa
8
-28
/
+62
2019-10-22
tests/qapi-schema: Tidy up test output indentation
Markus Armbruster
5
-33
/
+33
2019-10-22
qapi: Clear scripts/qapi/doc.py executable bits again
Markus Armbruster
1
-1
/
+0
2019-10-22
qapi: Split up scripts/qapi/common.py
Markus Armbruster
17
-2335
/
+2439
2019-10-22
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2
-5
/
+1
2019-10-22
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.2-pull-re...
Peter Maydell
5
-45
/
+180
2019-10-22
qapi: Move gen_enum(), gen_enum_lookup() back to qapi/types.py
Markus Armbruster
3
-59
/
+60
2019-10-22
qapi: Speed up frontend tests
Markus Armbruster
364
-517
/
+415
2019-10-22
qapi: Eliminate accidental global frontend state
Markus Armbruster
1
-2
/
+3
2019-10-22
qapi: Store pragma state in QAPISourceInfo, not global state
Markus Armbruster
1
-17
/
+19
2019-10-22
qapi: Don't suppress doc generation without pragma doc-required
Markus Armbruster
2
-2
/
+1
2019-10-21
tests/migration: fix a typo in comment
Mao Zhongyi
1
-1
/
+1
2019-10-21
qemu-doc: Remove paragraph about requiring a HD image with -kernel
Thomas Huth
1
-4
/
+0
2019-10-21
s390x/kvm: Set default cpu model for all machine classes
David Hildenbrand
1
-2
/
+8
2019-10-21
s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW COMPUTE BORROW INDICATION
David Hildenbrand
1
-10
/
+3
2019-10-21
s390x/tcg: Fix VECTOR SUBTRACT WITH BORROW INDICATION
David Hildenbrand
1
-5
/
+5
2019-10-21
s390x/tcg: Fix VECTOR SUBTRACT COMPUTE BORROW INDICATION
David Hildenbrand
2
-4
/
+5
2019-10-21
s390x/tcg: Fix VECTOR SHIFT RIGHT ARITHMETIC BY BYTE
David Hildenbrand
1
-2
/
+4
2019-10-21
s390x/tcg: Fix VECTOR MULTIPLY AND ADD *
David Hildenbrand
1
-4
/
+4
2019-10-21
s390x/tcg: Fix VECTOR MULTIPLY LOGICAL ODD
David Hildenbrand
1
-1
/
+1
2019-10-21
s390x/mmu: Remove duplicate check for MMU_DATA_STORE
David Hildenbrand
1
-3
/
+1
[prev]
[next]