aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-05block: Add blk_new_with_bs() helperEric Blake14-59/+75
2020-05-05iotests: use python logging for iotests.log()John Snow5-31/+39
2020-05-05iotests: Mark verify functions as privateJohn Snow1-10/+13
2020-05-05iotest 258: use script_mainJohn Snow1-7/+4
2020-05-05iotests: add script_initializeJohn Snow38-83/+132
2020-05-05iotests: add hmp helper with loggingJohn Snow1-15/+24
2020-05-05iotests: limit line length to 79 charsJohn Snow2-23/+47
2020-05-05iotests: touch up log function signatureJohn Snow1-3/+11
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow1-4/+1
2020-05-05iotests: alphabetize standard importsJohn Snow1-9/+9
2020-05-05iotests: add pylintrc fileJohn Snow1-0/+22
2020-05-05iotests: replace mutable list default argsJohn Snow1-12/+12
2020-05-05iotests: ignore import warnings from pylintJohn Snow1-0/+1
2020-05-05iotests: don't use 'format' for drive_addJohn Snow2-4/+5
2020-05-05iotests: do a light delintingJohn Snow1-40/+43
2020-05-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell59-173/+449
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé3-27/+22
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé5-3/+37
2020-05-04hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé1-1/+0
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé2-7/+1
2020-05-04acpi: unit-test: Update WAET ACPI Table expected binariesLiran Alon3-2/+0
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon1-0/+31
2020-05-04acpi: unit-test: Ignore diff in WAET ACPI tableLiran Alon3-0/+2
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz1-76/+67
2020-05-04tests/acpi: add expected tables for bios-tables-testShameer Kolothum6-5/+0
2020-05-04bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virtShameer Kolothum1-2/+7
2020-05-04tests: Update ACPI tables list for upcoming arm/virt test changesShameer Kolothum3-0/+3
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum4-7/+28
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee5-1/+28
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee6-10/+38
2020-05-04hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer lengthShameer Kolothum2-3/+39
2020-05-04acpi: DSDT without _STAMichael S. Tsirkin18-17/+0
2020-05-04checkpatch: ignore allowed diff listMichael S. Tsirkin1-5/+6
2020-05-04checkpatch: fix acpi check with multiple file nameMichael S. Tsirkin1-10/+12
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng2-1/+5
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois1-0/+1
2020-05-04virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois1-0/+1
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann2-3/+3
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann3-0/+18
2020-05-04acpi: drop pointless _STA methodGerd Hoffmann1-11/+3
2020-05-04qtest: allow DSDT acpi table changesGerd Hoffmann1-0/+17
2020-05-04acpi: add aml builder stubsGerd Hoffmann2-2/+81
2020-05-04move 'typedef Aml' to qemu/types.hGerd Hoffmann2-1/+1
2020-05-04hw/pci/pcie: Replace PCI_DEVICE() casts with existing variableJulia Suvorova1-3/+3
2020-05-04hw/pci/pcie: Forbid hot-plug if it's disabled on the slotJulia Suvorova1-0/+19
2020-05-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200504'...Peter Maydell19-863/+1301
2020-05-04target/arm: Move gen_ function typedefs to translate.hPeter Maydell2-17/+17
2020-05-04target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL to decodetreePeter Maydell3-25/+56
2020-05-04target/arm: Convert Neon 3-reg-same VQADD/VQSUB to decodetreePeter Maydell3-12/+23
2020-05-04target/arm: Convert Neon 3-reg-same comparisons to decodetreePeter Maydell3-20/+33