summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | memory: move preallocation code out of exec.cPaolo Bonzini2014-06-192-0/+4
| * | memory: reorganize file-based allocationPaolo Bonzini2014-06-193-3/+4
| * | numa: introduce memory_region_allocate_system_memoryPaolo Bonzini2014-06-192-1/+6
| * | NUMA: expand MAX_NODES from 64 to 128Wanlong Gao2014-06-191-1/+1
| * | NUMA: convert -numa option to use OptsVisitorWanlong Gao2014-06-191-1/+2
| * | NUMA: Add numa_info structure to contain numa nodes infoWanlong Gao2014-06-191-2/+6
| * | NUMA: move numa related code to new file numa.cWanlong Gao2014-06-194-3/+5
| * | Add new vhost-user netdev backendNikolay Nikolaev2014-06-191-0/+17
| * | Add vhost-backend and VhostBackendTypeNikolay Nikolaev2014-06-193-2/+15
| * | Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev2014-06-192-0/+29
| * | vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev2014-06-192-2/+8
| * | Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev2014-06-191-0/+1
| * | vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev2014-06-191-0/+5
| * | Add G_IO_HUP handler for socket chardevNikolay Nikolaev2014-06-191-0/+1
| * | Add chardev API qemu_chr_fe_get_msgfdsNikolay Nikolaev2014-06-191-1/+14
| * | Add chardev API qemu_chr_fe_set_msgfdsNikolay Nikolaev2014-06-191-0/+14
| * | Add chardev API qemu_chr_fe_read_allNikolay Nikolaev2014-06-191-0/+14
| * | Add kvm_eventfds_enabled functionNikolay Nikolaev2014-06-191-0/+11
| * | virtio-net: announce self by guestJason Wang2014-06-192-0/+22
| * | migration: introduce self_announce_delay()Jason Wang2014-06-191-0/+8
| * | migration: export SELF_ANNOUNCE_ROUNDSJason Wang2014-06-191-0/+2
| * | ich: get rid of spaces in type nameMichael S. Tsirkin2014-06-192-2/+2
| * | pc: add "hotplug-memory-region-size" property to PC_MACHINEIgor Mammedov2014-06-191-0/+1
| * | pc: ACPI BIOS: implement memory hotplug interfaceIgor Mammedov2014-06-191-0/+21
| * | pc: add acpi-device link to PCMachineStateIgor Mammedov2014-06-191-1/+7
| * | pc: migrate piix4 & ich9 MemHotplugStateIgor Mammedov2014-06-191-0/+7
| * | acpi:ich9: add memory hotplug handlingIgor Mammedov2014-06-192-1/+10
| * | acpi:piix4: add memory hotplug handlingIgor Mammedov2014-06-192-1/+8
| * | acpi: memory hotplug ACPI hardware implementationIgor Mammedov2014-06-192-0/+32
| * | acpi: rename cpu_hotplug_defs.h to pc-hotplug.hIgor Mammedov2014-06-192-4/+4
| * | pc-dimm: add busy slot check and slot auto-allocationIgor Mammedov2014-06-191-0/+2
| * | pc-dimm: add busy address check and address auto-allocationIgor Mammedov2014-06-191-0/+4
| * | pc: add memory hotplug handler to PC_MACHINEIgor Mammedov2014-06-191-0/+8
| * | pc: add 'etc/reserved-memory-end' fw_cfg interface for SeaBIOSIgor Mammedov2014-06-191-0/+1
| * | pc: exit QEMU if number of slots more than supported 256Igor Mammedov2014-06-191-0/+6
| * | pc: initialize memory hotplug address spaceIgor Mammedov2014-06-191-0/+10
| * | memory: add memory_region_is_mapped() APIIgor Mammedov2014-06-191-0/+8
| * | pc: implement pc-dimm device abstractionVasilis Liaskovitis2014-06-191-0/+73
| * | qdev: hotplug for bus-less devicesIgor Mammedov2014-06-191-0/+8
| * | vl.c: extend -m option to support options for memory hotplugIgor Mammedov2014-06-191-0/+2
| * | add memdev backend infrastructureIgor Mammedov2014-06-181-0/+60
| * | pc: create custom generic PC machine typeIgor Mammedov2014-06-181-0/+24
* | | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell2014-06-194-7/+16
|\ \ \
| * | | virtio-scsi: define dummy handle_output for vhost-scsi vqsMing Lei2014-06-191-1/+6
| * | | virtio-scsi: add support for the any_layout featurePaolo Bonzini2014-06-182-3/+5
| * | | util: add return value to qemu_iovec_concat_iovPaolo Bonzini2014-06-181-3/+3
| * | | scsi: Print command name in debugAlexey Kardashevskiy2014-06-181-0/+2
| | |/ | |/|
* | | include/qemu/aes.h: Avoid conflicts with FreeBSD AES functionsSean Bruno2014-06-191-0/+9
* | | bitops: provide an inline implementation of find_first_bitAurelien Jarno2014-06-181-1/+11
| |/ |/|
* | memory: MemoryRegion: rename parent to containerPaolo Bonzini2014-06-181-10/+10
OpenPOWER on IntegriCloud