aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-18vfio-ccw: Add support for the CRW region and IRQFarhan Ali1-0/+73
2020-06-18s390x/css: Refactor the css_queue_crw() routineEric Farman2-15/+30
2020-06-18vfio-ccw: Refactor ccw irq handlerEric Farman1-16/+42
2020-06-18vfio-ccw: Add support for the schib regionFarhan Ali6-5/+99
2020-06-18vfio-ccw: Refactor cleanup of regionsEric Farman1-5/+9
2020-06-18Linux headers: updateCornelia Huck25-33/+818
2020-06-18configure: Add -Wno-psabiRichard Henderson2-1/+2
2020-06-18configure: Disable -Wtautological-type-limit-compareRichard Henderson1-0/+1
2020-06-18configure: Clean up warning flag listsRichard Henderson1-10/+32
2020-06-18migration: fix xbzrle encoding rate calculationWei Wang1-3/+1
2020-06-18fpu/softfloat: Silence 'bitwise negation of boolean expression' warningPhilippe Mathieu-Daudé1-9/+24
2020-06-17migration: fix multifd_send_pages() next channelLaurent Vivier1-0/+6
2020-06-17docs/xbzrle: update 'cache miss rate' and 'encoding rate' to docsMao Zhongyi1-2/+4
2020-06-17monitor/hmp-cmds: improvements for the 'info migrate'Mao Zhongyi2-4/+4
2020-06-17monitor/hmp-cmds: add 'goto end' to reduce duplicate code.Mao Zhongyi1-4/+4
2020-06-17monitor/hmp-cmds: delete redundant Error check before invoke hmp_handle_error()Mao Zhongyi1-3/+2
2020-06-17monitor/hmp-cmds: don't silently output when running 'migrate_set_downtime' f...Mao Zhongyi1-1/+4
2020-06-17monitor/hmp-cmds: add units for migrate_parametersMao Zhongyi1-3/+3
2020-06-17tests/migration: fix unreachable path in stress testMao Zhongyi1-8/+5
2020-06-17tests/migration: mem leak fixMao Zhongyi1-19/+2
2020-06-17hmp: Make json format optional for qom-setDavid Hildenbrand2-7/+20
2020-06-17qom-hmp-cmds: fix a memleak in hmp_qom_getPan Nengyuan1-0/+1
2020-06-17virtiofsd: Whitelist fchmodMax Reitz1-0/+1
2020-06-17Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200617-pull-request' ...Peter Maydell2-14/+76
2020-06-17iotests: Add copyright line in qcow2.pyEric Blake2-0/+3
2020-06-17iotests/{190,291}: compat=0.10 is unsupportedMax Reitz2-0/+4
2020-06-17iotests/229: data_file is unsupportedMax Reitz1-0/+3
2020-06-17iotests/292: data_file is unsupportedMax Reitz1-0/+5
2020-06-17iotests/041: Skip test_small_target for qedMax Reitz1-0/+2
2020-06-17iotests.py: Add skip_for_formats() decoratorMax Reitz2-4/+19
2020-06-17block: lift blocksize property limit to 2 MiBRoman Kagan1-3/+6
2020-06-17qdev-properties: add getter for size32 and blocksizeRoman Kagan2-267/+278
2020-06-17block: make BlockConf size props 32bit and accept size suffixesRoman Kagan4-9/+19
2020-06-17qdev-properties: make blocksize accept size suffixesRoman Kagan1-7/+9
2020-06-17qdev-properties: add size32 property typeRoman Kagan2-0/+43
2020-06-17qdev-properties: blocksize: use same limits in code and descriptionRoman Kagan1-6/+15
2020-06-17block: consolidate blocksize properties consistency checksRoman Kagan11-26/+57
2020-06-17virtio-blk: store opt_io_size with correct sizeRoman Kagan1-1/+1
2020-06-17.gitignore: Ignore storage-daemon filesRoman Bolshakov1-8/+9
2020-06-17hw/block/nvme: verify msix_init_exclusive_bar() return valueKlaus Jensen1-3/+10
2020-06-17hw/block/nvme: add msix_qsize parameterKlaus Jensen2-4/+14
2020-06-17hw/block/nvme: Verify msix_vector_use() returned valuePhilippe Mathieu-Daudé1-1/+4
2020-06-17hw/block/nvme: factor out controller identify setupKlaus Jensen1-23/+26
2020-06-17hw/block/nvme: do cmb/pmr init as part of pci initKlaus Jensen1-6/+6
2020-06-17hw/block/nvme: factor out pmr setupKlaus Jensen1-44/+51
2020-06-17hw/block/nvme: factor out cmb setupKlaus Jensen1-19/+24
2020-06-17hw/block/nvme: factor out pci setupKlaus Jensen1-12/+18
2020-06-17hw/block/nvme: factor out namespace setupKlaus Jensen1-20/+26
2020-06-17hw/block/nvme: add namespace helpersKlaus Jensen2-2/+18
2020-06-17hw/block/nvme: factor out block backend setupKlaus Jensen1-3/+10