summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-24Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140623' i...Peter Maydell1-0/+2
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell11-111/+109
2014-06-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell6-2/+22
2014-06-23migration: dump vmstate info as a json file for static analysisAmit Shah1-0/+2
2014-06-23qemu-char: make writes thread-safePaolo Bonzini1-4/+7
2014-06-23qemu-char: introduce qemu_chr_allocPaolo Bonzini1-0/+9
2014-06-23qapi event: clean upWenchao Xia1-40/+0
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia1-2/+0
2014-06-23qmp: convert ACPI_DEVICE_OST eventIgor Mammedov1-1/+0
2014-06-23qapi event: convert SPICE eventsWenchao Xia1-1/+0
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia1-4/+13
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia1-3/+0
2014-06-23qapi event: convert RTC_CHANGEWenchao Xia1-2/+0
2014-06-23pc & q35: Add new machine opt max-ram-below-4gDon Slutz1-0/+3
2014-06-23qapi: adjust existing definesWenchao Xia2-4/+2
2014-06-23qapi: add event helper functionsWenchao Xia1-0/+27
2014-06-23os-posix: include sys/time.hWenchao Xia1-0/+2
2014-06-23fpu: softfloat: drop INLINE macroLuiz Capitulino1-50/+49
2014-06-23xen-hvm: Fix xen_hvm_init() to adjust pc memory layoutDon Slutz1-1/+2
2014-06-23hw/pcie: implement power controller functionalityMarcel Apfelbaum4-1/+16
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin1-0/+1
2014-06-23tcg-ppc: Merge cache-utils into the backendRichard Henderson1-44/+0
2014-06-23qemu/osdep: Remove the need for qemu_init_auxvalRichard Henderson1-12/+0
2014-06-23tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_targetRichard Henderson1-1/+1
2014-06-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+1
2014-06-23console: move chardev declarations to sysemu/char.hMichael S. Tsirkin2-5/+5
2014-06-23vl: allow other threads to do qemu_system_vmstop_requestPaolo Bonzini1-0/+1
2014-06-20Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2-0/+4
2014-06-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell31-59/+724
2014-06-19acpi: rephrase commentMichael S. Tsirkin1-2/+1
2014-06-19qmp: add ACPI_DEVICE_OST event handlingIgor Mammedov1-0/+1
2014-06-19acpi: implement ospm_status() method for PIIX4/ICH9_LPC devicesIgor Mammedov2-0/+4
2014-06-19acpi: introduce TYPE_ACPI_DEVICE_IF interfaceIgor Mammedov1-0/+43
2014-06-19qmp: add query-memory-devices commandIgor Mammedov1-0/+2
2014-06-19hostmem: add properties for NUMA memory policyHu Tao1-0/+4
2014-06-19hostmem: add property to map memory with MAP_SHAREDPaolo Bonzini2-1/+4
2014-06-19hostmem: allow preallocation of any memory regionPaolo Bonzini3-0/+12
2014-06-19hostmem: add merge and dump propertiesPaolo Bonzini2-0/+11
2014-06-19osdep: add merge and dump flagsMichael S. Tsirkin1-0/+4
2014-06-19hostmem: separate allocation from UserCreatable complete methodHu Tao1-0/+2
2014-06-19pc: pass MachineState to pc_memory_initPaolo Bonzini1-4/+3
2014-06-19memory: add error propagation to file-based RAM allocationPaolo Bonzini2-2/+5
2014-06-19memory: move mem_path handling to memory_region_allocate_system_memoryPaolo Bonzini1-0/+18
2014-06-19numa: add -numa node,memdev= optionPaolo Bonzini1-0/+1
2014-06-19qom: introduce object_property_get_enum and object_property_get_uint16ListHu Tao1-0/+28
2014-06-19Introduce signed range.Hu Tao1-0/+72
2014-06-19memory: move RAM_PREALLOC_MASK to exec.c, renamePaolo Bonzini1-3/+0
2014-06-19memory: move preallocation code out of exec.cPaolo Bonzini2-0/+4
2014-06-19memory: reorganize file-based allocationPaolo Bonzini3-3/+4
2014-06-19numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2-1/+6