search for: memory_t

Displaying 2 results from an estimated 2 matches for "memory_t".

Did you mean: memory_
2005 May 31
0
[PATCH] Store page and evtchn in start_info_t
...Py_INCREF(zero); diff -ur xen-unstable/xen/include/public/xen.h xen-unstable-working/xen/include/public/xen.h --- xen-unstable/xen/include/public/xen.h 2005-05-24 13:10:17.000000000 +1000 +++ xen-unstable-working/xen/include/public/xen.h 2005-05-31 17:36:49.000000000 +1000 @@ -461,7 +461,10 @@ memory_t mod_len; /* 56: Size (bytes) of pre-loaded module. */ _MEMORY_PADDING(G); s8 cmd_line[MAX_CMDLINE]; /* 64 */ -} PACKED start_info_t; /* 320 bytes */ + memory_t store_page; /* 320: VIRTUAL address of store ringbuffer page. */ + _MEMORY_PADDING(H); + u16 store_...
2005 Jul 12
21
Dom0 crashing on x86_64
I am seeing a problem with Dom0 crashing on x86_64 whenever I create a DomU. I''ve done some more testing, and it appears that this problem is somehow related to networking. Dom0 crashes as soon as the networking services are started when DomU is coming up. As an experiment, I brought up DomU without networking, and it stayed up. As soon as I started DomU with networking enabled, however,