summaryrefslogtreecommitdiff
path: root/hw/i386/pc.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-26-machine vmport=auto: Fix handling of VMWare ioport emulation for xenDon Slutz1-9/+13
2014-11-24pc: count in 1Gb hugepage alignment when sizing hotplug-memory containerIgor Mammedov1-0/+5
2014-11-24pc: explicitly check maxmem limit when adding DIMMIgor Mammedov1-0/+45
2014-11-23pc: align DIMM's address/size by backend's alignment valueIgor Mammedov1-0/+17
2014-11-23pc: limit DIMM address and size to page aligned valuesIgor Mammedov1-1/+2
2014-11-23pc: make pc_dimm_plug() more readbleIgor Mammedov1-2/+3
2014-11-23pc: kvm: check if KVM has free memory slots to avoid abort()Igor Mammedov1-0/+5
2014-11-03vga: add default display to machine classGerd Hoffmann1-0/+1
2014-11-02-machine vmport=off: Allow disabling of VMWare ioport emulationDr. David Alan Gilbert1-0/+19
2014-11-02pc: Update rtc_cmos in pc_cpu_plugGu Zheng1-21/+16
2014-11-02pc: add cpu hotplug handler to PC_MACHINEGu Zheng1-1/+27
2014-11-02well-defined listing order for machine typesLaszlo Ersek1-0/+1
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-03pc/vl: Add units-per-default-bus propertyJohn Snow1-0/+1
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-09memory: add parameter errp to memory_region_init_ramHu Tao1-1/+2
2014-09-02Fix debug print warningGonglei1-1/+1
2014-08-25pc: reserve more memory for ACPI for new machine typesMichael S. Tsirkin1-3/+9
2014-08-14pc: Get rid of pci-info leftoversMarkus Armbruster1-30/+0
2014-08-01qemu: support xen hvm direct kernel bootChunyan Liu1-0/+25
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz1-0/+47
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini1-12/+12
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini1-2/+1
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-4/+8
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov1-0/+19
2014-06-19pc: propagate memory hotplug event to ACPI deviceIgor Mammedov1-0/+10
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov1-0/+3
2014-06-19pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov1-0/+21
2014-06-19pc-dimm: add busy address check and address auto-allocationIgor Mammedov1-0/+9
2014-06-19pc: add memory hotplug handler to PC_MACHINEIgor Mammedov1-0/+59
2014-06-19pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov1-0/+10
2014-06-19pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov1-1/+8
2014-06-19pc: exit QEMU if number of slots more than supported 256Igor Mammedov1-0/+6
2014-06-19pc: initialize memory hotplug address spaceIgor Mammedov1-2/+24
2014-06-18pc: create custom generic PC machine typeIgor Mammedov1-0/+57
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela1-2/+1
2014-06-10hw/i386/pc.c: Remove unused parallel_io and parallel_irq variablesPeter Maydell1-3/+0
2014-05-13pc: port 92 reset requires a low->high transitionPaolo Bonzini1-1/+2
2014-05-05SMBIOS: Build aggregate smbios tables and entry pointGabriel L. Somlo1-5/+19
2014-05-05SMBIOS: Rename symbols to better reflect future useGabriel L. Somlo1-1/+1
2014-05-05E820: Add interface for accessing e820 tableGabriel L. Somlo1-0/+15
2014-03-18pc: Refuse max_cpus if it results in too large APIC IDEduardo Habkost1-0/+8
2014-03-18pc: Refuse CPU hotplug if the resulting APIC ID is too largeEduardo Habkost1-0/+8
2014-02-05pc.c: better error message on initrd sizing failureMichael S. Tsirkin1-2/+2
2014-01-26pc: Save size of RAM below 4GBEduardo Habkost1-0/+1
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-9/+8
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-9/+8
2013-12-23isa: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+6