aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov
2014-06-19pc: ich9 lpc: make it work with global/compat propertiesIgor Mammedov
2014-06-19acpi:piix4: add memory hotplug handlingIgor Mammedov
2014-06-19acpi:piix4: allow plug/unlug callbacks handle not only PCI devicesIgor Mammedov
2014-06-19trace: pc: add PC_DIMM slot & address allocationIgor Mammedov
2014-06-19trace: add acpi memory hotplug IO region eventsIgor Mammedov
2014-06-19acpi: memory hotplug ACPI hardware implementationIgor Mammedov
2014-06-19acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor 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-19pc-dimm: do not allow setting an in-use memdevIgor Mammedov
2014-06-19memory: add memory_region_is_mapped() APIIgor Mammedov
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis
2014-06-19qdev: expose DeviceState.hotplugged field as a propertyIgor Mammedov
2014-06-19qdev: hotplug for bus-less devicesIgor Mammedov
2014-06-19vl.c: extend -m option to support options for memory hotplugIgor Mammedov
2014-06-18add memdev backend infrastructureIgor Mammedov
2014-06-18vl.c: daemonize before guest memory allocationIgor Mammedov
2014-06-18object_add: allow completion handler to get canonical pathIgor Mammedov
2014-06-18pc: ACPI BIOS: use enum for defining memory affinity flagsIgor Mammedov
2014-06-18pc: create custom generic PC machine typeIgor Mammedov
2014-06-18Merge remote-tracking branch 'remotes/bonzini/memory' into stagingPeter Maydell
2014-06-18memory: Don't call memory_region_update_coalesced_range if nothing changedFam Zheng
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini
2014-06-17memory: MemoryRegion: factor out memory region re-adderPeter Crosthwaite
2014-06-17memory: MemoryRegion: factor out subregion add functionalityPeter Crosthwaite
2014-06-17Merge remote-tracking branch 'remotes/riku/linux-user-for-upstream' into stagingPeter Maydell
2014-06-17qtest: fix qtest_clock_warp() for no deadline caseSergey Fedorov
2014-06-17exec: dummy_section: Pass address space through.Peter Crosthwaite
2014-06-17memory: Simplify mr_add_subregion() if-elsePeter Crosthwaite
2014-06-17memory: Don't update all memory region when ioeventfd changedGonglei
2014-06-17unset RAMBlock idstr when unregister MemoryRegionHu Tao
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao
2014-06-17MAINTAINERS: Add myself as Memory API maintainerPaolo Bonzini
2014-06-17User mode support for Linux ELF files with no section headerCraig Heffner
2014-06-17linux-user: Return correct errno for unsupported netlink socketEd Swierk
2014-06-17linux-user: Don't overrun guest buffer in sched_getaffinityPeter Maydell
2014-06-17linux-user/uname: Return correct uname string for x86_64Peter Maydell
2014-06-17linux-user: fix gcc-4.9 compiler error on __{get,put]}_userRiku Voipio
2014-06-17signal/ppc/do_setcontext remove __get_user return checkRiku Voipio
2014-06-17signal/sparc64_set_context: remove __get_user checksRiku Voipio
2014-06-17signal/ppc/{save,restore}_user_regs remove __put/get error checksRiku Voipio
2014-06-17signal/all/setup_frame remove __put_user checksRiku Voipio
2014-06-17signal/all/do_sigreturn - remove __get_user checksRiku Voipio
2014-06-17signal/all/do_sigaltstack remove __get_user value checkRiku Voipio