Official QOSAMI-QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are disabled. Please only use release tarballs from the QEMU website.
master
Merge tag 'pull-ide-2026-08-13' of https://gitlab.com/dlunev/qemu into staging
Richard Henderson committed about 1 month ago
qom/object.c: rename object_class_property_uint*_ptr() to object_class_static_property_uint*_ptr()
Mark Cave-Ayland committed 2 months ago
qom/object.h: add missing documentation for object_class_* property functions
Mark Cave-Ayland committed 2 months ago
qom/object.h: rename @child to @targetp in object_property_add_link() documentation
Mark Cave-Ayland committed 2 months ago
qom/object.c: introduce DEFINE_OBJECT_PROPERTY_SCALAR_METHODS() macro
Mark Cave-Ayland committed 2 months ago
qom/object.c: introduce OBJECT_PROPERTY_SCALAR_SETTER(type) macro
Mark Cave-Ayland committed 2 months ago
qom/object.c: introduce OBJECT_PROPERTY_SCALAR_GETTER(type) macro
Mark Cave-Ayland committed 2 months ago
hw/i386/amd_iommu: Avoid undefined behavior in amdvi_setevent_bits()
Thomas Huth committed about 2 months ago
hw/net/vmxnet3: Do not abort if guest provides bad interrupt numbers
Thomas Huth committed about 2 months ago
hw/usb/dev-uas: Don't abort if guest provided an undersized buffer for status
Thomas Huth committed about 2 months ago
tests/testcase.py: passthrough monitor_address
Vladimir Sementsov-Ogievskiy committed about 2 months ago
tests/functional/qemu_test: drop *args argument from .get_vm()
Vladimir Sementsov-Ogievskiy committed about 2 months ago
tests/functional: add skipWithoutSudo() decorator
Vladimir Sementsov-Ogievskiy committed about 2 months ago
tests/qtest/ahci: regression test for ATAPI read vs. drain
Denis V. Lunev committed 3 months ago
hw/ide/atapi: read the whole elementary transfer asynchronously
Denis V. Lunev committed 3 months ago
tests/qtest/ahci: cover raw (2352-byte) ATAPI CD reads
Denis V. Lunev committed 3 months ago
tests/qtest/libqos/ahci: support raw (2352-byte) READ CD
Denis V. Lunev committed 3 months ago
tests/qtest/ide-test: cover raw (2352-byte) ATAPI CD reads
Denis V. Lunev committed 3 months ago
tests/qtest/ide-test: add a multi-sector ATAPI DMA read test
Denis V. Lunev committed 3 months ago
tests/qtest/ide-test: parametrize the ATAPI CD-ROM read test
Denis V. Lunev committed 3 months ago