summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2018-02-09qdict qlist: Make most helper macros functionsMarkus Armbruster1-0/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster4-1/+6
2018-02-05qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2-4/+3
2018-01-29tpm: add CRB deviceMarc-André Lureau1-8/+26
2018-01-19possible_cpus: add CPUArchId::type fieldIgor Mammedov1-1/+3
2018-01-19q35: Allow only supported dynamic sysbus devicesEduardo Habkost1-2/+4
2018-01-19machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost1-1/+2
2018-01-18x86_iommu: check if machine has PCI busMohammed Gamal1-1/+1
2018-01-18x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal3-22/+17
2018-01-18hw/acpi-build: Make next_base easy to followDou Liyang1-1/+1
2018-01-18intel-iommu: Extend address width to 48 bitsPrasad Singamsetty3-49/+64
2018-01-18intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2-31/+57
2018-01-17pc: add 2.12 machine typesHaozhong Zhang2-5/+23
2018-01-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+14
2018-01-12pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang1-4/+14
2018-01-11Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin11-21/+521
2017-12-22acpi: Update TPM2 ACPI table to more recent specsStefan Berger1-5/+14
2017-12-22intel_iommu: fix error param in stringPeter Xu1-1/+1
2017-12-22intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAXPeter Xu1-5/+5
2017-12-21hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier1-0/+1
2017-12-21i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu1-7/+0
2017-12-21kvm-i8259: support "info pic" and "info irq"Peter Xu1-0/+8
2017-12-21hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé2-9/+9
2017-12-18i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé2-0/+304
2017-12-18i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé2-0/+183
2017-12-18hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé1-0/+1
2017-12-18hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé1-1/+1
2017-12-18misc: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-12-18amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé2-6/+4
2017-12-18mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville1-1/+1
2017-12-14acpi: change TPM TIS data conditionsMarc-André Lureau1-4/+8
2017-12-14tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau1-1/+1
2017-12-05pci: Eliminate pci_find_primary_bus()David Gibson1-6/+2
2017-12-05pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson1-6/+6
2017-12-01pc: fix crash on attempted cpu unplugIgor Mammedov1-0/+5
2017-11-16NUMA: Enable adding NUMA node implicitlyDou Liyang3-0/+3
2017-11-16hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum1-0/+22
2017-11-05pci-assign: RemovePaolo Bonzini4-1977/+1
2017-10-30Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell1-1/+1
2017-10-27x86: Skip check apic_id_limit for XenLan Tianyu1-1/+1
2017-10-26xen: Log errno rather than return valueRoss Lagerwall1-1/+1
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-0/+7
2017-10-15pc: remove useless hot_add_cpu initialisationLaurent Vivier2-3/+0
2017-10-15isapc: Remove unnecessary migration compatibility codeEduardo Habkost1-2/+0
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost5-0/+20
2017-10-15fw_cfg: add write callbackMarc-André Lureau1-1/+1
2017-10-12pc: make sure that plugged CPUs are of the same typeIgor Mammedov1-0/+7
2017-10-02kvmclock: use the updated system_timer_msrJim Somerville1-1/+2