summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell3-54/+39
2017-09-19hw/acpi-build: Fix SRAT memory building in case of node 0 without RAMEduardo Habkost1-6/+22
2017-09-19numa: cpu: calculate/set default node-ids after all -numa CLI options are parsedIgor Mammedov1-9/+11
2017-09-19General warn report fixupsAlistair Francis1-1/+1
2017-09-19Convert multi-line fprintf() to warn_report()Alistair Francis1-2/+3
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+1
2017-09-19hw/i386: Improve some of the warning messagesAlistair Francis3-12/+18
2017-09-19multiboot: validate multiboot header address valuesPrasad J Pandit1-0/+19
2017-09-19pc: use generic cpu_model parsingIgor Mammedov2-39/+6
2017-09-08intel_iommu: fix missing BQL in pt fast pathPeter Xu1-0/+15
2017-09-08hw/acpi: Move acpi_set_pci_info to pcihpAnthony PERARD1-32/+0
2017-09-08pc: add 2.11 machine typesMarcel Apfelbaum2-5/+23
2017-08-31i386: replace g_malloc()+memcpy() with g_memdup()Marc-André Lureau1-2/+1
2017-08-23numa: Move numa_legacy_auto_assign_ram to pc-i440fx-2.9Eduardo Habkost1-1/+1
2017-08-22hw/ppc/spapr: Fix segfault when instantiating a 'pc-dimm' without 'memdev'Thomas Huth1-2/+12
2017-08-08hw/i386: allow SHPC for Q35 machineAleksandr Bezzubikov1-2/+2
2017-08-02pc: acpi: force FADT rev1 for 440fx based machine typesIgor Mammedov1-4/+18
2017-08-02pc: make 'pc.rom' readonly when machine has PCI enabledIgor Mammedov1-0/+3
2017-08-02intel_iommu: use access_flags for iotlbPeter Xu1-8/+7
2017-08-02intel_iommu: fix iova for ptPeter Xu2-3/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-2/+2
2017-08-01trace-events: fix code style: %# -> 0x%Vladimir Sementsov-Ogievskiy1-11/+11
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-21xen-mapcache: Fix the bug when overlapping emulated DMA operations may cause ...Alexey G1-2/+11
2017-07-21xen: fix compilation on 32-bit hostsIgor Druzhinin1-4/+5
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell3-60/+213
2017-07-18xen: don't use xenstore to save/restore physmap anymoreIgor Druzhinin2-12/+40
2017-07-18xen/mapcache: introduce xen_replace_cache_entry()Igor Druzhinin1-8/+77
2017-07-18xen/mapcache: add an ability to create dummy mappingsIgor Druzhinin1-8/+36
2017-07-18xen: move physmap saving into a separate functionIgor Druzhinin1-26/+31
2017-07-18xen-platform: separate unplugging of NVMe disksStefano Stabellini1-12/+35
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-2/+2
2017-07-14hw: Use new memory_region_init_{ram, rom, rom_device}() functionsPeter Maydell3-8/+4