Age | Commit message (Expand) | Author |
2014-06-29 | virtio: add endian-ambivalent support to VirtIODevice | Greg Kurz |
2014-06-29 | exec: introduce target_words_bigendian() helper | Greg Kurz |
2014-06-29 | virtio: introduce device specific migration calls | Greg Kurz |
2014-06-29 | pc: Fix "prog_if" typo on PC_COMPAT_2_0 | Eduardo Habkost |
2014-06-29 | pc: Move q35 compat props to PC_COMPAT_* | Eduardo Habkost |
2014-06-29 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2014-06-27 | virtio-blk: Export request handling functions to dataplane | Fam Zheng |
2014-06-27 | virtio-blk: Make request completion function virtual | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.out to structrue | Fam Zheng |
2014-06-27 | virtio-blk: Use VirtIOBlockReq.in to drop VirtIOBlockReq.inhdr | Fam Zheng |
2014-06-27 | virtio-blk: Replace VirtIOBlockRequest with VirtIOBlockReq | Fam Zheng |
2014-06-27 | virtio-blk: Convert VirtIOBlockReq.elem to pointer | Fam Zheng |
2014-06-27 | virtio-blk: Move VirtIOBlockReq to header | Fam Zheng |
2014-06-27 | spapr_pci: Use XICS interrupt allocator and do not cache interrupts in PHB | Alexey Kardashevskiy |
2014-06-27 | xics: Implement xics_ics_free() | Alexey Kardashevskiy |
2014-06-27 | spapr: Move interrupt allocator to xics | Alexey Kardashevskiy |
2014-06-27 | xics: Add flags for interrupts | Alexey Kardashevskiy |
2014-06-27 | spapr: Add RTAS sysparm SPLPAR Characteristics | Sam bobroff |
2014-06-27 | spapr: Add RTAS sysparm UUID | Sam bobroff |
2014-06-27 | spapr: Fix RTAS sysparm DIAGNOSTICS_RUN_MODE | Sam bobroff |
2014-06-27 | spapr: Add rtas_st_buffer utility function | Sam bobroff |
2014-06-27 | spapr_pci_vfio: Add spapr-pci-vfio-host-bridge to support vfio | Alexey Kardashevskiy |
2014-06-27 | vfio: Add vfio_container_ioctl() | Alexey Kardashevskiy |
2014-06-27 | spapr_iommu: Make in-kernel TCE table optional | Alexey Kardashevskiy |
2014-06-27 | spapr: Fix RTAS token numbers | Alexey Kardashevskiy |
2014-06-23 | pc & q35: Add new machine opt max-ram-below-4g | Don Slutz |
2014-06-23 | xen-hvm: Fix xen_hvm_init() to adjust pc memory layout | Don Slutz |
2014-06-23 | hw/pcie: implement power controller functionality | Marcel Apfelbaum |
2014-06-23 | vhost: block migration if backend does not log memory | Michael S. Tsirkin |
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 | 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 | pc: pass MachineState to pc_memory_init | Paolo Bonzini |
2014-06-19 | numa: introduce memory_region_allocate_system_memory | Paolo Bonzini |
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 | vhost: add vhost_get_features and vhost_ack_features | Nikolay Nikolaev |
2014-06-19 | virtio-net: announce self by guest | 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 |
2014-06-19 | acpi: memory hotplug ACPI hardware implementation | Igor Mammedov |