Age | Commit message (Expand) | Author |
2023-06-09 | hw/i386/microvm: Simplify using object_dynamic_cast() | Philippe Mathieu-Daudé |
2023-03-02 | Revert "hw/i386: pass RNG seed via setup_data entry" | Michael S. Tsirkin |
2023-03-02 | Revert "x86: don't let decompressed kernel image clobber setup_data" | Michael S. Tsirkin |
2023-02-27 | hw/rtc: Rename rtc_[get|set]_memory -> mc146818rtc_[get|set]_cmos_data | Philippe Mathieu-Daudé |
2023-02-27 | hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument | Philippe Mathieu-Daudé |
2023-02-27 | hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs() | Philippe Mathieu-Daudé |
2023-01-28 | x86: don't let decompressed kernel image clobber setup_data | Jason A. Donenfeld |
2022-11-02 | hw/i386/e820: remove legacy reserved entries for e820 | Ani Sinha |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld |
2022-10-18 | hyperv: fix SynIC SINT assertion failure on guest reset | Maciej S. Szmigiero |
2022-09-27 | x86: re-enable rng seeding via SetupData | Jason A. Donenfeld |
2022-08-17 | x86: disable rng seeding via setup_data | Gerd Hoffmann |
2022-07-22 | hw/i386: pass RNG seed via setup_data entry | Jason A. Donenfeld |
2022-07-19 | microvm: turn off io reservations for pcie root ports | Gerd Hoffmann |
2022-05-16 | hw/i386: Make pic a property of common x86 base machine type | Xiaoyao Li |
2022-05-16 | hw/i386: Make pit a property of common x86 base machine type | Xiaoyao Li |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-11-02 | microvm: add device tree support. | Gerd Hoffmann |
2021-11-02 | target/i386: move linuxboot_dma_enabled to X86MachineState | Paolo Bonzini |
2021-08-26 | microvm: Drop dead error handling in microvm_machine_state_init() | Markus Armbruster |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth |
2021-03-22 | acpi: Move setters/getters of oem fields to X86MachineState | Marian Postevca |
2021-02-05 | acpi: use constants as strncpy limit | Michael S. Tsirkin |
2021-02-05 | acpi: Permit OEM ID and OEM table ID fields to be changed | Marian Postevca |
2020-12-16 | i386: move kvm accel files into kvm/ | Claudio Fontana |
2020-12-10 | i386: remove bios_name | Paolo Bonzini |
2020-12-10 | microvm: add second ioapic | Gerd Hoffmann |
2020-12-10 | microvm: drop microvm_gsi_handler() | Gerd Hoffmann |
2020-12-10 | microvm: make pcie irq base runtime changeable | Gerd Hoffmann |
2020-12-10 | microvm: make number of virtio transports runtime changeable | Gerd Hoffmann |
2020-10-21 | microvm: add usb support | Gerd Hoffmann |
2020-10-21 | microvm: set pci_irq_mask | Gerd Hoffmann |
2020-10-14 | i386/kvm: Delete kvm_allows_irq0_override() | Eduardo Habkost |
2020-10-01 | Merge remote-tracking branch 'remotes/kraxel/tags/microvm-20200930-pull-reque... | Peter Maydell |
2020-09-30 | target/i386: always create kvmclock device | Vitaly Kuznetsov |
2020-09-30 | microvm/pcie: add 64bit mmio window | Gerd Hoffmann |
2020-09-30 | microvm: add pcie support | Gerd Hoffmann |
2020-09-17 | microvm: enable ramfb | Gerd Hoffmann |
2020-09-17 | microvm: wire up hotplug | Gerd Hoffmann |
2020-09-17 | x86: move acpi_dev from pc/microvm | Gerd Hoffmann |
2020-09-17 | microvm/acpi: disable virtio-mmio cmdline hack | Gerd Hoffmann |
2020-09-17 | microvm/acpi: use seabios with acpi=on | Gerd Hoffmann |
2020-09-17 | microvm/acpi: use GSI 16-23 for virtio | Gerd Hoffmann |
2020-09-17 | microvm/acpi: add minimal acpi support | Gerd Hoffmann |
2020-09-17 | microvm: make virtio irq base runtime configurable | Gerd Hoffmann |
2020-09-17 | microvm: name qboot binary qboot.rom | Gerd Hoffmann |
2020-07-03 | numa: Auto-enable NUMA when any memory devices are possible | David Hildenbrand |
2020-06-17 | microvm: drop max-ram-below-4g support | Gerd Hoffmann |
2020-06-17 | microvm: use 3G split unconditionally | Gerd Hoffmann |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |