Age | Commit message (Expand) | Author |
2014-06-20 | Merge remote-tracking branch 'remotes/kvm/uq/master' into staging | Peter Maydell |
2014-06-20 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-06-19 | acpi: rephrase comment | Michael S. Tsirkin |
2014-06-19 | qmp: add ACPI_DEVICE_OST event handling | Igor Mammedov |
2014-06-19 | acpi: implement ospm_status() method for PIIX4/ICH9_LPC devices | Igor Mammedov |
2014-06-19 | acpi: introduce TYPE_ACPI_DEVICE_IF interface | Igor Mammedov |
2014-06-19 | qmp: add query-memory-devices command | Igor Mammedov |
2014-06-19 | hostmem: add properties for NUMA memory policy | Hu Tao |
2014-06-19 | hostmem: add property to map memory with MAP_SHARED | Paolo Bonzini |
2014-06-19 | hostmem: allow preallocation of any memory region | Paolo Bonzini |
2014-06-19 | hostmem: add merge and dump properties | Paolo Bonzini |
2014-06-19 | osdep: add merge and dump flags | Michael S. Tsirkin |
2014-06-19 | hostmem: separate allocation from UserCreatable complete method | Hu Tao |
2014-06-19 | pc: pass MachineState to pc_memory_init | Paolo Bonzini |
2014-06-19 | memory: add error propagation to file-based RAM allocation | Paolo Bonzini |
2014-06-19 | memory: move mem_path handling to memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | numa: add -numa node,memdev= option | Paolo Bonzini |
2014-06-19 | qom: introduce object_property_get_enum and object_property_get_uint16List | Hu Tao |
2014-06-19 | Introduce signed range. | Hu Tao |
2014-06-19 | memory: move RAM_PREALLOC_MASK to exec.c, rename | Paolo Bonzini |
2014-06-19 | memory: move preallocation code out of exec.c | Paolo Bonzini |
2014-06-19 | memory: reorganize file-based allocation | Paolo Bonzini |
2014-06-19 | numa: introduce memory_region_allocate_system_memory | Paolo Bonzini |
2014-06-19 | NUMA: expand MAX_NODES from 64 to 128 | Wanlong Gao |
2014-06-19 | NUMA: convert -numa option to use OptsVisitor | Wanlong Gao |
2014-06-19 | NUMA: Add numa_info structure to contain numa nodes info | Wanlong Gao |
2014-06-19 | NUMA: move numa related code to new file numa.c | Wanlong Gao |
2014-06-19 | Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging | Peter Maydell |
2014-06-19 | include/qemu/aes.h: Avoid conflicts with FreeBSD AES functions | Sean Bruno |
2014-06-19 | Add new vhost-user netdev backend | Nikolay Nikolaev |
2014-06-19 | Add vhost-backend and VhostBackendType | Nikolay Nikolaev |
2014-06-19 | Add vhost_ops to vhost_dev struct and replace all relevant ioctls | Nikolay Nikolaev |
2014-06-19 | vhost_net_init will use VhostNetOptions to get all its arguments | Nikolay Nikolaev |
2014-06-19 | Refactor virtio-net to use generic get_vhost_net | Nikolay Nikolaev |
2014-06-19 | vhost: add vhost_get_features and vhost_ack_features | Nikolay Nikolaev |
2014-06-19 | Add G_IO_HUP handler for socket chardev | Nikolay Nikolaev |
2014-06-19 | Add chardev API qemu_chr_fe_get_msgfds | Nikolay Nikolaev |
2014-06-19 | Add chardev API qemu_chr_fe_set_msgfds | Nikolay Nikolaev |
2014-06-19 | Add chardev API qemu_chr_fe_read_all | Nikolay Nikolaev |
2014-06-19 | Add kvm_eventfds_enabled function | Nikolay Nikolaev |
2014-06-19 | virtio-net: announce self by guest | Jason Wang |
2014-06-19 | migration: introduce self_announce_delay() | Jason Wang |
2014-06-19 | migration: export SELF_ANNOUNCE_ROUNDS | Jason Wang |
2014-06-19 | ich: get rid of spaces in type name | Michael S. Tsirkin |
2014-06-19 | pc: add "hotplug-memory-region-size" property to PC_MACHINE | Igor Mammedov |
2014-06-19 | pc: ACPI BIOS: implement memory hotplug interface | Igor Mammedov |
2014-06-19 | pc: add acpi-device link to PCMachineState | Igor Mammedov |
2014-06-19 | pc: migrate piix4 & ich9 MemHotplugState | Igor Mammedov |
2014-06-19 | acpi:ich9: add memory hotplug handling | Igor Mammedov |
2014-06-19 | acpi:piix4: add memory hotplug handling | Igor Mammedov |