aboutsummaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz
2014-11-24pc: acpi: mark all possible CPUs as enabled in SRATIgor Mammedov
2014-11-24target-i386: move generic memory hotplug methods to DSDTsPaolo Bonzini
2014-11-24acpi-build: mark RAM dirty on table updateMichael S. Tsirkin
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov
2014-11-23pc: make pc_dimm_plug() more readbleIgor Mammedov
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov
2014-11-14pc: piix4_pm: init legacy PCI hotplug when running on XenIgor Mammedov
2014-11-13smbios: change 'ram_addr_t' variables to 'uint64_t'SeokYeon Hwang
2014-11-13kvmclock: Add comment explaining why we need cpu_clean_all_dirty()Eduardo Habkost
2014-11-13apic_common: migrate missing fieldsPavel Dovgalyuk
2014-11-04Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost
2014-11-04target-i386: Don't enable nested VMX by defaultEduardo Habkost
2014-11-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost
2014-11-03pc: Create pc_compat_2_1() functionsEduardo Habkost
2014-11-03vga: flip qemu 2.2 pc machine types from cirrus to stdvgaGerd Hoffmann
2014-11-03vga: add default display to machine classGerd Hoffmann
2014-11-02hw/i386/acpi-build.c: Fix memory leak in acpi_build_tables_cleanup()Nikita Belov
2014-11-02smbios: Encode UUID according to SMBIOS specificationEduardo Habkost
2014-11-02pc: Add pc_compat_2_1() functionEduardo Habkost
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert
2014-11-02pc: Update rtc_cmos in pc_cpu_plugGu Zheng
2014-11-02pc: add cpu hotplug handler to PC_MACHINEGu Zheng
2014-11-02acpi: create separate file for TCPA logStefan Berger
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-11-02pc: Fix disabling of vapic for compat PC modelsJan Kiszka
2014-11-02i386/pc: add piix and q35 machtypes to sorting families for -M \?Laszlo Ersek
2014-11-02well-defined listing order for machine typesLaszlo Ersek
2014-11-02smbios: Fix assertion on socket count calculationEduardo Habkost
2014-10-31kvmvapic: patch_instruction fixPavel Dovgalyuk
2014-10-31-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-10-22hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12Peter Maydell
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei
2014-10-15pci-assign: remove bootindex property from qdev to qomGonglei
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow
2014-09-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-09-26kvmvapic: fix migration when VM paused and when not running WindowsPavel Dovgalyuk
2014-09-22pc: Add missing 'static' attributeStefan Weil