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
2023-05-30
accel/tcg: Add aarch64 lse2 load_atom_extract_al16_or_al8
Richard Henderson
1
-0
/
+40
2023-05-30
accel/tcg: Add x86_64 load_atom_extract_al16_or_al8
Richard Henderson
1
-0
/
+50
2023-05-30
accel/tcg: Extract store_atom_insert_al16 to host header
Richard Henderson
2
-39
/
+51
2023-05-30
accel/tcg: Extract load_atom_extract_al16_or_al8 to host header
Richard Henderson
2
-34
/
+47
2023-05-30
tcg/s390x: Support 128-bit load/store
Richard Henderson
3
-4
/
+107
2023-05-30
tcg/ppc: Support 128-bit load/store
Richard Henderson
4
-13
/
+101
2023-05-30
tcg/aarch64: Support 128-bit load/store
Richard Henderson
3
-3
/
+151
2023-05-30
tcg/aarch64: Simplify constraints on qemu_ld/st
Richard Henderson
3
-29
/
+19
2023-05-30
tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2
Richard Henderson
1
-2
/
+7
2023-05-30
tcg/aarch64: Rename temporaries
Richard Henderson
1
-25
/
+25
2023-05-30
tcg/i386: Support 128-bit load/store
Richard Henderson
2
-5
/
+190
2023-05-30
qemu/atomic128: Add x86_64 atomic128-ldst.h
Richard Henderson
1
-0
/
+68
2023-05-30
meson: Split test for __int128_t type from __int128_t arithmetic
Richard Henderson
2
-7
/
+12
2023-05-30
accel/tcg: Fix check for page writeability in load_atomic16_or_exit
Richard Henderson
1
-2
/
+2
2023-05-30
tcg: Fix register move type in tcg_out_ld_helper_ret
Richard Henderson
1
-2
/
+2
2023-05-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
70
-562
/
+931
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
36
-298
/
+80
2023-05-30
virtio: do not set is_external=true on host notifiers
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
6
-12
/
+127
2023-05-30
virtio-blk: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
2
-7
/
+47
2023-05-30
virtio: make it possible to detach host notifier from any thread
Stefan Hajnoczi
3
-3
/
+21
2023-05-30
block/fuse: do not set is_external=true on FUSE fd
Stefan Hajnoczi
1
-2
/
+54
2023-05-30
block/export: don't require AioContext lock around blk_exp_ref/unref()
Stefan Hajnoczi
3
-11
/
+8
2023-05-30
block/export: rewrite vduse-blk drain code
Stefan Hajnoczi
1
-39
/
+93
2023-05-30
hw/xen: do not set is_external=true on evtchn fds
Stefan Hajnoczi
1
-4
/
+4
2023-05-30
xen-block: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
4
-16
/
+59
2023-05-30
block: drain from main loop thread in bdrv_co_yield_to_drain()
Stefan Hajnoczi
4
-58
/
+67
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
2
-0
/
+8
2023-05-30
hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstore
Stefan Hajnoczi
1
-1
/
+1
2023-05-30
block/export: stop using is_external in vhost-user-blk server
Stefan Hajnoczi
2
-7
/
+31
2023-05-30
block/export: wait for vhost-user-blk requests when draining
Stefan Hajnoczi
3
-7
/
+28
2023-05-30
util/vhost-user-server: rename refcount to in_flight counter
Stefan Hajnoczi
3
-14
/
+17
2023-05-30
virtio-scsi: stop using aio_disable_external() during unplug
Stefan Hajnoczi
1
-3
/
+0
2023-05-30
virtio-scsi: avoid race between unplug and transport event
Stefan Hajnoczi
2
-26
/
+63
2023-05-30
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
2
-5
/
+15
2023-05-30
block-backend: split blk_do_set_aio_context()
Stefan Hajnoczi
1
-38
/
+23
2023-05-30
iotests: Test blockdev-create in iothread
Kevin Wolf
2
-0
/
+71
2023-05-30
iotests: Make verify_virtio_scsi_pci_or_ccw() public
Kevin Wolf
2
-2
/
+2
2023-05-30
block: Fix AioContext locking in bdrv_insert_node()
Kevin Wolf
1
-0
/
+11
2023-05-30
block: Take AioContext lock in bdrv_open_driver()
Kevin Wolf
1
-0
/
+7
2023-05-30
copy-before-write: Fix open with child in iothread
Kevin Wolf
1
-5
/
+16
2023-05-30
raw-format: Fix open with 'file' in iothread
Kevin Wolf
2
-3
/
+5
2023-05-30
qcow2: Fix open with 'file' in iothread
Kevin Wolf
2
-2
/
+12
2023-05-30
mirror: Hold main AioContext lock for calling bdrv_open_backing_file()
Kevin Wolf
2
-0
/
+8
2023-05-30
block-backend: Fix blk_new_open() for iothreads
Kevin Wolf
1
-6
/
+21
2023-05-30
block: Take main AioContext lock when calling bdrv_open()
Kevin Wolf
6
-6
/
+38
2023-05-30
block: Clarify locking rules for bdrv_open(_inherit)()
Kevin Wolf
1
-8
/
+2
2023-05-30
block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
Kevin Wolf
3
-11
/
+24
2023-05-30
Merge tag 'pull-target-arm-20230530-1' of https://git.linaro.org/people/pmayd...
Richard Henderson
21
-145
/
+774
2023-05-30
docs: sbsa: correct graphics card name
Marcin Juszkiewicz
1
-1
/
+1
[prev]
[next]