summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)Author
2014-03-09acpi-build: append description for non-hotplugMichael S. Tsirkin
2014-03-05qdev: Keep global allocation counter per busAlexander Graf
2014-02-26pci-assign: Fix potential read beyond buffer on -EBUSYMarkus Armbruster
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-14qdev: Add enum property types to QAPI schemaPaolo Bonzini
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-10ACPI: Remove commented-out code from HPET._CRSGabriel L. Somlo
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin
2014-02-05pc_piix: enable legacy hotplug for XenMichael S. Tsirkin
2014-02-01i386: Add missing include file for QEMU_PACKEDStefan Weil
2014-01-26q35: document gigabyte_alignMichael S. Tsirkin
2014-01-26q35: gigabyte alignment for ramGerd Hoffmann
2014-01-26acpi: Fix PCI hole handling on build_srat()Eduardo Habkost
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost
2014-01-26pc: ACPI: update acpi-dsdt.hex.generated q35-acpi-dsdt.hex.generatedIgor Mammedov
2014-01-26pc: ACPI: unify source of CPU hotplug IO base/lenIgor Mammedov
2014-01-26pc: ACPI: expose PRST IO range via _CRSIgor Mammedov
2014-01-26pc: Q35 DSDT: exclude CPU hotplug IO range from PCI bus resourcesIgor Mammedov
2014-01-26pc: PIIX DSDT: exclude CPU/PCI hotplug & GPE0 IO range from PCI bus resourcesIgor Mammedov
2014-01-26pc: set PRST base in DSDT depending on chipsetIgor Mammedov
2014-01-26acpi-build: enable hotplug for PCI bridgesMichael S. Tsirkin
2014-01-26pc: make: fix dependencies: rebuild when included file is changedIgor Mammedov
2014-01-26ACPI: Fix AppleSMC _STA sizeGabriel L. Somlo
2014-01-26Add DSDT node for AppleSMCGabriel L. Somlo
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann
2014-01-10Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-12-24ioapic: QOM'ify ioapicxiaoqiang zhao
2013-12-24ioapic: Cleanup for QOM'ificationxiaoqiang zhao
2013-12-24apic: QOM'ify APICxiaoqiang zhao
2013-12-24apic: Cleanup for QOM'ificationxiaoqiang zhao
2013-12-23piix: fix 32bit pci holeGerd Hoffmann
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23ACPI/DSDT-CPU: cleanup bogus commentIgor Mammedov
2013-12-23ACPI: Q35 DSDT: fix CPU hotplug GPE0.2 handlerIgor Mammedov
2013-12-23hw/i386/pc_sysfw: support two flash drivesLaszlo Ersek
2013-12-23pc_piix: document gigabyte_alignMichael S. Tsirkin
2013-12-23piix: gigabyte alignment for ramGerd Hoffmann
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23sysbus: Set cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-11pc: use macro for HPET typeMichael S. Tsirkin
2013-12-11hpet: enable to entitle more irq pins for hpetLiu Ping Fan
2013-12-10ACPI DSDT: Make control method `IQCR` serializedMichael S. Tsirkin
2013-12-10acpi: strip compiler info in built-in DSDTMichael S. Tsirkin
2013-12-10smbios: Set system manufacturer, product & version by defaultMarkus Armbruster
2013-12-10pc: s/INT64_MAX/UINT64_MAX/Paolo Bonzini