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-10-15
target/cris: Drop checks for singlestep_enabled
Richard Henderson
1
-16
/
+0
2021-10-15
target/avr: Drop checks for singlestep_enabled
Richard Henderson
1
-15
/
+4
2021-10-15
target/alpha: Drop checks for singlestep_enabled
Richard Henderson
1
-10
/
+3
2021-10-15
accel/tcg: Handle gdb singlestep in cpu_tb_exec
Richard Henderson
1
-0
/
+11
2021-10-15
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-10-15' into st...
Richard Henderson
6
-148
/
+164
2021-10-15
block-backend: update blk_co_pwrite() and blk_co_pread() wrappers
Vladimir Sementsov-Ogievskiy
1
-2
/
+6
2021-10-15
block-backend: fix blk_co_flush prototype to mention coroutine_fn
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: drop INT_MAX restriction from blk_check_byte_request()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2021-10-15
block-backend: blk_pread, blk_pwrite: rename count parameter to bytes
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2021-10-15
block-backend: convert blk_aio_ functions to int64_t bytes paramter
Vladimir Sementsov-Ogievskiy
2
-7
/
+10
2021-10-15
block-backend: convert blk_co_copy_range to int64_t bytes
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2021-10-15
block-backend: convert blk_foo wrappers to use int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
2
-8
/
+8
2021-10-15
block-backend: drop blk_prw, use block-coroutine-wrapper
Vladimir Sementsov-Ogievskiy
2
-93
/
+88
2021-10-15
block-coroutine-wrapper.py: support BlockBackend first argument
Vladimir Sementsov-Ogievskiy
2
-2
/
+13
2021-10-15
block-backend: rename _do_ helper functions to _co_do_
Vladimir Sementsov-Ogievskiy
1
-26
/
+26
2021-10-15
block-backend: convert blk_co_pdiscard to int64_t bytes
Vladimir Sementsov-Ogievskiy
2
-3
/
+5
2021-10-15
block-backend: convert blk_co_pwritev_part to int64_t bytes
Vladimir Sementsov-Ogievskiy
3
-8
/
+8
2021-10-15
block-backend: make blk_co_preadv() 64bit
Vladimir Sementsov-Ogievskiy
3
-4
/
+4
2021-10-15
block-backend: blk_check_byte_request(): int64_t bytes
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2021-10-15
qcow2: Silence clang -m32 compiler warning
Hanna Reitz
1
-1
/
+2
2021-10-15
Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into staging
Richard Henderson
23
-178
/
+280
2021-10-15
Merge remote-tracking branch 'remotes/thuth/tags/pull-request-2021-10-15' int...
Richard Henderson
4
-24
/
+12
2021-10-15
vl: Enable JSON syntax for -device
Kevin Wolf
2
-11
/
+67
2021-10-15
qdev: Base object creation on QDict rather than QemuOpts
Kevin Wolf
7
-59
/
+61
2021-10-15
virtio-net: Avoid QemuOpts in failover_find_primary_device()
Kevin Wolf
1
-33
/
+19
2021-10-15
virtio-net: Store failover primary opts pointer locally
Kevin Wolf
2
-8
/
+19
2021-10-15
qdev: Add Error parameter to hide_device() callbacks
Kevin Wolf
4
-6
/
+16
2021-10-15
qemu-option: Allow deleting opts during qemu_opts_foreach()
Kevin Wolf
1
-2
/
+2
2021-10-15
softmmu/qdev-monitor: add error handling in qdev_set_id
Damien Hedde
3
-12
/
+55
2021-10-15
qdev: Make DeviceState.id independent of QemuOpts
Kevin Wolf
7
-7
/
+9
2021-10-15
qdev: Avoid using string visitor for properties
Kevin Wolf
1
-3
/
+17
2021-10-15
iotests/051: Fix typo
Kevin Wolf
2
-3
/
+3
2021-10-15
iotests/245: Fix type for iothread property
Kevin Wolf
1
-2
/
+2
2021-10-15
qom: Reduce use of error_propagate()
Kevin Wolf
2
-17
/
+9
2021-10-15
net/vhost-vdpa: Fix device compatibility check
Kevin Wolf
1
-23
/
+14
2021-10-15
net/vhost-user: Fix device compatibility check
Kevin Wolf
1
-27
/
+14
2021-10-15
net: Introduce NetClientInfo.check_peer_type()
Kevin Wolf
2
-0
/
+8
2021-10-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Richard Henderson
23
-1365
/
+1041
2021-10-14
configure: automatically parse command line for meson -D options
Paolo Bonzini
5
-588
/
+461
2021-10-14
meson-buildoptions: include list of tracing backends
Paolo Bonzini
1
-0
/
+16
2021-10-14
configure: prepare for auto-generated option parsing
Paolo Bonzini
4
-10
/
+106
2021-10-14
configure: accept "internal" for --enable-capstone/slirp/fdt
Paolo Bonzini
1
-3
/
+3
2021-10-14
configure: remove deprecated --{enable, disable}-git-update
Paolo Bonzini
1
-8
/
+0
2021-10-14
configure, meson: move more compiler checks to Meson
Paolo Bonzini
3
-92
/
+47
2021-10-14
configure: remove obsolete Solaris ar check
Paolo Bonzini
1
-15
/
+0
2021-10-14
configure, meson: move Spice configure handling to meson
Marc-André Lureau
5
-60
/
+26
2021-10-14
configure, meson: move netmap detection to meson
Paolo Bonzini
4
-38
/
+27
2021-10-14
configure, meson: move vde detection to meson
Paolo Bonzini
4
-35
/
+30
2021-10-14
configure, meson: move libaio check to meson.build
Paolo Bonzini
5
-31
/
+18
2021-10-14
configure, meson: move pthread_setname_np checks to Meson
Paolo Bonzini
3
-81
/
+25
[next]