index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
Age
Commit message (
Expand
)
Author
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
qemu/main-loop: rename qemu_cond_wait_iothread() to qemu_cond_wait_bql()
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2024-01-05
Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-05
memory: Have memory_region_init_ram_from_fd() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_from_file() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_resizeable_ram() return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_device() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Simplify memory_region_init_rom_device_nomigrate() calls
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_device_nomigrate() return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Simplify memory_region_init_ram_from_fd() calls
Philippe Mathieu-Daudé
2024-01-05
memory: Simplify memory_region_init_rom_nomigrate() calls
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_rom_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_nomigrate() handler return a boolean
Philippe Mathieu-Daudé
2024-01-05
memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
Philippe Mathieu-Daudé
2024-01-05
hw/core: Add machine_class_default_cpu_type()
Philippe Mathieu-Daudé
2024-01-05
Merge tag 'migration-20240104-pull-request' of https://gitlab.com/peterx/qemu...
Peter Maydell
2024-01-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-01-04
migration: preserve suspended for bg_migration
Steve Sistare
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
2024-01-04
cpus: vm_resume
Steve Sistare
2024-01-04
cpus: stop vm in suspended runstate
Steve Sistare
2024-01-04
cpus: vm_was_suspended
Steve Sistare
2023-12-31
configure, meson: rename targetos to host_os
Paolo Bonzini
2023-12-31
meson: remove OS definitions from config_targetos
Paolo Bonzini
2023-12-30
system: Constify VMState
Richard Henderson
2023-12-21
scsi: assert that callbacks run in the correct AioContext
Stefan Hajnoczi
2023-12-21
dma-helpers: don't lock AioContext in dma_blk_cb()
Stefan Hajnoczi
2023-12-21
vl: Improve error message for conflicting -incoming and -loadvm
Kevin Wolf
2023-12-20
system/qtest: Include missing 'hw/core/cpu.h' header
Philippe Mathieu-Daudé
2023-12-04
system/memory: use ldn_he_p/stn_he_p
Patrick Venture
2023-11-24
system: Use &error_abort in memory_region_init_ram_[device_]ptr()
Philippe Mathieu-Daudé
2023-11-24
coverity: physmem: use simple assertions instead of modelling
Vladimir Sementsov-Ogievskiy
2023-11-21
Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...
Stefan Hajnoczi
2023-11-21
vl: disable default serial when xen-console is enabled
David Woodhouse
2023-11-21
vl: add missing display_remote++
Marc-André Lureau
2023-11-21
vl: revert behaviour for -display none
Marc-André Lureau
2023-11-17
balloon: Fix a misleading error message
Markus Armbruster
2023-11-14
accel/tcg: Remove CF_LAST_IO
Richard Henderson
2023-11-08
Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2023-11-07
system/cpus: Fix CPUState.nr_cores' calculation
Zhuocheng Ding
2023-11-07
accel: Introduce cpu_exec_reset_hold()
Philippe Mathieu-Daudé
2023-11-07
vl: constify default_list
Marc-André Lureau
2023-11-07
vl: Free machine list
Akihiko Odaki
2023-11-07
Merge tag 'pixman-pull-request' of https://gitlab.com/marcandre.lureau/qemu i...
Stefan Hajnoczi
2023-11-07
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-11-07
ui/console: allow to override the default VC
Marc-André Lureau
2023-11-07
vl: move display early init before default devices
Marc-André Lureau
[next]