aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-09-13arm64: Restore trapless ptimer accessColton Lewis
2023-09-13virtio: Drop out of coroutine context in virtio_load()Kevin Wolf
2023-09-11qxl: don't assert() if device isn't yet initializedMarc-André Lureau
2023-09-11hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth
2023-09-11docs tests: Fix use of migrate_set_parameterMarkus Armbruster
2023-09-11qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom optionsThomas Huth
2023-09-11hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu
2023-09-11hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu
2023-09-11hw/ide/ahci: fix broken SError handlingNiklas Cassel
2023-09-11hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel
2023-09-11hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel
2023-09-11hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel
2023-09-11hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel
2023-09-11hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel
2023-09-11hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel
2023-09-11target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson
2023-09-11ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin
2023-09-11hw/ppc/e500: fix broken snapshot replayMaksim Kostin
2023-09-11block-migration: Ensure we don't crash during migration cleanupFabiano Rosas
2023-09-11docs/about/license: Update LICENSE URLPhilippe Mathieu-Daudé
2023-09-11target/arm: Fix 64-bit SSRARichard Henderson
2023-09-11target/arm: Fix SME ST1QRichard Henderson
2023-09-11accel/kvm: Specify default IPA size for arm64Akihiko Odaki
2023-09-11kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki
2023-09-11include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hostsThomas Huth
2023-09-11target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich
2023-09-11target/s390x: Fix VSTL with a large lengthIlya Leoshkevich
2023-09-11target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich
2023-09-11target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich
2023-09-11Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi
2023-09-11include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson
2023-09-11include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson
2023-09-11linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge
2023-09-11hw/nvme: fix CRC64 for guard tagAnkit Kumar
2023-09-11dump: kdump-zlib data pages not dumped with pvtime/aarch64Dongli Zhang
2023-09-11hw/smbios: Fix core count in type4Zhao Liu
2023-09-11hw/smbios: Fix thread count in type4Zhao Liu
2023-09-11hw/smbios: Fix smbios_smp_sockets caculationZhao Liu
2023-09-11machine: Add helpers to get cores/threads per socketZhao Liu
2023-09-11pnv_lpc: disable reentrancy detection for lpc-hcAlexander Bulekov
2023-09-11loongarch: mark loongarch_ipi_iocsr re-entrnacy safeAlexander Bulekov
2023-09-11apic: disable reentrancy detection for apic-msiAlexander Bulekov
2023-09-11raven: disable reentrancy detection for iomemAlexander Bulekov
2023-09-11bcm2835_property: disable reentrancy detection for iomemAlexander Bulekov
2023-09-11lsi53c895a: disable reentrancy detection for MMIO region, tooThomas Huth
2023-09-11lsi53c895a: disable reentrancy detection for script RAMAlexander Bulekov
2023-09-11hw: replace most qemu_bh_new calls with qemu_bh_new_guardedAlexander Bulekov
2023-09-11checkpatch: add qemu_bh_new/aio_bh_new checksAlexander Bulekov
2023-09-11async: avoid use-after-free on re-entrancy guardAlexander Bulekov
2023-09-11async: Add an optional reentrancy guard to the BH APIAlexander Bulekov