]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2011-05-05 Cyrill Gorcunovkvm tools: Gather Virtio-PCI constants into one place
2011-05-05 Sasha Levinkvm tools: Fix loading root device as image
2011-05-05 Pekka Enbergkvm tools: Cleanup virtio code some more
2011-05-05 Sasha Levinkvm tools: virtio-rng code cleanup
2011-05-05 Sasha Levinkvm tools: virtio-net code cleanup
2011-05-05 Sasha Levinkvm tools: virtio-console code cleanup
2011-05-05 Sasha Levinkvm tools: virtio-blk code cleanup
2011-05-05 Sasha Levinkvm tools: Abolishment of uint*_t types
2011-05-05 Pekka Enbergkvm tools: Move virtio drivers under virtio directory
2011-05-05 Sasha Levinkvm tools: Add cmdline options for loading multiple...
2011-05-05 Sasha Levinkvm tools: Add support for multiple virtio-blk
2011-05-05 Sasha Levinkvm tools: Move disk_image into virtio-blk
2011-05-05 Ingo Molnarkvm tools: Fix 32-bit build of the asm/system.h include
2011-05-04 Sasha Levinkvm tools: Fix virt_queue__set_used_elem
2011-05-04 Sasha Levinkvm tools: Drop ALIGN from bios.h
2011-05-03 Pekka Enbergkvm tools: Fix virtio rng build breakage
2011-05-03 Sasha Levinkvm tools: Add cmdline switch to enable virtio-rng
2011-05-03 Sasha Levinkvm tools: Introduce virtio-rng
2011-05-03 Sasha Levinkvm tools: Lock job_mutex before signalling
2011-05-03 Sasha Levinkvm tools: Modify thread pool API
2011-04-30 Pekka EnbergRevert "kvm tools: Use threadpool for virtio-net"
2011-04-28 Pekka Enbergkvm tools: Emulate RTC to fix system time in guests
2011-04-28 Pekka Enbergkvm tools: Fix disk image double-free on KVM panic
2011-04-28 Sasha Levinkvm tools: Use threadpool for virtio-net
2011-04-28 Sasha Levinkvm tools: Use threadpool for virtio-console
2011-04-28 Sasha Levinkvm tools: Use threadpool for virtio-blk
2011-04-28 Sasha Levinkvm tools: Introduce generic I/O thread pool
2011-04-28 Sasha Levinkvm tools: Add kernel headers required for using list
2011-04-28 Sasha Levinkvm tools: Prevent duplicate definitions of ALIGN
2011-04-26 Pekka Enbergkvm tools: Show KVM state on SIGQUIT
2011-04-26 Prasad Joshikvm tools: display appropriate error message when defau...
2011-04-26 Prasad Joshikvm tools: check read permission before using the root...
2011-04-25 Cyrill Gorcunovkvm tools: Add NR_CPUS definition in case of non-config...
2011-04-25 Cyrill Gorcunovkvm tools: Use system wide msr-index.h instead of own...
2011-04-25 Cyrill Gorcunovkvm tools: Add MP tables support
2011-04-25 Cyrill Gorcunovkvm tools: Use non shared pin/irqs for virtio devices
2011-04-25 Asias Hekvm tools: Implement virtio net TSO/UFO support
2011-04-25 Sasha Levinkvm tools: Fix possible leak in qcow
2011-04-20 Cyrill Gorcunovkvm tools: Add missing space before root= option
2011-04-20 Pekka Enbergkvm tools: Add read-only support for QCOW2 images
2011-04-19 Sasha Levinkvm tools: Use mmap to allocate guest RAM
2011-04-19 Pekka Enbergkvm tools: Fix qcow1_read_cluster() return value on...
2011-04-19 Pekka Enbergkvm tools: Kill redundant assignment in qcow1_read_clus...
2011-04-19 Sasha Levinkvm tools: Use threading for virtio block devices
2011-04-19 Sasha Levinkvm tools: Fix possible leak in disk_image
2011-04-19 Prasad Joshikvm tools: Use the root partition of the host to boot...
2011-04-17 Pekka Enbergkvm tools: Untangle qcow1_read_sector() function
2011-04-17 Pekka Enbergkvm tools: Cleanup qcow1_read_sector() function
2011-04-17 Prasad Joshikvm tools: Correct a variable naming spelling mistake
2011-04-17 Prasad Joshikvm tools: check the cluster boundary in the qcow read...
2011-04-17 Sasha Levinkvm tools: Fix iov shifting
2011-04-17 Sasha Levinkvm tools: Rename _sg to _iov and remove dead code
2011-04-16 Sasha Levinkvm tools: Add scatter-gather support for disk images
2011-04-16 Sasha Levinkvm tools: Add scatter-gather variants of IO functions
2011-04-16 Prasad Joshikvm tool: Change the type of QCOW table index and offse...
2011-04-16 Sasha Levinkvm tools: Fix leak in QCOW
2011-04-16 Prasad Joshikvm tool: Remove the __stringify*() definition from...
2011-04-16 Amos Kongkvm tools: Setup bridged network by a script
2011-04-16 Amos Kongkvm tools: Add a script to setup tap device
2011-04-16 Amos Kongkvm tools: Add a script to setup private bridge
2011-04-16 Sasha Levinkvm tools: Rename raw_image__close_sector_ro_mmap
2011-04-16 Asias Hekvm tools: Fix virtio console input problem
2011-04-16 Prasad Joshikvm tools: Free l1_table in qcow1_disk_close() and...
2011-04-16 Prasad Joshikvm tools: Avoid byte-order conversion during each...
2011-04-16 Prasad Joshikvm tools: Fix function names in qcow.c
2011-04-16 Pekka Enbergkvm tools: Add read-only support for block devices
2011-04-14 Sasha Levinkvm tools: Add option to specify guest MAC
2011-04-14 Sasha Levinkvm tools: Enable network by default
2011-04-14 Sasha Levinkvm tools: Organize net parameters into struct
2011-04-14 Prasad Joshikvm tools: Use the readily built kernel with 'kvm run...
2011-04-14 Giuseppe Calderarokvm tools: Remove unused handle_sigint() function
2011-04-14 Sasha Levinkvm tools: Make host side IP configurable
2011-04-14 Sasha Levinkvm tools: Set up tun interface using ioctls
2011-04-14 Prasad Joshikvm tools: Add QCOW version 1 read-only support
2011-04-13 Prasad Joshikvm tools: add a close method for raw_image_ro_mmap_ops
2011-04-13 Prasad Joshikvm tools: Avoid using disk_image->priv member in disk_...
2011-04-13 Asias Hekvm tools: Implement virtio network device
2011-04-12 Sasha Levinkvm tools: Arrange cmdline help menu
2011-04-12 Sasha Levinkvm tools: Add OPT_GROUP to cmdline parser
2011-04-12 Pekka Enbergkvm tools: Don't override kernel image passed by user
2011-04-12 Pekka Enbergkvm tools: Use host kernel image by default
2011-04-12 Asias Hekvm tools: Use IRQ pin 2 for virtio console
2011-04-12 Asias Hekvm tools: Fix lock imbalance in virtio_console_pci_io_...
2011-04-12 Asias Hekvm tools: Fix virtio console PCI class number and...
2011-04-12 Sasha Levinkvm tools: Add option to load disk image read only
2011-04-11 Pekka EnbergRevert "kvm tools: Use mmap by default for disk images"
2011-04-11 Asias Hekvm tools: Replace option --enable-virtio-console with...
2011-04-10 Pekka Enbergkvm tools: Use ioport__register() for legacy devices
2011-04-10 Amos Kongkvm tools: Make virt_queue__available return false...
2011-04-10 Asias Hekvm tools: Exit KVM session on Ctrl+a and 'x'
2011-04-10 Pekka Enbergkvm tools: Remove the BUGS file
2011-04-10 Cyrill Gorcunovkvm tools: Update documentation
2011-04-10 Cyrill Gorcunovkvm tools: Add --cpus parameter
2011-04-09 Sasha Levinkvm tools: Use mmap by default for disk images
2011-04-09 Giuseppe Calderarokvm tools: Fix compilation issue in virtio-blk.c
2011-04-09 Asias Hekvm tools: Remove unnecessary goto label out_unlock
2011-04-09 Asias Hekvm tools: Make virtio console device code thread-safe
2011-04-09 Pekka Enbergkvm tools: Use mutex_lock() and mutex_unlock() wrappers
2011-04-09 Pekka Enbergkvm tools: Fix 'kill -3' to send SysRq-P to the guest
2011-04-09 Pekka Enbergkvm tools: Use per-VCPU threads for execution
next