index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
Merge tag 'migration-20240522-pull-request' of https://gitlab.com/farosas/qemu into staging
Richard Henderson
2
-1
/
+2
2024-05-22
virtio-gpu: fix v2 migration
Marc-André Lureau
1
-0
/
+1
2024-05-22
migration/colo: make colo_incoming_co() return void
Li Zhijian
1
-1
/
+1
2024-05-22
i386: Support module_id in X86CPUTopoIDs
Zhao Liu
1
-4
/
+13
2024-05-22
i386: Expose module level in CPUID[0x1F]
Zhao Liu
1
-2
/
+4
2024-05-22
i386: Support modules_per_die in X86CPUTopoInfo
Zhao Liu
1
-4
/
+18
2024-05-22
i386/cpu: Introduce bitmap to cache available CPU topology levels
Zhao Liu
1
-0
/
+23
2024-05-22
hw/i386/pc_sysfw: Alias rather than copy isa-bios region
Bernhard Beschow
1
-0
/
+1
2024-05-22
vfio/helpers: Make vfio_device_get_name() return bool
Zhenzhong Duan
1
-1
/
+1
2024-05-22
vfio/helpers: Make vfio_set_irq_signaling() return bool
Zhenzhong Duan
1
-2
/
+2
2024-05-16
backends/iommufd: Make iommufd_backend_*() return bool
Zhenzhong Duan
1
-3
/
+3
2024-05-16
vfio/cpr: Make vfio_cpr_register_container() return bool
Zhenzhong Duan
1
-1
/
+1
2024-05-16
vfio: Make VFIOIOMMUClass::add_window() and its wrapper return bool
Zhenzhong Duan
1
-6
/
+6
2024-05-16
vfio: Make VFIOIOMMUClass::setup() return bool
Zhenzhong Duan
1
-1
/
+1
2024-05-16
vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
Zhenzhong Duan
2
-4
/
+4
2024-05-16
vfio/migration: Emit VFIO migration QAPI event
Avihai Horon
1
-0
/
+1
2024-05-16
vfio: Add Error** argument to .get_dirty_bitmap() handler
Cédric Le Goater
2
-7
/
+17
2024-05-16
memory: Add Error** argument to memory_get_xlat_addr()
Cédric Le Goater
1
-1
/
+14
2024-05-16
vfio/migration: Add Error** argument to .vfio_save_config() handler
Cédric Le Goater
1
-1
/
+24
2024-05-16
migration: Extend migration_file_set_error() with Error* argument
Cédric Le Goater
1
-1
/
+1
2024-05-16
vfio: Add Error** argument to .set_dirty_page_tracking() handler
Cédric Le Goater
1
-2
/
+16
2024-05-16
plugins: remove op from qemu_plugin_inline_cb
Pierrick Bouvier
1
-1
/
+0
2024-05-16
plugins: distinct types for callbacks
Pierrick Bouvier
1
-20
/
+26
2024-05-16
plugins: conditional callbacks
Pierrick Bouvier
2
-0
/
+84
2024-05-16
plugins: add new inline op STORE_U64
Pierrick Bouvier
2
-2
/
+3
2024-05-16
plugins: prepare introduction of new inline ops
Pierrick Bouvier
1
-1
/
+1
2024-05-15
Merge tag 'pull-tcg-20240515' of https://gitlab.com/rth7680/qemu into staging
Richard Henderson
8
-64
/
+75
2024-05-15
accel/tcg: Remove cpu_ldsb_code / cpu_ldsw_code
Philippe Mathieu-Daudé
1
-10
/
+0
2024-05-15
accel/tcg: Introduce translator_fake_ld
Richard Henderson
1
-4
/
+4
2024-05-15
disas: Use translator_st to get disassembly data
Richard Henderson
3
-4
/
+6
2024-05-15
disas: Split disas.c
Richard Henderson
1
-0
/
+4
2024-05-15
accel/tcg: Return bool from TranslatorOps.disas_log
Richard Henderson
1
-1
/
+1
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_tb_vaddr
Richard Henderson
1
-1
/
+0
2024-05-15
plugins: Use DisasContextBase for qemu_plugin_insn_haddr
Richard Henderson
1
-4
/
+0
2024-05-15
plugins: Read mem_only directly from TB cflags
Richard Henderson
2
-7
/
+3
2024-05-15
plugins: Use translator_st for qemu_plugin_insn_data
Richard Henderson
1
-13
/
+1
2024-05-15
accel/tcg: Implement translator_st
Richard Henderson
1
-0
/
+23
2024-05-15
plugins: Copy memory in qemu_plugin_insn_data
Richard Henderson
1
-8
/
+7
2024-05-15
accel/tcg: Record DisasContextBase in tcg_ctx for plugins
Richard Henderson
1
-0
/
+1
2024-05-15
accel/tcg: Record when translator_fake_ldb is used
Richard Henderson
1
-1
/
+2
2024-05-15
accel/tcg: Record mmio bytes during translation
Richard Henderson
1
-0
/
+12
2024-05-15
accel/tcg: Pass DisasContextBase to translator_fake_ldb
Richard Henderson
1
-2
/
+3
2024-05-15
accel/tcg: Hide in_same_page outside of a target-specific context
Richard Henderson
1
-0
/
+2
2024-05-15
accel/tcg: Use vaddr in translator_ld*
Richard Henderson
1
-12
/
+9
2024-05-15
Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into staging
Richard Henderson
4
-22
/
+53
2024-05-14
ui/console: move QemuDmaBuf struct def to dmabuf.c
Dongwon Kim
1
-18
/
+1
2024-05-14
ui/console: Use qemu_dmabuf_new() and free() helpers instead
Dongwon Kim
2
-3
/
+3
2024-05-14
ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
Dongwon Kim
2
-19
/
+67
2024-05-14
util/uri: Remove the old URI parsing code
Thomas Huth
1
-99
/
+0
2024-05-14
Bump minimum glib version to v2.66
Thomas Huth
1
-25
/
+2
[prev]
[next]