From 1e548d5fabda4258de376a7fb7d6f95f01c3b41e Mon Sep 17 00:00:00 2001 From: Maxim Baryshnikov Date: Tue, 23 Feb 2016 01:39:49 +0100 Subject: [PATCH] qemu_root_conf: returned to default state. --- configs/qemu-vm.c | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) mode change 100644 => 100755 configs/qemu-vm.c diff --git a/configs/qemu-vm.c b/configs/qemu-vm.c old mode 100644 new mode 100755 index 5825dfe..6f068dd --- a/configs/qemu-vm.c +++ b/configs/qemu-vm.c @@ -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, -- 2.39.2