- fb6051e hw: add compat machines for 9.2 by Cornelia Huck · 4 months ago
- c911f87 hw/i386/pc: Unify vmport=auto handling by Kamil Szczęk · 4 months ago
- 62f182c smbios: make memory device size configurable per Machine by Igor Mammedov · 5 months ago
- 37193b7 hw/i386: remove obsolete manual deprecation reason string of i440fx machines by Daniel P. Berrangé · 6 months ago
- a0220c6 hw/i386: convert 'i440fx' machine definitions to use new macros by Daniel P. Berrangé · 6 months ago
- fff35c5 hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro by Philippe Mathieu-Daudé · 7 months ago
- 46a2bd5 hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine by Philippe Mathieu-Daudé · 10 months ago
- d6b832f hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine by Philippe Mathieu-Daudé · 10 months ago
- 8068597 hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine by Philippe Mathieu-Daudé · 10 months ago
- dbe442a hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine by Philippe Mathieu-Daudé · 10 months ago
- 792b4fd hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines by Philippe Mathieu-Daudé · 10 months ago
- a44ea3f hw/i386/pc_sysfw: Alias rather than copy isa-bios region by Bernhard Beschow · 8 months ago
- 8793d60 hw/i386: Add the possibility to use i440fx and isapc without FDC by Thomas Huth · 8 months ago
- 85fa9ac hw: Add compat machines for 9.1 by Paolo Bonzini · 9 months ago
- 2c7c45b pc/q35: set SMBIOS entry point type to 'auto' by default by Igor Mammedov · 9 months ago
- 7d12305 hw/i386/pc: Inline pc_cmos_init() into pc_cmos_init_late() and remove it by Bernhard Beschow · 10 months ago
- f2cb9f34 Revert "hw/i386/pc: Confine system flash handling to pc_sysfw" by Bernhard Beschow · 10 months ago
- ecca5ca hw/i386/pc: Have pc_init_isa() pass a NULL pci_type argument by Philippe Mathieu-Daudé · 10 months ago
- 3ac5f67 hw/i386/pc: Remove 'host_type' argument from pc_init1() by Philippe Mathieu-Daudé · 10 months ago
- 07df0c3 hw/i386/pc: Use generated NotifyVmexitOption_str() by Philippe Mathieu-Daudé · 10 months ago
- f28b958 hw/xen: Extract 'xen_igd.h' from 'xen_pt.h' by Philippe Mathieu-Daudé · 1 year, 1 month ago
- 99e1c11 hw/i386/pc: Populate RTC attribute directly by Bernhard Beschow · 10 months ago
- 929cfe9 hw/i386/pc: Remove unneeded class attribute "kvmclock_enabled" by Bernhard Beschow · 10 months ago
- e71dd86 hw/i386/pc_{piix, q35}: Eliminate local pci_bus/pci_host variables by Bernhard Beschow · 10 months ago
- b54a9d4 hw/i386/pc: Rename "bus" attribute to "pcibus" by Bernhard Beschow · 10 months ago
- 9b0c443 hw/i386/x86: Let ioapic_init_gsi() take parent as pointer by Bernhard Beschow · 11 months ago
- 6f6ad2b hw/i386/pc: Confine system flash handling to pc_sysfw by Bernhard Beschow · 11 months ago
- a0204a5 hw/i386/pc: Defer smbios_set_defaults() to machine_done by Bernhard Beschow · 11 months ago
- 4d3457f hw/i386/pc: Merge pc_guest_info_init() into pc_machine_initfn() by Bernhard Beschow · 11 months ago
- 2df87da hw/i386/pc: Store pointers to IDE buses in PCMachineState by Peter Maydell · 10 months ago
- 16bd024 hw/i386/pc_piix: Share pc_cmos_init() invocation between pc and isapc machines by Bernhard Beschow · 11 months ago
- 5e37bc4 hw/dma: Pass parent object to i8257_dma_init() by Philippe Mathieu-Daudé · 10 months ago
- 7d6eff1 hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICs by David Woodhouse · 1 year, 2 months ago
- ebd92d6 hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent by Bernhard Beschow · 12 months ago
- 2b10a67 hw: Add compat machines for 9.0 by Cornelia Huck · 1 year, 1 month ago
- c10b4b3 hw/i386/pc: support '-nic' for xen-net-device by David Woodhouse · 1 year, 2 months ago
- c7437f0 docs/about: Mark the old pc-i440fx-2.0 - 2.3 machine types as deprecated by Thomas Huth · 1 year, 3 months ago
- aa0c9ae hw/i386/pc_piix: Make PIIX4 south bridge usable in PC machine by Bernhard Beschow · 1 year, 3 months ago
- ac43303 hw/isa/piix: Allow for optional PIT creation in PIIX3 by Bernhard Beschow · 1 year, 3 months ago
- 2d7630f hw/isa/piix: Allow for optional PIC creation in PIIX3 by Bernhard Beschow · 1 year, 3 months ago
- 0a15cf0 hw/isa/piix3: Create power management controller in host device by Bernhard Beschow · 1 year, 3 months ago
- 6fe4464 hw/isa/piix3: Create USB controller in host device by Bernhard Beschow · 1 year, 3 months ago
- e47e5a5 hw/isa/piix3: Create IDE controller in host device by Bernhard Beschow · 1 year, 3 months ago
- 6412794 hw/isa/piix3: Wire PIC IRQs to ISA bus in host device by Bernhard Beschow · 1 year, 3 months ago
- b9a8b8d hw/i386/pc_piix: Remove redundant "piix3" variable by Bernhard Beschow · 1 year, 3 months ago
- 001cb25 hw/i386/pc_piix: Wire PIIX3's ISA interrupts by new "isa-irqs" property by Bernhard Beschow · 1 year, 3 months ago
- 8b6cf51 hw/i386/pc_piix: Assign PIIX3's ISA interrupts before its realize() by Bernhard Beschow · 1 year, 3 months ago
- fe9a735 hw/i386/pc_piix: Allow for setting properties before realizing PIIX3 south bridge by Bernhard Beschow · 1 year, 3 months ago
- 2f3913f Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Stefan Hajnoczi · 1 year, 3 months ago
- cf03865 hw/i386/pc: improve physical address space bound check for 32-bit x86 systems by Ani Sinha · 1 year, 3 months ago
- ea985d2 pc_piix: remove pc-i440fx-1.4 up to pc-i440fx-1.7 by Paolo Bonzini · 1 year, 3 months ago
- 03a3a62 Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging by Stefan Hajnoczi · 1 year, 4 months ago
- d1aa2f5 hw/i386/pc: Include missing 'cpu.h' header by Philippe Mathieu-Daudé · 1 year, 4 months ago
- a09ef8f hw/i386: Rename 'hw/kvm/clock.h' -> 'hw/i386/kvm/clock.h' by Philippe Mathieu-Daudé · 1 year, 6 months ago
- b797c98 hw/i386: Remove unuseful kvmclock_create() stub by Philippe Mathieu-Daudé · 1 year, 6 months ago
- 95f5c89 hw: Add compat machines for 8.2 by Cornelia Huck · 1 year, 5 months ago
- e052944 hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifunction() by Bernhard Beschow · 1 year, 10 months ago
- c589f7c hw/i386/pc_piix: Move i440fx' realize near its qdev_new() by Bernhard Beschow · 1 year, 6 months ago
- ce5ac09 hw/pci-host/i440fx: Resolve i440fx_init() by Bernhard Beschow · 1 year, 6 months ago
- 82feef4 hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE properties by Bernhard Beschow · 1 year, 6 months ago
- f00f5e4 hw/pci-host/i440fx: Add "i440fx" child property in board code by Bernhard Beschow · 1 year, 6 months ago
- b90d7bf hw/i386/pc_piix: Turn some local variables into initializers by Bernhard Beschow · 1 year, 6 months ago
- bf376f3 hw/i386/pc: Default to use SMBIOS 3.0 for newer machine models by Suravee Suthikulpanit · 1 year, 7 months ago
- 9cc44d9 hw/char/parallel-isa: Export struct ISAParallelState by Bernhard Beschow · 1 year, 6 months ago
- f8790f8 hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICE by Bernhard Beschow · 1 year, 9 months ago
- 89965db hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config() by Bernhard Beschow · 1 year, 9 months ago
- 60a9eb5 hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3 by Bernhard Beschow · 1 year, 9 months ago
- 545d857 hw/i386: Ignore the default parallel port if it has not been compiled into QEMU by Thomas Huth · 1 year, 8 months ago
- 01ecdaa hw: Move the default NIC machine class setting from the x86 to the generic one by Thomas Huth · 1 year, 8 months ago
- 87af48a hw/i386/pc: No need for rtc_state to be an out-parameter by Bernhard Beschow · 1 year, 7 months ago
- f0bc6bf hw/i386/pc: Create RTC controllers in south bridges by Bernhard Beschow · 1 year, 7 months ago
- f9fddaf hw/i386/pc: Initialize ram_memory variable directly by Bernhard Beschow · 1 year, 10 months ago
- 8631743 hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory() by Bernhard Beschow · 1 year, 10 months ago
- 1e366da hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product name by Bernhard Beschow · 1 year, 10 months ago
- 1af5077 hw/acpi: limit warning on acpi table size to pc machines older than version 2.3 by Ani Sinha · 1 year, 9 months ago
- 0259dd3 hw: Add compat machines for 8.1 by Cornelia Huck · 1 year, 9 months ago
- e2abfe5 hw/xen: Rename xen_common.h to xen_native.h by David Woodhouse · 2 years ago
- 4f67543 xen/pt: reserve PCI slot 2 for Intel igd-passthru by Chuck Zmudzinski · 1 year, 11 months ago
- 167f487 Revert "hw/i386: pass RNG seed via setup_data entry" by Michael S. Tsirkin · 1 year, 11 months ago
- 794093e hw/ide/isa: Extract TYPE_ISA_IDE declarations to 'hw/ide/isa.h' by Philippe Mathieu-Daudé · 1 year, 11 months ago
- 7067887 hw/isa: Rename isa_bus_irqs() -> isa_bus_register_input_irqs() by Philippe Mathieu-Daudé · 1 year, 11 months ago
- f071209 hw/usb/hcd-uhci: Introduce TYPE_ defines for device models by Bernhard Beschow · 2 years ago
- 738c2eb hw/isa/piix3: Decouple INTx-to-LNKx routing which is board-specific by Bernhard Beschow · 2 years ago
- 5719a17 pc: clean up compat machines by Cornelia Huck · 2 years ago
- db723c8 hw: Add compat machines for 8.0 by Cornelia Huck · 2 years ago
- bb2e9b1 hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllers by Bernhard Beschow · 2 years, 2 months ago
- 503a35e hw/i386/pc: Create DMA controllers in south bridges by Bernhard Beschow · 2 years, 2 months ago
- ffe2d23 x86: re-enable rng seeding via SetupData by Jason A. Donenfeld · 2 years, 3 months ago
- f514e14 hw: Add compat machines for 7.2 by Cornelia Huck · 2 years, 5 months ago
- 3824e25 x86: disable rng seeding via setup_data by Gerd Hoffmann · 2 years, 4 months ago
- b3e6982 i386/pc: restrict AMD only enforcing of 1Tb hole to new machine type by Joao Martins · 2 years, 5 months ago
- c48eb7a i386/pc: pass pci_hole64_size to pc_memory_init() by Joao Martins · 2 years, 5 months ago
- 4876778 i386/pc: create pci-host qdev prior to pc_memory_init() by Joao Martins · 2 years, 5 months ago
- 67f7e42 hw/i386: pass RNG seed via setup_data entry by Jason A. Donenfeld · 2 years, 5 months ago
- c92331b hw/pci-host/i440fx: Remove unused parameter from i440fx_init() by Bernhard Beschow · 2 years, 6 months ago
- 988fb61 hw/isa/piix3: Inline and remove piix3_create() by Bernhard Beschow · 2 years, 7 months ago
- 6e8791f hw/isa/piix3: Factor out ISABus retrieval from piix3_create() by Bernhard Beschow · 2 years, 7 months ago
- ee7318b hw/i386/pc_piix: create PIIX4_PM device directly instead of using piix4_pm_initfn() by Mark Cave-Ayland · 2 years, 7 months ago
- b49e944 hw/acpi/piix4: use qdev gpio to wire up smi_irq by Mark Cave-Ayland · 2 years, 7 months ago
- 29786d4 hw/acpi/piix4: use qdev gpio to wire up sci_irq by Mark Cave-Ayland · 2 years, 7 months ago