summary refs log tree commit diff stats
path: root/hw/i386/microvm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow2024-02-271-1/+1
* hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé2023-10-191-1/+1
* hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow2023-10-041-1/+1
* hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé2023-08-311-1/+1
* hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé2023-08-311-1/+3
* hw/i386/microvm: Simplify using object_dynamic_cast()Philippe Mathieu-Daudé2023-06-091-2/+1
* Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin2023-03-021-1/+1
* Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin2023-03-021-10/+5
* hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé2023-02-271-11/+11
* hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé2023-02-271-4/+2
* hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé2023-02-271-1/+1
* x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld2023-01-281-5/+10
* hw/i386/e820: remove legacy reserved entries for e820Ani Sinha2022-11-021-2/+0
* reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-2/+2
* hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero2022-10-181-3/+1
* x86: re-enable rng seeding via SetupDataJason A. Donenfeld2022-09-271-1/+1
* x86: disable rng seeding via setup_dataGerd Hoffmann2022-08-171-1/+1
* hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-221-1/+1
* microvm: turn off io reservations for pcie root portsGerd Hoffmann2022-07-191-0/+11
* hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li2022-05-161-26/+1
* hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li2022-05-161-26/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-031-1/+4
|\
| * target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-021-1/+4
* | microvm: add device tree support.Gerd Hoffmann2021-11-021-0/+2
|/
* microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster2021-08-261-5/+0
* Do not include cpu.h if it's not really necessaryThomas Huth2021-05-021-1/+0
* acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca2021-03-221-66/+0
* acpi: use constants as strncpy limitMichael S. Tsirkin2021-02-051-2/+2
* acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca2021-02-051-0/+66
* i386: move kvm accel files into kvm/Claudio Fontana2020-12-161-1/+1
* i386: remove bios_namePaolo Bonzini2020-12-101-4/+3
* microvm: add second ioapicGerd Hoffmann2020-12-101-5/+51
* microvm: drop microvm_gsi_handler()Gerd Hoffmann2020-12-101-13/+1
* microvm: make pcie irq base runtime changeableGerd Hoffmann2020-12-101-5/+6
* microvm: make number of virtio transports runtime changeableGerd Hoffmann2020-12-101-2/+7
* microvm: add usb supportGerd Hoffmann2020-10-211-0/+13
* microvm: set pci_irq_maskGerd Hoffmann2020-10-211-0/+6
* i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost2020-10-141-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell2020-10-011-0/+93
|\
| * microvm/pcie: add 64bit mmio windowGerd Hoffmann2020-09-301-0/+9
| * microvm: add pcie supportGerd Hoffmann2020-09-301-0/+84
* | target/i386: always create kvmclock deviceVitaly Kuznetsov2020-09-301-1/+1
|/
* microvm: enable ramfbGerd Hoffmann2020-09-171-0/+3
* microvm: wire up hotplugGerd Hoffmann2020-09-171-0/+42
* x86: move acpi_dev from pc/microvmGerd Hoffmann2020-09-171-4/+6
* microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann2020-09-171-1/+2
* microvm/acpi: use seabios with acpi=onGerd Hoffmann2020-09-171-1/+4
* microvm/acpi: use GSI 16-23 for virtioGerd Hoffmann2020-09-171-1/+1
* microvm/acpi: add minimal acpi supportGerd Hoffmann2020-09-171-0/+40
* microvm: make virtio irq base runtime configurableGerd Hoffmann2020-09-171-4/+7