]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
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
2011-04-09 Pekka Enbergkvm tools: Fix pthread mutex error checks
2011-04-09 Ingo Molnarkvm tools: Fix 64-bit assumptions and type uglinesses
2011-04-09 Sasha Levinkvm tools: Close kernel FD after loading it into memory
2011-04-09 Pekka Enbergkvm tools: Move CPU initialization to kvm_cpu__start()
2011-04-09 Pekka Enbergkvm tools: Extract kvm_cpu__start() function
2011-04-09 Pekka Enbergkvm tools: Make virtio block device code thread-safe
2011-04-09 Pekka Enbergkvm tools: Make 8250 code thread-safe
2011-04-09 Pekka Enbergkvm tools: Introduce KVM VCPU data structure
2011-04-08 Pekka Enbergkvm tools: Make code mostly checkpatch clean
2011-04-08 Prasad Joshikvm tools: Fix a possible segfault if raw_image__probe...
2011-04-08 Cyrill Gorcunovkvm tools: Use static assignment for default RAM size
2011-04-08 Pekka Enbergkvm tools: Cleanup virtio_blk_do_io_request I/O error...
2011-04-08 Pekka Enbergkvm tools: Fix .gitignore after Gitification merge
2011-04-08 Pekka EnbergMerge branch 'kvm/gitish' into kvm/core
2011-04-08 Prasad Joshikvm tools: Use the Gitish freamwork to run the virtual...
2011-04-08 Prasad Joshikvm tools: Provide the basic Gitish framework
2011-04-08 Prasad Joshikvm tools: Use code from perf for argument processing
2011-04-08 Prasad Joshikvm tools: Generate list of common kvm tool commands
2011-04-08 Asias Hekvm tools: Use virt_queue__get_iov to simpify virtio...
2011-04-08 Asias Hekvm tools: Drop virt_queue__get_used_elem virtio helper
2011-04-08 Asias Hekvm tools: Unify virtio code file names
2011-04-08 Asias Hekvm tools: Introduce virtio.c and virtio.h
2011-04-08 Asias Hekvm tools: Rename struct device to struct blk_device...
2011-04-08 Ingo Molnarkvm tools: Indicate the end of a KVM session
2011-04-08 Ingo Molnarkvm tools: Fix segfault when running 'kvm' without...
2011-04-08 Ingo Molnarkvm tools: Emit a more informative error message when...
2011-04-08 Pekka Enbergkvm tools: Send SysRq-P to guest kernel on SIGQUIT
2011-04-08 Pekka Enbergkvm tools: Don't exit() on SIGQUIT
2011-04-08 Pekka Enbergkvm tools: Use pread() and pwrite() in disk-image.c
2011-04-08 Asias Hekvm tools: Introduce --enable-virtio-console option
2011-04-08 Asias Hekvm tools: Virtio console support
2011-04-08 Asias Hekvm tools: Make 8250 serial use infrastructure provided...
2011-04-08 Asias Hekvm tools: Move terminal related code to a new file...
2011-04-08 Asias Hekvm tools: Add helper functions for virtqueue code
2011-04-08 Asias Hekvm tools: Cleanup IO space and PCI magic numbers
2011-04-06 Sasha Levinkvm tools: Fix input hang when compiling without optimi...
2011-04-06 Pekka Enbergkvm tools: Use STDIN_FILENO instead of fileno(stdin)
2011-04-06 Cyrill Gorcunovkvm tools, bios: Introduce bioscall specificator
2011-04-06 Sasha Levinkvm tools: Free memory and FDs on exit
2011-04-06 Pekka Enbergkvm tools: Drop hard-coded 'nosmp' kernel parameter
2011-04-06 Pekka Enbergkvm tools: Cleanup disk image code
2011-04-06 Pekka Enbergkvm tools: Cleanup virtio block device configuration
2011-04-06 Asias Hekvm tools: remove KVM_EXIT_INTERNAL_ERROR
2011-04-05 Cyrill Gorcunovkvm tools: Separate BIOS specifics into own file
2011-04-05 Cyrill Gorcunovkvm tools: Remove useless empty lines for a call series...
2011-04-05 Cyrill Gorcunovkvm tools: Setup BIOS for both bzImage and flat image
2011-04-05 Pekka Enbergkvm tools: Cleanup strstr() in expression
2011-04-05 David Ahernkvm tools: do not append root=/dev/vda if passed via...
next