aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)Author
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-03vga: add default display to machine classGerd Hoffmann
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-02well-defined listing order for machine typesLaszlo Ersek
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow
2014-09-22pc: Add missing 'static' attributeStefan Weil
2014-09-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-09-18pc: leave more space for BIOS allocationsMichael S. Tsirkin
2014-09-09memory: add parameter errp to memory_region_init_ramHu Tao
2014-09-02Fix debug print warningGonglei
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin
2014-08-14pc: Get rid of pci-info leftoversMarkus Armbruster
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov
2014-06-19pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov
2014-06-18pc: create custom generic PC machine typeIgor Mammedov
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-06-10hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell
2014-05-13pc: port 92 reset requires a low->high transitionPaolo Bonzini
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo
2014-03-18pc: Refuse max_cpus if it results in too large APIC IDEduardo Habkost
2014-03-18pc: Refuse CPU hotplug if the resulting APIC ID is too largeEduardo Habkost
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-23isa: Clean up use of 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