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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-05
tcg: Move TCG_TYPE_TL from tcg.h to tcg-op.h
Richard Henderson
2
-7
/
+8
2023-06-05
Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
1
-5
/
+3
2023-06-05
Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging
Richard Henderson
1
-1
/
+0
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
1
-5
/
+0
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
1
-0
/
+3
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
1
-1
/
+0
2023-06-05
hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
Jiaxun Yang
1
-1
/
+3
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
1
-3
/
+2
2023-06-02
runstate: drop unused runstate_store()
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2023-06-02
migration: never fail in global_state_store()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-06-02
runstate: add runstate_get()
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2023-06-01
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Richard Henderson
4
-38
/
+3
2023-06-01
accel/tcg: include cs_base in our hash calculations
Alex Bennée
1
-6
/
+17
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
2
-8
/
+0
2023-06-01
*-user: remove the guest_user_syscall tracepoints
Alex Bennée
1
-4
/
+0
2023-06-01
block: remove bdrv_co_io_plug() API
Stefan Hajnoczi
2
-14
/
+0
2023-06-01
block/linux-aio: convert to blk_io_plug_call() API
Stefan Hajnoczi
1
-7
/
+0
2023-06-01
block/io_uring: convert to blk_io_plug_call() API
Stefan Hajnoczi
1
-7
/
+0
2023-06-01
block: add blk_io_plug_call() API
Stefan Hajnoczi
1
-10
/
+3
2023-05-30
Merge tag 'pull-tcg-20230530' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
1
-2
/
+2
2023-05-30
meson: Split test for __int128_t type from __int128_t arithmetic
Richard Henderson
1
-2
/
+2
2023-05-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Richard Henderson
9
-111
/
+88
2023-05-30
aio: remove aio_disable_external() API
Stefan Hajnoczi
1
-57
/
+0
2023-05-30
virtio-scsi: implement BlockDevOps->drained_begin()
Stefan Hajnoczi
1
-0
/
+14
2023-05-30
block/export: don't require AioContext lock around blk_exp_ref/unref()
Stefan Hajnoczi
1
-0
/
+2
2023-05-30
block: drain from main loop thread in bdrv_co_yield_to_drain()
Stefan Hajnoczi
2
-48
/
+49
2023-05-30
block: add blk_in_drain() API
Stefan Hajnoczi
1
-0
/
+1
2023-05-30
block/export: wait for vhost-user-blk requests when draining
Stefan Hajnoczi
1
-1
/
+3
2023-05-30
util/vhost-user-server: rename refcount to in_flight counter
Stefan Hajnoczi
1
-3
/
+3
2023-05-30
hw/qdev: introduce qdev_is_realized() helper
Stefan Hajnoczi
1
-3
/
+14
2023-05-30
block-coroutine-wrapper: Take AioContext lock in no_co_wrappers
Kevin Wolf
1
-0
/
+3
2023-05-30
Update copyright dates to 2023
Enze Li
1
-1
/
+1
2023-05-30
hw/arm/smmuv3: Add knob to choose translation stage and enable stage-2
Mostafa Saleh
1
-0
/
+1
2023-05-30
hw/arm/smmuv3: Add CMDs related to stage-2
Mostafa Saleh
1
-0
/
+1
2023-05-30
hw/arm/smmuv3: Add VMID to TLB tagging
Mostafa Saleh
1
-2
/
+3
2023-05-30
hw/arm/smmuv3: Parse STE config for stage-2
Mostafa Saleh
2
-0
/
+4
2023-05-30
hw/arm/smmuv3: Refactor stage-1 PTW
Mostafa Saleh
1
-3
/
+13
2023-05-30
hw/arm/smmuv3: Update translation config to hold stage-2
Mostafa Saleh
1
-3
/
+19
2023-05-30
fsl-imx6: Add SNVS support for i.MX6 boards
Vitaly Cheptsov
1
-0
/
+2
2023-05-29
Merge tag 'pull-ppc-20230528' of https://gitlab.com/danielhb/qemu into staging
Richard Henderson
2
-2
/
+4
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-1
/
+1
2023-05-28
spapr: Add SPAPR_CAP_AIL_MODE_3 for AIL mode 3 support for H_SET_MODE hcall
Nicholas Piggin
1
-1
/
+3
2023-05-28
ui: add helpers for virtio-multitouch events
Sergio Lopez
1
-0
/
+5
2023-05-28
virtio-input: add a virtio-mulitouch device
Sergio Lopez
1
-4
/
+5
2023-05-28
ui: add the infrastructure to support MT events
Sergio Lopez
1
-0
/
+3
2023-05-28
ui/cursor: make width/height unsigned 16-bit integer
Mauro Matteo Cascella
1
-2
/
+2
2023-05-28
win32: wrap socket close() with an exception handler
Marc-André Lureau
1
-0
/
+4
2023-05-25
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-0
/
+3
2023-05-25
monitor: add more *_locked() functions
Paolo Bonzini
1
-0
/
+3
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
1
-3
/
+0
[next]