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
2023-06-05
tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
2023-06-05
tcg/riscv: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
2023-06-05
tcg/ppc: Remove TARGET_LONG_BITS, TCG_TYPE_TL
Richard Henderson
2023-06-05
Merge tag 'pull-block-2023-06-05' of https://gitlab.com/hreitz/qemu into staging
Richard Henderson
2023-06-05
Merge tag 'qemu-sparc-20230605' of https://github.com/mcayland/qemu into staging
Richard Henderson
2023-06-05
qcow2: add discard-no-unref option
Jean-Louis Dupond
2023-06-05
parallels: Incorrect condition in out-of-image check
Alexander Ivanov
2023-06-05
parallels: Replace qemu_co_mutex_lock by WITH_QEMU_LOCK_GUARD
Alexander Ivanov
2023-06-05
parallels: Move statistic collection to a separate function
Alexander Ivanov
2023-06-05
parallels: Move check of leaks to a separate function
Alexander Ivanov
2023-06-05
parallels: Fix statistics calculation
Alexander Ivanov
2023-06-05
parallels: Move check of cluster outside image to a separate function
Alexander Ivanov
2023-06-05
parallels: Move check of unclean image to a separate function
Alexander Ivanov
2023-06-05
parallels: Use generic infrastructure for BAT writing in parallels_co_check()
Alexander Ivanov
2023-06-05
parallels: create parallels_set_bat_entry_helper() to assign BAT value
Alexander Ivanov
2023-06-05
parallels: Fix image_end_offset and data_end after out-of-image check
Alexander Ivanov
2023-06-05
parallels: Fix high_off calculation in parallels_co_check()
Alexander Ivanov
2023-06-05
parallels: Out of image offset in BAT leads to image inflation
Alexander Ivanov
2023-06-05
iotests/iov-padding: New test
Hanna Czenczek
2023-06-05
util/iov: Remove qemu_iovec_init_extended()
Hanna Czenczek
2023-06-05
block: Collapse padded I/O vecs exceeding IOV_MAX
Hanna Czenczek
2023-06-05
util/iov: Make qiov_slice() public
Hanna Czenczek
2023-06-05
hw/isa/i82378: Remove unused "io" attribute
Bernhard Beschow
2023-06-05
hw/arm/omap: Remove unused omap_uart_attach()
Bernhard Beschow
2023-06-05
hw/timer/i8254_common: Share "iobase" property via base class
Bernhard Beschow
2023-06-04
Merge tag 'pull-loongarch-20230605' of https://gitlab.com/gaosong/qemu into s...
Richard Henderson
2023-06-05
hw/intc/loongarch_ipi: Bring back all 4 IPI mailboxes
Jiaxun Yang
2023-06-02
Merge tag 'migration-20230602-pull-request' of https://gitlab.com/juan.quinte...
Richard Henderson
2023-06-02
Merge tag 'pull-nbd-2023-06-01-v2' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
2023-06-02
cutils: Improve qemu_strtosz handling of fractions
Eric Blake
2023-06-02
cutils: Improve qemu_strtod* error paths
Eric Blake
2023-06-02
cutils: Use parse_uint in qemu_strtosz for negative rejection
Eric Blake
2023-06-02
cutils: Set value in all integral qemu_strto* error paths
Eric Blake
2023-06-02
cutils: Set value in all qemu_strtosz* error paths
Eric Blake
2023-06-02
test-cutils: Add more coverage to qemu_strtosz
Eric Blake
2023-06-02
numa: Check for qemu_strtosz_MiB error
Eric Blake
2023-06-02
cutils: Allow NULL str in qemu_strtosz
Eric Blake
2023-06-02
test-cutils: Refactor qemu_strtosz tests for less boilerplate
Eric Blake
2023-06-02
test-cutils: Prepare for upcoming semantic change in qemu_strtosz
Eric Blake
2023-06-02
test-cutils: Add coverage of qemu_strtod
Eric Blake
2023-06-02
cutils: Allow NULL endptr in parse_uint()
Eric Blake
2023-06-02
cutils: Adjust signature of parse_uint[_full]
Eric Blake
2023-06-02
cutils: Document differences between parse_uint and qemu_strtou64
Eric Blake
2023-06-02
cutils: Fix wraparound parsing in qemu_strtoui
Eric Blake
2023-06-02
test-cutils: Test more integer corner cases
Eric Blake
2023-06-02
test-cutils: Test integral qemu_strto* value on failures
Eric Blake
2023-06-02
test-cutils: Use g_assert_cmpuint where appropriate
Eric Blake
2023-06-02
test-cutils: Avoid g_assert in unit tests
Eric Blake
2023-06-02
qcow2: Explicit mention of padding bytes
Eric Blake
2023-06-02
iotests: Fix test 104 under NBD
Eric Blake
[next]