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.


removed debugging output
Jack Lange [Fri, 10 Apr 2009 01:04:31 +0000 (20:04 -0500)]
palacios/src/devices/ide.c

index 4acc679..86d2b73 100644 (file)
@@ -948,17 +948,7 @@ static int read_cd_data(uint8_t * dst, uint_t length, struct vm_device * dev, st
        return -1;
     }
 
-    {
-       static uint32_t read_cnt = 0;
-       
-       if ((read_cnt % 200) == 0) {
-           PrintError("CD data port read %d\n", read_cnt);
-       }
-       
-       read_cnt++;
-    }
-
-
+    
     if ((data_offset == 0) && (drive->transfer_index > 0)) {
        if (atapi_update_data_buf(dev, channel) == -1) {
            PrintError("Could not update CDROM data buffer\n");