aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-09-17Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200917-pull-reque...Peter Maydell13-303/+731
2020-09-17microvm: enable ramfbGerd Hoffmann1-0/+3
2020-09-17microvm: wire up hotplugGerd Hoffmann1-0/+42
2020-09-17x86: move cpu hotplug from pc to x86Gerd Hoffmann2-276/+276
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann6-24/+31
2020-09-17x86: constify x86_machine_is_*_enabledGerd Hoffmann1-2/+2
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 Hoffmann5-1/+237
2020-09-17microvm: make virtio irq base runtime configurableGerd Hoffmann1-4/+7
2020-09-17acpi: move acpi_dsdt_add_power_button() to gedGerd Hoffmann2-8/+8
2020-09-17acpi: ged: add x86 device variant.Gerd Hoffmann2-0/+37
2020-09-17acpi: ged: add control regsGerd Hoffmann1-0/+44
2020-09-17microvm: name qboot binary qboot.romGerd Hoffmann1-2/+2
2020-09-16Merge remote-tracking branch 'remotes/berrange/tags/block-odirect-pull-reques...Peter Maydell4-6/+6
2020-09-16Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20200915' int...Peter Maydell2-0/+11
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé4-6/+6
2020-09-15virtio-gpu: build modularGerd Hoffmann1-16/+6
2020-09-15virtio-gpu: make virtio_gpu_ops staticGerd Hoffmann2-9/+10
2020-09-15meson: remove duplicate qxl sourcesGerd Hoffmann1-2/+0
2020-09-15meson: fix qxl dependenciesGerd Hoffmann1-1/+2
2020-09-159pfs: disable msize warning for synth driverChristian Schoenebeck2-1/+3
2020-09-159pfs: log warning if msize <= 8192Christian Schoenebeck1-0/+9
2020-09-14hw/arm/npcm7xx: add board setup stub for CPU and UART clocksHavard Skinnemoen1-0/+32
2020-09-14hw/arm: Wire up BMC boot flash for npcm750-evb and quanta-gsjHavard Skinnemoen1-0/+20
2020-09-14hw/ssi: NPCM7xx Flash Interface Unit device modelHavard Skinnemoen5-0/+643
2020-09-14hw/mem: Stubbed out NPCM7xx Memory Controller modelHavard Skinnemoen3-0/+91
2020-09-14hw/nvram: NPCM7xx OTP device modelHavard Skinnemoen3-0/+470
2020-09-14hw/arm: Load -bios image as a boot ROM for npcm7xxHavard Skinnemoen1-0/+32
2020-09-14hw/arm: Add two NPCM7xx-based machinesHavard Skinnemoen2-1/+146
2020-09-14hw/arm: Add NPCM730 and NPCM750 SoC modelsHavard Skinnemoen3-0/+413
2020-09-14hw/timer: Add NPCM7xx Timer device modelHavard Skinnemoen3-0/+549
2020-09-14hw/misc: Add NPCM7xx Clock Controller device modelHavard Skinnemoen3-0/+271
2020-09-14hw/misc: Add NPCM7xx System Global Control Registers device modelHavard Skinnemoen4-0/+279
2020-09-14hw/arm: versal-virt: Correct the tx/rx GEM clocksEdgar E. Iglesias1-1/+1
2020-09-14hw/arm/mps2: New board model mps2-an500Peter Maydell1-10/+55
2020-09-14hw/arm/mps2: New board model mps2-an386Peter Maydell1-5/+29
2020-09-14hw/timer/armv7m_systick: assert that board code set system_clock_scalePeter Maydell1-0/+8
2020-09-14hw/misc/a9scu: Report unimplemented accesses with qemu_log_mask(UNIMP)Philippe Mathieu-Daudé1-0/+6
2020-09-14hw/misc/a9scu: Simplify setting MemoryRegionOps::impl fieldsPhilippe Mathieu-Daudé1-11/+5
2020-09-14hw/misc/a9scu: Simplify setting MemoryRegionOps::valid fieldsPhilippe Mathieu-Daudé1-16/+5
2020-09-14hw/misc/a9scu: Do not allow invalid CPU countPhilippe Mathieu-Daudé1-5/+13
2020-09-13Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell41-87/+1300
2020-09-12Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-fixes-100920-...Peter Maydell2-2/+2
2020-09-12Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell13-39/+20
2020-09-11util/hexdump: Reorder qemu_hexdump() argumentsPhilippe Mathieu-Daudé5-5/+5
2020-09-11util/hexdump: Convert to take a void pointer argumentPhilippe Mathieu-Daudé4-4/+4
2020-09-11hw/arm/pxa2xx: Add missing fallthrough commentThomas Huth1-1/+1