aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingStefan Hajnoczi4-63/+163
2023-09-07Merge tag 'pull-parallels-2023-09-06' of https://src.openvz.org/scm/~den/qemu...Stefan Hajnoczi7-99/+564
2023-09-07Merge tag 'pull-ppc-20230906' of https://github.com/legoater/qemu into stagingStefan Hajnoczi34-205/+925
2023-09-06hw/ide/ahci: fix broken SError handlingNiklas Cassel1-2/+1
2023-09-06hw/ide/ahci: fix ahci_write_fis_sdb()Niklas Cassel1-2/+8
2023-09-06hw/ide/ahci: PxCI should not get cleared when ERR_STAT is setNiklas Cassel3-33/+88
2023-09-06hw/ide/ahci: PxSACT and PxCI is cleared when PxCMD.ST is clearedNiklas Cassel1-0/+5
2023-09-06hw/ide/ahci: simplify and document PxCI handlingNiklas Cassel1-20/+50
2023-09-06hw/ide/ahci: write D2H FIS when processing NCQ commandNiklas Cassel1-6/+11
2023-09-06hw/ide/core: set ERR_STAT in unsupported command completionNiklas Cassel1-1/+1
2023-09-06iotests: Add test for data_off checkAlexander Ivanov2-0/+25
2023-09-06iotests: Fix test 131 after repair was added to parallels_open()Alexander Ivanov2-17/+4
2023-09-06iotests: Fix cluster size in parallels images tests (131)Alexander Ivanov2-23/+26
2023-09-06iotests: Refactor tests of parallels images checks (131)Alexander Ivanov1-13/+16
2023-09-06iotests: Add test for BAT entries duplication checkAlexander Ivanov2-0/+63
2023-09-06iotests: Add leak check test for parallels formatAlexander Ivanov2-0/+49
2023-09-06iotests: Add out-of-image check test for parallels formatAlexander Ivanov2-0/+83
2023-09-06parallels: Add data_off repairing to parallels_open()Alexander Ivanov1-13/+16
2023-09-06parallels: Add data_off checkAlexander Ivanov1-0/+80
2023-09-06parallels: Use bdrv_co_getlength() in parallels_check_outside_image()Alexander Ivanov1-1/+1
2023-09-06parallels: Image repairing in parallels_open()Alexander Ivanov1-32/+38
2023-09-06parallels: Add checking and repairing duplicate offsets in BATAlexander Ivanov1-0/+144
2023-09-06parallels: Add data_start field to BDRVParallelsStateAlexander Ivanov2-3/+5
2023-09-06parallels: Add "explicit" argument to parallels_check_leak()Alexander Ivanov1-7/+12
2023-09-06parallels: Check if data_end greater than the file sizeAlexander Ivanov1-0/+5
2023-09-06parallels: Incorrect data end calculation in parallels_open()Alexander Ivanov1-2/+2
2023-09-06parallels: Fix comments formatting inside parallels driverAlexander Ivanov1-6/+12
2023-09-06MAINTAINERS: add tree to keep parallels format driver changesDenis V. Lunev1-0/+1
2023-09-06Merge tag 'ui-pull-request' of https://gitlab.com/marcandre.lureau/qemu into ...Stefan Hajnoczi17-692/+776
2023-09-06Merge tag 'pull-lu-20230901' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi29-436/+827
2023-09-06Merge tag 'pull-aspeed-20230901' of https://github.com/legoater/qemu into sta...Stefan Hajnoczi19-201/+367
2023-09-06ppc/xive: Add support for the PC MMIOsCédric Le Goater1-36/+48
2023-09-06ppc/xive: Handle END triggers between chips with MMIOsCédric Le Goater2-2/+68
2023-09-06ppc/xive: Introduce a new XiveRouter end_notify() handlerCédric Le Goater2-10/+20
2023-09-06ppc/xive: Use address_space routines to access the machine RAMCédric Le Goater2-8/+46
2023-09-06target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt()jianchunfu2-3/+7
2023-09-06hw/ppc/e500: fix broken snapshot replayMaksim Kostin1-1/+1
2023-09-06target/ppc: Flush inputs to zero with NJ in ppc_store_vscrRichard Henderson1-0/+1
2023-09-06target/ppc: Fix LQ, STQ register-pair order for big-endianNicholas Piggin1-8/+8
2023-09-06tests/avocado: ppc64 reverse debugging tests for pseries and powernvNicholas Piggin1-0/+29
2023-09-06tests/avocado: reverse-debugging cope with re-executing breakpointsNicholas Piggin1-4/+21
2023-09-06tests/avocado: boot ppc64 pseries replay-record test to Linux VFS mountNicholas Piggin1-2/+1
2023-09-06spapr: Fix record-replay machine reset consuming too many eventsNicholas Piggin2-3/+10
2023-09-06spapr: Fix machine reset deadlock from replay-recordNicholas Piggin4-2/+39
2023-09-06target/ppc: Fix timebase reset with record-replayNicholas Piggin1-2/+9
2023-09-06target/ppc: Fix CPU reservation migration for record-replayNicholas Piggin3-2/+30
2023-09-06hw/ppc: Read time only once to perform decrementer writeNicholas Piggin1-31/+53
2023-09-06hw/ppc: Reset timebase facilities on machine resetNicholas Piggin7-21/+36
2023-09-06target/ppc: Migrate DECR SPRNicholas Piggin1-0/+14
2023-09-06hw/ppc: Always store the decrementer valueNicholas Piggin1-10/+10