aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-08tests/bios-tables: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé1-1/+1
2019-03-08tests/multiboot: Improve portability by searching bash in the $PATHPhilippe Mathieu-Daudé1-1/+1
2019-03-08iotests: check whitelisted formatsAndrey Shinkevich1-0/+3
2019-03-08iotests: ask QEMU for supported formatsAndrey Shinkevich2-1/+55
2019-03-08block: iterate_format with account of whitelistingAndrey Shinkevich4-7/+24
2019-03-08iotests: open notrun files in text modeAndrey Shinkevich1-1/+1
2019-03-08qcow2: Default to 4KB for the qcow2 cache entry sizeAlberto Garcia2-6/+23
2019-03-08iotests: use iotests.VM in 238Stefan Hajnoczi1-6/+1
2019-03-07Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.0-pull-re...Peter Maydell6-22/+97
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell23-40/+193
2019-03-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-sphinx-20190307' int...Peter Maydell12-83/+451
2019-03-07MAINTAINERS: Add entry for Sphinx documentation infrastructurePeter Maydell1-0/+6
2019-03-07docs/conf.py: Don't hard-code QEMU versionPeter Maydell2-6/+17
2019-03-07Makefile: Abstract out "identify the pkgversion" codePeter Maydell1-17/+16
2019-03-07Makefile, configure: Support building rST documentationPeter Maydell3-5/+56
2019-03-07docs: Provide separate conf.py for each manual we wantPeter Maydell6-13/+102
2019-03-07docs/conf.py: Disable option warningsPeter Maydell1-0/+3
2019-03-07docs/conf.py: Don't include rST sources in HTML buildPeter Maydell1-0/+3
2019-03-07docs/conf.py: Configure the 'alabaster' themePeter Maydell1-2/+4
2019-03-07docs/conf.py: Disable unused _static directoryPeter Maydell1-1/+5
2019-03-07docs: Commit initial files from sphinx-quickstartPeter Maydell2-0/+188
2019-03-07docs: Convert memory.txt to rst formatPeter Maydell1-60/+72
2019-03-07docs/cpu-hotplug.rst: Fix rST markup issuesPeter Maydell1-1/+1
2019-03-07Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190307-pull-request' ...Peter Maydell2-17/+31
2019-03-07linux-user: add new netlink typesLaurent Vivier1-0/+9
2019-03-07linux-user: Nicer strace output of chroot() syscallHelge Deller2-1/+13
2019-03-07linux-user: fix "may be used uninitialized" warningsMarc-André Lureau1-2/+5
2019-03-07linux-user: don't short-circuit read with zero lengthAndreas Schwab1-2/+2
2019-03-07Fix breakpoint support in Nios II user-mode emulation.Sandra Loosemore1-0/+6
2019-03-07linux-user: fix emulation of accept4/getpeername/getsockname/recvfrom syscallsAndreas Schwab1-16/+25
2019-03-07linux-user: Fix ELF_PLATFORM for aarch64_be-linux-userRichard Henderson1-1/+5
2019-03-07linux-user: Add ELF_PLATFORM for armRichard Henderson1-0/+31
2019-03-07linux-user: fix recvmsg emulationAndreas Schwab1-0/+1
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