]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - configs/e1000-demo.c
configs: fixed typo in e1000-demo pio_bitmap
[jailhouse.git] / configs / e1000-demo.c
index 11b87cf32348bf7fb4f350765d508ee0d55781b7..b935f079c884d0509ae88cea1c60f05906b2c631 100644 (file)
@@ -27,6 +27,7 @@ struct {
        struct jailhouse_pci_capability pci_caps[1];
 } __attribute__((packed)) config = {
        .cell = {
+               .signature = JAILHOUSE_CELL_DESC_SIGNATURE,
                .name = "e1000-demo",
                .flags = JAILHOUSE_CELL_PASSIVE_COMMREG,
 
@@ -68,7 +69,7 @@ struct {
        .pio_bitmap = {
                [     0/8 ...  0x2f7/8] = -1,
                [ 0x2f8/8 ...  0x2ff/8] = 0, /* serial2 */
-               [ 0x300/8 ... 0xcfff/8] = -1,
+               [ 0x300/8 ... 0xbfff/8] = -1,
                [0xc000/8 ... 0xc03f/8] = 0, /* e1000 */
                [0xc040/8 ... 0xdfff/8] = -1,
                [0xe000/8 ... 0xe007/8] = 0, /* OXPCIe952 serial2 */