summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | linux-user: Add support for btrfs ioctls used to get/set featuresFilip Bozuta2020-09-033-0/+20
| * | | | linux-user: Add support for btrfs ioctls used to manipulate with devicesFilip Bozuta2020-09-033-1/+53
| * | | | linux-user: Add support for a group of btrfs ioctls used for snapshotsFilip Bozuta2020-09-033-1/+12
| * | | | linux-user: Add support for a group of btrfs ioctls used for subvolumesFilip Bozuta2020-09-035-0/+67
| * | | | linux-user: fix implicit conversion from enumeration type errorLaurent Vivier2020-09-031-1/+1
* | | | | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-09-02' into st...Peter Maydell2020-09-037-9/+283
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | nbd: disable signals and forking on Windows buildsDaniel P. Berrangé2020-09-022-5/+7
| * | | | nbd: skip SIGTERM handler if NBD device support is not builtDaniel P. Berrangé2020-09-021-1/+4
| * | | | block: add missing socket_init() calls to toolsDaniel P. Berrangé2020-09-023-0/+5
| * | | | block/nbd: use non-blocking connect: fix vm hang on connect()Vladimir Sementsov-Ogievskiy2020-09-021-1/+265
| * | | | iotests/259: Fix reference outputMax Reitz2020-09-021-1/+1
| * | | | iotests/059: Fix reference outputMax Reitz2020-09-021-1/+1
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-0...Peter Maydell2020-09-0318-89/+183
|\ \ \ \ | |_|_|/ |/| | |
| * | | gitlab-ci.yml: Set artifacts expiration timeThomas Huth2020-09-031-0/+4
| * | | gitlab-ci.yml: Run check-qtest and check-unit at the end of the fuzzer jobThomas Huth2020-09-031-2/+4
| * | | gitlab/travis: Rework the disabled features testsThomas Huth2020-09-032-13/+19
| * | | libqtest: Rename qmp_assert_error_class() to qmp_expect_error_and_unref()Markus Armbruster2020-09-036-29/+29
| * | | tests/qtest/ipmi-kcs: Fix assert side-effectPhilippe Mathieu-Daudé2020-09-031-1/+2
| * | | tests/qtest/tpm: Declare input buffers const and staticPhilippe Mathieu-Daudé2020-09-032-7/+7
| * | | tests/qtest/ahci: Improve error handling (NEGATIVE_RETURNS)Philippe Mathieu-Daudé2020-09-031-0/+1
| * | | hw/m68k: QOMify the mcf5206 system integration moduleThomas Huth2020-09-033-13/+48
| * | | configure: Add system = 'linux' for meson when cross-compilingThomas Huth2020-09-031-0/+3
| * | | meson: fix keymaps without qemu-keymapGerd Hoffmann2020-09-032-9/+28
| * | | cirrus.yml: Split FreeBSD job into two partsThomas Huth2020-09-031-6/+26
| * | | cirrus.yml: Update the macOS jobs to CatalinaThomas Huth2020-09-031-2/+2
| * | | cirrus.yml: Compile macOS with -WerrorThomas Huth2020-09-031-2/+5
| * | | cirrus.yml: Compile FreeBSD with -WerrorThomas Huth2020-09-031-1/+1
| * | | configure: Fix atomic64 test for --enable-werror on macOSThomas Huth2020-09-031-5/+5
| |/ /
* | | Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200901' int...Peter Maydell2020-09-039-95/+208
|\ \ \
| * | | hw: add a number of SPI-flash's of m25p80 familyIgor Kononenko2020-09-011-0/+2
| * | | arm: aspeed: add strap define `25HZ` of AST2500Igor Kononenko2020-09-011-0/+1
| * | | aspeed/smc: Open AHB window of the second chip of the AST2600 FMC controllerCédric Le Goater2020-09-011-1/+1
| * | | aspeed/sdmc: Simplify calculation of RAM bitsCédric Le Goater2020-09-011-54/+25Star
| * | | aspeed/sdmc: Allow writes to unprotected registersJoel Stanley2020-09-011-0/+27
| * | | aspeed/sdmc: Perform memory trainingJoel Stanley2020-09-013-4/+30
| * | | ftgmac100: Improve software resetCédric Le Goater2020-09-011-5/+13
| * | | ftgmac100: Fix integer overflow in ftgmac100_do_tx()Cédric Le Goater2020-09-011-16/+39
| * | | ftgmac100: Check for invalid len and address before doing a DMA transferCédric Le Goater2020-09-011-0/+9
| * | | ftgmac100: Change interrupt status when a DMA error occursCédric Le Goater2020-09-011-1/+1
| * | | ftgmac100: Fix interrupt status "Packet moved to RX FIFO"Cédric Le Goater2020-09-011-2/+1Star
| * | | ftgmac100: Fix interrupt status "Packet transmitted on ethernet"Cédric Le Goater2020-09-011-3/+1Star
| * | | ftgmac100: Fix registers that can be readCédric Le Goater2020-09-011-0/+4
| * | | aspeed/sdhci: Fix reset sequenceCédric Le Goater2020-09-011-2/+12
| * | | aspeed/smc: Fix max_slaves of the legacy SMC deviceCédric Le Goater2020-09-011-1/+1
| * | | aspeed/smc: Fix MemoryRegionOps definitionCédric Le Goater2020-09-011-2/+0Star
| * | | hw/arm/aspeed: Add board model for Supermicro X11 BMCErik Smit2020-09-011-0/+35
| * | | aspeed/scu: Fix valid access size on AST2400Cédric Le Goater2020-09-011-3/+4
| * | | m25p80: Add support for n25q512ax3Cédric Le Goater2020-09-011-0/+1
| * | | m25p80: Return the JEDEC ID twice for mx25l25635eCédric Le Goater2020-09-011-1/+1
* | | | Merge remote-tracking branch 'remotes/nvme/tags/pull-nvme-20200902' into stagingPeter Maydell2020-09-026-240/+1248
|\ \ \ \ | |_|/ / |/| | |