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-09-03
target/arm: Don't abort on M-profile exception return in linux-user mode
Peter Maydell
1
-1
/
+20
2019-09-03
target/arm: Free TCG temps in trans_VMOV_64_sp()
Peter Maydell
1
-0
/
+2
2019-09-03
include/exec/cpu-defs.h: fix typo
Alex Bennée
1
-1
/
+1
2019-09-03
atomic_template: fix indentation in GEN_ATOMIC_HELPER
Emilio G. Cota
1
-1
/
+1
2019-09-03
tcg/README: fix typo s/afterwise/afterwards/
Emilio G. Cota
1
-1
/
+1
2019-09-03
includes: remove stale [smp|max]_cpus externs
Alex Bennée
1
-2
/
+0
2019-09-03
hw/net/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-9
/
+8
2019-09-03
hw/dma/xilinx_axi: Use object_initialize_child for correct ref. counting
Philippe Mathieu-Daudé
1
-8
/
+8
2019-09-03
hw/arm/fsl-imx: Add the cpu as child of the SoC object
Philippe Mathieu-Daudé
2
-2
/
+6
2019-09-03
hw/arm: Use sysbus_init_child_obj for correct reference counting
Philippe Mathieu-Daudé
1
-2
/
+2
2019-09-03
hw/arm: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
3
-17
/
+16
2019-09-03
hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriate
Philippe Mathieu-Daudé
8
-11
/
+15
2019-09-03
target/arm: Fix SMMLS argument order
Richard Henderson
1
-2
/
+18
2019-09-03
hw/arm/smmuv3: Remove spurious error messages on IOVA invalidations
Eric Auger
2
-8
/
+12
2019-09-03
hw/arm/smmuv3: Log a guest error when decoding an invalid STE
Eric Auger
1
-0
/
+1
2019-09-03
memory: Remove unused memory_region_iommu_replay_all()
Eric Auger
2
-19
/
+0
2019-09-03
aspeed/timer: Provide back-pressure information for short periods
Andrew Jeffery
1
-1
/
+16
2019-09-03
target/arm: Take exceptions on ATS instructions when needed
Peter Maydell
1
-15
/
+92
2019-09-03
target/arm: Allow ARMCPRegInfo read/write functions to throw exceptions
Peter Maydell
3
-1
/
+18
2019-09-03
target/arm: Factor out unallocated_encoding for aarch32
Richard Henderson
2
-12
/
+13
2019-09-03
Revert "target/arm: Use unallocated_encoding for aarch32"
Richard Henderson
5
-15
/
+21
2019-09-03
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190828-pull-request...
Peter Maydell
2
-5
/
+12
2019-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+6
2019-09-03
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
9
-309
/
+568
2019-08-28
audio: omitting audiodev= parameter is only deprecated
Kővágó, Zoltán
2
-4
/
+11
2019-08-28
audio: fix invalid malloc size in audio_create_pdos
Kővágó, Zoltán
1
-1
/
+1
2019-08-27
tests: fix modules-test with no default machine
Marc-André Lureau
1
-1
/
+3
2019-08-27
build-sys: build ui-spice-app as a module
Marc-André Lureau
2
-1
/
+6
2019-08-27
Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into st...
Peter Maydell
3
-13
/
+36
2019-08-27
trace: Clarify DTrace/SystemTap help message
Philippe Mathieu-Daudé
1
-0
/
+6
2019-08-27
block/qcow2: implement .bdrv_co_pwritev(_compressed)_part
Vladimir Sementsov-Ogievskiy
5
-33
/
+48
2019-08-27
block/qcow2: implement .bdrv_co_preadv_part
Vladimir Sementsov-Ogievskiy
2
-29
/
+25
2019-08-27
block/qcow2: refactor qcow2_co_preadv to use buffer-based io
Vladimir Sementsov-Ogievskiy
1
-12
/
+16
2019-08-27
block/io: introduce bdrv_co_p{read, write}v_part
Vladimir Sementsov-Ogievskiy
2
-6
/
+29
2019-08-27
block/io: bdrv_aligned_pwritev: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-14
/
+13
2019-08-27
block/io: bdrv_aligned_preadv: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-13
/
+8
2019-08-27
block/io: bdrv_co_do_copy_on_readv: lazy allocation
Vladimir Sementsov-Ogievskiy
1
-9
/
+12
2019-08-27
block/io: bdrv_co_do_copy_on_readv: use and support qiov_offset
Vladimir Sementsov-Ogievskiy
1
-9
/
+9
2019-08-27
block: define .*_part io handlers in BlockDriver
Vladimir Sementsov-Ogievskiy
4
-22
/
+95
2019-08-27
block/io: refactor padding
Vladimir Sementsov-Ogievskiy
1
-165
/
+200
2019-08-27
util/iov: improve qemu_iovec_is_zero
Vladimir Sementsov-Ogievskiy
3
-14
/
+21
2019-08-27
util/iov: introduce qemu_iovec_init_extended
Vladimir Sementsov-Ogievskiy
2
-5
/
+114
2019-08-27
xen-bus: Avoid rewriting identical values to xenstore
Anthony PERARD
1
-4
/
+7
2019-08-27
xen-bus: Fix backend state transition on device reset
Anthony PERARD
1
-3
/
+20
2019-08-27
xen: cleanup IOREQ server on exit
Igor Druzhinin
1
-0
/
+2
2019-08-27
xen: Fix ring.h header
Anthony PERARD
1
-6
/
+7
2019-08-27
Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into staging
Peter Maydell
1
-1
/
+3
2019-08-25
target/alpha: fix tlb_fill trap_arg2 value for instruction fetch
Aurelien Jarno
1
-1
/
+3
2019-08-23
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2
-1
/
+9
2019-08-23
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190822' into staging
Peter Maydell
5
-51
/
+108
[next]