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.


VGA support for host-driven rendering
[palacios.git] / palacios / src / devices / cirrus_gfx_card.c
index ca1e0ba..ce25023 100644 (file)
@@ -28,7 +28,7 @@
 #include <palacios/vmm_paging.h>
 #include <palacios/vmm_instr_emulator.h>
 #include <palacios/vm_guest_mem.h>
-#include <palacios/vmm_socket.h>
+#include <interfaces/vmm_socket.h>
 #include <palacios/vmm_host_events.h>
 #include <devices/pci.h>
 #include <devices/pci_types.h>
@@ -539,8 +539,8 @@ static int cirrus_gfx_card_init(struct v3_vm_info * vm, v3_cfg_tree_t * cfg){
        //                                                     Not sure if STD
        pci_dev = v3_pci_register_device(video_state->pci_bus, PCI_STD_DEVICE, 0,
                                         //or0  1st null could be pci_config_update
-                                        -1, 0, "CIRRUS_GFX_CARD", bars, NULL, NULL,
-                                        NULL, dev);
+                                        -1, 0, "CIRRUS_GFX_CARD", bars, NULL, NULL, 
+                                        NULL, NULL, dev);
 
        if (pci_dev == NULL) {
            PrintError("Failed to register VIDEO %d with PCI\n", i);