summaryrefslogtreecommitdiff
path: root/hw/i386/pc_q35.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini1-3/+1
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov1-0/+10
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov1-0/+3
2014-06-18pc: create custom generic PC machine typeIgor Mammedov1-6/+6
2014-05-28machine: Conversion of QEMUMachineInitArgs to MachineStateMarcel Apfelbaum1-33/+34
2014-05-07pc: add compat_props placeholder for 2.0 machine typeGabriel L. Somlo1-0/+4
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo1-1/+3
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo1-5/+5
2014-05-05pc: add 2.1 machine typeMichael S. Tsirkin1-3/+23
2014-03-13target-i386: Enable x2apic by default on KVMEduardo Habkost1-0/+1
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin1-0/+1
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin1-1/+1
2014-01-26q35: document gigabyte_alignMichael S. Tsirkin1-0/+13
2014-01-26q35: gigabyte alignment for ramGerd Hoffmann1-2/+5
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan1-4/+8
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster1-0/+20
2013-12-10pc: s/INT64_MAX/UINT64_MAX/Paolo Bonzini1-1/+1
2013-12-06pc: switch 2.0 machine types to large seabios binaryGerd Hoffmann1-1/+3
2013-12-02add pc-{i440fx,q35}-2.0 machine typesGerd Hoffmann1-1/+10
2013-11-21pc: get rid of builtin pvpanic for "-M pc-1.5"Paolo Bonzini1-7/+0
2013-11-14pc: disable pci-infoIgor Mammedov1-1/+1
2013-10-14i386: ACPI table generation code from seabiosMichael S. Tsirkin1-0/+3
2013-09-11Merge remote-tracking branch 'sstabellini/xen-2013-09-09' into stagingAnthony Liguori1-0/+5
2013-09-09pc_q35: Initialize Xen.Anthony PERARD1-0/+5
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione1-1/+14
2013-09-01pc: reduce duplication, fix PIIX descriptionsMichael S. Tsirkin1-11/+14
2013-08-28hw: Clean up bogus default boot orderMarkus Armbruster1-4/+4
2013-08-21pc: pc_compat_1_4() now can call pc_compat_1_5()Eduardo Habkost1-2/+2
2013-08-21pc: Create pc_compat_*() functionsEduardo Habkost1-7/+24
2013-08-21pc: Don't explode QEMUMachineInitArgs into local variables needlesslyMarkus Armbruster1-13/+9
2013-08-21loader: store FW CFG ROM files in RAMMichael S. Tsirkin1-0/+2
2013-08-21pc: cleanup 1.4 compat supportMichael S. Tsirkin1-2/+2
2013-08-13pvpanic: fix bad mergeAnthony Liguori1-1/+1
2013-08-12Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-0/+1
2013-08-12hw/misc: don't create pvpanic device by defaultMarcel Apfelbaum1-3/+4
2013-08-12pc: Remove PCLMULQDQ from Westmere on pc-*-1.4 and olderEduardo Habkost1-0/+1
2013-08-12pc_sysfw: do not make it a device anymorePaolo Bonzini1-0/+1
2013-08-12pc: disable pci-info for 1.6Michael S. Tsirkin1-2/+7
2013-07-29pc: add Q35 to QOM composition tree under /machineIgor Mammedov1-0/+1
2013-07-23q35: Use type-safe cast instead of direct access of parent devHu Tao1-1/+3
2013-07-08Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-3/+15
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-1/+1
2013-07-04pc: pass PCI hole ranges to GuestsMichael S. Tsirkin1-2/+10
2013-07-04pci: store PCI hole ranges in guestinfo structureMichael S. Tsirkin1-1/+5
2013-06-10target-i386: Update model values on Conroe/Penryn/Nehalem CPU modelsEduardo Habkost1-0/+4
2013-06-10pc: Create pc-*-1.6 machine-typesEduardo Habkost1-1/+11
2013-05-13Revert "pc: Kill the "use flash device for BIOS unless KVM" misfeature"Paolo Bonzini1-1/+0
2013-05-12remove double semicolonsDong Xu Wang1-1/+1
2013-05-06target-i386: n270 can MOVBEBorislav Petkov1-0/+1
2013-05-01pc: Implement QEMUMachine::hot_add_cpu hookIgor Mammedov1-0/+1