summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2015-01-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell9-244/+95
2015-01-27pc-dimm: Add Error argument to pc_existing_dimms_capacityBharata B Rao1-2/+2
2015-01-27pc-dimm: Make pc_existing_dimms_capacity globalBharata B Rao1-24/+0
2015-01-27pc: Fix DIMMs capacity calculationBharata B Rao1-16/+10
2015-01-27smbios: Don't report unknown CPU speed (fix SVVP regression)Eduardo Habkost1-2/+3
2015-01-27smbios: Fix dimm size calculation when RAM is multiple of 16GBEduardo Habkost1-1/+2
2015-01-27bios-linker-loader: move source to common locationMichael S. Tsirkin2-158/+0
2015-01-27bios-linker-loader: move header to common locationMichael S. Tsirkin3-29/+2
2015-01-27acpi: build_append_nameseg(): add padding if necessaryIgor Mammedov1-5/+10
2015-01-27acpi: update generated hex filesMichael S. Tsirkin2-15/+73
2015-01-26pc: acpi: fix WindowsXP BSOD when memory hotplug is enabledIgor Mammedov1-0/+1
2015-01-26target-i386: Disable HLE and RTM on Haswell & BroadwellEduardo Habkost2-0/+8
2015-01-26multiboot: Fix offset of bootloader nameKevin Wolf1-7/+9
2015-01-26pc: fix KVM features in pc-1.3 and earlier machine typesPaolo Bonzini1-2/+2
2015-01-10Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-5/+14
2015-01-08hw/usb: simplified usb_enabledMarcel Apfelbaum2-2/+2
2015-01-08acpi-build: make ROMs RAM blocks resizeableMichael S. Tsirkin1-5/+14
2014-12-22fw_cfg: move boards to fw_cfg_init_io() / fw_cfg_init_mem()Laszlo Ersek1-2/+2
2014-12-22machine: remove qemu_machine_opts global listMarcel Apfelbaum1-0/+7
2014-12-22bootdevice: add Error **errp argument for QEMUBootSetHandlerGonglei1-10/+12
2014-12-15Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-23/+122
2014-12-15kvm/apic: fix 2.2->2.1 migrationPaolo Bonzini1-3/+7
2014-12-15target-i386: add f16c and rdrand to Haswell and BroadwellPaolo Bonzini2-0/+8
2014-12-15target-i386: add VME to all CPUsPaolo Bonzini2-0/+28
2014-12-15pc: add 2.3 machine typesPaolo Bonzini2-7/+48
2014-12-15x86: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+1
2014-12-15x86: Drop superfluous conditionals around g_free()Markus Armbruster1-3/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_PIT ioctlChristian Borntraeger1-1/+1
2014-12-15valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctlChristian Borntraeger1-2/+1
2014-12-15Add bootloader name to multiboot implementationDrew DeVault1-5/+27
2014-12-10acpi-build: Make DPRINTF working for acpi-buildGonglei1-6/+12
2014-12-10acpi-build: adjust indention 8 -> 4 spacesGonglei1-2/+2
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz3-11/+25
2014-11-24pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov1-8/+3
2014-11-24target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini8-992/+1789
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin1-3/+8
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov1-0/+5
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov1-0/+45
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov3-0/+22
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov1-1/+2
2014-11-23pc: make pc_dimm_plug() more readbleIgor Mammedov1-2/+3
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov1-0/+5
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov1-11/+0
2014-11-13smbios: change 'ram_addr_t' variables to 'uint64_t'SeokYeon Hwang1-5/+5
2014-11-13kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost1-0/+14
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk1-0/+3
2014-11-04Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell2-4/+10
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost2-0/+2
2014-11-04target-i386: Don't enable nested VMX by defaultEduardo Habkost2-0/+4
2014-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell5-50/+134