]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
qemu_root_conf: returned to default state.
authorMaxim Baryshnikov <barysmax@fel.cvut.cz>
Tue, 23 Feb 2016 00:39:49 +0000 (01:39 +0100)
committerMaxim Baryshnikov <barysmax@fel.cvut.cz>
Tue, 23 Feb 2016 00:39:49 +0000 (01:39 +0100)
configs/qemu-vm.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5825dfe..6f068dd
@@ -37,7 +37,7 @@ struct {
        struct jailhouse_memory mem_regions[13];
        struct jailhouse_irqchip irqchips[1];
        __u8 pio_bitmap[0x2000];
-       struct jailhouse_pci_device pci_devices[9];
+       struct jailhouse_pci_device pci_devices[8];
        struct jailhouse_pci_capability pci_caps[5];
 } __attribute__((packed)) config = {
        .header = {
@@ -249,19 +249,6 @@ struct {
                        .msix_region_size = 0x1000,
                        .msix_address = 0xfebf6000,
                },
-               //added by me ---------------------------------
-               {
-                       .type = JAILHOUSE_PCI_TYPE_IVSHMEM,
-                       .domain = 0x0,
-                       .bdf = (0x08<<3),
-                       .bar_mask = {
-                               0xffffff00, 0xffffffff, 0x00000000,
-                               0x00000000, 0xffffffe0, 0xffffffff,
-                       },
-                       .shmem_region = 11,
-                       .num_msix_vectors = 1,
-               },
-               //--------------------------------------------------
                {
                        .type = JAILHOUSE_PCI_TYPE_IVSHMEM,
                        .domain = 0x0,