aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-01kvm tools: Use kvm__get_dir() helper functionPekka Enberg1-0/+5
2015-06-01kvm tools: implement "help xxx" commandAmerigo Wang1-9/+1
2015-06-01kvm tools: Use the Gitish freamwork to run the virtual machinePrasad Joshi1-211/+12
2015-06-01kvm tools: Unify virtio code file namesAsias He1-3/+3
2015-06-01kvm tools: Indicate the end of a KVM sessionIngo Molnar1-0/+2
2015-06-01kvm tools: Send SysRq-P to guest kernel on SIGQUITPekka Enberg1-0/+1
2015-06-01kvm tools: Don't exit() on SIGQUITPekka Enberg1-3/+0
2015-06-01kvm tools: Introduce --enable-virtio-console optionAsias He1-1/+5
2015-06-01kvm tools: Virtio console supportAsias He1-0/+5
2015-06-01kvm tools: Make 8250 serial use infrastructure provided by term.cAsias He1-1/+1
2015-06-01kvm tools: Move terminal related code to a new file term.cAsias He1-32/+3
2015-06-01kvm tools: Free memory and FDs on exitSasha Levin1-0/+2
2015-06-01kvm tools: Drop hard-coded 'nosmp' kernel parameterPekka Enberg1-1/+1
2015-06-01kvm tools: Separate BIOS specifics into own fileCyrill Gorcunov1-3/+1
2015-06-01kvm tools: Setup BIOS for both bzImage and flat imageCyrill Gorcunov1-0/+2
2015-06-01kvm tools: Cleanup strstr() in expressionPekka Enberg1-1/+1
2015-06-01kvm tools: do not append root=/dev/vda if passed via command lineDavid Ahern1-1/+4
2015-06-01tools/kvm: Exit gracefully upon KVM_EXIT_SHUTDOWNPekka Enberg1-6/+10
2015-06-01kvm,8250: Fix device initial statePekka Enberg1-1/+1
2015-06-01kvm tools: Cleanup termios handlingPekka Enberg1-32/+18
2015-06-01kvm: Cleanup interrupt timer logicPekka Enberg1-43/+2
2015-06-01kvm: Use disk name for mounting rootPekka Enberg1-1/+1
2015-06-01kvm: save/restore std ttysCyrill Gorcunov1-0/+21
2015-06-01kvm: Put terminal in canonical modePekka Enberg1-1/+31
2015-06-01kvm: Use serial console by defaultPekka Enberg1-1/+1
2015-06-01kvm,8250: Inject interrupts to guestPekka Enberg1-1/+1
2015-06-01kvm: Rename early_printk.c to 8250-serial.cPekka Enberg1-2/+2
2015-06-01kvm: Implement support interrupt injectionPekka Enberg1-1/+48
2015-06-01kvm: Add rw to default kernel command line parametersAsias He1-1/+1
2015-06-01kvm: Enable virtio block device if disk image specifiedPekka Enberg1-6/+1
2015-06-01kvm: Setup disk geometry if neededCyrill Gorcunov1-1/+1
2015-06-01kvm: Use disk image API from virtio block devicePekka Enberg1-1/+1
2015-06-01kvm: Add support for disk imagesPekka Enberg1-1/+12
2015-06-01Revert "kvm: Fix virtio block PCI device IRQ configuration"Pekka Enberg1-1/+7
2015-06-01kvm: Fix virtio block PCI device IRQ configurationPekka Enberg1-7/+1
2015-06-01kvm: Virtio block device emulationPekka Enberg1-1/+7
2015-06-01kvm: Extract virtio-blk driver to separate filePekka Enberg1-0/+2
2015-06-01kvm: Support loading initrd imageCyrill Gorcunov1-3/+7
2015-06-01kvm: Add KVM ABI headersPekka Enberg1-1/+1
2015-06-01kvm: Initial PCI probe emulationPekka Enberg1-0/+2
2015-06-01kvm: Force PCI Configuration Mechanism 1Pekka Enberg1-1/+1
2015-06-01kvm: Enable Linux kernel PCI probingPekka Enberg1-1/+1
2015-06-01kvm: Fix usage command line formatPekka Enberg1-1/+1
2015-06-01kvm: Add --mem= optionCyrill Gorcunov1-2/+13
2015-06-01kvm: BIOS E820 memory map emulationPekka Enberg1-0/+2
2015-06-01kvm: Introduce '--kvm-dev' command line optionPekka Enberg1-1/+5
2015-06-01kvm: Fix compilation warningPekka Enberg1-1/+0
2015-06-01kvm: Don't stop on ioport errors by defaultPekka Enberg1-4/+9
2015-06-01kvm: Add '--params' to usagePekka Enberg1-1/+1
2015-06-01kvm: Add proper 00E0 ioport handlingPekka Enberg1-13/+1
2015-06-01kvm: Cleanup command line parsingPekka Enberg1-4/+9
2015-06-01kvm: Use 'nopci pci=off' kernel parameters by defaultPekka Enberg1-1/+1
2015-06-01kvm, tests: Use motherboard specific ports for testingCyrill Gorcunov1-1/+1
2015-06-01kvm: Add force exit from testsCyrill Gorcunov1-2/+15
2015-06-01kvm: The command line storage should not be too shortCyrill Gorcunov1-1/+2
2015-06-01kvm: Append missing ending space for built-in command lineCyrill Gorcunov1-1/+1
2015-06-01kvm: Use strlcat helper for copying cmdline paramsCyrill Gorcunov1-1/+1
2015-06-01kvm: Print error code on unknown errorCyrill Gorcunov1-0/+3
2015-06-01kvm: Dump state on SIGQUITPekka Enberg1-1/+16
2015-06-01kvm: Add more default kernel command line parametersCyrill Gorcunov1-3/+5
2015-06-01kvm: Force 'notsc' and 'earlyprintk' kernel parametersPekka Enberg1-1/+6
2015-06-01kvm: Add support for early serial printkPekka Enberg1-0/+3
2015-06-01kvm: Ignore MMIO accessesPekka Enberg1-0/+14
2015-06-01kvm: Dump page tables at exitPekka Enberg1-0/+1
2015-06-01kvm: Free memory on exitPekka Enberg1-0/+2
2015-06-01kvm: Add simple NMI enable/disable supportPekka Enberg1-2/+8
2015-06-01kvm: Don't abort guest on KVM_EXIT_IOPekka Enberg1-1/+0
2015-06-01kvm: Extract CPUID code into its own filePekka Enberg1-0/+2
2015-06-01kvm: Introduce --single-step command line optionPekka Enberg1-2/+7
2015-06-01kvm: Move util.h to include/kvm directoryPekka Enberg1-1/+2
2015-06-01kvm: Add --params optionCyrill Gorcunov1-1/+5
2015-06-01kvm: Add --kernel parameter handlingCyrill Gorcunov1-5/+19
2015-06-01kvm: Add some single-step debugging and don't stop runningPekka Enberg1-0/+4
2015-06-01kvm: Load bzImage real-mode boot sector and setup codePekka Enberg1-3/+5
2015-06-01Separate KVM code from the main loopPekka Enberg1-0/+59