aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-04target/i386: generalize operand size "ph" for use in CVTPS2PDPaolo Bonzini
2023-10-04target/i386: Fix exception classes for MOVNTPS/MOVNTPD.Ricky Zhou
2023-10-04target/i386: Fix exception classes for SSE/AVX instructions.Ricky Zhou
2023-10-04target/i386: Fix and add some comments next to SSE/AVX instructions.Ricky Zhou
2023-10-04tests/tcg/i386: correct mask for VPERM2F128/VPERM2I128Paolo Bonzini
2023-10-04target/i386: fix operand size of unary SSE operationsPaolo Bonzini
2023-10-03scsi-disk: ensure that FORMAT UNIT commands are terminatedMark Cave-Ayland
2023-10-03esp: restrict non-DMA transfer length to that of available dataMark Cave-Ayland
2023-10-03esp: use correct type for esp_dma_enable() in sysbus_esp_gpio_demux()Mark Cave-Ayland
2023-10-03optionrom: Remove build-id sectionFabiano Rosas
2023-09-28ui/vnc: fix handling of VNC_FEATURE_XVPPaolo Bonzini
2023-09-28ui/vnc: fix debug output for invalid audio messagePaolo Bonzini
2023-09-28hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]Thomas Huth
2023-09-27accel/tcg: mttcg remove false-negative halted assertionNicholas Piggin
2023-09-25target/arm: Don't skip MTE checks for LDRT/STRT at EL0Peter Maydell
2023-09-25hw/cxl: Fix CFMW config memory leakLi Zhijian
2023-09-25linux-user/hppa: lock both words of function descriptorMikulas Patocka
2023-09-25linux-user/hppa: clear the PSW 'N' bit when delivering signalsMikulas Patocka
2023-09-25hw/ppc: Always store the decrementer valueNicholas Piggin
2023-09-25target/ppc: Decrementer fix BookE semanticsNicholas Piggin
2023-09-25target/ppc: Sign-extend large decrementer to 64-bitsNicholas Piggin
2023-09-25hw/ppc: Avoid decrementer rounding errorsNicholas Piggin
2023-09-25hw/ppc: Round up the decrementer interval when converting to nsNicholas Piggin
2023-09-25host-utils: Add muldiv64_round_upNicholas Piggin
2023-09-25hw/ppc: Introduce functions for conversion between timebase and nanosecondsNicholas Piggin
2023-09-21Update version for 7.2.6 releasev7.2.6Michael Tokarev
2023-09-13tpm: fix crash when FD >= 1024 and unnecessary errors due to EINTRMarc-André Lureau
2023-09-13s390x/ap: fix missing subsystem reset registrationJanosch Frank
2023-09-13ui: fix crash when there are no active_consoleMarc-André Lureau
2023-09-13hw/tpm: TIS on sysbus: Remove unsupport ppi command line optionStefan Berger
2023-09-13target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changesLeon Schuermann
2023-09-13hw/riscv: virt: Fix riscv,pmu DT node pathConor Dooley
2023-09-13linux-user/riscv: Use abi type for target_ucontextLIU Zhiwei
2023-09-13hw/intc: Make rtc variable names consistentJason Chien
2023-09-13hw/intc: Fix upper/lower mtime write calculationJason Chien
2023-09-13hw/char/riscv_htif: Fix printing of console characters on big endian hostsThomas Huth
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