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.


Update to virtio console for new stream interface
Peter Dinda [Fri, 2 Aug 2013 21:08:19 +0000 (16:08 -0500)]
palacios/src/devices/lnx_virtio_console.c

index e3087a7..d934cb3 100644 (file)
@@ -155,7 +155,7 @@ static int handle_kick(struct guest_info * core, struct virtio_console_state * v
 }
 
 
-static uint64_t virtio_input(struct v3_vm_info * vm, uint8_t * buf, uint64_t len, void * private_data) {
+static sint64_t virtio_input(struct v3_vm_info * vm, uint8_t * buf, sint64_t len, void * private_data) {
     struct virtio_console_state * cons_state = private_data;
     struct virtio_queue * q = &(cons_state->queue[0]);
     int xfer_len = 0;