summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost2-4/+4
2014-11-03pc: Create pc_compat_2_1() functionsEduardo Habkost2-2/+24
2014-11-03vga: flip qemu 2.2 pc machine types from cirrus to stdvgaGerd Hoffmann2-4/+10
2014-11-03vga: add default display to machine classGerd Hoffmann1-0/+1
2014-11-02hw/i386/acpi-build.c: Fix memory leak in acpi_build_tables_cleanup()Nikita Belov1-4/+2
2014-11-02smbios: Encode UUID according to SMBIOS specificationEduardo Habkost3-5/+30
2014-11-02pc: Add pc_compat_2_1() functionEduardo Habkost2-2/+24
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert3-3/+23
2014-11-02pc: Update rtc_cmos in pc_cpu_plugGu Zheng3-23/+18
2014-11-02pc: add cpu hotplug handler to PC_MACHINEGu Zheng1-1/+27
2014-11-02acpi: create separate file for TCPA logStefan Berger1-7/+15
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin2-2/+2
2014-11-02pc: Fix disabling of vapic for compat PC modelsJan Kiszka1-1/+1
2014-11-02i386/pc: add piix and q35 machtypes to sorting families for -M \?Laszlo Ersek2-0/+2
2014-11-02well-defined listing order for machine typesLaszlo Ersek1-0/+1
2014-11-02smbios: Fix assertion on socket count calculationEduardo Habkost1-1/+1
2014-10-31kvmvapic: patch_instruction fixPavel Dovgalyuk1-1/+0
2014-10-31-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert3-3/+23
2014-10-22Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-9/+10
2014-10-22hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12Peter Maydell1-1/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster4-9/+9
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-1/+2
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell1-3/+11
2014-10-15bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei1-2/+0
2014-10-15pci-assign: remove bootindex property from qdev to qomGonglei1-1/+11
2014-10-15Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov1-1/+1
2014-10-03q35/ahci: Pick up -cdrom and -hda optionsJohn Snow1-0/+4
2014-10-03ide: Update ide_drive_get to be HBA agnosticJohn Snow1-1/+1
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow2-1/+3
2014-09-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-4/+63
2014-09-26kvmvapic: fix migration when VM paused and when not running WindowsPavel Dovgalyuk1-2/+9
2014-09-22pc: Add missing 'static' attributeStefan Weil1-1/+1
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-2/+4
2014-09-18pc: leave more space for BIOS allocationsMichael S. Tsirkin1-2/+4
2014-09-16kvmclock: Ensure time in migration never goes backwardAlexander Graf1-0/+49
2014-09-16kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti1-0/+4
2014-09-16pit: fix pit interrupt can't inject into vm after migrationChenLiang1-2/+1
2014-09-11apic_common: vapic_paddr synchronization fixPavel Dovgalyuk1-11/+26
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao3-4/+7
2014-09-04Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-03' in...Peter Maydell1-1/+1
2014-09-03acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flagszhanghailiang1-0/+6
2014-09-02Fix debug print warningGonglei1-1/+1
2014-08-28intel-iommu: add IOTLB using hash tableLe Tan2-6/+241
2014-08-28intel-iommu: add context-cache to cache context-entryLe Tan2-35/+176
2014-08-28intel-iommu: add supports for queued invalidation interfaceLe Tan2-7/+393
2014-08-28intel-iommu: add DMAR table to ACPI tablesLe Tan2-0/+79