summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* multiboot: fprintf(stderr...) -> error_report()Jack Schwartz2018-03-071-26/+29
* multiboot: Use header names when displaying fieldsJack Schwartz2018-03-071-8/+8
* multiboot: Remove unused variables from multiboot.cJack Schwartz2018-03-071-6/+0Star
* multiboot: bss_end_addr can be zeroJack Schwartz2018-03-071-8/+10
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-063-24/+0Star
* qapi: Empty out qapi-schema.jsonMarkus Armbruster2018-03-021-1/+1
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* intel-iommu: Accept 64-bit writes to FEADDRJan Kiszka2018-03-011-2/+9
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-093-1/+3
* qdict qlist: Make most helper macros functionsMarkus Armbruster2018-02-091-0/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-094-1/+6
* qdev: use device_class_set_parent_realize/unrealize/reset()Philippe Mathieu-Daudé2018-02-052-4/+3Star
* tpm: add CRB deviceMarc-André Lureau2018-01-291-8/+26
* possible_cpus: add CPUArchId::type fieldIgor Mammedov2018-01-191-1/+3
* q35: Allow only supported dynamic sysbus devicesEduardo Habkost2018-01-191-2/+4
* machine: Replace has_dynamic_sysbus with list of allowed devicesEduardo Habkost2018-01-191-1/+2
* x86_iommu: check if machine has PCI busMohammed Gamal2018-01-181-1/+1
* x86_iommu: Move machine check to x86_iommu_realize()Mohammed Gamal2018-01-183-22/+17Star
* hw/acpi-build: Make next_base easy to followDou Liyang2018-01-181-1/+1
* intel-iommu: Extend address width to 48 bitsPrasad Singamsetty2018-01-183-49/+64
* intel-iommu: Redefine macros to enable supporting 48 bit address widthPrasad Singamsetty2018-01-182-31/+57
* pc: add 2.12 machine typesHaozhong Zhang2018-01-182-5/+23
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-01-161-4/+14
|\
| * pc: fail memory hot-plug/unplug with -no-acpi and Q35 machine typeHaozhong Zhang2018-01-121-4/+14
* | Merge remote-tracking branch 'origin/master' into HEADMichael S. Tsirkin2018-01-1111-21/+521
|\|
| * acpi: Update TPM2 ACPI table to more recent specsStefan Berger2017-12-221-5/+14
| * hw/i386/vmport: fix missing definitions with non-log trace backendsLaurent Vivier2017-12-211-0/+1
| * i8259: move TYPE_INTERRUPT_STATS_PROVIDER upperPeter Xu2017-12-211-7/+0Star
| * kvm-i8259: support "info pic" and "info irq"Peter Xu2017-12-211-0/+8
| * hw/i386/vmport: replace fprintf() by trace events or LOG_UNIMPPhilippe Mathieu-Daudé2017-12-212-9/+9
| * i386/pc: move vmmouse.c to hw/i386/Philippe Mathieu-Daudé2017-12-182-0/+304
| * i386/pc: move vmport.c to hw/i386/Philippe Mathieu-Daudé2017-12-182-0/+183
| * hw/misc/pvpanic: extract public API from i386/pc to "hw/misc/pvpanic.h"Philippe Mathieu-Daudé2017-12-181-1/+1
| * hw/net/ne2000: extract ne2k-isa code from i386/pc to ne2000-isa.cPhilippe Mathieu-Daudé2017-12-181-0/+1
| * hw/timer/mc146818: rename rtc_init() -> mc146818_rtc_init()Philippe Mathieu-Daudé2017-12-181-1/+1
| * hw/timer/i8254: rename pit_init() -> i8254_pit_init()Philippe Mathieu-Daudé2017-12-181-1/+1
| * misc: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
| * amd_iommu: avoid needless includes in header filePhilippe Mathieu-Daudé2017-12-182-6/+4Star
| * mmap(2) returns MAP_FAILED, not NULL, on failureMichael McConville2017-12-181-1/+1
| * acpi: change TPM TIS data conditionsMarc-André Lureau2017-12-151-4/+8
| * tpm: lookup the the TPM interface instead of TIS deviceMarc-André Lureau2017-12-151-1/+1
* | intel_iommu: fix error param in stringPeter Xu2017-12-221-1/+1
* | intel_iommu: remove X86_IOMMU_PCI_DEVFN_MAXPeter Xu2017-12-221-5/+5
* | pci: Eliminate pci_find_primary_bus()David Gibson2017-12-051-6/+2Star
* | pci: Eliminate redundant PCIDevice::bus pointerDavid Gibson2017-12-051-6/+6
|/
* pc: fix crash on attempted cpu unplugIgor Mammedov2017-12-011-0/+5
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-163-0/+3
* hw/pci-host: Fix x86 Host Bridges 64bit PCI holeMarcel Apfelbaum2017-11-161-0/+22
* pci-assign: RemovePaolo Bonzini2017-11-054-1977/+1Star
* Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell2017-10-301-1/+1
|\