aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-02scripts/qemu.py: support adding a console with the default serial deviceCleber Rosa1-33/+17
2019-05-02tests/boot_linux_console: refactor the console watcher into utility methodCleber Rosa1-9/+21
2019-05-02tests/boot_linux_console: increase timeoutCleber Rosa1-1/+1
2019-05-02tests/boot_linux_console: add common kernel command line optionsCleber Rosa1-1/+3
2019-05-02tests/boot_linux_console: update the x86_64 kernelCleber Rosa1-3/+3
2019-05-02tests/boot_linux_console: rename the x86_64 after the arch and machineCleber Rosa1-5/+7
2019-05-02tests/acceptance: look for target architecture in test tags firstCleber Rosa2-2/+9
2019-05-02tests/acceptance: use "arch:" tag to filter target specific testsCleber Rosa4-3/+6
2019-05-02tests/acceptance: introduce arch parameter and attributeCleber Rosa2-3/+39
2019-05-02tests/acceptance: fix doc reference to avocado_qemu directoryCleber Rosa1-2/+3
2019-05-02tests/acceptance: improve docstring on pick_default_qemu_bin()Cleber Rosa1-0/+4
2019-05-02tests/acceptance: show avocado test execution by defaultCleber Rosa2-2/+2
2019-05-03build-sys: move slirp as git submodule projectMarc-André Lureau62-15725/+13
2019-05-02build-sys: pass CFLAGS & LDFLAGS to subdir-slirpMarc-André Lureau1-1/+1
2019-05-02Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell13-82/+88
2019-05-02CODING_STYLE: indent example code as all othersWei Yang1-4/+4
2019-05-02CODING_STYLE: specify the indent rule for multiline codeWei Yang1-0/+39
2019-05-02hw/net/pcnet: Use qemu_log_mask(GUEST_ERROR) instead of printfPhilippe Mathieu-Daudé1-1/+3
2019-05-02hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth4-8/+9
2019-05-02configure: Relax check for libseccompHelge Deller1-24/+4
2019-05-02configure: Remove old *-config-devices.mak.d files when running configureThomas Huth1-0/+3
2019-05-02configure: Add -Wno-typedef-redefinition to CFLAGS (for Clang)Thomas Huth1-1/+1
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost2-6/+0
2019-05-02qtest: Don't compile qtest accel on non-POSIX systemsEduardo Habkost3-11/+1
2019-05-02qtest: Move accel code to accel/qtest.cEduardo Habkost4-34/+57
2019-05-02gitlab-ci.yml: Test the TCG interpreter in a CI pipelineThomas Huth1-0/+15
2019-05-02Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2-323/+1252
2019-05-02Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190501' into s...Peter Maydell4-3/+42
2019-05-02hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth6-208/+284
2019-05-02hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth1-12/+27
2019-05-02usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng1-1/+1
2019-05-02usb-mtp: change default to success for usb_mtp_update_objectBandan Das1-1/+1
2019-05-02usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé1-3/+3
2019-05-02usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé1-1/+1
2019-05-01docs/interop/bitmaps: rewrite and modernize docJohn Snow1-322/+1251
2019-05-01Makefile: add nit-picky mode to sphinx-buildJohn Snow1-1/+1
2019-05-01hmp: gva2gpa debug commandDr. David Alan Gilbert3-0/+38
2019-05-01hmp: delvm: use hmp_handle_errorCole Robinson1-3/+4
2019-04-30Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell75-519/+696
2019-04-30block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy4-29/+41
2019-04-30iotests: Check that images are in read-only mode after block-commitAlberto Garcia3-0/+151
2019-04-30commit: Make base read-only if there is an early failureAlberto Garcia1-0/+3
2019-04-30qemu-img: use buffer-based ioVladimir Sementsov-Ogievskiy1-9/+4
2019-04-30block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+1
2019-04-30block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy1-3/+2
2019-04-30block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy1-8/+6
2019-04-30block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy1-8/+6
2019-04-30block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy2-11/+7
2019-04-30block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy1-13/+6
2019-04-30block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy1-7/+2