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-10-06
qom: Improve error message displayed with missing object properties
Philippe Mathieu-Daudé
1
-1
/
+2
2020-10-06
hw/core/cpu: Add missing 'exec/cpu-common.h' include
Philippe Mathieu-Daudé
1
-0
/
+1
2020-10-06
hw/core/qdev-properties: Extract system-mode specific properties
Philippe Mathieu-Daudé
2
-682
/
+679
2020-10-06
hw/core/qdev-properties: Export some integer-related functions
Philippe Mathieu-Daudé
2
-22
/
+35
2020-10-06
hw/core/qdev-properties: Export qdev_prop_enum
Philippe Mathieu-Daudé
2
-0
/
+8
2020-10-06
hw/core/qdev-properties: Export enum-related functions
Philippe Mathieu-Daudé
2
-28
/
+49
2020-10-06
hw/core/qdev-properties: Fix code style
Philippe Mathieu-Daudé
1
-5
/
+5
2020-10-06
hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
Philippe Mathieu-Daudé
1
-13
/
+12
2020-10-06
hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
Philippe Mathieu-Daudé
1
-2
/
+9
2020-10-06
Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...
Peter Maydell
14
-427
/
+607
2020-10-05
readthedocs: build with Python 3.6
Paolo Bonzini
1
-1
/
+1
2020-10-05
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
156
-650
/
+731
2020-10-05
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...
Peter Maydell
14
-698
/
+679
2020-10-05
util/vfio-helpers: Rework the IOVA allocator to avoid IOVA reserved regions
Eric Auger
1
-4
/
+53
2020-10-05
util/vfio-helpers: Collect IOVA reserved regions
Eric Auger
1
-2
/
+70
2020-10-05
docs: add 'io_uring' option to 'aio' param in qemu-options.hx
Stefano Garzarella
1
-4
/
+6
2020-10-05
include/block/block.h: drop non-ascii quotation mark
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-10-05
block/io: refactor save/load vmstate
Vladimir Sementsov-Ogievskiy
3
-41
/
+43
2020-10-05
block: drop bdrv_prwv
Vladimir Sementsov-Ogievskiy
4
-48
/
+15
2020-10-05
block: generate coroutine-wrapper code
Vladimir Sementsov-Ogievskiy
4
-294
/
+13
2020-10-05
scripts: add block-coroutine-wrapper.py
Vladimir Sementsov-Ogievskiy
6
-0
/
+289
2020-10-05
block: declare some coroutine functions in block/coroutines.h
Vladimir Sementsov-Ogievskiy
3
-21
/
+88
2020-10-05
block/io: refactor coroutine wrappers
Vladimir Sementsov-Ogievskiy
1
-28
/
+32
2020-10-05
block: return error-code from bdrv_invalidate_cache
Vladimir Sementsov-Ogievskiy
2
-15
/
+19
2020-10-05
block/nvme: Replace magic value by SCALE_MS definition
Philippe Mathieu-Daudé
1
-1
/
+1
2020-10-05
block/nvme: Use register definitions from 'block/nvme.h'
Philippe Mathieu-Daudé
1
-10
/
+11
2020-10-05
block/nvme: Drop NVMeRegs structure, directly use NvmeBar
Philippe Mathieu-Daudé
1
-14
/
+9
2020-10-05
block/nvme: Reduce I/O registers scope
Philippe Mathieu-Daudé
1
-13
/
+16
2020-10-05
block/nvme: Map doorbells pages write-only
Philippe Mathieu-Daudé
1
-10
/
+19
2020-10-05
util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()
Philippe Mathieu-Daudé
3
-4
/
+5
2020-10-05
dockerfiles: add diffutils to Fedora
Paolo Bonzini
1
-0
/
+1
2020-10-04
tests: tcg: do not use implicit rules
Paolo Bonzini
1
-3
/
+3
2020-10-04
target-i386: post memory failure event to QMP
zhenwei pi
2
-5
/
+32
2020-10-04
qapi/run-state.json: introduce memory failure event
zhenwei pi
1
-0
/
+90
2020-10-04
target-i386: seperate MCIP & MCE_MASK error reason
zhenwei pi
1
-7
/
+18
2020-10-04
meson: move sparse detection to Meson and rewrite check_sparse.py
Paolo Bonzini
4
-35
/
+57
2020-10-03
default-configs: remove redundant keys
Paolo Bonzini
59
-81
/
+8
2020-10-03
default-configs: use TARGET_ARCH key
Paolo Bonzini
73
-73
/
+76
2020-10-03
configure: move OpenBSD W^X test to meson
Paolo Bonzini
2
-16
/
+7
2020-10-03
default-configs: remove default-configs/devices for user-mode targets
Paolo Bonzini
40
-42
/
+3
2020-10-03
configure: remove target configuration
Paolo Bonzini
74
-455
/
+412
2020-10-03
configure: remove useless config-target.mak symbols
Paolo Bonzini
1
-11
/
+14
2020-10-03
configure: compute derivatives of target name in meson
Paolo Bonzini
2
-13
/
+25
2020-10-03
configure: remove dead variable
Paolo Bonzini
1
-11
/
+0
2020-10-03
configure: move accelerator logic to meson
Paolo Bonzini
2
-34
/
+94
2020-10-03
configure: rewrite accelerator defaults as tests
Paolo Bonzini
1
-20
/
+38
2020-10-03
configure: convert accelerator variables to meson options
Paolo Bonzini
3
-66
/
+83
2020-10-03
default-configs: move files to default-configs/devices/
Paolo Bonzini
75
-4
/
+4
2020-10-03
travis: remove TCI test
Paolo Bonzini
1
-8
/
+0
2020-10-03
disas/capstone: Add skipdata hook for s390x
Richard Henderson
1
-1
/
+41
[next]