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
/
include
Age
Commit message (
Expand
)
Author
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
2022-11-06
module: removed unused function argument "mayfail"
Claudio Fontana
2022-11-06
util/main-loop: Avoid adding the same HANDLE twice
Bin Meng
2022-11-04
hw/loongarch: Improve fdt for LoongArch virt machine
Xiaojuan Yang
2022-11-04
hw/loongarch: Load FDT table into dram memory space
Xiaojuan Yang
2022-11-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
2022-11-01
Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...
Stefan Hajnoczi
2022-11-01
Merge tag 'pull-tcg-20221031-2' of https://gitlab.com/rth7680/qemu into staging
Stefan Hajnoczi
2022-11-01
accel/tcg: Remove will_exit argument from cpu_restore_state
Richard Henderson
2022-10-31
target/s390x: fake instruction loading when handling 'ex'
Alex Bennée
2022-11-01
accel/tcg: Introduce cpu_unwind_state_data
Richard Henderson
2022-10-31
mac_nvram: Use NVRAM_SIZE constant
BALATON Zoltan
2022-10-31
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
BALATON Zoltan
2022-10-31
hw/ppc/mac.h: Move grackle-pcihost type declaration out to a header
BALATON Zoltan
2022-10-31
hw/ppc/mac.h: Move macio specific parts out from shared header
BALATON Zoltan
2022-10-31
Merge tag 'mips-20221030' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2022-10-31
hw/mips/bootloader: Allow bl_gen_jump_kernel to optionally set register
Philippe Mathieu-Daudé
2022-10-31
hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Instantiate PM function in host device
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Introduce TYPE_VT82C686B_USB_UHCI define
Bernhard Beschow
2022-10-31
hw/isa/vt82c686: Introduce TYPE_VIA_IDE define
Bernhard Beschow
2022-10-31
Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into staging
Stefan Hajnoczi
2022-10-31
Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
2022-10-31
os-posix: asynchronous teardown for shutdown on Linux
Claudio Imbrenda
2022-10-30
Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...
Stefan Hajnoczi
2022-10-30
Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into staging
Stefan Hajnoczi
2022-10-30
Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging
Stefan Hajnoczi
2022-10-30
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2022-10-30
Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging
Stefan Hajnoczi
2022-10-28
ppc4xx_sdram: Move ppc4xx_sdram_banks() to ppc4xx_sdram.c
BALATON Zoltan
2022-10-28
tests/qtest: Use send/recv for socket communication
Xuzhou Cheng
2022-10-28
accel/qtest: Support qtest accelerator for Windows
Xuzhou Cheng
2022-10-28
qemu-sockets: move and rename SocketAddress_to_str()
Laurent Vivier
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
2022-10-28
qapi: net: introduce a way to bypass qemu_opts_parse_noisily()
Laurent Vivier
2022-10-28
net: simplify net_client_parse() error management
Laurent Vivier
2022-10-28
net: remove the @errp argument of net_client_inits()
Laurent Vivier
2022-10-28
net: introduce convert_host_port()
Laurent Vivier
2022-10-27
block: add missing coroutine_fn annotation to BlockDriverState callbacks
Alberto Faria
2022-10-27
coroutine-io: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-10-27
coroutine-lock: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-10-27
block: add missing coroutine_fn annotation to prototypes
Alberto Faria
2022-10-27
monitor: add missing coroutine_fn annotation
Alberto Faria
2022-10-27
block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_ai...
Emanuele Giuseppe Esposito
2022-10-27
block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
Emanuele Giuseppe Esposito
2022-10-27
block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
Emanuele Giuseppe Esposito
2022-10-27
bdrv_change_aio_context: use hash table instead of list of visited nodes
Emanuele Giuseppe Esposito
2022-10-27
block: use transactions as a replacement of ->{can_}set_aio_context()
Emanuele Giuseppe Esposito
2022-10-27
block: Manipulate bs->file / bs->backing pointers in .attach/.detach
Vladimir Sementsov-Ogievskiy
[next]