aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-06qapi/migration.json: Remove a variable that doesn't exist in exampleZhang Chen1-1/+1
2019-03-06Migration/colo.c: Make COLO node running after failoverZhang Chen2-1/+3
2019-03-06Migration/colo.c: Fix double close bug when occur COLO failoverZhang Chen1-0/+1
2019-03-06virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang2-1/+290
2019-03-06migration/ram.c: add the free page optimization enable flagWei Wang2-1/+18
2019-03-06migration/ram.c: add a notifier chain for precopyWei Wang4-3/+83
2019-03-06migration: API to clear bits of guest free pages from the dirty bitmapWei Wang2-0/+49
2019-03-06migration: use bitmap_mutex in migration_bitmap_clear_dirtyWei Wang1-1/+4
2019-03-06bitmap: bitmap_count_one_with_offsetWei Wang1-0/+13
2019-03-06bitmap: fix bitmap_count_oneWei Wang1-0/+4
2019-03-06tests: Add basic migration precopy tcp testJuan Quintela1-5/+105
2019-03-06migration: Create socket-address parameterJuan Quintela5-1/+77
2019-03-06tests: Add migration xbzrle testJuan Quintela1-0/+64
2019-03-06migration: Add capabilities validationYury Kotov1-0/+137
2019-03-06tests/migration-test: Add a test for ignore-shared capabilityYury Kotov1-25/+109
2019-03-06migration: Add an ability to ignore shared RAM blocksYury Kotov6-54/+94
2019-03-06migration: Introduce ignore-shared capabilityYury Kotov3-1/+19
2019-03-06exec: Change RAMBlockIterFunc definitionYury Kotov6-26/+65
2019-03-06migration/rdma: clang compilation fixMarcel Apfelbaum1-1/+4
2019-03-06migration: Cleanup during exitDr. David Alan Gilbert3-3/+16
2019-03-06migration/rdma: Fix qemu_rdma_cleanup null checkDr. David Alan Gilbert1-1/+3
2019-03-06migration: Fix cancel stateDr. David Alan Gilbert1-2/+9
2019-03-06thunk: fix of malloc to g_newAarushi Mehta1-1/+1
2019-03-06hostmem-file: simplify ifdef-s in file_backend_memory_alloc()Igor Mammedov1-5/+4
2019-03-06build: Correct explanation of unnest-vars exampleMarkus Armbruster1-1/+1
2019-03-06bswap: Fix accessors syntax in commentGreg Kurz1-4/+4
2019-03-06doc: fix typos for documents in treeLike Xu11-17/+17
2019-03-06block/pflash_cfi02: Fix memory leak and potential use-after-freeStephen Checkoway1-4/+11
2019-03-06hw/acpi: remove unnecessary variable acpi_table_builtinWei Yang1-3/+1
2019-03-06hw/acpi: remove unused function acpi_table_add_builtin()Wei Yang2-7/+0
2019-03-06hw/i386/pc.c: remove unused function pc_acpi_init()Wei Yang2-28/+0
2019-03-06tests: Remove (mostly) useless architecture checksThomas Huth4-28/+0
2019-03-05Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-mar-05-2019' ...Peter Maydell71-213/+10376
2019-03-05Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-03-05' into ...Peter Maydell20-292/+371
2019-03-05Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190305'...Peter Maydell29-270/+1028
2019-03-05target/mips: Add tests for integer add MSA instruction groupMateja Marjanovic26-0/+3926
2019-03-05tests/tcg: target/mips: Add tests for MSA pack instructionsAleksandar Markovic12-0/+1836
2019-03-05tests/tcg: target/mips: Add tests for MIPS64R6 int multiply instructionsAleksandar Markovic8-0/+1208
2019-03-05tests/tcg: target/mips: Add tests for MIPS64R6 shift instructionsAleksandar Markovic6-0/+906
2019-03-05tests/tcg: target/mips: Add tests for MIPS64R6 bit count instructionsAleksandar Markovic4-0/+576
2019-03-05tests/tcg: target/mips: Add tests for MIPS64R6 bit swap instructionsAleksandar Markovic2-0/+288
2019-03-05tests/tcg: target/mips: Add tests for MIPS64R6 logic instructionsAleksandar Markovic4-0/+604
2019-03-05tests/tcg: target/mips: Add wrappers for some MIPS64R6 instructionsAleksandar Markovic1-0/+83
2019-03-05tests/tcg: target/mips: Extend functionality of MSA wrapper macrosAleksandar Markovic1-0/+51
2019-03-05tests/tcg: target/mips: Fix test utilities for 128-bit testsAleksandar Markovic2-9/+10
2019-03-05tests/tcg: target/mips: Add test utilities for 64-bit testsAleksandar Markovic2-0/+286
2019-03-05tests/tcg: target/mips: Add test utilities for 32-bit testsAleksandar Markovic2-0/+200
2019-03-05tests/tcg: target/mips: Add wrappers for various MSA instructionsAleksandar Markovic1-0/+70
2019-03-05disas: nanoMIPS: Add graphical description of pool organizationAleksandar Markovic1-0/+102
2019-03-05disas: nanoMIPS: Correct comments to handlers of some DSP instructionsAleksandar Markovic1-204/+230