aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-18qom: Correct error values in two contractsMarkus Armbruster1-2/+2
2020-09-18qom: Clean up object_property_get_enum()'s error valueMarkus Armbruster3-6/+8
2020-09-18qom: Correct object_class_dynamic_cast_assert() documentationEduardo Habkost1-1/+1
2020-09-18sifive: Use DECLARE_*CHECKER* macrosEduardo Habkost7-13/+14
2020-09-18sifive: Move QOM typedefs and add missing includesEduardo Habkost7-14/+28
2020-09-18sifive_u: Rename memmap enum constantsEduardo Habkost2-95/+95
2020-09-18sifive_e: Rename memmap enum constantsEduardo Habkost2-60/+60
2020-09-18Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200918' int...Peter Maydell1-1/+1
2020-09-18hw/nvram/fw_cfg: fix FWCfgDataGeneratorClass::get_data() consumptionLaszlo Ersek1-1/+1
2020-09-18Merge remote-tracking branch 'remotes/legoater/tags/pull-aspeed-20200918' int...Peter Maydell5-13/+73
2020-09-18docker.py: always use --rmPaolo Bonzini2-3/+2
2020-09-18misc: aspeed_scu: Update AST2600 silicon id registerJoel Stanley1-1/+6
2020-09-18hw/arm/aspeed: Add machine properties to define the flash modelsCédric Le Goater2-2/+61
2020-09-18hw/arm/aspeed: Map the UART5 device unconditionallyPhilippe Mathieu-Daudé2-10/+6
2020-09-17Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque...Peter Maydell26-313/+823
2020-09-17Merge remote-tracking branch 'remotes/stsquad/tags/pull-configure-fixes-16092...Peter Maydell5-25/+37
2020-09-17Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-09-1...Peter Maydell21-215/+207
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/berrange/tags/block-odirect-pull-reques...Peter Maydell27-116/+150
2020-09-16Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int...Peter Maydell3-0/+15
2020-09-16cirrus: Building freebsd in a single shotYonggang Luo1-27/+8
2020-09-16ci: Enable msys2 ci in cirrusYonggang Luo1-0/+63
2020-09-16tests: Fixes test-qdev-global-props.cYonggang Luo1-3/+6
2020-09-16tests: fix test-util-sockets.cYonggang Luo1-1/+5
2020-09-16tests: Fixes test-io-channel-file by mask only owner file state mask bitsYonggang Luo1-1/+11
2020-09-16tests: fixes aio-win32 about aio_remove_fd_handler, get it consistence with a...Yonggang Luo1-2/+10
2020-09-16block/file: switch to use qemu_open/qemu_create for improved errorsDaniel P. Berrangé2-15/+9
2020-09-16util: give a specific error message when O_DIRECT doesn't workDaniel P. Berrangé1-1/+14
2020-09-16util: introduce qemu_open and qemu_create with error reportingDaniel P. Berrangé2-0/+22
2020-09-16util: add Error object for qemu_open_internal error reportingDaniel P. Berrangé1-2/+13