aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-21Update version for 8.0.5 releasev8.0.5staging-8.0stable-8.0Michael Tokarev1-1/+1
2023-09-20tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau1-9/+2
2023-09-20s390x/ap: fix missing subsystem reset registrationJanosch Frank1-0/+1
2023-09-20ui: fix crash when there are no active_consoleMarc-André Lureau1-0/+3
2023-09-20hw/tpm: TIS on sysbus: Remove unsupport ppi command line optionStefan Berger1-1/+0
2023-09-20target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changesLeon Schuermann1-0/+4
2023-09-20target/riscv: fix satp_mode_finalize() when satp_mode.supported = 0Daniel Henrique Barboza1-3/+20
2023-09-20hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley1-1/+1
2023-09-20linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei1-2/+2
2023-09-20hw/intc: Make rtc variable names consistentJason Chien1-3/+3
2023-09-20hw/intc: Fix upper/lower mtime write calculationJason Chien1-2/+3
2023-09-20hw/char/riscv_htif: Fix the console syscall on big endian hostsThomas Huth1-4/+5
2023-09-20include/exec: Provide the tswap() functions for target independent code, tooThomas Huth2-63/+73
2023-09-12hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth1-1/+2
2023-09-11arm64: Restore trapless ptimer accessColton Lewis1-0/+1
2023-09-11virtio: Drop out of coroutine context in virtio_load()Kevin Wolf1-5/+40
2023-09-10qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-10hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-09-10docs tests: Fix use of migrate_set_parameterMarkus Armbruster4-11/+11
2023-09-10qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom optionsThomas Huth1-8/+12
2023-09-10hw/i2c/aspeed: Fix TXBUF transmission start position errorHang Yu1-24/+6
2023-09-10hw/i2c/aspeed: Fix Tx count and Rx size error in buffer pool modeHang Yu2-6/+6
2023-09-10hw/ide/ahci: fix broken SError handlingNiklas Cassel1-2/+1
2023-09-10hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel1-2/+8
2023-09-10hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel3-33/+88
2023-09-10hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel1-0/+5
2023-09-10hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel1-20/+50
2023-09-10hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel1-6/+11
2023-09-10hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel1-1/+1
2023-09-10target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson1-0/+1
2023-09-10ppc/vof: Fix missed fields in VOF cleanupNicholas Piggin1-0/+2
2023-09-10hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-09-10block-migration: Ensure we don't crash during migration cleanupFabiano Rosas1-2/+9
2023-09-10docs/about/license: Update LICENSE URLPhilippe Mathieu-Daudé1-1/+1
2023-09-10target/arm: Fix 64-bit SSRARichard Henderson1-1/+1
2023-09-10target/arm: Fix SME ST1QRichard Henderson1-1/+1
2023-09-10accel/kvm: Specify default IPA size for arm64Akihiko Odaki1-1/+3
2023-09-10kvm: Introduce kvm_arch_get_default_type hookAkihiko Odaki10-13/+31
2023-09-10include/hw/virtio/virtio-gpu: Fix virtio-gpu with blob on big endian hostsThomas Huth1-0/+3
2023-09-10target/s390x: Check reserved bits of VFMIN/VFMAX's M5Ilya Leoshkevich1-1/+1
2023-09-10target/s390x: Fix VSTL with a large lengthIlya Leoshkevich1-1/+1
2023-09-10target/s390x: Use a 16-bit immediate in VREPIlya Leoshkevich1-2/+2
2023-09-10target/s390x: Fix the "ignored match" case in VSTRSIlya Leoshkevich1-37/+17
2023-09-10hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllersBernhard Beschow1-1/+7
2023-09-10Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi1-0/+8
2023-09-10include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson1-1/+2
2023-09-10include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson1-1/+3
2023-09-10linux-user/elfload: Set V in ELF_HWCAP for RISC-VNathan Egge1-1/+2
2023-09-10hw/nvme: fix null pointer access in ruh updateKlaus Jensen1-1/+7
2023-09-10hw/nvme: fix null pointer access in directive receiveKlaus Jensen1-1/+1