2010-07-15 |
Pekka Enberg | kvm: Cleanup BIOS setup code |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Cyrill Gorcunov | kvm, bios: Make e820 map to look similar the real one |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pekka Enberg | kvm: Remove unused outb() function from e820.c |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Cyrill Gorcunov | kvm, bios: BIOS code redesign |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Use -Werror for building the thing |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Use 32-bit operand size prefix for rdfs8() |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Fix load_bzimage for flat binaries |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Fix usage command line format |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Check for read() return value in load_bzimage() |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Fix VM support check for unrecognized CPUs |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pekka Enberg | kvm: Use -Os optimization for GCC |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Asias He | kvm__setup_cpuid: use KVM_GET_SUPPORTED_CPUID to simpli... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Cyrill Gorcunov | kvm: Add --mem= option |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Cyrill Gorcunov | bios: No need for sti at int15 irq exit |
commit | commitdiff | tree | snapshot |
2010-07-11 |
Cyrill Gorcunov | bios: Don't clobber 32bit registers |
commit | commitdiff | tree | snapshot |
2010-07-10 |
Pekka Enberg | kvm: BIOS E820 memory map emulation |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Cyrill Gorcunov | kvm, bios: Rework BIOS setup |
commit | commitdiff | tree | snapshot |
2010-07-08 |
Cyrill Gorcunov | Exclude .cscope from .gitignore |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Cyrill Gorcunov | kvm, bios: Get rid of buggy int10 handler |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Pekka Enberg | kvm: Cleanup struct boot_params setup |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Pekka Enberg | kvm: Cleanup kvm__cpu_supports_vm() |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Cyrill Gorcunov | kvm: Check for SVM extension being supported for AMD... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Asias He | kvm: Check vmx capability using cpuid |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Introduce '--kvm-dev' command line option |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Introduce 'make devices' target |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Fix compilation warning |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Don't stop on ioport errors by default |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Add '--params' to usage |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Add proper 00E0 ioport handling |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Cleanup ioport_ops table |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Cleanup command line parsing |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Pekka Enberg | kvm: Use 'nopci pci=off' kernel parameters by default |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Cyrill Gorcunov | kvm, cpuid: Use logical AND on bit ops |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Cyrill Gorcunov | kvm, cpuid: Fill up func 0 and 4 |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Cyrill Gorcunov | kvm: KVM_CAP_EXT_CPUID is required |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Cyrill Gorcunov | kvm, cpuid: Fix XSTOR and VMX compatibility in cpuid |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Cyrill Gorcunov | kvm, tests: Use motherboard specific ports for testing |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Cyrill Gorcunov | kvm: Add force exit from tests |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Cyrill Gorcunov | tests/pit: Increase PIT frequency up to 1KHz |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Cyrill Gorcunov | kvm: Check for HTL extension granted |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Pekka Enberg | kvm: Add 'check' target to Makefile |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Pekka Enberg | kvm, test: Improve PIT test output |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Pekka Enberg | kvm: Add .gitignore for tests |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Pekka Enberg | kvm: Add Makefile for compiling all test cases |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Cyrill Gorcunov | test/pit: Fill up IDT with noop handler |
commit | commitdiff | tree | snapshot |
2010-06-09 |
Cyrill Gorcunov | tests/pit: Issue cli on ISR handling |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Pekka Enberg | kvm, test: Move PIT tests to separate directory |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Asias He | kvm, test: add a counter to tick test in ISR |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Asias He | kvm, test: add PIT 8254 and PIC 8259 test code |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Asias He | kvm__setup_sregs: fix indentation |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Cyrill Gorcunov | early_printk: Simplify the code |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Asias He | early_printk.c: add rep/outsb support |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Cyrill Gorcunov | kvm: The command line storage should not be too short |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Cyrill Gorcunov | kvm: Append missing ending space for built-in command... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Cyrill Gorcunov | kvm: Check for required KVM extensions in one place |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Asias He | kvm: kvm__setup_sregs initialize more registers |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Asias He | kvm: reimplement kvm__setup_sregs |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Asias He | kvm__init: the kernel should support irq and pit |
commit | commitdiff | tree | snapshot |
2010-05-11 |
Asias He | kvm: remove unneccessary iotcl parameter |
commit | commitdiff | tree | snapshot |
2010-05-10 |
Cyrill Gorcunov | kvm: Use strlcat helper for copying cmdline params |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Cyrill Gorcunov | kvm: Use PRIx qualificator for printf |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Asias He | bios: No new line at EOF nit fix |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Pekka Enberg | kvm: Fix .gitignore patterns |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Cyrill Gorcunov | kvm: Print error code on unknown error |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Cyrill Gorcunov | Change __x86_x__ to CONFIG_X86_X |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Pekka Enberg | kvm: Flush stdout for early printk |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Pekka Enberg | kvm: Dump state on SIGQUIT |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Cyrill Gorcunov | kvm: Don't touch 64 bit specific MSR registers on 32 bit |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Cyrill Gorcunov | kvm: Set more fields in boot protocol |
commit | commitdiff | tree | snapshot |
2010-04-18 |
Cyrill Gorcunov | kvm: Command line update must honor ABI |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Cyrill Gorcunov | Makefile: Add cpu specific definition |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Cyrill Gorcunov | kvm: Kill the bin2c helper |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Cyrill Gorcunov | kvm: Add more default kernel command line parameters |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | Merge branch 'master' of git://github.com/cyrillos/vm |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Clean up early serial code |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Cyrill Gorcunov | ioport: Make all PIT channels being dummy |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Force 'notsc' and 'earlyprintk' kernel parameters |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Add support for early serial printk |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Cyrill Gorcunov | kvm: Make command line to be placed at predefined address |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Fix minor formatting glitch in cpuid.c |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Fix off-by-one bugs in kvm__setup_cpuid() |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore keyboard controller ioports |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore PIT ioports |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore dummy delay ioport |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore CRT control ioports |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore CMOS RAM/RTC ioports |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore PIC accesses |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore MMIO accesses |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Ignore PCI config space accesses |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Don't crash debug dump if address isn't in guest... |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Set up MAXPHYADDR guest CPUID |
commit | commitdiff | tree | snapshot |
2010-04-11 |
Pekka Enberg | kvm: Dump page tables at exit |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Dump stack on KVM oops |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Show gdt and idt registers |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Cyrill Gorcunov | kvm: Reference to undefined variable |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Add .gitignore for bios build files |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Setup VCPU MSRs |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Clean up kvm__reset_vcpu() function |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Add test binaries to .gitignore |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Pekka Enberg | kvm: Clean up Makefile output |
commit | commitdiff | tree | snapshot |
next |