Age | Commit message (Expand) | Author |
2023-11-07 | hw/i386/pc: support '-nic' for xen-net-device | David Woodhouse |
2023-10-22 | hw/i386/pc_q35: Wire ICH9 LPC function's interrupts before its realize() | Bernhard Beschow |
2023-10-04 | hw/i386/pc: improve physical address space bound check for 32-bit x86 systems | Ani Sinha |
2023-09-07 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2023-09-07 | hw/i386/pc: Include missing 'cpu.h' header | Philippe Mathieu-Daudé |
2023-09-07 | hw/i386/pc: Include missing 'sysemu/tcg.h' header | Philippe Mathieu-Daudé |
2023-08-31 | hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h' | Philippe Mathieu-Daudé |
2023-08-31 | hw/i386: Remove unuseful kvmclock_create() stub | Philippe Mathieu-Daudé |
2023-08-23 | hw: Add compat machines for 8.2 | Cornelia Huck |
2023-07-10 | hw/pci/pci: Remove multifunction parameter from pci_new_multifunction() | Bernhard Beschow |
2023-07-10 | hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti... | Bernhard Beschow |
2023-07-10 | hw/pci-host/q35: Make some property name macros reusable by i440fx | Bernhard Beschow |
2023-07-10 | hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board code | Bernhard Beschow |
2023-07-10 | hw/pci-host/q35: Initialize PCMachineState::bus in board code | Bernhard Beschow |
2023-07-10 | hw/i386/pc_q35: Resolve redundant q35_host variable | Bernhard Beschow |
2023-06-26 | pc: q35: Bump max_cpus to 1024 | Suravee Suthikulpanit |
2023-06-26 | hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models | Suravee Suthikulpanit |
2023-06-13 | hw/char/parallel-isa: Export struct ISAParallelState | Bernhard Beschow |
2023-05-22 | hw/i386: Ignore the default parallel port if it has not been compiled into QEMU | Thomas Huth |
2023-05-22 | hw: Move the default NIC machine class setting from the x86 to the generic one | Thomas Huth |
2023-05-19 | hw/i386/pc: No need for rtc_state to be an out-parameter | Bernhard Beschow |
2023-05-19 | hw/i386/pc: Create RTC controllers in south bridges | Bernhard Beschow |
2023-05-19 | hw/i386/pc: Initialize ram_memory variable directly | Bernhard Beschow |
2023-05-19 | hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory() | Bernhard Beschow |
2023-05-19 | hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name | Bernhard Beschow |
2023-05-19 | hw/i386/pc_q35: Reuse machine parameter | Bernhard Beschow |
2023-04-20 | hw: Add compat machines for 8.1 | Cornelia Huck |
2023-03-02 | Revert "hw/i386: pass RNG seed via setup_data entry" | Michael S. Tsirkin |
2023-02-27 | hw: Move ich9.h to southbridge/ | Bernhard Beschow |
2023-02-27 | hw: Move ioapic*.h to intc/ | Bernhard Beschow |
2023-02-27 | hw/i386/ich9: Remove redundant GSI_NUM_PINS | Bernhard Beschow |
2023-02-27 | hw/isa/lpc_ich9: Connect PM stuff to LPC internally | Bernhard Beschow |
2023-02-27 | hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_D... | Bernhard Beschow |
2023-02-27 | hw/i2c/smbus_ich9: Inline ich9_smb_init() and remove it | Bernhard Beschow |
2023-02-27 | hw/isa/lpc_ich9: Eliminate ICH9LPCState::isa_bus | Bernhard Beschow |
2023-02-27 | hw/isa/lpc_ich9: Unexport PIRQ functions | Bernhard Beschow |
2023-01-28 | pci: acpi hotplug: rename x-native-hotplug to x-do-not-expose-native-hotplug-cap | Igor Mammedov |
2023-01-13 | hw/usb/hcd-uhci: Introduce TYPE_ defines for device models | Bernhard Beschow |
2023-01-13 | hw/pci/pci: Factor out pci_bus_map_irqs() from pci_bus_irqs() | Bernhard Beschow |
2022-12-21 | pc: clean up compat machines | Cornelia Huck |
2022-12-21 | hw: Add compat machines for 8.0 | Cornelia Huck |
2022-09-27 | x86: re-enable rng seeding via SetupData | Jason A. Donenfeld |
2022-08-25 | hw: Add compat machines for 7.2 | Cornelia Huck |
2022-08-17 | x86: disable rng seeding via setup_data | Gerd Hoffmann |
2022-07-26 | i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type | Joao Martins |
2022-07-26 | i386/pc: pass pci_hole64_size to pc_memory_init() | Joao Martins |
2022-07-26 | i386/pc: create pci-host qdev prior to pc_memory_init() | Joao Martins |
2022-07-22 | hw/i386: pass RNG seed via setup_data entry | Jason A. Donenfeld |
2022-06-09 | q35: acpi: drop not needed PCMachineClass::do_not_add_smb_acpi | Igor Mammedov |
2022-05-16 | hw/i386: Make pic a property of common x86 base machine type | Xiaoyao Li |