aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-07tests/qgraph: ppc64/pseries machine nodeEmanuele Giuseppe Esposito2-0/+112
2019-03-07tests/libqos: pci-spapr driver and interface nodesEmanuele Giuseppe Esposito3-54/+88
2019-03-07tests/qgraph: add generic PCI testcasesPaolo Bonzini2-0/+26
2019-03-07qos-test: sdhci test nodeEmanuele Giuseppe Esposito2-168/+24
2019-03-07tests/libqos: aarch64/xlnx-zcu102 machine nodeEmanuele Giuseppe Esposito2-0/+95
2019-03-07tests/libqos: arm/xilinx-zynq-a9 machine nodeEmanuele Giuseppe Esposito2-0/+95
2019-03-07tests/libqos: arm/sabrelite machine nodeEmanuele Giuseppe Esposito2-0/+92
2019-03-07tests/libqos: arm/smdkc210 machine nodeEmanuele Giuseppe Esposito2-0/+92
2019-03-07tests/libqos: arm/raspi2 machine nodeEmanuele Giuseppe Esposito2-0/+92
2019-03-07tests/libqos: sdhci driver and interface nodesEmanuele Giuseppe Esposito3-0/+234
2019-03-07tests/libqos: x86_64/pc machine nodeEmanuele Giuseppe Esposito2-0/+117
2019-03-07tests/libqos: pci-pc driver and interface nodesEmanuele Giuseppe Esposito5-34/+118
2019-03-07tests: qgraph API for the qtest driver frameworkEmanuele Giuseppe Esposito9-3/+2481
2019-03-07tests/libqos: embed allocators instead of malloc-ing them separatelyPaolo Bonzini21-212/+124
2019-03-07tests/libqos: rename qpci_init_pc and qpci_init_spapr functionsEmanuele Giuseppe Esposito18-19/+29
2019-03-07tests/libqos: introduce virtio_start_deviceEmanuele Giuseppe Esposito7-19/+14
2019-03-07chardev-socket: do not blindly reset handlers when switching GMainContextPaolo Bonzini2-2/+102
2019-03-07Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190307-pull-request' ...Peter Maydell2-17/+31
2019-03-07Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner1-1/+6
2019-03-07usb-mtp: prevent null dereference while deleting objectsBandan Das1-3/+1
2019-03-07usb-mtp: fix some usb_mtp_write_data return pathsBandan Das1-8/+10
2019-03-07usb-mtp: return incomplete transfer on a lstat failureBandan Das1-5/+14
2019-03-06Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell15-28/+67
2019-03-06qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand2-1/+10
2019-03-06qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov2-4/+13
2019-03-06qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand13-21/+37
2019-03-06hostmem: fix crash when querying empty host-nodes property via QMPIgor Mammedov1-1/+2
2019-03-06qdev/core: fix qbus_is_full()Tony Krowiak3-1/+5
2019-03-06Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a'...Peter Maydell20-126/+1167
2019-03-06Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell24-98/+39
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