summary refs log tree commit diff stats
path: root/hw/i386 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* hw/i386/acpi-build: Rely on machine->device_memory when building SRATDavid Hildenbrand2023-07-121-6/+3
* hw/i386/pc: Use machine_memory_devices_init()David Hildenbrand2023-07-121-12/+5
* hw/pci/pci: Remove multifunction parameter from pci_new_multifunction()Bernhard Beschow2023-07-101-3/+3
* hw/pci/pci: Remove multifunction parameter from pci_create_simple_multifuncti...Bernhard Beschow2023-07-102-4/+3
* hw/i386/pc_piix: Move i440fx' realize near its qdev_new()Bernhard Beschow2023-07-101-25/+26
* hw/pci-host/i440fx: Resolve i440fx_init()Bernhard Beschow2023-07-101-11/+21
* hw/pci-host/i440fx: Add PCI_HOST_{ABOVE, BELOW}_4G_MEM_SIZE propertiesBernhard Beschow2023-07-101-1/+4
* hw/pci-host/i440fx: Add "i440fx" child property in board codeBernhard Beschow2023-07-101-0/+2
* hw/i386/pc_piix: Turn some local variables into initializersBernhard Beschow2023-07-101-9/+4
* hw/pci-host/q35: Make some property name macros reusable by i440fxBernhard Beschow2023-07-101-4/+4
* hw/pci-host/q35: Initialize PCI_HOST_BYPASS_IOMMU property from board codeBernhard Beschow2023-07-101-0/+2
* hw/pci-host/q35: Initialize PCMachineState::bus in board codeBernhard Beschow2023-07-101-1/+3
* hw/i386/pc_q35: Resolve redundant q35_host variableBernhard Beschow2023-07-101-14/+13
* exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata2023-06-281-1/+1
* intel_iommu: Fix address space unmapZhenzhong Duan2023-06-261-1/+1
* intel_iommu: Fix flag check in replayZhenzhong Duan2023-06-261-1/+1
* intel_iommu: Fix a potential issue in VFIO dirty page syncZhenzhong Duan2023-06-261-6/+3
* hw/i386/pc: Clean up pc_machine_initfnSuravee Suthikulpanit2023-06-261-1/+1
* pc: q35: Bump max_cpus to 1024Suravee Suthikulpanit2023-06-261-1/+2
* hw/i386/pc: Default to use SMBIOS 3.0 for newer machine modelsSuravee Suthikulpanit2023-06-263-1/+13
* meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé2023-06-201-1/+1
* xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini2023-06-152-967/+63
* hw/i386/xen/xen-hvm: move x86-specific fields out of XenIOStateStefano Stabellini2023-06-151-31/+27
* hw/i386/xen: rearrange xen_hvm_init_pcVikram Garhwal2023-06-151-24/+25
* hw/i386/xen/: move xen-mapcache.c to hw/xen/Vikram Garhwal2023-06-154-605/+1
* hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2023-06-132-2/+2
* hw/i386/microvm: Simplify using object_dynamic_cast()Philippe Mathieu-Daudé2023-06-091-2/+1
* hw/isa/piix3: Resolve redundant TYPE_PIIX3_XEN_DEVICEBernhard Beschow2023-06-071-3/+2
* hw/isa/piix3: Avoid Xen-specific variant of piix3_write_config()Bernhard Beschow2023-06-071-0/+18
* hw/isa/piix3: Wire up Xen PCI IRQ handling outside of PIIX3Bernhard Beschow2023-06-071-0/+13
* include/hw/xen/xen: Rename xen_piix3_set_irq() to xen_intx_set_irq()Bernhard Beschow2023-06-071-1/+1
* hw/xen: Fix broken check for invalid state in xs_be_open()David Woodhouse2023-06-071-1/+1
* hw/xen: Simplify emulated Xen platform initDavid Woodhouse2023-06-073-31/+25
* hw/timer/i8254_common: Share "iobase" property via base classBernhard Beschow2023-06-051-1/+0
* aio: remove aio_disable_external() APIStefan Hajnoczi2023-05-301-1/+1
* hw/xen: do not use aio_set_fd_handler(is_external=true) in xen_xenstoreStefan Hajnoczi2023-05-301-1/+1
* hw/i386: Ignore the default parallel port if it has not been compiled into QEMUThomas Huth2023-05-222-0/+5
* hw: Move the default NIC machine class setting from the x86 to the generic oneThomas Huth2023-05-223-7/+6
* hw/i386/Kconfig: ISAPC works fine without VGA_ISAThomas Huth2023-05-221-1/+1
* hw/i386/pc: No need for rtc_state to be an out-parameterBernhard Beschow2023-05-193-8/+8
* hw/i386/pc: Create RTC controllers in south bridgesBernhard Beschow2023-05-193-1/+21
* hw/i386/pc: Initialize ram_memory variable directlyBernhard Beschow2023-05-193-8/+4
* hw/i386/pc_{q35,piix}: Minimize usage of get_system_memory()Bernhard Beschow2023-05-192-4/+5
* hw/i386/pc_{q35,piix}: Reuse MachineClass::desc as SMB product nameBernhard Beschow2023-05-192-2/+2
* hw/i386/pc_q35: Reuse machine parameterBernhard Beschow2023-05-191-1/+1
* virtio-mem: Default to "unplugged-inaccessible=on" with 8.1 on x86-64David Hildenbrand2023-05-191-1/+3
* ACPI: i386: bump to MADT to revision 3Eric DeVolder2023-05-191-1/+1
* intel_iommu: refine iotlb hash calculationJason Wang2023-04-242-7/+8
* hw/acpi: limit warning on acpi table size to pc machines older than version 2.3Ani Sinha2023-04-243-2/+6
* hw: Add compat machines for 8.1Cornelia Huck2023-04-213-5/+28