Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


added virtio balloon device, currently discards free pages...
[palacios.git] / palacios / src / palacios / vmm_config.c
index 00123f3..397b228 100644 (file)
@@ -219,6 +219,7 @@ static int setup_devices(struct guest_info * info, struct v3_vm_config * config_
        
 
        v3_create_device(info, "LNX_VIRTIO_BLK", "PCI");
+       v3_create_device(info, "LNX_VIRTIO_BALLOON", "PCI");
        v3_create_device(info, "SYM_SWAP", "LNX_VIRTIO_BLK");
 
        v3_create_device(info, "IDE", &ide_config);