summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: switch to KconfigPaolo Bonzini2019-03-0727-60/+102
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-0763-3/+1337
* hw/display: make edid configurableYang Zhong2019-03-072-3/+2Star
* minikconfig: add semantic analysisPaolo Bonzini2019-03-071-9/+135
* minikconfig: add ASTPaolo Bonzini2019-03-071-19/+102
* minikconfig: add parser skeletonPaolo Bonzini2019-03-071-0/+441
* xtensa: rename CONFIG_XTENSA_FPGA to CONFIG_XTENSA_XTFPGAPaolo Bonzini2019-03-073-3/+3
* 9pfs: remove unnecessary conditionalsPaolo Bonzini2019-03-072-3/+1Star
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-03-0723-40/+193
|\
| * Acceptance tests: expect boot to extract 2GiB+ initrd with linux-v4.16Li Zhijian2019-02-221-1/+36
| * Acceptance tests: use linux-3.6 and set vm memory to 4GiBLi Zhijian2019-02-221-6/+8
| * tests.acceptance: adds simple migration testCaio Carrara2019-02-221-0/+53
| * tests.acceptance: adds multi vm capability for acceptance testsCaio Carrara2019-02-222-5/+61
| * scripts/qemu.py: log QEMU launch command lineCleber Rosa2019-02-221-0/+1
| * Introduce a Python module structureCleber Rosa2019-02-2216-21/+33
| * Acceptance tests: drop usage of ":avocado: enable"Cleber Rosa2019-02-227-7/+1Star
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-sphinx-20190307' int...Peter Maydell2019-03-0712-83/+451
|\ \
| * | MAINTAINERS: Add entry for Sphinx documentation infrastructurePeter Maydell2019-03-071-0/+6
| * | docs/conf.py: Don't hard-code QEMU versionPeter Maydell2019-03-072-6/+17
| * | Makefile: Abstract out "identify the pkgversion" codePeter Maydell2019-03-071-17/+16Star
| * | Makefile, configure: Support building rST documentationPeter Maydell2019-03-073-5/+56
| * | docs: Provide separate conf.py for each manual we wantPeter Maydell2019-03-076-13/+102
| * | docs/conf.py: Disable option warningsPeter Maydell2019-03-071-0/+3
| * | docs/conf.py: Don't include rST sources in HTML buildPeter Maydell2019-03-071-0/+3
| * | docs/conf.py: Configure the 'alabaster' themePeter Maydell2019-03-071-2/+4
| * | docs/conf.py: Disable unused _static directoryPeter Maydell2019-03-071-1/+5
| * | docs: Commit initial files from sphinx-quickstartPeter Maydell2019-03-072-0/+188
| * | docs: Convert memory.txt to rst formatPeter Maydell2019-03-071-60/+72
| * | docs/cpu-hotplug.rst: Fix rST markup issuesPeter Maydell2019-03-071-1/+1
* | | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190307-pull-request' ...Peter Maydell2019-03-072-17/+31
|\ \ \ | |/ / |/| |
| * | Introduce new "no_guest_reset" parameter for usb-host deviceAlexander Kappner2019-03-071-1/+6
| * | usb-mtp: prevent null dereference while deleting objectsBandan Das2019-03-071-3/+1Star
| * | usb-mtp: fix some usb_mtp_write_data return pathsBandan Das2019-03-071-8/+10
| * | usb-mtp: return incomplete transfer on a lstat failureBandan Das2019-03-071-5/+14
|/ /
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2019-03-0615-28/+67
|\ \
| * | qdev: Provide qdev_get_bus_hotplug_handler()David Hildenbrand2019-03-062-1/+10
| * | qdev: Let machine hotplug handler to override bus hotplug handlerIgor Mammedov2019-03-062-4/+13
| * | qdev: Let the hotplug_handler_unplug() caller delete the deviceDavid Hildenbrand2019-03-0613-21/+37
| * | hostmem: fix crash when querying empty host-nodes property via QMPIgor Mammedov2019-03-061-1/+2
| * | qdev/core: fix qbus_is_full()Tony Krowiak2019-03-063-1/+5
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190306a'...Peter Maydell2019-03-0620-126/+1167
|\ \ \ | |/ / |/| |
| * | qapi/migration.json: Remove a variable that doesn't exist in exampleZhang Chen2019-03-061-1/+1
| * | Migration/colo.c: Make COLO node running after failoverZhang Chen2019-03-062-1/+3
| * | Migration/colo.c: Fix double close bug when occur COLO failoverZhang Chen2019-03-061-0/+1
| * | virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINTWei Wang2019-03-062-1/+290
| * | migration/ram.c: add the free page optimization enable flagWei Wang2019-03-062-1/+18
| * | migration/ram.c: add a notifier chain for precopyWei Wang2019-03-064-3/+83
| * | migration: API to clear bits of guest free pages from the dirty bitmapWei Wang2019-03-062-0/+49
| * | migration: use bitmap_mutex in migration_bitmap_clear_dirtyWei Wang2019-03-061-1/+4
| * | bitmap: bitmap_count_one_with_offsetWei Wang2019-03-061-0/+13