summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* hw: Move MC146818 device from hw/timer/ to hw/rtc/ subdirectoryPhilippe Mathieu-Daudé2019-10-243-3/+3
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-10-172-1/+9
|\
| * hw/acpi: Make ACPI IO address space configurableShameer Kolothum2019-10-052-1/+9
* | memory: allow memory_region_register_iommu_notifier() to failEric Auger2019-10-042-10/+15
|/
* pc: Add an SMB0 ACPI device to q35Corey Minyard2019-09-203-10/+26
* ipmi: Fix SSIF ACPI handling to use the right CRSCorey Minyard2019-09-201-1/+1
* ipmi: Add an SMBus IPMI interfaceCorey Minyard2019-09-201-0/+1
* ipmi: Add PCI IPMI interfacesCorey Minyard2019-09-201-0/+2
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-09-172-6/+56
|\
| * intel_iommu: Remove the caching-mode check during flag changePeter Xu2019-09-161-4/+0Star
| * pc/q35: Disallow vfio-pci hotplug without VT-d caching modePeter Xu2019-09-161-0/+21
| * intel_iommu: Sanity check vfio-pci config on machine init donePeter Xu2019-09-161-3/+36
* | hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé2019-09-163-131/+145
* | hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé2019-09-161-3/+3
* | hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_feature_control() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename pc_build_smbios() as generic fw_cfg_build_smbios()Philippe Mathieu-Daudé2019-09-161-2/+2
* | hw/i386/pc: Let pc_build_smbios() take a generic MachineState argumentPhilippe Mathieu-Daudé2019-09-161-3/+2Star
* | hw/i386/pc: Let pc_build_smbios() take a FWCfgState argumentPhilippe Mathieu-Daudé2019-09-161-5/+5
* | hw/i386/pc: Replace PCMachineState argument with MachineState in fw_cfg_arch_...Paolo Bonzini2019-09-161-4/+4
* | hw/i386/pc: Pass the CPUArchIdList array by argumentPhilippe Mathieu-Daudé2019-09-161-10/+9Star
* | hw/i386/pc: Pass the apic_id_limit value by argumentPhilippe Mathieu-Daudé2019-09-161-2/+3
* | hw/i386/pc: Pass the boot_cpus value by argumentPhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Rename bochs_bios_init as more generic fw_cfg_arch_createPhilippe Mathieu-Daudé2019-09-161-3/+3
* | hw/i386/pc: Use address_space_memory in placePhilippe Mathieu-Daudé2019-09-161-3/+4
* | hw/i386/pc: Extract e820 memory layout codePhilippe Mathieu-Daudé2019-09-164-61/+103
* | hw/i386/pc: Use e820_get_num_entries() to access e820_entriesPhilippe Mathieu-Daudé2019-09-161-1/+1
* | hw/i386: Move CONFIG_ACPI_PCI to CONFIG_PCCole Robinson2019-09-161-0/+1
|/
* migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia2019-09-031-4/+11
* x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov2019-09-031-2/+4
* i386/vmmouse: Properly reset stateJan Kiszka2019-09-031-0/+1
* pc: Don't make die-id mandatory unless necessaryEduardo Habkost2019-09-031-0/+8
* pc: Improve error message when die-id is omittedEduardo Habkost2019-09-031-0/+4
* pc: Fix error message on die-id validationEduardo Habkost2019-09-031-1/+1
* numa: move numa global variable numa_info into MachineStateTao Xu2019-09-031-2/+2
* numa: move numa global variable have_numa_distance into MachineStateTao Xu2019-09-031-1/+1
* numa: move numa global variable nb_numa_nodes into MachineStateTao Xu2019-09-032-4/+7
* xen: cleanup IOREQ server on exitIgor Druzhinin2019-08-271-0/+2
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-222-2/+2
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-212-2/+2
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...Peter Maydell2019-08-211-1/+1
|\ \
| * | misc: fix naming scheme of compatiblity arraysMarc-André Lureau2019-08-211-1/+1
| |/
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190821' into...Peter Maydell2019-08-213-2/+36
|\ \
| * | i386: use machine class ->wakeup methodNicholas Piggin2019-08-211-0/+8
| * | hw: add compat machines for 4.2Cornelia Huck2019-08-213-2/+28
| |/
* / hw/i386/pc: Map into memory the initrdStefano Garzarella2019-08-201-4/+13
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-166-3/+6
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-162-0/+2
* Include hw/boards.h a bit lessMarkus Armbruster2019-08-163-3/+0Star
* Include hw/qdev-properties.h lessMarkus Armbruster2019-08-169-2/+8