summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-279-244/+95
|\
| * pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao2015-01-271-2/+2
| * pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao2015-01-271-24/+0
| * pc: Fix DIMMs capacity calculationBharata B Rao2015-01-271-16/+10
| * smbios: Don't report unknown CPU speed (fix SVVP regression)Eduardo Habkost2015-01-271-2/+3
| * smbios: Fix dimm size calculation when RAM is multiple of 16GBEduardo Habkost2015-01-271-1/+2
| * bios-linker-loader: move source to common locationMichael S. Tsirkin2015-01-272-158/+0
| * bios-linker-loader: move header to common locationMichael S. Tsirkin2015-01-273-29/+2
| * acpi: build_append_nameseg(): add padding if necessaryIgor Mammedov2015-01-271-5/+10
| * acpi: update generated hex filesMichael S. Tsirkin2015-01-272-15/+73
| * pc: acpi: fix WindowsXP BSOD when memory hotplug is enabledIgor Mammedov2015-01-261-0/+1
* | target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2015-01-262-0/+8
* | multiboot: Fix offset of bootloader nameKevin Wolf2015-01-261-7/+9
* | pc: fix KVM features in pc-1.3 and earlier machine typesPaolo Bonzini2015-01-261-2/+2
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-01-101-5/+14
|\
| * acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin2015-01-081-5/+14
* | hw/usb: simplified usb_enabledMarcel Apfelbaum2015-01-082-2/+2
* | fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek2014-12-221-2/+2
* | machine: remove qemu_machine_opts global listMarcel Apfelbaum2014-12-221-0/+7
* | bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei2014-12-221-10/+12
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-12-158-23/+122
|\
| * kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini2014-12-151-3/+7
| * target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2014-12-152-0/+8
| * target-i386: add VME to all CPUsPaolo Bonzini2014-12-152-0/+28
| * pc: add 2.3 machine typesPaolo Bonzini2014-12-152-7/+48
| * x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-12-151-2/+1
| * x86: Drop superfluous conditionals around g_free()Markus Armbruster2014-12-151-3/+1
| * valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger2014-12-151-1/+1
| * valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger2014-12-151-2/+1
| * Add bootloader name to multiboot implementationDrew DeVault2014-12-151-5/+27
* | acpi-build: Make DPRINTF working for acpi-buildGonglei2014-12-101-6/+12
* | acpi-build: adjust indention 8 -> 4 spacesGonglei2014-12-101-2/+2
* | -machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz2014-11-263-11/+25
|/
* pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov2014-11-241-8/+3
* target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini2014-11-248-992/+1789
* acpi-build: mark RAM dirty on table updateMichael S. Tsirkin2014-11-241-3/+8
* pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov2014-11-241-0/+5
* pc: explicitly check maxmem limit when adding DIMMIgor Mammedov2014-11-241-0/+45
* pc: align DIMM's address/size by backend's alignment valueIgor Mammedov2014-11-233-0/+22
* pc: limit DIMM address and size to page aligned valuesIgor Mammedov2014-11-231-1/+2
* pc: make pc_dimm_plug() more readbleIgor Mammedov2014-11-231-2/+3
* pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov2014-11-231-0/+5
* pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov2014-11-141-11/+0
* smbios: change 'ram_addr_t' variables to 'uint64_t'SeokYeon Hwang2014-11-131-5/+5
* kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost2014-11-131-0/+14
* apic_common: migrate missing fieldsPavel Dovgalyuk2014-11-131-0/+3
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell2014-11-042-4/+10
|\
| * target-i386: Disable SVM by default in KVM modeEduardo Habkost2014-11-042-0/+2
| * target-i386: Don't enable nested VMX by defaultEduardo Habkost2014-11-042-0/+4
| * target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost2014-11-032-4/+4
OpenPOWER on IntegriCloud