]> git.kernelconcepts.de Git - karo-tx-linux.git/history - tools/kvm/kvm.c
kvm tools: Prefix error() and friends helpers with pr_
[karo-tx-linux.git] / tools / kvm / kvm.c
2011-05-18 Cyrill Gorcunovkvm tools: Prefix error() and friends helpers with pr_
2011-05-14 Ingo Molnarkvm tools: Fix type mismatches on GCC 4.4 on 32-bit...
2011-05-11 Sasha Levinkvm tools: Use constants for commonly used mmap flags
2011-05-11 Sasha Levinkvm tools: Rename 'self' variables
2011-05-11 Sasha Levinkvm tools: Add memory gap for larger RAM sizes
2011-05-07 Pekka Enbergkvm tools: Limit CPU count by KVM_CAP_NR_VCPUS
2011-05-05 Sasha Levinkvm tools: Abolishment of uint*_t types
2011-04-25 Cyrill Gorcunovkvm tools: Add MP tables support
2011-04-19 Sasha Levinkvm tools: Use mmap to allocate guest RAM
2011-04-09 Pekka Enbergkvm tools: Use per-VCPU threads for execution
2011-04-09 Sasha Levinkvm tools: Close kernel FD after loading it into memory
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 Ingo Molnarkvm tools: Emit a more informative error message when...
2011-04-06 Sasha Levinkvm tools: Free memory and FDs on exit
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-03 Pekka Enbergkvm tools: Fix required boot protocol version
2011-01-11 Pekka Enbergkvm: Cleanup interrupt timer logic
2011-01-11 Pekka EnbergMerge branch 'master' of /home/penberg/kvm into kvm...
2011-01-09 Pekka Enbergkvm: Implement support interrupt injection
2011-01-07 Pekka Enbergkvm: Improve kvm__init() error message
2010-08-29 Cyrill Gorcunovkvm: Don't forget to close initrd file
2010-08-29 Pekka Enbergkvm: Fix kernel loading error messages
2010-08-29 Pekka Enbergkvm: Virtio block device emulation
2010-08-15 Pekka EnbergMerge branch 'master' of git://github.com/cyrillos/vm
2010-08-15 Cyrill Gorcunovkvm: Support loading initrd image
2010-07-15 Cyrill Gorcunovkvm, bios: Make e820 map to look similar the real one
2010-07-14 Pekka Enbergkvm: Fix load_bzimage for flat binaries
2010-07-14 Pekka Enbergkvm: Check for read() return value in load_bzimage()
2010-07-14 Pekka Enbergkvm: Fix VM support check for unrecognized CPUs
2010-07-14 Cyrill Gorcunovkvm: Add --mem= option
2010-07-10 Pekka Enbergkvm: BIOS E820 memory map emulation
2010-07-08 Cyrill Gorcunovkvm, bios: Rework BIOS setup
2010-07-07 Cyrill Gorcunovkvm, bios: Get rid of buggy int10 handler
2010-07-05 Pekka Enbergkvm: Cleanup struct boot_params setup
2010-07-05 Pekka Enbergkvm: Cleanup kvm__cpu_supports_vm()
2010-07-05 Cyrill Gorcunovkvm: Check for SVM extension being supported for AMD...
2010-07-05 Asias Hekvm: Check vmx capability using cpuid
2010-07-04 Pekka Enbergkvm: Introduce '--kvm-dev' command line option
2010-07-04 Cyrill Gorcunovkvm: KVM_CAP_EXT_CPUID is required
2010-06-09 Cyrill Gorcunovkvm: Check for HTL extension granted
2010-06-01 Asias Hekvm__setup_sregs: fix indentation
2010-05-30 Cyrill Gorcunovkvm: Check for required KVM extensions in one place
2010-05-28 Asias Hekvm: kvm__setup_sregs initialize more registers
2010-05-28 Asias Hekvm: reimplement kvm__setup_sregs
2010-05-28 Asias Hekvm__init: the kernel should support irq and pit
2010-05-11 Asias Hekvm: remove unneccessary iotcl parameter
2010-04-28 Cyrill Gorcunovkvm: Use PRIx qualificator for printf
2010-04-26 Cyrill GorcunovChange __x86_x__ to CONFIG_X86_X
2010-04-22 Cyrill Gorcunovkvm: Don't touch 64 bit specific MSR registers on 32 bit
2010-04-18 Cyrill Gorcunovkvm: Set more fields in boot protocol
2010-04-18 Cyrill Gorcunovkvm: Command line update must honor ABI
2010-04-14 Cyrill Gorcunovkvm: Kill the bin2c helper
2010-04-11 Cyrill Gorcunovkvm: Make command line to be placed at predefined address
2010-04-11 Pekka Enbergkvm: Don't crash debug dump if address isn't in guest...
2010-04-11 Pekka Enbergkvm: Dump page tables at exit
2010-04-08 Pekka Enbergkvm: Dump stack on KVM oops
2010-04-08 Pekka Enbergkvm: Show gdt and idt registers
2010-04-08 Cyrill Gorcunovkvm: Reference to undefined variable
2010-04-08 Pekka Enbergkvm: Setup VCPU MSRs
2010-04-08 Pekka Enbergkvm: Clean up kvm__reset_vcpu() function
2010-04-02 Cyrill Gorcunovkvm: Update command line related enitites in boot param...
2010-04-02 Cyrill Gorcunovkvm: Add copying of kernel command line into guest...
2010-04-01 Cyrill Gorcunovbios: Add bios stubs generated from assembly files
2010-04-01 Cyrill Gorcunovkvm: Introduce kvm__dump_mem helper
2010-04-01 Pekka Enbergkvm: Free memory on exit
2010-04-01 Pekka Enbergkvm: Fix protected mode code dump
2010-04-01 Pekka Enbergkvm: Setup guest FPU state
2010-03-31 Pekka Enbergkvm: Add simple NMI enable/disable support
2010-03-31 Pekka Enbergkvm: Extract ioport emulation code to its own file
2010-03-31 Pekka Enbergkvm: Extract CPUID code into its own file
2010-03-31 Pekka Enbergkvm: Setup CPUID for the guest
2010-03-30 Cyrill Gorcunovkvm: Put fake bios interrupt handlers into known memory...
2010-03-29 Cyrill Gorcunovkvm: Rename ivt_ prefixed entities
2010-03-28 Pekka Enbergkvm: Move util.h to include/kvm directory
2010-03-28 Pekka Enbergkvm: Clean up interrupt_table__setup()
2010-03-28 Pekka Enbergkvm: Move interrupt table to struct kvm
2010-03-28 Pekka Enbergkvm: Rename interrupt emulation source files
2010-03-28 Cyrill Gorcunovkvm: Fill up fake IVT
2010-03-28 Cyrill Gorcunovkvm: Setup fake IVT table
2010-03-28 Cyrill Gorcunovkvm: Add --params option
2010-03-28 Cyrill Gorcunovkvm: Fixup boot selector
2010-03-27 Cyrill Gorcunovkvm: Use 64 bit names when showing registers
2010-03-27 Cyrill Gorcunovkvm: load_bzimage: Proper check for number of setup...
2010-03-27 Pekka Enbergkvm: Introduce host_real_to_guest() helper function
2010-03-27 Pekka Enbergkvm: Setup stack for the kernel
2010-03-27 Pekka Enbergkvm: Load kernel at 0x1000
2010-03-27 Pekka Enbergkvm: Fix kernel boot IP
2010-03-27 Pekka Enbergkvm: Remove 'reset vector' hack
2010-03-27 Pekka Enbergkvm: Fix setup size calculation
2010-03-27 Pekka EnbergRevert "kvm: Enable 'interrupt request window'"
2010-03-27 Pekka Enbergkvm: Enable 'interrupt request window'
2010-03-27 Pekka Enbergkvm: Document the 'reset vector' hack
2010-03-27 Pekka Enbergkvm: Clean up reset vector setup code
2010-03-27 Pekka Enbergkvm: Hardcode a "reset vector" at f000:fff0
2010-03-27 Pekka Enbergkvm: Read the whole bzImage to memory
2010-03-27 Pekka Enbergkvm: Fix bzImage setup sector default count
next