aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-06-19NUMA: expand MAX_NODES from 64 to 128Wanlong Gao
2014-06-19NUMA: convert -numa option to use OptsVisitorWanlong Gao
2014-06-19NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao
2014-06-19NUMA: move numa related code to new file numa.cWanlong Gao
2014-06-19Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-06-19include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno
2014-06-19Add new vhost-user netdev backendNikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-06-19Add G_IO_HUP handler for socket chardevNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev
2014-06-19Add chardev API qemu_chr_fe_read_allNikolay Nikolaev
2014-06-19Add kvm_eventfds_enabled functionNikolay Nikolaev
2014-06-19virtio-net: announce self by guestJason Wang
2014-06-19migration: introduce self_announce_delay()Jason Wang
2014-06-19migration: export SELF_ANNOUNCE_ROUNDSJason Wang
2014-06-19ich: get rid of spaces in type nameMichael S. Tsirkin
2014-06-19pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov
2014-06-19pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov
2014-06-19pc: add acpi-device link to PCMachineStateIgor Mammedov
2014-06-19pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov
2014-06-19acpi:ich9: add memory hotplug handlingIgor Mammedov
2014-06-19acpi:piix4: add memory hotplug handlingIgor 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: 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-19memory: add memory_region_is_mapped() APIIgor Mammedov
2014-06-19pc: implement pc-dimm device abstractionVasilis Liaskovitis
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-19virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei
2014-06-18add memdev backend infrastructureIgor Mammedov
2014-06-18pc: create custom generic PC machine typeIgor Mammedov
2014-06-18bitops: provide an inline implementation of find_first_bitAurelien Jarno
2014-06-18kvm: Allow arch to set sigmask lengthJames Hogan
2014-06-18hw/mips: Add API to convert KVM guest KSEG0 <-> GPASanjay Lal
2014-06-18memory: MemoryRegion: rename parent to containerPaolo Bonzini
2014-06-18virtio-scsi: add support for the any_layout featurePaolo Bonzini
2014-06-18util: add return value to qemu_iovec_concat_iovPaolo Bonzini
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy
2014-06-17exec: introduce qemu_ram_unset_idstr() to unset RAMBlock idstrHu Tao