summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/lersek/tags/smbios_lp_1821884_20190503'...Peter Maydell2019-05-037-10/+40
|\
| * tests/uefi-boot-images: report the SMBIOS entry point structuresLaszlo Ersek2019-05-034-0/+0
| * tests/uefi-test-tools: report the SMBIOS entry point structuresLaszlo Ersek2019-05-033-10/+40
* | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190503-v2-pull-reques...Peter Maydell2019-05-038-209/+302
|\ \
| * | hw/usb: avoid format truncation warning when formatting port nameDaniel P. Berrangé2019-05-031-1/+3
| * | hw/usb/hcd-ohci: Move PCI-related code into a separate fileThomas Huth2019-05-026-208/+284
| * | hw/usb/hcd-ohci: Do not use PCI functions with sysbus devices in ohci_die()Thomas Huth2019-05-021-12/+27
| * | usb/xhci: avoid trigger assertion if guest write wrong epidLongpeng2019-05-021-1/+1
| * | usb-mtp: change default to success for usb_mtp_update_objectBandan Das2019-05-021-1/+1
| * | usb-mtp: fix alignment of access of ObjectInfo filename fieldDaniel P. Berrangé2019-05-021-3/+3
| * | usb-mtp: fix string length for filename when writing metadataDaniel P. Berrangé2019-05-021-1/+1
* | | gitmodules: use qemu.org git mirrorsStefan Hajnoczi2019-05-031-5/+5
* | | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta...Peter Maydell2019-05-0363-15726/+14Star
|\ \ \
| * | | build-sys: move slirp as git submodule projectMarc-André Lureau2019-05-0362-15725/+13Star
| * | | build-sys: pass CFLAGS & LDFLAGS to subdir-slirpMarc-André Lureau2019-05-021-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell2019-05-0213-82/+88
|\ \ \ | |/ / |/| |
| * | hw/pci-host: Use object_initialize_child for correct reference countingThomas Huth2019-05-024-8/+9
| * | configure: Relax check for libseccompHelge Deller2019-05-021-24/+4Star
| * | configure: Remove old *-config-devices.mak.d files when running configureThomas Huth2019-05-021-0/+3
| * | configure: Add -Wno-typedef-redefinition to CFLAGS (for Clang)Thomas Huth2019-05-021-1/+1
| * | accel: Remove unused AccelClass::available fieldEduardo Habkost2019-05-022-6/+0Star
| * | qtest: Don't compile qtest accel on non-POSIX systemsEduardo Habkost2019-05-023-11/+1Star
| * | qtest: Move accel code to accel/qtest.cEduardo Habkost2019-05-024-34/+57
| * | gitlab-ci.yml: Test the TCG interpreter in a CI pipelineThomas Huth2019-05-021-0/+15
|/ /
* | Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell2019-05-022-323/+1252
|\ \
| * | docs/interop/bitmaps: rewrite and modernize docJohn Snow2019-05-011-322/+1251
| * | Makefile: add nit-picky mode to sphinx-buildJohn Snow2019-05-011-1/+1
* | | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20190501' into s...Peter Maydell2019-05-024-3/+42
|\ \ \ | |_|/ |/| |
| * | hmp: gva2gpa debug commandDr. David Alan Gilbert2019-05-013-0/+38
| * | hmp: delvm: use hmp_handle_errorCole Robinson2019-05-011-3/+4
|/ /
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2019-04-3075-519/+696
|\ \
| * | block/qed: add missed coroutine_fn markersVladimir Sementsov-Ogievskiy2019-04-304-29/+41
| * | iotests: Check that images are in read-only mode after block-commitAlberto Garcia2019-04-303-0/+151
| * | commit: Make base read-only if there is an early failureAlberto Garcia2019-04-301-0/+3
| * | qemu-img: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-9/+4Star
| * | block/stream: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+1Star
| * | block/commit: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-3/+2Star
| * | block/backup: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
| * | block/parallels: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-8/+6Star
| * | block/qed: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-302-11/+7Star
| * | block/qcow: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-13/+6Star
| * | block/qcow2: use buffer-based ioVladimir Sementsov-Ogievskiy2019-04-301-7/+2Star
| * | block: introduce byte-based io helpersVladimir Sementsov-Ogievskiy2019-04-302-0/+35
| * | qcow2: Fix error handling in the compression codeAlberto Garcia2019-04-301-9/+9
| * | qcow2: Fix qcow2_make_empty() with external data fileKevin Wolf2019-04-301-2/+5
| * | qemu-img: Make create hint at protocol optionsMax Reitz2019-04-302-5/+28
| * | iotests: Perform the correct test in 082Max Reitz2019-04-302-4/+6
| * | qcow2: Fix full preallocation with external data fileKevin Wolf2019-04-301-18/+23
| * | qcow2: Add errp to preallocate_co()Kevin Wolf2019-04-301-5/+6
| * | qcow2: Avoid COW during metadata preallocationKevin Wolf2019-04-301-1/+1