aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-17microvm: enable ramfbGerd Hoffmann1-0/+3
2020-09-17tests/acpi: update expected data files for microvmGerd Hoffmann4-3/+0
2020-09-17tests/acpi: add microvm testGerd Hoffmann1-0/+15
2020-09-17tests/acpi: allow override blkdevGerd Hoffmann1-2/+4
2020-09-17tests/acpi: allow microvm test data updates.Gerd Hoffmann4-0/+3
2020-09-17microvm: wire up hotplugGerd Hoffmann1-0/+42
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann3-276/+286
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann9-26/+32
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann2-4/+4
2020-09-17microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann1-1/+2
2020-09-17microvm/acpi: use seabios with acpi=onGerd Hoffmann1-1/+4
2020-09-17microvm/acpi: use GSI 16-23 for virtioGerd Hoffmann1-1/+1
2020-09-17microvm/acpi: add acpi_dsdt_add_virtio() for x86Gerd Hoffmann1-0/+52
2020-09-17microvm/acpi: add minimal acpi supportGerd Hoffmann6-1/+246
2020-09-17microvm: make virtio irq base runtime configurableGerd Hoffmann2-5/+8
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann3-8/+9
2020-09-17acpi: ged: add x86 device variant.Gerd Hoffmann3-0/+41
2020-09-17acpi: ged: add control regsGerd Hoffmann2-0/+56
2020-09-17seabios: add bios-microvm.bin binaryGerd Hoffmann2-0/+1
2020-09-17seabios: add microvm config, update build rulesGerd Hoffmann2-1/+30
2020-09-17microvm: name qboot binary qboot.romGerd Hoffmann4-6/+6
2020-09-16Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int...Peter Maydell3-0/+15
2020-09-15Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200915-pull-request' ...Peter Maydell7-31/+28
2020-09-15virtio-gpu: build modularGerd Hoffmann2-16/+8
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann3-11/+11
2020-09-15object_initialize: try module loadGerd Hoffmann1-0/+6
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann1-2/+0
2020-09-15meson: fix module configGerd Hoffmann1-1/+1
2020-09-15meson: fix qxl dependenciesGerd Hoffmann1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20200915' into ...Peter Maydell1-1/+2
2020-09-15seccomp: fix killing of whole process instead of threadDaniel P. Berrangé1-1/+2
2020-09-15Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-09-15' in...Peter Maydell24-282/+395
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck3-1/+7
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck1-0/+9
2020-09-15block/rbd: add 'namespace' to qemu_rbd_strong_runtime_opts[]Stefano Garzarella1-0/+1
2020-09-15qcow2: Convert qcow2_alloc_cluster_offset() into qcow2_alloc_host_offset()Alberto Garcia3-30/+26
2020-09-15qcow2: Make preallocate_co() resize the image to the correct sizeAlberto Garcia3-20/+53
2020-09-15block/qcow: remove runtime optsJohn Snow1-9/+0
2020-09-15block/rbd: remove runtime_optsJohn Snow1-42/+0
2020-09-15qcow2: Return the original error code in qcow2_co_pwrite_zeroes()Alberto Garcia1-1/+1
2020-09-15qcow2: Make qcow2_free_any_clusters() free only one clusterAlberto Garcia3-9/+9
2020-09-15qcow2: Handle QCowL2Meta on error in preallocate_co()Alberto Garcia1-23/+17
2020-09-15block/vhdx: Support vhdx image only with 512 bytes logical sector sizeSwapnil Ingle1-3/+3
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth2-0/+5
2020-09-15qemu-img: Explicit number replaced by a constantYi Li1-5/+5
2020-09-15qcow2: Rewrite the documentation of qcow2_alloc_cluster_offset()Alberto Garcia1-10/+14
2020-09-15qcow2: Don't check nb_clusters when removing l2meta from the listAlberto Garcia1-3/+1
2020-09-15qcow2: Fix removal of list members from BDRVQcow2State.cluster_allocsAlberto Garcia4-3/+91
2020-09-15qcow2: Use macros for the L1, refcount and bitmap table entry sizesAlberto Garcia6-83/+94
2020-09-15qemu-img: avoid unaligned read requests during convertPeter Lieven2-2/+27