aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/microvm.c
AgeCommit message (Expand)AuthorFilesLines
5 daysreset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin1-2/+2
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse1-2/+2
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow1-1/+1
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow1-1/+1
2023-10-19hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé1-1/+1
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow1-1/+1
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé1-1/+1
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé1-1/+3
2023-06-09hw/i386/microvm: Simplify using object_dynamic_cast()Philippe Mathieu-Daudé1-2/+1
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin1-1/+1
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin1-10/+5
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé1-11/+11
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé1-4/+2
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé1-1/+1
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld1-5/+10
2022-11-02hw/i386/e820: remove legacy reserved entries for e820Ani Sinha1-2/+0
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-2/+2
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero1-3/+1
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld1-1/+1
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann1-1/+1
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld1-1/+1
2022-07-19microvm: turn off io reservations for pcie root portsGerd Hoffmann1-0/+11
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li1-26/+1
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li1-26/+1
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson1-1/+4
2021-11-02microvm: add device tree support.Gerd Hoffmann1-0/+2
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini1-1/+4
2021-08-26microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster1-5/+0
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth1-1/+0
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca1-66/+0
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin1-2/+2
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca1-0/+66
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana1-1/+1
2020-12-10i386: remove bios_namePaolo Bonzini1-4/+3
2020-12-10microvm: add second ioapicGerd Hoffmann1-5/+51
2020-12-10microvm: drop microvm_gsi_handler()Gerd Hoffmann1-13/+1
2020-12-10microvm: make pcie irq base runtime changeableGerd Hoffmann1-5/+6
2020-12-10microvm: make number of virtio transports runtime changeableGerd Hoffmann1-2/+7
2020-10-21microvm: add usb supportGerd Hoffmann1-0/+13
2020-10-21microvm: set pci_irq_maskGerd Hoffmann1-0/+6
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost1-1/+1
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell1-0/+93
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov1-1/+1
2020-09-30microvm/pcie: add 64bit mmio windowGerd Hoffmann1-0/+9
2020-09-30microvm: add pcie supportGerd Hoffmann1-0/+84
2020-09-17microvm: enable ramfbGerd Hoffmann1-0/+3
2020-09-17microvm: wire up hotplugGerd Hoffmann1-0/+42
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann1-4/+6
2020-09-17microvm/acpi: disable virtio-mmio cmdline hackGerd Hoffmann1-1/+2
2020-09-17microvm/acpi: use seabios with acpi=onGerd Hoffmann1-1/+4