summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao1-1/+1
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao1-1/+2
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao1-2/+6
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao4-3/+5
2014-06-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell4-7/+16
2014-06-19include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno1-0/+9
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev1-0/+17
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev3-2/+15
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2-0/+29
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2-2/+8
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev1-0/+1
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-0/+5
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev1-0/+1
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev1-1/+14
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev1-0/+14
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev1-0/+14
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev1-0/+11
2014-06-19virtio-net: announce self by guestJason Wang2-0/+22