search for: rsp1

Displaying 4 results from an estimated 4 matches for "rsp1".

Did you mean: rsp
2003 Jan 31
0
more on my last message
This is to complement my last message, This is on my server. [AGBEA] path = /caldat_AGBEA/ comment = caldat_AGBEA max connections = 1 read only = true list = true auth users = pamirian secrets file = /special/rsync/rsp1.pass hosts allow = 1.128.50.3 transfer logging = true timeout = 60 dont compress = true [test] path = /special/test/ comment = test max connections = 1 read only = true list = true auth users = pamirian secrets file = /special/rsync/rsp1.pass hosts allow = 1.128.50.3 transfer logging = true timeo...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...rip; /* 152 (0x98) */ + u64 cs; /* 160 (0xa0) */ + u64 rflags; /* 168 (0xa8) */ + u64 rsp; /* 176 (0xb0) */ + u64 ss; /* Crappy Segment! */ /* 184 (0xb8) */ + /* size = 192 (0xc0) */ + char size[0]; +}; + +struct lguest_tss_struct { + u32 reserved1; + u64 rsp0; + u64 rsp1; + u64 rsp2; + u64 reserved2; + u64 ist[7]; + u32 reserved3; + u32 reserved4; + u16 reserved5; + u16 io_bitmap_base; + /* we don't let the guest have io privileges (yet) */ + unsigned long io_bitmap[1]; +} __attribute__((packed)) ____cacheline_aligned; + +struct lguest_vcpu { + unsigned long ho...
2007 Apr 18
1
[RFC/PATCH LGUEST X86_64 03/13] lguest64 core
...rip; /* 152 (0x98) */ + u64 cs; /* 160 (0xa0) */ + u64 rflags; /* 168 (0xa8) */ + u64 rsp; /* 176 (0xb0) */ + u64 ss; /* Crappy Segment! */ /* 184 (0xb8) */ + /* size = 192 (0xc0) */ + char size[0]; +}; + +struct lguest_tss_struct { + u32 reserved1; + u64 rsp0; + u64 rsp1; + u64 rsp2; + u64 reserved2; + u64 ist[7]; + u32 reserved3; + u32 reserved4; + u16 reserved5; + u16 io_bitmap_base; + /* we don't let the guest have io privileges (yet) */ + unsigned long io_bitmap[1]; +} __attribute__((packed)) ____cacheline_aligned; + +struct lguest_vcpu { + unsigned long ho...
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches