index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
escc: emulate dip switch language layout settings on SUN keyboard
Henrik Carlqvist
5
-2
/
+210
2023-06-28
target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI
Richard Henderson
1
-2
/
+6
2023-06-28
target/sparc: Use DYNAMIC_PC_LOOKUP for v9 RETURN
Richard Henderson
1
-1
/
+1
2023-06-28
target/sparc: Use DYNAMIC_PC_LOOKUP for JMPL
Richard Henderson
1
-1
/
+1
2023-06-28
target/sparc: Use DYNAMIC_PC_LOOKUP for conditional branches
Richard Henderson
1
-3
/
+3
2023-06-28
target/sparc: Introduce DYNAMIC_PC_LOOKUP
Richard Henderson
1
-44
/
+103
2023-06-28
target/sparc: Drop inline markers from translate.c
Richard Henderson
1
-126
/
+111
2023-06-28
target/sparc: Fix npc comparison in sparc_tr_insn_start
Richard Henderson
1
-1
/
+1
2023-06-28
target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
Richard Henderson
1
-2
/
+2
2023-06-28
Revert "hw/sparc64/niagara: Use blk_name() instead of open-coding it"
Markus Armbruster
1
-2
/
+4
2023-06-28
docs: update hw/nvme documentation for TP4146
Klaus Jensen
1
-1
/
+36
2023-06-28
hw/nvme: add placement handle list ranges
Klaus Jensen
1
-8
/
+32
2023-06-28
hw/nvme: verify uniqueness of reclaim unit handle identifiers
Klaus Jensen
1
-0
/
+11
2023-06-28
hw/nvme: fix verification of number of ruhis
Klaus Jensen
2
-5
/
+5
2023-06-28
hw/nvme: check maximum copy length (MCL) for COPY
Minwoo Im
1
-0
/
+24
2023-06-28
hw/nvme: consider COPY command in nvme_aio_err
Minwoo Im
1
-0
/
+1
2023-06-28
hw/nvme: add comment for nvme-ns properties
Minwoo Im
1
-1
/
+8
2023-06-28
block: use bdrv_co_debug_event in coroutine context
Paolo Bonzini
10
-52
/
+59
2023-06-28
block: use bdrv_co_getlength in coroutine context
Paolo Bonzini
4
-12
/
+12
2023-06-28
qcow2: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
5
-98
/
+105
2023-06-28
vhdx: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
3
-57
/
+57
2023-06-28
vmdk: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-13
/
+14
2023-06-28
dmg: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-10
/
+11
2023-06-28
cloop: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-4
/
+5
2023-06-28
block: mark another function as coroutine_fns and GRAPH_UNLOCKED
Paolo Bonzini
1
-5
/
+6
2023-06-28
bochs: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-3
/
+4
2023-06-28
vpc: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
1
-26
/
+26
2023-06-28
qed: mark more functions as coroutine_fns and GRAPH_RDLOCK
Paolo Bonzini
2
-5
/
+7
2023-06-28
file-posix: remove incorrect coroutine_fn calls
Paolo Bonzini
1
-12
/
+17
2023-06-28
Revert "graph-lock: Disable locking for now"
Kevin Wolf
1
-26
/
+0
2023-06-28
graph-lock: Unlock the AioContext while polling
Kevin Wolf
3
-5
/
+28
2023-06-28
blockjob: Fix AioContext locking in block_job_add_bdrv()
Kevin Wolf
1
-5
/
+12
2023-06-28
block: Fix AioContext locking in bdrv_open_backing_file()
Kevin Wolf
1
-0
/
+5
2023-06-28
block: Fix AioContext locking in bdrv_open_inherit()
Kevin Wolf
1
-1
/
+24
2023-06-28
block: Fix AioContext locking in bdrv_reopen_parse_file_or_backing()
Kevin Wolf
1
-2
/
+33
2023-06-28
block: Fix AioContext locking in bdrv_attach_child_common()
Kevin Wolf
1
-1
/
+20
2023-06-28
block: Fix AioContext locking in bdrv_open_child()
Kevin Wolf
1
-2
/
+11
2023-06-28
test-block-iothread: Lock AioContext for blk_insert_bs()
Kevin Wolf
1
-1
/
+6
2023-06-28
qdev-properties-system: Lock AioContext for blk_insert_bs()
Kevin Wolf
1
-2
/
+6
2023-06-28
iotests: Test active commit with iothread and background I/O
Kevin Wolf
2
-0
/
+108
2023-06-27
ui/dbus: use shared D3D11 Texture2D when possible
Marc-André Lureau
2
-31
/
+324
2023-06-27
virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when available
Marc-André Lureau
2
-5
/
+25
2023-06-27
ui: add optional d3d texture pointer to scanout texture
Marc-André Lureau
12
-21
/
+39
2023-06-27
ui/egl: query ANGLE d3d device
Marc-André Lureau
3
-1
/
+35
2023-06-27
virtio-gpu-virgl: teach it to get the QEMU EGL display
Marc-André Lureau
1
-1
/
+16
2023-06-27
ui/dbus: add some GL traces
Marc-André Lureau
2
-0
/
+9
2023-06-27
ui/dbus: add GL support on win32
Marc-André Lureau
2
-34
/
+68
2023-06-27
ui: add egl_fb_read_rect()
Marc-André Lureau
2
-0
/
+15
2023-06-27
ui/egl: default to GLES on windows
Marc-André Lureau
1
-0
/
+4
2023-06-27
ui: add egl-headless support on win32
Marc-André Lureau
5
-21
/
+55
[next]