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.


refactoring to the point of compilation
[palacios.git] / palacios / include / devices / pci.h
index 1da7102..955ce63 100644 (file)
@@ -66,8 +66,8 @@ struct v3_pci_bar {
        struct {
            int num_ports;
            uint16_t default_base_port;
-           int (*io_read)(ushort_t port, void * dst, uint_t length, void * private_data);
-           int (*io_write)(ushort_t port, void * src, uint_t length, void * private_data);
+           int (*io_read)(struct guest_info * core, ushort_t port, void * dst, uint_t length, void * private_data);
+           int (*io_write)(struct guest_info * core, ushort_t port, void * src, uint_t length, void * private_data);
        };
        
        struct {