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
2021-02-04
vhost-user-gpu: check backend for EDID support
Marc-André Lureau
1
-0
/
+6
2021-02-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qmp-2021-02-04' into s...
Peter Maydell
7
-21
/
+55
2021-02-04
spice: delay starting until display are initialized
Marc-André Lureau
3
-1
/
+11
2021-02-04
qxl: also notify the rendering is done when skipping it
Marc-André Lureau
1
-0
/
+1
2021-02-04
qxl: set qxl.ssd.dcl.con on secondary devices
Marc-André Lureau
1
-0
/
+1
2021-02-04
hw/display/qxl: Fix bad printf format specifiers
Alex Chen
2
-3
/
+3
2021-02-04
qmp: Resume OOB-enabled monitor before processing the request
Markus Armbruster
1
-6
/
+27
2021-02-04
qmp: Add more tracepoints
Markus Armbruster
2
-0
/
+11
2021-02-04
qmp: Fix up comments after commit 9ce44e2ce2
Markus Armbruster
1
-2
/
+2
2021-02-04
docs/interop/qmp-spec: Document the request queue limit
Markus Armbruster
1
-3
/
+5
2021-02-04
qobject: braces {} are necessary for all arms of this statement
Zhang Han
1
-2
/
+4
2021-02-04
qobject: spaces required around that operators
Zhang Han
1
-2
/
+2
2021-02-04
qobject: code indent should never use tabs
Zhang Han
1
-2
/
+2
2021-02-04
qobject: open brace '{' following struct go on the same line
Zhang Han
2
-4
/
+2
2021-02-04
monitor/qmp-cmds.c: Don't include ui/vnc.h
Peter Maydell
1
-1
/
+1
2021-02-03
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210202' into...
Peter Maydell
29
-1266
/
+1250
2021-02-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-02-02-v2' into...
Peter Maydell
15
-133
/
+275
2021-02-03
nbd: make nbd_read* return -EIO on error
Roman Kagan
1
-3
/
+4
2021-02-03
block/nbd: only enter connection coroutine if it's present
Roman Kagan
1
-7
/
+9
2021-02-03
block/nbd: only detach existing iochannel from aio_context
Roman Kagan
1
-1
/
+8
2021-02-03
block/io: use int64_t bytes in copy_range
Vladimir Sementsov-Ogievskiy
4
-22
/
+22
2021-02-03
block/io: support int64_t bytes in read/write wrappers
Vladimir Sementsov-Ogievskiy
5
-16
/
+18
2021-02-03
block/io: support int64_t bytes in bdrv_co_p{read,write}v_part()
Vladimir Sementsov-Ogievskiy
3
-10
/
+12
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_preadv()
Vladimir Sementsov-Ogievskiy
1
-4
/
+5
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_copy_on_readv()
Vladimir Sementsov-Ogievskiy
2
-4
/
+6
2021-02-03
block/io: support int64_t bytes in bdrv_aligned_pwritev()
Vladimir Sementsov-Ogievskiy
1
-8
/
+13
2021-02-03
block/io: support int64_t bytes in bdrv_co_do_pwrite_zeroes()
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2021-02-03
block/io: use int64_t bytes in driver wrappers
Vladimir Sementsov-Ogievskiy
1
-4
/
+8
2021-02-03
block: use int64_t as bytes type in tracked requests
Eric Blake
2
-7
/
+11
2021-02-03
block/io: improve bdrv_check_request: check qiov too
Vladimir Sementsov-Ogievskiy
1
-7
/
+39
2021-02-03
block/throttle-groups: throttle_group_co_io_limits_intercept(): 64bit bytes
Vladimir Sementsov-Ogievskiy
2
-2
/
+5
2021-02-03
block/io: bdrv_pad_request(): support qemu_iovec_init_extended failure
Vladimir Sementsov-Ogievskiy
1
-14
/
+31
2021-02-03
block/io: refactor bdrv_pad_request(): move bdrv_pad_request() up
Vladimir Sementsov-Ogievskiy
1
-6
/
+19
2021-02-03
block: fix theoretical overflow in bdrv_init_padding()
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2021-02-03
util/iov: make qemu_iovec_init_extended() honest
Vladimir Sementsov-Ogievskiy
3
-6
/
+31
2021-02-03
block: refactor bdrv_check_request: add errp
Vladimir Sementsov-Ogievskiy
5
-12
/
+28
2021-02-03
iotests: Fix expected whitespace for 185
Eric Blake
1
-1
/
+1
2021-02-03
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210203'...
Peter Maydell
15
-69
/
+130
2021-02-03
hw/arm: Display CPU type in machine description
Philippe Mathieu-Daudé
6
-7
/
+7
2021-02-03
hw/net/can: ZynqMP CAN device requires PTIMER
Philippe Mathieu-Daudé
1
-0
/
+1
2021-02-03
hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripherals
Philippe Mathieu-Daudé
1
-0
/
+1
2021-02-03
hw/arm/xlnx-versal: Versal SoC requires ZDMA
Philippe Mathieu-Daudé
3
-1
/
+6
2021-02-03
hw/arm/exynos4210: Add missing dependency on OR_IRQ
Philippe Mathieu-Daudé
1
-0
/
+1
2021-02-03
hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
Philippe Mathieu-Daudé
1
-0
/
+1
2021-02-03
Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...
Peter Maydell
11
-25
/
+87
2021-02-02
tcg: Remove TCG_TARGET_CON_SET_H
Richard Henderson
10
-22
/
+0
2021-02-02
tcg/tci: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-142
/
+158
2021-02-02
tcg/sparc: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-52
/
+56
2021-02-02
tcg/s390: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-70
/
+81
2021-02-02
tcg/riscv: Split out constraint sets to tcg-target-con-set.h
Richard Henderson
3
-60
/
+54
[prev]
[next]