summaryrefslogtreecommitdiff
path: root/hw/i386
AgeCommit message (Expand)AuthorFilesLines
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-08Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-23/+40
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell2-2/+0
2016-06-07pc: cleanup unused struct PcRomPciInfoIgor Mammedov1-8/+0
2016-06-07acpi: make bios_linker_loader_add_checksum() API offset basedIgor Mammedov1-3/+2
2016-06-07acpi: make bios_linker_loader_add_pointer() API offset basedIgor Mammedov1-22/+23
2016-06-07tpm: apci: cleanup TCPA table initializationIgor Mammedov1-4/+1
2016-06-07acpi: simplify bios_linker API by removing redundant 'table' argumentIgor Mammedov1-9/+11
2016-06-07acpi: convert linker from GArray to BIOSLinker structureIgor Mammedov1-14/+15
2016-06-07pc: Postpone SMBIOS table installation to post machine initCorey Minyard1-2/+3
2016-06-07pc: acpi: cpuhp-legacy: switch ProcessorID to possible_cpus idxIgor Mammedov1-1/+1
2016-06-07pc: acpi: simplify build_legacy_cpu_hotplug_aml() signatureIgor Mammedov1-4/+1
2016-06-07pc: acpi: mark current CPU hotplug functions as legacyIgor Mammedov1-1/+2
2016-06-07pc: acpi: consolidate \GPE._E02 with the rest of CPU hotplug AMLIgor Mammedov1-4/+0
2016-06-07pc: acpi: consolidate CPU hotplug AMLIgor Mammedov1-111/+1
2016-06-07pc: acpi: remove AML for empty/not used GPE handlersIgor Mammedov1-17/+0
2016-06-06pc: allow raising low memory via max-ram-below-4g optionGerd Hoffmann2-23/+40
2016-05-23pc: Set CPU model-id on compat_props for pc <= 2.4Eduardo Habkost1-0/+13
2016-05-23target-i386: add a generic x86 nmi handlerBandan Das1-0/+20
2016-05-23i386: kvmvapic: initialise imm32 variablePrasad J Pandit1-1/+1
2016-05-20machine: add properties to compat_props incrementalyIgor Mammedov1-13/+0
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini3-0/+5
2016-05-19explicitly include linux/kvm.hPaolo Bonzini2-0/+2
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-1/+0
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota1-1/+1
2016-05-12ACPI: move acpi_build_srat_memory to common placeShannon Zhao1-29/+9
2016-05-12ACPI: Fix the definition of proximity in AcpiSratMemoryAffinityShannon Zhao1-2/+1
2016-05-12ACPI: Add GICC Affinity StructureShannon Zhao1-1/+1
2016-04-13tpm: acpi: remove IRQ from TPM's CRS to make Windows not see conflictIgor Mammedov1-1/+6
2016-04-13pc: acpi: tpm: add missing MMIO resource to PCI0._CRSIgor Mammedov1-0/+5
2016-04-07Sort the fw_cfg file listGerd Hoffmann3-0/+6
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-0/+2
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster1-2/+0
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster7-0/+7
2016-03-15kvm: x86: q35: Add support for -machine kernel_irqchip=split for q35Rita Sinha1-2/+3
2016-03-15hw/acpi: fix GSI links UIDMarcel Apfelbaum1-12/+8
2016-03-11pc: acpi: clarify why possible LAPIC entries must be present in MADTIgor Mammedov1-0/+6
2016-03-11pc: acpi: drop cpu->found_cpus bitmapIgor Mammedov1-39/+14
2016-03-11pc: acpi: create Processor and Notify objects only for valid lapicsIgor Mammedov1-14/+24
2016-03-11pc: acpi: create MADT.lapic entries only for valid lapicsIgor Mammedov1-7/+12
2016-03-11pc: acpi: SRAT: create only valid processor lapic entriesIgor Mammedov1-3/+8
2016-03-11pc: acpi: cleanup qdev_get_machine() callsIgor Mammedov1-14/+12
2016-03-11machine: introduce MachineClass.possible_cpu_arch_ids() hookIgor Mammedov1-4/+40
2016-03-11pc: init pcms->apic_id_limit once and use it throughout pc.cIgor Mammedov1-26/+19
2016-03-11pc: acpi: remove NOP assignmentIgor Mammedov1-1/+0
2016-03-11nvdimm acpi: initialize the resource used by NVDIMM ACPIXiao Guangrong4-13/+16
2016-03-11hw/acpi: fix Q35 support for legacy Windows OSMarcel Apfelbaum1-0/+6
2016-03-11msi_supported -> msi_nonbrokenMichael S. Tsirkin2-2/+2
2016-03-11i386: populate floppy drive information in DSDTRoman Kagan1-3/+66