summaryrefslogtreecommitdiffstats
path: root/hw/i386/pc_q35.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: Remove automatic creation of SCSI controllers with -drive if=scsiThomas Huth2018-03-061-3/+0Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* 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
* pc: add 2.12 machine typesHaozhong Zhang2018-01-181-2/+11
* NUMA: Enable adding NUMA node implicitlyDou Liyang2017-11-161-0/+1
* pc: remove useless hot_add_cpu initialisationLaurent Vivier2017-10-151-1/+0Star
* hw/i386: Improve some of the warning messagesAlistair Francis2017-09-191-3/+5
* pc: add 2.11 machine typesMarcel Apfelbaum2017-09-081-2/+11
* ahci: add ahci_get_num_portsJohn Snow2017-07-181-2/+2
* Convert error_report() to warn_report()Alistair Francis2017-07-131-3/+3
* Move CONFIG_KVM related definitions to kvm_i386.hThomas Huth2017-07-041-0/+1
* migration: migration.h was not neededJuan Quintela2017-05-181-1/+0Star
* Merge remote-tracking branch 'mst/tags/for_upstream' into stagingStefan Hajnoczi2017-05-181-2/+12
|\
| * pc: add 2.10 machine typePeter Xu2017-05-101-2/+11
| * pc/fwcfg: unbreak migration from qemu-2.5 and qemu-2.6 during firmware bootIgor Mammedov2017-05-101-0/+1
* | numa: equally distribute memory on nodesLaurent Vivier2017-05-111-0/+2
|/
* pc: Add 2.9 machine-typesEduardo Habkost2017-01-181-2/+11
* pc: make pit configurableChao Peng2016-12-221-1/+2
* pc: make sata configurableChao Peng2016-12-221-10/+14
* pc: make smbus configurableChao Peng2016-12-221-5/+7
* pc: q35: Bump max_cpus to 288Igor Mammedov2016-10-241-0/+2
* pc: Add 2.8 machineLongpeng(Mike)2016-09-091-2/+11
* pc: keep gsi referenceMarc-André Lureau2016-09-081-7/+6Star
* pc: free i8259Marc-André Lureau2016-09-081-0/+2
* hw/iommu: enable iommu with -deviceMarcel Apfelbaum2016-07-041-1/+0Star
* q35: allow dynamic sysbusMarcel Apfelbaum2016-07-041-0/+1
* xen: fix ram init regressionGerd Hoffmann2016-07-041-0/+3
* ICH9 LPC: move call of isa_bus_irqs to 'realize' methodEfimov Vasily2016-06-291-3/+0Star
* ICH9 LPC: handle GSI as qdev GPIOEfimov Vasily2016-06-291-1/+5
* ich9: unify pic and ioapic IRQ vectorsPaolo Bonzini2016-06-291-2/+1Star
* pc_q35: configure Q35 instance using propertiesEfimov Vasily2016-06-291-6/+12
* pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov2016-06-241-0/+2
* pc: Add 2.7 machineIgor Mammedov2016-06-141-2/+11
* vl: Eliminate usb_enabled()Eduardo Habkost2016-06-131-1/+1
* Sort the fw_cfg file listGerd Hoffmann2016-04-071-0/+1
* kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha2016-03-151-2/+3
* nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong2016-03-111-1/+7
* q35: No need to check gigabyte_alignEduardo Habkost2016-02-251-3/+1Star
* q35: Remove unused q35-acpi-dsdt.aml fileEduardo Habkost2016-02-251-4/+0Star
* ich9: Remove enable_tco arguments from init functionsEduardo Habkost2016-02-251-1/+1
* machine: Remove no_tco fieldEduardo Habkost2016-02-251-2/+1Star
* q35: Remove old machine versionsEduardo Habkost2016-02-251-165/+0Star
* pc: Remove PcGuestInfo.isapc_ram_fw fieldEduardo Habkost2016-02-061-3/+1Star
* pc: Remove compat fields from PcGuestInfoEduardo Habkost2016-02-061-8/+0Star
* pc: Simplify pc_memory_init() signatureEduardo Habkost2016-02-061-1/+1
* x86: Clean up includesPeter Maydell2016-01-291-0/+1
* Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160121' into sta...Peter Maydell2016-01-211-3/+2Star
|\
| * xen-hvm: Clean up xen_hvm_init() error handlingMarkus Armbruster2016-01-141-3/+2Star
* | target-i386: Add support to migrate vcpu's TSC rateHaozhong Zhang2016-01-211-0/+2
|/