aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/microvm.c
AgeCommit message (Expand)Author
2024-10-31machine/nitro-enclave: New machine type for AWS Nitro EnclavesDorjoy Chowdhury
2024-10-03hw/char/serial.h: Extract serial-isa.hBernhard Beschow
2024-09-24reset: Use ResetType for qemu_devices_reset() and MachineClass::reset()Juraj Marcin
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow
2024-02-27hw/i386/x86: Let ioapic_init_gsi() take parent as pointerBernhard Beschow
2023-10-19hw/acpi: Realize ACPI_GED sysbus device before accessing itPhilippe Mathieu-Daudé
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow
2023-08-31hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h'Philippe Mathieu-Daudé
2023-08-31hw/i386: Remove unuseful kvmclock_create() stubPhilippe Mathieu-Daudé
2023-06-09hw/i386/microvm: Simplify using object_dynamic_cast()Philippe Mathieu-Daudé
2023-03-02Revert "hw/i386: pass RNG seed via setup_data entry"Michael S. Tsirkin
2023-03-02Revert "x86: don't let decompressed kernel image clobber setup_data"Michael S. Tsirkin
2023-02-27hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_dataPhilippe Mathieu-Daudé
2023-02-27hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argumentPhilippe Mathieu-Daudé
2023-02-27hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs()Philippe Mathieu-Daudé
2023-01-28x86: don't let decompressed kernel image clobber setup_dataJason A. Donenfeld
2022-11-02hw/i386/e820: remove legacy reserved entries for e820Ani Sinha
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero
2022-09-27x86: re-enable rng seeding via SetupDataJason A. Donenfeld
2022-08-17x86: disable rng seeding via setup_dataGerd Hoffmann
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld
2022-07-19microvm: turn off io reservations for pcie root portsGerd Hoffmann
2022-05-16hw/i386: Make pic a property of common x86 base machine typeXiaoyao Li
2022-05-16hw/i386: Make pit a property of common x86 base machine typeXiaoyao Li
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-02microvm: add device tree support.Gerd Hoffmann
2021-11-02target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini
2021-08-26microvm: Drop dead error handling in microvm_machine_state_init()Markus Armbruster
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-03-22acpi: Move setters/getters of oem fields to X86MachineStateMarian Postevca
2021-02-05acpi: use constants as strncpy limitMichael S. Tsirkin
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2020-12-16i386: move kvm accel files into kvm/Claudio Fontana
2020-12-10i386: remove bios_namePaolo Bonzini
2020-12-10microvm: add second ioapicGerd Hoffmann
2020-12-10microvm: drop microvm_gsi_handler()Gerd Hoffmann
2020-12-10microvm: make pcie irq base runtime changeableGerd Hoffmann
2020-12-10microvm: make number of virtio transports runtime changeableGerd Hoffmann
2020-10-21microvm: add usb supportGerd Hoffmann
2020-10-21microvm: set pci_irq_maskGerd Hoffmann
2020-10-14i386/kvm: Delete kvm_allows_irq0_override()Eduardo Habkost
2020-10-01Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque...Peter Maydell
2020-09-30target/i386: always create kvmclock deviceVitaly Kuznetsov
2020-09-30microvm/pcie: add 64bit mmio windowGerd Hoffmann
2020-09-30microvm: add pcie supportGerd Hoffmann
2020-09-17microvm: enable ramfbGerd Hoffmann
2020-09-17microvm: wire up hotplugGerd Hoffmann
2020-09-17x86: move acpi_dev from pc/microvmGerd Hoffmann