Commit Graph

  • 7f39663af6 kvm tools: Use vesa reserved space for strings and modes Sasha Levin 2011-06-01 18:10:42 +03:00
  • ca9326bbda kvm tools, i8042: Fix device init failure Pekka Enberg 2011-06-02 16:33:57 +03:00
  • b4a721d9f9 kvm tools, i8042: Use kernel command names Pekka Enberg 2011-06-02 13:47:44 +03:00
  • e9f4d662e6 kmv tools, i8042: Use kernel status register bit names Pekka Enberg 2011-06-02 13:43:07 +03:00
  • 98cbe4d993 kvm tools, i8042: Sort status register bits Pekka Enberg 2011-06-02 13:39:55 +03:00
  • 67307cddc8 kvm tools: Use constants for i8042 register numbers Pekka Enberg 2011-06-02 13:24:41 +03:00
  • ca379b8386 kvm tools: Add 'kvm debug' command Pekka Enberg 2011-06-02 12:11:28 +03:00
  • e342083c12 kvm tools: Add support for PS/2 keyboard system John Floren 2011-06-01 17:53:56 +03:00
  • f588adbbff kvm tools: Use brlock in MMIO and IOPORT Sasha Levin 2011-05-30 20:27:58 +03:00
  • 5124781543 kvm tools: Add debug mode to brlock Sasha Levin 2011-05-30 20:27:57 +03:00
  • a009444e08 kvm tools: Add rwlock wrapper Sasha Levin 2011-05-30 20:27:56 +03:00
  • 0b907ed2ea kvm tools: Add a brlock Sasha Levin 2011-05-30 20:27:55 +03:00
  • d94e22b97e kvm tools: Pause/resume guest using SIGUSR2 Sasha Levin 2011-05-30 20:27:54 +03:00
  • 4298ddade7 kvm tools: Add APIs to allow pausing guests Sasha Levin 2011-05-30 20:27:52 +03:00
  • f9478eee95 kvm tools: Remove wrong global definition of kvm Sasha Levin 2011-05-30 20:27:51 +03:00
  • b1c2516b70 kvm tools: Use correct value for user signal base Sasha Levin 2011-05-30 20:27:50 +03:00
  • 926e0e2fbb kvm tools: Fix virtio net build breakage on 32-bit Ingo Molnar 2011-05-29 14:51:48 +02:00
  • b1c840953d kvm tools: Fix up common QCOW function names Pekka Enberg 2011-05-29 11:57:19 +03:00
  • b2533581a7 kvm tools: Use ioeventfd in virtio-rng Sasha Levin 2011-05-27 19:18:40 +03:00
  • 27ab67f50d kvm tools: Use ioeventfd in virtio-net Sasha Levin 2011-05-27 19:18:39 +03:00
  • ec75b82fc0 kvm tools: Use ioeventfd in virtio-blk Sasha Levin 2011-05-27 19:18:38 +03:00
  • 37f3d50e6a kvm tools: Add ioeventfd support Sasha Levin 2011-05-27 19:18:37 +03:00
  • 656be1b879 kvm tools: Exit VCPU thread only when SIGKVMEXIT is received Sasha Levin 2011-05-26 17:25:46 +03:00
  • f234697e64 kvm tools: Prevent double assignment of guest memory info Sasha Levin 2011-05-26 17:25:45 +03:00
  • 4b073f1395 kvm tools: Use more readable name for ioport mutex Pekka Enberg 2011-05-26 18:59:59 +03:00
  • 07f90696c9 kvm tools: Use dynamic IO port allocation in virtio-net Sasha Levin 2011-05-26 13:30:11 +03:00
  • 4b385ac410 kvm tools: Use dynamic IO port allocation in virtio-console Sasha Levin 2011-05-26 13:30:10 +03:00
  • f884f92080 kvm tools: Use dynamic IO port allocation in 9p driver Sasha Levin 2011-05-26 13:30:09 +03:00
  • 947392bcaa kvm tools: Use dynamic IO port allocation in vesa driver Sasha Levin 2011-05-26 13:30:08 +03:00
  • 80ac1d059f kvm tools: Add support for multiple virtio-rng devices Sasha Levin 2011-05-26 13:30:07 +03:00
  • ebe9ac191d kvm tools: Use ioport context to control blk devices Sasha Levin 2011-05-26 13:30:06 +03:00
  • c132a6d4c2 kvm tools: Add basic ioport dynamic allocation Sasha Levin 2011-05-26 13:30:05 +03:00
  • 3d62dea656 kvm tools: Add optional parameter used in ioport callbacks Sasha Levin 2011-05-26 13:30:04 +03:00
  • de960f0806 kvm tools: Code cleanups to hw/vesa.c Pekka Enberg 2011-05-23 17:52:51 +03:00
  • 86a3652413 kvm tools: Drop unused vars from int10.c code Cyrill Gorcunov 2011-05-23 18:39:17 +04:00
  • 5ffd4178ce kvm tools: Initialize and use VESA and VNC John Floren 2011-05-23 15:15:18 +03:00
  • 1e4ff24b6e kvm tools: Update makefile and feature tests John Floren 2011-05-23 15:15:17 +03:00
  • b025083d4b kvm tools: Add VESA device John Floren 2011-05-23 15:15:16 +03:00
  • 53861c74d8 kvm tools: Add video mode to kernel initialization John Floren 2011-05-23 15:15:15 +03:00
  • cc8875d1d2 kvm tools: Add BIOS INT10 handler John Floren 2011-05-23 15:15:14 +03:00
  • a0a1e3c254 kvm tools: Release memory allocated during virtio block initialization Prasad Joshi 2011-05-22 17:24:07 +01:00
  • bcb6aaca07 kvm tools: Add a wrapper function to initialize all virtio block devices Prasad Joshi 2011-05-22 17:24:06 +01:00
  • 9df47d0069 kvm tools: Close the disk images after the guest shuts down Prasad Joshi 2011-05-22 17:24:05 +01:00
  • c1ed214e17 kvm tools: Add a wrapper function to open disk images Prasad Joshi 2011-05-22 17:24:04 +01:00
  • 71fe3129b7 kvm tools: Drop dummy PCI ioport registrations Pekka Enberg 2011-05-22 10:55:20 +03:00
  • c6b12b6d15 kvm tools: Print out a warning on io-port re-registration Cyrill Gorcunov 2011-05-21 16:16:51 +04:00
  • aec426f025 kvm tools, 9p: Test for tuncation result Cyrill Gorcunov 2011-05-21 16:10:34 +04:00
  • a3598ccd2e kvm tools: Don't register dummy ops for serial ports Pekka Enberg 2011-05-21 15:01:05 +03:00
  • bf459c833b kvm tools, serial: Register 0x2e8 ioport Pekka Enberg 2011-05-21 15:04:10 +03:00
  • 86d2304894 kvm tools: Modify ioport to use interval rbtree Sasha Levin 2011-05-21 11:51:51 +03:00
  • 9f112beccf kvm tools: Fix rbtree-interval balancing Sasha Levin 2011-05-21 11:51:50 +03:00
  • 8cb0027c6a kvm tools: Cleanup e820 code Sasha Levin 2011-05-20 17:23:05 +03:00
  • 17ffa3726d kvm tools: Update README Asias He 2011-05-19 15:45:27 +08:00
  • 1c7850f959 kvm tools: Add virtio-9p Sasha Levin 2011-05-20 11:37:09 +03:00
  • 2b9fb0db89 kvm tools: Copy net/9p/9p.h Sasha Levin 2011-05-20 11:37:08 +03:00
  • f6677a1dec kvm tools: implement "help xxx" command Amerigo Wang 2011-05-20 15:01:24 +08:00
  • cfd63bbb47 kvm tools: Default guest cpu count to host cpu count Sasha Levin 2011-05-18 22:56:24 +03:00
  • 49e5227d9f kvm tools: Exit properly on SMP guests Sasha Levin 2011-05-19 15:28:30 +03:00
  • c13efdd600 kvm tools: Fix alignment for mpf_intel table Cyrill Gorcunov 2011-05-18 23:40:51 +04:00
  • 32fccd4f7b kvm tools: build rbtree.o from source Amerigo Wang 2011-05-19 14:36:28 +08:00
  • f5fc024d27 kvm tools: Move hardware drivers to hw directory Pekka Enberg 2011-05-18 22:52:37 +03:00
  • 7281155810 kvm tools: Fail if passed initrd is not really an initrd Pekka Enberg 2011-05-18 22:19:40 +03:00
  • 328a03bc3f kvm tools: Add conditional compilation of symbol resolving Cyrill Gorcunov 2011-05-18 22:08:57 +03:00
  • 4542f27608 kvm tools: Prefix error() and friends helpers with pr_ Cyrill Gorcunov 2011-05-18 21:59:46 +03:00
  • d63c5ce6c5 kvm tools: Make host_ram_size() more robust Pekka Enberg 2011-05-18 21:41:36 +03:00
  • 4352ffa41c kvm tools: Print debug info for qcow1_nowrite_sector Asias He 2011-05-18 16:19:15 +08:00
  • 97a90170ed kvm tools: Add debug info for disk_image__{read, write} Asias He 2011-05-18 16:19:14 +08:00
  • fda63751b2 kvm tools: Do not use 'inline' for disk_image__flush Asias He 2011-05-18 16:19:13 +08:00
  • 441767fea8 kvm tools: Remove unnecessary S_ISBLK check Asias He 2011-05-18 16:19:12 +08:00
  • 063e87a008 kvm tools: Rename raw_image_ops to blk_dev_ops Asias He 2011-05-18 16:19:11 +08:00
  • 87ee33c8e9 kvm tools: Rename struct disk_image_operations ops name for raw image Asias He 2011-05-18 16:19:10 +08:00
  • 72133dd2d8 kvm tools: Tune up ops in 'struct disk_image_operations' Asias He 2011-05-18 16:19:09 +08:00
  • 708dc6cb4d kvm tools: Split blk device code from raw.c to blk.c Asias He 2011-05-18 16:19:08 +08:00
  • 7d22135f61 kvm tools: Consolidate disk_image__{new, new_readonly} Asias He 2011-05-18 16:19:07 +08:00
  • ebe6667cf5 kvm tools: Remove dead coe disk_image__{read, write}_sector Asias He 2011-05-18 16:19:06 +08:00
  • b8861977e4 kvm tools: Rename disk_image__{read, write}_sector_iov Asias He 2011-05-18 16:19:05 +08:00
  • c9310ac48d kvm tools: Split raw image and blk device code from disk/core.c Asias He 2011-05-18 16:19:04 +08:00
  • aa887b4931 kvm tools: Rename disk-image.c to core.c Asias He 2011-05-18 16:19:03 +08:00
  • 565c0d7d98 kvm tools: Move disk image related code under disk directory Asias He 2011-05-18 16:19:02 +08:00
  • 150aa4c04f kvm tools: Fix includes for preadv/pwritev Pekka Enberg 2011-05-17 18:17:12 +03:00
  • 0a7ab0c664 kvm tools: Use virtio IDs from <linux/virtio_ids.h> Sasha Levin 2011-05-17 15:11:04 +03:00
  • 6b1994caf1 kvm tools: Add MMIO address mapper Sasha Levin 2011-05-17 15:08:00 +03:00
  • e358b4fbdb kvm tools: Add interval red-black tree helper Sasha Levin 2011-05-17 15:07:59 +03:00
  • 70b0d7b0d1 kvm tools: Return correct values from disk IOV functions Sasha Levin 2011-05-15 13:22:39 +03:00
  • 22167cc64d kvm tools: Add boot test to checks Sasha Levin 2011-05-13 18:39:12 +03:00
  • 29084a74e9 kvm tools: Add VIRTIO_BLK_T_FLUSH feature to handle flush operation from VM Prasad Joshi 2011-05-13 15:02:46 +01:00
  • d6c190270b kvm tools: Tune the command-line option Asias He 2011-05-13 10:40:09 +08:00
  • 3d7831a173 kvm tools: Bring VIRTIO_BLK_F_SEG_MAX feature back to virtio blk Asias He 2011-05-13 10:40:08 +08:00
  • c4acb6118f kvm tools: Fix type mismatches on GCC 4.4 on 32-bit systems Ingo Molnar 2011-05-13 10:19:09 +02:00
  • c229370ade kvm tools: Use standardized style for the virtio/net.c driver Ingo Molnar 2011-05-12 10:09:29 +02:00
  • b0b42ba014 kvm tools: Lookup symbol based on RIP for 'kill -3' Pekka Enberg 2011-05-11 19:14:39 +03:00
  • 3780b3d5e7 kvm tools: Fix typo in converting bytes to MBs Pekka Enberg 2011-05-11 21:43:14 +03:00
  • f10860ca9c kvm tools: Fix read-only support in QCOW Pekka Enberg 2011-05-11 21:23:03 +03:00
  • 471c6face7 kvm tools: Print out important command line options at startup Pekka Enberg 2011-05-11 21:00:01 +03:00
  • 80b1f72f8a kvm tools: Use '-c' for '--cpus', not '--console' Pekka Enberg 2011-05-11 20:57:48 +03:00
  • 0df6b4d954 kvm tools: QCOW code cleanups Pekka Enberg 2011-05-11 20:38:37 +03:00
  • 865c675f3d kvm tools: Add QCOW write support Prasad Joshi 2011-05-10 15:43:30 +01:00
  • 37c34ca8e1 kvm tools: Use constants for commonly used mmap flags Sasha Levin 2011-05-11 19:52:57 +03:00
  • 43835ac90f kvm tools: Rename 'self' variables Sasha Levin 2011-05-11 19:52:56 +03:00
  • ed036f03c5 kvm tools: Add debug() helper Cyrill Gorcunov 2011-05-11 20:10:51 +04:00