aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-17tests/acpi: allow override blkdevGerd Hoffmann
2020-09-17tests/acpi: allow microvm test data updates.Gerd Hoffmann
2020-09-17microvm: wire up hotplugGerd Hoffmann
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann
2020-09-17microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann
2020-09-17microvm/acpi: use seabios with acpi=onGerd Hoffmann
2020-09-17microvm/acpi: use GSI 16-23 for virtioGerd Hoffmann
2020-09-17microvm/acpi: add acpi_dsdt_add_virtio() for x86Gerd Hoffmann
2020-09-17microvm/acpi: add minimal acpi supportGerd Hoffmann
2020-09-17microvm: make virtio irq base runtime configurableGerd Hoffmann
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann
2020-09-17acpi: ged: add x86 device variant.Gerd Hoffmann
2020-09-17acpi: ged: add control regsGerd Hoffmann
2020-09-17seabios: add bios-microvm.bin binaryGerd Hoffmann
2020-09-17seabios: add microvm config, update build rulesGerd Hoffmann
2020-09-17microvm: name qboot binary qboot.romGerd Hoffmann
2020-09-16Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int...Peter Maydell
2020-09-15Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200915-pull-request' ...Peter Maydell
2020-09-15virtio-gpu: build modularGerd Hoffmann
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann
2020-09-15object_initialize: try module loadGerd Hoffmann
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann
2020-09-15meson: fix module configGerd Hoffmann
2020-09-15meson: fix qxl dependenciesGerd Hoffmann
2020-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20200915' into ...Peter Maydell
2020-09-15seccomp: fix killing of whole process instead of threadDaniel P. Berrangé
2020-09-15Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-09-15' in...Peter Maydell
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia
2020-09-15block/qcow: remove runtime optsJohn Snow
2020-09-15block/rbd: remove runtime_optsJohn Snow
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth
2020-09-15qemu-img: Explicit number replaced by a constantYi Li
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven
2020-09-15block/quorum.c: stable children namesLukas Straub
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer