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
Age
Commit message (
Expand
)
Author
2018-12-14
hw/core/loader.c: Remove load_image()
Peter Maydell
2018-12-14
device_tree.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/block/tc58128.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/i386/multiboot.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/i386/pc.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/pci/pci.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/smbios/smbios.c: Don't use load_image()
Peter Maydell
2018-12-14
hw/ppc/ppc405_boards: Don't use load_image()
Peter Maydell
2018-12-14
hw/ppc/mac_newworld, mac_oldworld: Don't use load_image()
Peter Maydell
2018-12-14
elf_ops.h: Use address_space_write() to write memory
Peter Maydell
2018-12-14
monitor: Use address_space_read() to read memory
Peter Maydell
2018-12-14
disas.c: Use address_space_read() to read memory
Peter Maydell
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
2018-12-14
exec.c: Rename cpu_physical_memory_write_rom_internal()
Peter Maydell
2018-12-14
scripts/checkpatch.pl: Enforce multiline comment syntax
Peter Maydell
2018-12-14
block/mirror: add missing coroutine_fn annotations
Stefan Hajnoczi
2018-12-14
iotests: make 235 work on s390 (and others)
Christian Borntraeger
2018-12-14
block: Assert that flags are up-to-date in bdrv_reopen_prepare()
Alberto Garcia
2018-12-14
block: Remove assertions from update_flags_from_options()
Alberto Garcia
2018-12-14
block: Stop passing flags to bdrv_reopen_queue_child()
Alberto Garcia
2018-12-14
block: Remove flags parameter from bdrv_reopen_queue()
Alberto Garcia
2018-12-14
block: Clean up reopen_backing_file() in block/replication.c
Alberto Garcia
2018-12-14
qemu-io: Put flag changes in the options QDict in reopen_f()
Alberto Garcia
2018-12-14
block: Drop bdrv_reopen()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in the mirror driver
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in external_snapshot_commit()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in qmp_change_backing_file()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in stream_start/complete()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in bdrv_commit()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in commit_start/complete()
Alberto Garcia
2018-12-14
block: Use bdrv_reopen_set_read_only() in bdrv_backing_update_filename()
Alberto Garcia
2018-12-14
block: Add bdrv_reopen_set_read_only()
Alberto Garcia
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_IOCTL
Kevin Wolf
2018-12-14
file-posix: Switch to .bdrv_co_ioctl
Kevin Wolf
2018-12-14
file-posix: Remove paio_submit_co()
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_READ/WRITE
Kevin Wolf
2018-12-14
file-posix: Move read/write operation logic out of aio_worker()
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_FLUSH
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_DISCARD
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_WRITE_ZEROES
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_COPY_RANGE
Kevin Wolf
2018-12-14
file-posix: Avoid aio_worker() for QEMU_AIO_TRUNCATE
Kevin Wolf
2018-12-14
file-posix: Factor out raw_thread_pool_submit()
Kevin Wolf
2018-12-14
file-posix: Reorganise RawPosixAIOData
Kevin Wolf
2018-12-14
qcow2: do decompression in threads
Vladimir Sementsov-Ogievskiy
2018-12-14
qcow2: aio support for compressed cluster read
Vladimir Sementsov-Ogievskiy
2018-12-14
qcow2: use byte-based read in qcow2_decompress_cluster
Vladimir Sementsov-Ogievskiy
2018-12-14
qcow2: refactor decompress_buffer
Vladimir Sementsov-Ogievskiy
2018-12-14
qcow2: move decompression from qcow2-cluster.c to qcow2.c
Vladimir Sementsov-Ogievskiy
2018-12-14
qcow2: make more generic interface for qcow2_compress
Vladimir Sementsov-Ogievskiy
[prev]
[next]