aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-08tests/avocado/linux_ssh_mips_malta.py: add missing accel (tcg) tagCleber Rosa1-0/+3
2022-03-08hw/isa: Inline and remove one-line isa_init_irq()Bernhard Beschow16-23/+16
2022-03-08hw/isa: Drop unused attributes from ISADeviceBernhard Beschow2-15/+0
2022-03-08hw/isa/isa-bus: Remove isabus_dev_print()Bernhard Beschow2-42/+0
2022-03-08hw/input/pckbd: QOM'ify IRQ numbersBernhard Beschow1-4/+22
2022-03-08hw/rtc/m48t59-isa: QOM'ify IRQ numberBernhard Beschow1-1/+8
2022-03-08hw/rtc/mc146818rtc: QOM'ify IRQ numberBernhard Beschow3-3/+13
2022-03-08hw/mips/gt64xxx_pci: Resolve gt64120_register()Bernhard Beschow3-21/+6
2022-03-08hw/isa/piix4: Replace some magic IRQ constantsBernhard Beschow1-3/+3
2022-03-08hw/isa/piix4: Resolve global instance variableBernhard Beschow2-9/+3
2022-03-08hw/isa/piix4: Pass PIIX4State as opaque parameter for piix4_set_irq()Bernhard Beschow1-3/+3
2022-03-08hw/isa/piix4: Resolve redundant i8259[] attributeBernhard Beschow1-6/+1
2022-03-08malta: Move PCI interrupt handling from gt64xxx_pci to piix4Bernhard Beschow4-61/+62
2022-03-08hw/mips/gt64xxx_pci: Fix PCI IRQ levels to be preserved during migrationBernhard Beschow1-5/+2
2022-03-07target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé3-19/+9
2022-03-07target/mips: Fix cycle counter timing calculationsSimon Burge1-1/+2
2022-03-07Merge remote-tracking branch 'remotes/hreitz-gitlab/tags/pull-block-2022-03-0...Peter Maydell29-195/+1499
2022-03-07iotests/image-fleecing: test push backup with fleecingVladimir Sementsov-Ogievskiy2-32/+156
2022-03-07iotests/image-fleecing: add test case with bitmapVladimir Sementsov-Ogievskiy2-9/+113
2022-03-07iotests.py: add qemu_io_pipe_and_status()Vladimir Sementsov-Ogievskiy1-0/+3
2022-03-07iotests/image-fleecing: add test-case for fleecing format nodeVladimir Sementsov-Ogievskiy2-19/+119
2022-03-07block: copy-before-write: realize snapshot-access APIVladimir Sementsov-Ogievskiy2-1/+435
2022-03-07block: introduce snapshot-access block driverVladimir Sementsov-Ogievskiy5-1/+143
2022-03-07block/io: introduce block driver snapshot-access APIVladimir Sementsov-Ogievskiy3-0/+99
2022-03-07block/reqlist: add reqlist_wait_all()Vladimir Sementsov-Ogievskiy2-0/+16
2022-03-07block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()Vladimir Sementsov-Ogievskiy4-0/+53
2022-03-07block/reqlist: reqlist_find_conflict(): use ranges_overlap()Vladimir Sementsov-Ogievskiy1-1/+2
2022-03-07block: intoduce reqlistVladimir Sementsov-Ogievskiy5-80/+184
2022-03-07block/block-copy: add block_copy_reset()Vladimir Sementsov-Ogievskiy2-8/+14
2022-03-07block/copy-before-write: add bitmap open parameterVladimir Sementsov-Ogievskiy2-2/+59
2022-03-07block/block-copy: block_copy_state_new(): add bitmap parameterVladimir Sementsov-Ogievskiy3-2/+15
2022-03-07block/dirty-bitmap: bdrv_merge_dirty_bitmap(): add return valueVladimir Sementsov-Ogievskiy3-7/+9
2022-03-07block/block-copy: move copy_bitmap initialization to block_copy_state_new()Vladimir Sementsov-Ogievskiy2-4/+1
2022-03-07iotests: Write test output to TEST_DIRHanna Reitz4-16/+14
2022-03-07tests/qemu-iotests/testrunner: Quote "case not run" lines in TAP modeThomas Huth1-1/+4
2022-03-07tests/qemu-iotests/040: Skip TestCommitWithFilters without 'throttle'Thomas Huth1-0/+1
2022-03-07block: fix preallocate filter: don't do unaligned preallocate requestsVladimir Sementsov-Ogievskiy3-4/+18
2022-03-07block/curl.c: Check error return from curl_easy_setopt()Peter Maydell1-33/+57
2022-03-07block/curl.c: Set error message string if curl_init_state() failsPeter Maydell1-0/+2
2022-03-07ide: Increment BB in-flight counter for TRIM BHHanna Reitz1-0/+7
2022-03-05Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220305' into s...Peter Maydell9-196/+190
2022-03-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220304' into...Peter Maydell17-93/+440
2022-03-05Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into st...Peter Maydell75-2823/+4860
2022-03-05target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16Víctor Colombo1-0/+2
2022-03-05target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINCVíctor Colombo1-0/+2
2022-03-05target/ppc: split XXGENPCV macros for readabilityMatheus Ferst2-42/+57
2022-03-05target/ppc: use andc in vrlqmiMatheus Ferst1-4/+2
2022-03-05target/ppc: use extract/extract2 to create vrlqnm maskMatheus Ferst1-7/+3
2022-03-05target/ppc: use ext32u and deposit in do_vx_vmulhw_i64Matheus Ferst1-7/+3
2022-03-05target/ppc: Fix vmul[eo]* instructions marked 2.07Lucas Mateus Castro (alqotel)1-8/+8