2011-01-08 |
Asias He | virtio: capacity should be in 512-byte sectors |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Fail if user specifies a QCOW disk image |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Improve kvm__init() error message |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Pekka Enberg | kvm: Enable virtio block device if disk image specified |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | Merge branch 'master' of git://github.com/cyrillos/vm |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cyrill Gorcunov | virtio-blk: Leave disk geometry to compute in kernel |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | kvm: Introduce a list of known BUGS |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Pekka Enberg | kvm: Cleanup disk geometry setup code |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Cyrill Gorcunov | kvm: Setup disk geometry if needed |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Use disk image API from virtio block device |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Add support for disk images |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Kill stale interrupt configuration comment |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Pekka Enberg | kvm: Implement virtio blk device vring lookup |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement virtqueues for virtio block device |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Add ->queue_selector and ->queue_pfn to struct... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Make virtio block device read-only |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement virtio blk device config space |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | Revert "kvm: Fix virtio block PCI device IRQ configuration" |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Remove bogus #include directive |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Don't use VIRTIO_BLK_F_SEG_MAX in the hypervisor |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Cleanup virtio block device I/O functions |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Pekka Enberg | kvm: Implement "host features" for virtio blk device |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Cyrill Gorcunov | bios: Use proper grep syntax |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Pekka Enberg | kvm: Fix virtio block PCI device IRQ configuration |
commit | commitdiff | tree | snapshot |
2010-11-18 |
Cyrill Gorcunov | bios: Get rid of redundant ops |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Cyrill Gorcunov | kvm: Don't forget to close initrd file |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Pekka Enberg | kvm: Fix kernel loading error messages |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Cyrill Gorcunov | kvm: Add virtio_blk.h to tree |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Cyrill Gorcunov | kvm: Add virtio_ring.h to tree |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Pekka Enberg | kvm: Virtio block device emulation |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Asias He | kvm: Add cscope target to Makefile |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Fail virtio blk ioports by default |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Add virtio PCI ioport handler stubs |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Add port range to ioport__register() |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Update .gitignore to ignore tags |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Extract virtio-blk driver to separate file |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | kvm: Fix unaligned PCI_CONFIG_ADDRESS accesses |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Pekka Enberg | Merge branch 'master' of git://github.com/cyrillos/vm |
commit | commitdiff | tree | snapshot |
2010-08-15 |
Cyrill Gorcunov | kvm: Support loading initrd image |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Pekka Enberg | kvm: Add KVM ABI headers |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Pekka Enberg | kvm: Kill virtio debugging code |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Asias He | kvm, pci: fill up virtio device configuration header |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Cyrill Gorcunov | kvm, pci: Claim virtio device ioport in pci header |
commit | commitdiff | tree | snapshot |
2010-08-01 |
Cyrill Gorcunov | kvm, pci: Fix offset for pci CONFIG_DATA ioport |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Cyrill Gorcunov | kvm, pci: Add bus forwarding register |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm, pci: Fix unaligned PCI accesses |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm, pci: Don't calculate offset twice |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Fix PCI config space emulation |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm, pci: Fix device probe accesses |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Cyrill Gorcunov | kvm, pci: Add dummy virtio device for probing |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Cyrill Gorcunov | kvm, pci: Return "no device" by default |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Add PCI CONFIG_ADDRESS register layout |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Cyrill Gorcunov | pci: Fix typo in previous commit |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Cyrill Gorcunov | pci: Use proper PCI port names |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Initial PCI probe emulation |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Force PCI Configuration Mechanism 1 |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Enable Linux kernel PCI probing |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Pekka Enberg | kvm: Add some more ioport emulation |
commit | commitdiff | tree | snapshot |
2010-07-28 |
Cyrill Gorcunov | bios: clean predefined bios area early |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Pekka Enberg | kvm: Use proper segment + offset in e820 bios |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Pekka Enberg | kvm: Exclude BIOS object files from header deps |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Pekka Enberg | kvm: Clean header dependency files |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Pekka Enberg | kvm: Fix Makefile header dependencies |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pekka Enberg | kvm: Update bios .gitignore list |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pekka Enberg | kvm: Clear performance monitoring CPUID flags |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pekka Enberg | kvm: Use sizeof instead of magic number |
commit | commitdiff | tree | snapshot |
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 |
next |