summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* virtio: Drop superfluous conditionals around g_free()Markus Armbruster2014-06-194-33/+15
* acpi-test: update expected tablesMichael S. Tsirkin2014-06-194-0/+0
* acpi: update generated filesMichael S. Tsirkin2014-06-196-24/+1074
* pc: ACPI BIOS: make GPE.3 handle memory hotplug event on PIIX and Q35 machinesIgor Mammedov2014-06-192-2/+8
* pc: ACPI BIOS: reserve SRAT entry for hotplug mem holeIgor Mammedov2014-06-191-0/+17
* pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2014-06-192-0/+20
* pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov2014-06-195-1/+299
* pc: propagate memory hotplug event to ACPI deviceIgor Mammedov2014-06-191-0/+10
* pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-195-4/+34
* pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov2014-06-194-0/+82
* acpi:ich9: add memory hotplug handlingIgor Mammedov2014-06-194-1/+68
* pc: ich9 lpc: make it work with global/compat propertiesIgor Mammedov2014-06-191-5/+10
* acpi:piix4: add memory hotplug handlingIgor Mammedov2014-06-193-2/+22
* acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov2014-06-191-9/+22
* trace: pc: add PC_DIMM slot & address allocationIgor Mammedov2014-06-192-0/+7
* trace: add acpi memory hotplug IO region eventsIgor Mammedov2014-06-192-0/+26
* acpi: memory hotplug ACPI hardware implementationIgor Mammedov2014-06-195-0/+224
* acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov2014-06-194-6/+6
* pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov2014-06-193-0/+69
* pc-dimm: add busy address check and address auto-allocationIgor Mammedov2014-06-193-0/+95
* pc: add memory hotplug handler to PC_MACHINEIgor Mammedov2014-06-192-0/+67
* pc: exit QEMU if compat machine doesn't support memory hotlpugIgor Mammedov2014-06-191-0/+10
* pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov2014-06-194-1/+15
* pc: exit QEMU if number of slots more than supported 256Igor Mammedov2014-06-192-0/+12
* pc: initialize memory hotplug address spaceIgor Mammedov2014-06-192-2/+34
* pc-dimm: do not allow setting an in-use memdevIgor Mammedov2014-06-191-1/+16
* memory: add memory_region_is_mapped() APIIgor Mammedov2014-06-192-1/+17
* pc: implement pc-dimm device abstractionVasilis Liaskovitis2014-06-196-0/+176
* qdev: expose DeviceState.hotplugged field as a propertyIgor Mammedov2014-06-191-0/+17
* qdev: hotplug for bus-less devicesIgor Mammedov2014-06-192-0/+21
* vl.c: extend -m option to support options for memory hotplugIgor Mammedov2014-06-193-3/+59
* add memdev backend infrastructureIgor Mammedov2014-06-184-0/+213
* vl.c: daemonize before guest memory allocationIgor Mammedov2014-06-181-2/+2
* object_add: allow completion handler to get canonical pathIgor Mammedov2014-06-182-7/+13
* pc: ACPI BIOS: use enum for defining memory affinity flagsIgor Mammedov2014-06-181-7/+16
* pc: create custom generic PC machine typeIgor Mammedov2014-06-184-24/+105
* Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell2014-06-187-66/+119
|\
| * memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng2014-06-181-1/+6
| * memory: MemoryRegion: rename parent to containerPaolo Bonzini2014-06-182-30/+30
| * memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite2014-06-171-10/+16
| * memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite2014-06-171-6/+12
| * qtest: fix qtest_clock_warp() for no deadline caseSergey Fedorov2014-06-171-1/+1
| * exec: dummy_section: Pass address space through.Peter Crosthwaite2014-06-171-6/+8
| * memory: Simplify mr_add_subregion() if-elsePeter Crosthwaite2014-06-171-7/+1
| * memory: Don't update all memory region when ioeventfd changedGonglei2014-06-171-10/+23
| * unset RAMBlock idstr when unregister MemoryRegionHu Tao2014-06-171-1/+1
| * exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao2014-06-172-5/+22
| * MAINTAINERS: Add myself as Memory API maintainerPaolo Bonzini2014-06-171-0/+10
* | Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell2014-06-175-736/+526
|\ \ | |/ |/|
| * User mode support for Linux ELF files with no section headerCraig Heffner2014-06-171-1/+0
OpenPOWER on IntegriCloud