Hi,

I tried to get the output of the initialization via the vga console and did so 
as described in the documentation. I added the parameters to the boot cmdline, 
restarted ubuntu, opened a console and typed:

#vbetool vbemode set 3 && jailhouse enable configs/sysconfig.cell

What I got is this:

....
Adding PCI device ff:06.3 to cell "RootCell"
FATAL: Unsupported MSI/MSI-X state, device 00:1b.0, cap 5
Stopping CPU 0 (Cell: "RootCell")

I restarted my linux to see what kind of device this is and what the 
system.cell configuration says:

sysconfig.cell:

....
/* PCIDevice: 00:1b.0 */
{
    .type = JAILHOUSE_PCI_TYPE_DEVICE,
    .iommu = 1,
    .domain = 0xd8,
    .bar_mask = {
           0xffffc000, 0xffffffff, 0x00000000,
           0x00000000, 0x00000000, 0x00000000,
    },
    .caps_start = 26,
    .num_caps = 5,
    .num_msi_vectors = 1,
    .msi_64bits = 1,
    .num_msix_vectors = 0,
    .msix_region_size = 0x0,
    .msix_address = 0x0,
},
....

lspci:

00:1b.0 Audio device: Intel Corporation 82801J1 (ICH10 Family) HD Audio 
Controller

I couldn't disable the PCI device, tried it in BIOS, but there is no option for 
it. So does that mean my hardware is incompatible with Jailhouse or is there 
any chance to get rid of that error?

@Henning Schild
I restarted my system with the memmap option and generated a new sysconfig.cell 
where the memory size (80M) was mentioned in the comment section at the 
beginning.

Greetings
Intelsat

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to