summaryrefslogtreecommitdiffstats
path: root/hw/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-10-224-9/+10
|\
| * hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-204-9/+9
| * block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-1/+2
* | hw/i386/pc_q35.c: Avoid g_assert_cmpint() as it is not in glib 2.12Peter Maydell2014-10-221-1/+1
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell2014-10-161-3/+11
|\
| * bootindex: move calling add_boot_device_patch to bootindex setter functionGonglei2014-10-151-2/+0
| * pci-assign: remove bootindex property from qdev to qomGonglei2014-10-151-1/+11
* | Access BusState::allow_hotplug using wraper qbus_is_hotpluggable()Igor Mammedov2014-10-151-1/+1
|/
* q35/ahci: Pick up -cdrom and -hda optionsJohn Snow2014-10-031-0/+4
* ide: Update ide_drive_get to be HBA agnosticJohn Snow2014-10-031-1/+1
* pc/vl: Add units-per-default-bus propertyJohn Snow2014-10-032-1/+3
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-263-4/+63
|\
| * kvmvapic: fix migration when VM paused and when not running WindowsPavel Dovgalyuk2014-09-261-2/+9
| * kvmclock: Ensure time in migration never goes backwardAlexander Graf2014-09-161-0/+49
| * kvmclock: Ensure proper env->tsc value for kvmclock_current_nsec calculationMarcelo Tosatti2014-09-161-0/+4
| * pit: fix pit interrupt can't inject into vm after migrationChenLiang2014-09-161-2/+1
* | pc: Add missing 'static' attributeStefan Weil2014-09-221-1/+1
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2014-09-181-2/+4
|\ \ | |/ |/|
| * pc: leave more space for BIOS allocationsMichael S. Tsirkin2014-09-181-2/+4
* | apic_common: vapic_paddr synchronization fixPavel Dovgalyuk2014-09-111-11/+26
* | memory: add parameter errp to memory_region_init_ramHu Tao2014-09-093-4/+7
|/
* Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-03' in...Peter Maydell2014-09-041-1/+1
|\
| * Fix debug print warningGonglei2014-09-021-1/+1
* | acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flagszhanghailiang2014-09-031-0/+6
* | intel-iommu: add IOTLB using hash tableLe Tan2014-08-282-6/+241
* | intel-iommu: add context-cache to cache context-entryLe Tan2014-08-282-35/+176
* | intel-iommu: add supports for queued invalidation interfaceLe Tan2014-08-282-7/+393
* | intel-iommu: add DMAR table to ACPI tablesLe Tan2014-08-282-0/+79
* | intel-iommu: introduce Intel IOMMU (VT-d) emulationLe Tan2014-08-283-0/+1591
|/
* ssdt-tpm: add generated hex file to gitMichael S. Tsirkin2014-08-251-0/+95
* Add ACPI tables for TPMStefan Berger2014-08-254-1/+101
* pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin2014-08-253-3/+11
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-192-9/+1
|\
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-181-8/+0
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-181-1/+1
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-08-181-1/+1
|\ \
| * | q35: Enable the ioapic device to be seen by qtest.John Snow2014-08-151-1/+1
* | | pc: Get rid of pci-info leftoversMarkus Armbruster2014-08-143-37/+0
* | | acpi: align RSDPMichael S. Tsirkin2014-08-141-1/+1
* | | hw:i386: typo fix: MEMORY_HOPTLUG_DEVICE -> MEMORY_HOTPLUG_DEVICEHu Tao2014-08-145-17/+17
* | | pc: Create 2.2 machine typeJan Kiszka2014-08-142-5/+31
|/ /
* | qemu: support xen hvm direct kernel bootChunyan Liu2014-08-013-0/+33
* | piix: set legacy table size for 1.7Michael S. Tsirkin2014-07-291-0/+1
* | acpi-build: tweak acpi migration limitsMichael S. Tsirkin2014-07-291-7/+9
* | pc: future-proof migration-compatibility of ACPI tablesPaolo Bonzini2014-07-291-1/+9
* | acpi-build: minor code cleanupMichael S. Tsirkin2014-07-291-6/+12
* | pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is disabledIgor Mammedov2014-07-291-5/+21
* | pc: hack for migration compatibility from QEMU 2.0Paolo Bonzini2014-07-283-4/+77
* | acpi-dsdt: procedurally generate _PRTPaolo Bonzini2014-07-282-1832/+128
* | Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-18' in...Peter Maydell2014-07-182-2/+2
|\ \
OpenPOWER on IntegriCloud